push feature conditionals down to subdirectories
the top-level project is not installed, and the meta-project which is used instead does not know anything about conditionals. Task-number: QTBUG-28414 Change-Id: Id5785ab5f92373ece74699e3c28220fc7f9689ac Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
b644ed510a
commit
6c9e2219ac
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(dbus))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = listnames \
|
||||
pingpong \
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(if(wince|embedded|x11):qtHaveModule(gui))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = styleexample raycasting flickable digiflip
|
||||
|
||||
|
@ -1,28 +1,23 @@
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += no_docs_target
|
||||
|
||||
SUBDIRS = \
|
||||
gui \
|
||||
network \
|
||||
threads \
|
||||
xml \
|
||||
qpa
|
||||
|
||||
qtHaveModule(widgets) {
|
||||
SUBDIRS += widgets \
|
||||
ipc \
|
||||
sql \
|
||||
tools \
|
||||
touch \
|
||||
gestures
|
||||
}
|
||||
|
||||
wince*|embedded|x11:qtHaveModule(gui): SUBDIRS += embedded
|
||||
|
||||
contains(QT_BUILD_PARTS, tools):qtHaveModule(gui):qtHaveModule(widgets): SUBDIRS += qtestlib
|
||||
qtHaveModule(opengl):qtHaveModule(widgets): SUBDIRS += opengl
|
||||
qtHaveModule(dbus): SUBDIRS += dbus
|
||||
qtHaveModule(concurrent): SUBDIRS += qtconcurrent
|
||||
SUBDIRS = \
|
||||
dbus \
|
||||
embedded \
|
||||
gestures \
|
||||
gui \
|
||||
ipc \
|
||||
network \
|
||||
opengl \
|
||||
qpa \
|
||||
qtconcurrent \
|
||||
qtestlib \
|
||||
sql \
|
||||
threads \
|
||||
tools \
|
||||
touch \
|
||||
widgets \
|
||||
xml
|
||||
|
||||
aggregate.files = aggregate/examples.pro
|
||||
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(widgets))
|
||||
|
||||
TEMPLATE = \
|
||||
subdirs
|
||||
SUBDIRS = \
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(widgets))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
# no QSharedMemory
|
||||
!vxworks:!qnx:SUBDIRS = sharedmemory
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(opengl))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(concurrent))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = imagescaling \
|
||||
map \
|
||||
|
@ -1,2 +1,4 @@
|
||||
requires(contains(QT_BUILD_PARTS,tools):qtHaveModule(widgets))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = tutorial1 tutorial2 tutorial3 tutorial4 tutorial5
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(widgets))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = books \
|
||||
@ -19,4 +21,3 @@ SUBDIRS = books \
|
||||
}
|
||||
|
||||
EXAMPLE_FILES = connection.h
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(widgets))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
SUBDIRS = contiguouscache \
|
||||
|
@ -1,2 +1,4 @@
|
||||
requires(qtHaveModule(widgets))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = pinchzoom fingerpaint knobs dials
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(widgets))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += no_docs_target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user