97ea2f0f6e
The initial change to eliminate v8.pro was
incomplete - see 803b7d651c
.
Change-Id: Ia2c996d247f8b19380363f3e0409d38d3b839fdb
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
24 lines
520 B
Prolog
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
|