mirror of https://github.com/qt/qtbase.git
28 lines
571 B
Prolog
28 lines
571 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
corelib \
|
|
dbus \
|
|
gui \
|
|
network \
|
|
opengl \
|
|
sql \
|
|
testlib \
|
|
tools \
|
|
xml \
|
|
concurrent \
|
|
other \
|
|
widgets \
|
|
|
|
cross_compile: SUBDIRS -= tools
|
|
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
|
|
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
|
|
|
|
# disable 'make check' on Mac OS X and Windows for the following subdirs for the time being
|
|
mac|win32 {
|
|
network.CONFIG += no_check_target
|
|
}
|
|
|
|
!contains(QT_CONFIG, concurrent): SUBDIRS -= concurrent
|
|
|