b481e0d885
This change moves utf8/ into corelib, thus allowing corelib.pro to be deleted. Change-Id: Ib1b4e0930ac0e116d9bbc242a6dfb63ae5785d19 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
24 lines
524 B
Prolog
24 lines
524 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.pro
|