summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/integrationtests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integrationtests/integrationtests.pro')
-rw-r--r--tests/auto/integrationtests/integrationtests.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/auto/integrationtests/integrationtests.pro b/tests/auto/integrationtests/integrationtests.pro
new file mode 100644
index 0000000000..1d58f2c665
--- /dev/null
+++ b/tests/auto/integrationtests/integrationtests.pro
@@ -0,0 +1,35 @@
+TEMPLATE=subdirs
+SUBDIRS=\
+ collections \
+ exceptionsafety \
+ exceptionsafety_objects \
+ gestures \
+ lancelot \
+ languagechange \
+ macgui \
+ macnativeevents \
+ macplist \
+ modeltest \
+ networkselftest \
+ qaccessibility \
+ qcomplextext \
+ qdirectpainter \
+ qfocusevent \
+ qmultiscreen \
+ qnetworkaccessmanager_and_qprogressdialog \
+ qsharedpointer_and_qwidget \
+ windowsmobile \
+
+wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
+
+!mac|qpa: SUBDIRS -= \
+ macgui \
+ macnativeevents \
+ macplist \
+
+!embedded|wince*: SUBDIRS -= \
+ qdirectpainter \
+ qmultiscreen \
+
+!linux*-g++*:SUBDIRS -= exceptionsafety_objects
+