qt5base-lts/tests/auto/auto.pro
Jo Asplin df9405b8d3 Removed obsolete host.pro from qtbase
Note that the uiloader test has been moved
from qtbase to qttools (see QTBUG-19453).

Change-Id: I326fa0da435701eeaad7026160e3203a27cb3666
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-11-09 14:05:19 +01:00

22 lines
441 B
Prolog

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