summaryrefslogtreecommitdiffstats
path: root/examples/declarative/samegame/samegame.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-09 12:15:59 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-01-17 12:44:43 +0100
commit3146dcbdc768c90a03b58eed3f42630604443093 (patch)
tree10e234460c5f57012b346cdbe6304002ad0a446d /examples/declarative/samegame/samegame.pro
parenta7ea2afffd61e2a89f7bb2c586b4b733c4996bb5 (diff)
parent722725cf24e45e86a2844810b90787a29df8a4a9 (diff)
Merge branch 'stable' into dev
Conflicts: sync.profile tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp Change-Id: I3620d15b4163fec420d18f6be50cae1635b99a2f
Diffstat (limited to 'examples/declarative/samegame/samegame.pro')
-rw-r--r--examples/declarative/samegame/samegame.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/declarative/samegame/samegame.pro b/examples/declarative/samegame/samegame.pro
new file mode 100644
index 00000000..baac5dc1
--- /dev/null
+++ b/examples/declarative/samegame/samegame.pro
@@ -0,0 +1,24 @@
+# Add more folders to ship with the application, here
+folder_01.source = qml/samegame
+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/samegame
+exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
+else:include(../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
+qtcAddDeployment()