summaryrefslogtreecommitdiffstats
path: root/examples/declarative/flickr/flickr.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2012-12-05 11:42:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 18:25:53 +0100
commit04cb8ef1ee919f071540ccb5cae10bb47f37fb3e (patch)
tree2e9aa7b3e908b00870d17a93023bd622fcd80c7a /examples/declarative/flickr/flickr.pro
parent60c101b9907479e8bb6aa9770114572a72434dc6 (diff)
centralize and fixup example sources install targets
follow respective change in qtbase Change-Id: I15346e16cd1d6f30cf32a77284b5f19b1dd2a7a9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/declarative/flickr/flickr.pro')
-rw-r--r--examples/declarative/flickr/flickr.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/declarative/flickr/flickr.pro b/examples/declarative/flickr/flickr.pro
new file mode 100644
index 00000000..cfc3afc5
--- /dev/null
+++ b/examples/declarative/flickr/flickr.pro
@@ -0,0 +1,24 @@
+# Add more folders to ship with the application, here
+folder_01.source = qml/flickr
+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/flickr
+exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)
+else:include(../helper/qmlapplicationviewer/qmlapplicationviewer.pri)
+qtcAddDeployment()