a1121b977e
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>
22 lines
507 B
Prolog
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
|