qt5base-lts/tests/auto/integrationtests/integrationtests.pro
Jo Asplin 79c99466aa Moved qobjectrace into integrationtests/
The qobjectrace test seems to belong to
integrationtests/ since it tests the interaction
between QObject and QThread (much in the same way
integrationtests/qsharedpointer_and_qwidget/ tests the
interaction between QSharedPointer and QWidget).

Change-Id: I89f1dab7300c2ef23755d52a86479677ef021ef1
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-11-05 02:30:58 +01:00

37 lines
728 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
collections \
exceptionsafety \
exceptionsafety_objects \
gestures \
lancelot \
languagechange \
macgui \
macnativeevents \
macplist \
modeltest \
networkselftest \
qaccessibility \
qcomplextext \
qdirectpainter \
qfocusevent \
qmultiscreen \
qnetworkaccessmanager_and_qprogressdialog \
qobjectrace \
qsharedpointer_and_qwidget \
windowsmobile \
wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
!mac: SUBDIRS -= \
macgui \
macnativeevents \
macplist
!embedded|wince*: SUBDIRS -= \
qdirectpainter \
qmultiscreen \
!linux*-g++*:SUBDIRS -= exceptionsafety_objects