aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/dialcontrol.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/dialcontrol/dialcontrol.pro')
-rw-r--r--examples/quick/customitems/dialcontrol/dialcontrol.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/quick/customitems/dialcontrol/dialcontrol.pro b/examples/quick/customitems/dialcontrol/dialcontrol.pro
new file mode 100644
index 0000000000..ceb8e239dc
--- /dev/null
+++ b/examples/quick/customitems/dialcontrol/dialcontrol.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = dialcontrol
+
+QT += quick qml
+
+SOURCES += main.cpp
+
+RESOURCES += dialcontrol.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/dialcontrol
+INSTALLS += target