summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/examples.pro
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-21 08:05:27 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-21 08:05:47 (GMT)
commitad93c27e91e17a06b13a1e612720261b9d1caa38 (patch)
tree13382fa3b5307050df614b5a32f347c879fbaafb /tests/auto/declarative/examples/examples.pro
parentc774d78c350294118c8cd7e075063290dc690a9a (diff)
downloadQt-ad93c27e91e17a06b13a1e612720261b9d1caa38.zip
Qt-ad93c27e91e17a06b13a1e612720261b9d1caa38.tar.gz
Qt-ad93c27e91e17a06b13a1e612720261b9d1caa38.tar.bz2
Add an autotest to ensure all our examples/demos launch
Diffstat (limited to 'tests/auto/declarative/examples/examples.pro')
-rw-r--r--tests/auto/declarative/examples/examples.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/examples.pro b/tests/auto/declarative/examples/examples.pro
new file mode 100644
index 0000000..c50018e
--- /dev/null
+++ b/tests/auto/declarative/examples/examples.pro
@@ -0,0 +1,4 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative
+SOURCES += tst_examples.cpp
+macx:CONFIG -= app_bundle