qt5base-lts/tests/auto/auto.pro
Jo Asplin 9f1aa866bd Moved tests into integrationtests/ and widgets/
Task-number: QTBUG-19013

Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461
Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
2011-10-20 19:45:41 +02:00

24 lines
544 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
corelib.pro \
dbus \
host.pro \
gui.pro \
integrationtests \
network.pro \
opengl \
sql \
testlib \
tools \
v8.pro \
xml \
other.pro \
widgets \
cross_compile: SUBDIRS -= host.pro
cross_compile: SUBDIRS -= tools
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
!contains(QT_CONFIG, v8): SUBDIRS -= v8.pro