summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/integrationtests.pro
blob: 1d58f2c6650f7c6cb6ca3ce72ebc8f3959a658eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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