summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/examples/examples.pro')
-rw-r--r--tests/auto/declarative/examples/examples.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/examples.pro b/tests/auto/declarative/examples/examples.pro
new file mode 100644
index 00000000..1f257693
--- /dev/null
+++ b/tests/auto/declarative/examples/examples.pro
@@ -0,0 +1,21 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_examples.cpp
+
+include(../../../../tools/qml/qml.pri)
+
+include(../symbianlibs.pri)
+
+symbian: {
+ importFiles.files = data
+ importFiles.path = .
+ DEPLOYMENT += importFiles
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+}
+
+CONFIG += parallel_test
+
+CONFIG+=insignificant_test # QTQAINFRA-428