qt5base-lts/tests/auto/auto.pro
Jo Asplin 97ea2f0f6e Completed change to eliminate v8.pro
The initial change to eliminate v8.pro was
incomplete - see 803b7d651c.

Change-Id: Ia2c996d247f8b19380363f3e0409d38d3b839fdb
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-11-08 09:23:27 +01:00

24 lines
520 B
Prolog

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