9 lines
181 B
Prolog
9 lines
181 B
Prolog
TEMPLATE = app
|
|
|
|
QT += quick qml
|
|
SOURCES += main.cpp
|
|
RESOURCES += itemvariablerefreshrate.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quick/itemvariablerefreshrate
|
|
INSTALLS += target
|