aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qrcqml/qrcqml.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-05-29 14:57:16 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-29 08:47:20 +0200
commitfd94887439dcc65ce30feda13ff8cbf0e30321db (patch)
treeab0d937adbaf28367850c7689d08658f0e3d75b0 /tests/auto/qml/qrcqml/qrcqml.pro
parentc187ebb93167e69e9e157cb236ef16e39e1b2fb9 (diff)
Add a test for using files stored as resources.
Change-Id: Ia7abd18e3d71025cf8b9eb3ed466b52191e57a0c Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests/auto/qml/qrcqml/qrcqml.pro')
-rw-r--r--tests/auto/qml/qrcqml/qrcqml.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qml/qrcqml/qrcqml.pro b/tests/auto/qml/qrcqml/qrcqml.pro
new file mode 100644
index 0000000000..d5cc8ae129
--- /dev/null
+++ b/tests/auto/qml/qrcqml/qrcqml.pro
@@ -0,0 +1,9 @@
+CONFIG += testcase
+TARGET = tst_qrcqml
+QT += qml testlib
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qrcqml.cpp
+RESOURCES = qrcqml.qrc
+
+CONFIG += parallel_test