ccf26f6a88
Conflicts: src/plugins/platformthemes/platformthemes.pro src/printsupport/kernel/qplatformprintdevice.cpp Change-Id: Iac01729ad954bb1c7af5867d982eb243b2139ee6
33 lines
827 B
Prolog
33 lines
827 B
Prolog
requires(qtHaveModule(widgets))
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
animation \
|
|
desktop \
|
|
dialogs \
|
|
draganddrop \
|
|
effects \
|
|
gestures \
|
|
graphicsview \
|
|
itemviews \
|
|
layouts \
|
|
mainwindows \
|
|
painting \
|
|
richtext \
|
|
scroller \
|
|
statemachine \
|
|
tools \
|
|
touch \
|
|
tutorials \
|
|
widgets
|
|
|
|
qtHaveModule(gui):qtConfig(opengl): \
|
|
SUBDIRS += windowcontainer
|
|
|
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
|
!qtConfig(draganddrop): SUBDIRS -= draganddrop
|
|
!qtConfig(animation): SUBDIRS -= animation
|
|
mac:SUBDIRS += mac
|