summaryrefslogtreecommitdiffstats
path: root/examples/declarative/minehunt/minehunt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/minehunt/minehunt.pro')
-rw-r--r--examples/declarative/minehunt/minehunt.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/declarative/minehunt/minehunt.pro b/examples/declarative/minehunt/minehunt.pro
new file mode 100644
index 0000000..08b6254
--- /dev/null
+++ b/examples/declarative/minehunt/minehunt.pro
@@ -0,0 +1,8 @@
+SOURCES = main.cpp
+
+QT += script declarative
+
+target.path = $$[QT_INSTALL_EXAMPLES]/declarative/minehunt
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS minehunt.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/minehunt
+INSTALLS += target sources