aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/clocks/clocks.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/clocks/clocks.pro')
-rw-r--r--examples/quick/demos/clocks/clocks.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/quick/demos/clocks/clocks.pro b/examples/quick/demos/clocks/clocks.pro
new file mode 100644
index 0000000000..21d3f7f971
--- /dev/null
+++ b/examples/quick/demos/clocks/clocks.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+
+QT += qml quick
+
+SOURCES += main.cpp
+RESOURCES += clocks.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/clocks
+INSTALLS += target
+
+OTHER_FILES += \
+ clocks.qml \
+ content/Clock.qml \
+ content/*.png