summaryrefslogtreecommitdiffstats
path: root/examples/declarative/demos/snake/snake.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-18 21:47:35 +0200
committerSergio Ahumada <sergio.ahumada@digia.com>2013-09-18 21:47:37 +0200
commit31b107298609928c0eaa2e974ade59ce9d815e2c (patch)
tree5a04806dd6d1b1ebd59a8f8912147f9eeb6f1fef /examples/declarative/demos/snake/snake.pro
parent354404ffd224ca691b0d8a9c1c45b358b10b47bb (diff)
parent27d22c5f4201c7555b42e187252bee3fd88d3821 (diff)
Merge remote-tracking branch 'origin/stable' into devv5.2.0-alpha1
Diffstat (limited to 'examples/declarative/demos/snake/snake.pro')
-rw-r--r--examples/declarative/demos/snake/snake.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/declarative/demos/snake/snake.pro b/examples/declarative/demos/snake/snake.pro
new file mode 100644
index 00000000..59b17747
--- /dev/null
+++ b/examples/declarative/demos/snake/snake.pro
@@ -0,0 +1,24 @@
+# Add more folders to ship with the application, here
+folder_01.source = qml/snake
+folder_01.target = qml
+DEPLOYMENTFOLDERS = folder_01
+
+# Additional import path used to resolve QML modules in Creator's code model
+QML_IMPORT_PATH =
+
+# If your application uses the Qt Mobility libraries, uncomment the following
+# lines and add the respective components to the MOBILITY variable.
+# CONFIG += mobility
+# MOBILITY +=
+
+# Speed up launching on MeeGo/Harmattan when using applauncherd daemon
+# CONFIG += qdeclarative-boostable
+
+# The .cpp file which was generated for your project. Feel free to hack it.
+SOURCES += main.cpp
+
+# Please do not modify the following two lines. Required for deployment.
+desktopInstallPrefix = $$[QT_INSTALL_EXAMPLES]/declarative/demos/snake
+exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
+else:include(../../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
+qtcAddDeployment()