summaryrefslogtreecommitdiffstats
path: root/tests/qmldynamicdata/qmldynamicdata.pro
diff options
context:
space:
mode:
authorKeränen Pasi <pasi.keranen@digia.com>2013-11-28 10:42:11 +0200
committerPasi Keränen <pasi.keranen@digia.com>2013-11-29 08:46:52 +0200
commit85dda87df2d420dc53959e549d24c4b09ce93d57 (patch)
treec71d67f0b923d6a3afca1f4604b2ee1d9217202e /tests/qmldynamicdata/qmldynamicdata.pro
parent5c4592ea5bb3a4c98a5fe1846c8b3082bd33e678 (diff)
Dynamic QML data model test.
Task id: QTRD-2645 Change-Id: I115fabf8f997479b47109ce6eb9e568ec80df44e Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'tests/qmldynamicdata/qmldynamicdata.pro')
-rw-r--r--tests/qmldynamicdata/qmldynamicdata.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/qmldynamicdata/qmldynamicdata.pro b/tests/qmldynamicdata/qmldynamicdata.pro
new file mode 100644
index 00000000..da987ff0
--- /dev/null
+++ b/tests/qmldynamicdata/qmldynamicdata.pro
@@ -0,0 +1,26 @@
+!include( ../tests.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+QT += widgets
+
+# Add more folders to ship with the application, here
+folder_01.source = qml/qmldynamicdata
+folder_01.target = qml
+DEPLOYMENTFOLDERS = folder_01
+
+# Additional import path used to resolve QML modules in Creator's code model
+QML_IMPORT_PATH =
+
+# 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.
+include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
+qtcAddDeployment()
+
+RESOURCES += \
+ qmldynamicdata.qrc
+
+OTHER_FILES += doc/src/* \
+ doc/images/*