aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/dialcontrol.pro
blob: ceb8e239dca61965c63ccd338e1accabe07f9e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = dialcontrol

QT += quick qml

SOURCES += main.cpp

RESOURCES += dialcontrol.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/dialcontrol
INSTALLS += target