qt5base-lts/tests/auto/auto.pro
Jason McDonald a1121b977e Make test .pro files more consistent.
Make the parent .pro files follow the pattern of listing all tests in
one place and then removing inapplicable tests as needed.

Change-Id: Ide1ae98d50dd63cd8c1b4d6fd53135cdff801bc3
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-10-17 03:30:55 +02:00

22 lines
507 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
corelib.pro \
dbus \
host.pro \
gui.pro \
network.pro \
opengl \
sql \
testlib \
tools \
v8.pro \
xml \
other.pro \
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