12 lines
192 B
Prolog
12 lines
192 B
Prolog
|
TEMPLATE = app
|
||
|
TARGET = dialcontrol
|
||
|
|
||
|
QT += quick qml
|
||
|
|
||
|
SOURCES += main.cpp
|
||
|
|
||
|
RESOURCES += dialcontrol.qrc
|
||
|
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/dialcontrol
|
||
|
INSTALLS += target
|