9a320b037c
Pick-to: 6.5 6.6 Change-Id: I7f4e1d9b57be2d0ef22eb56d5d1f7abc5074ebae Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
30 lines
750 B
Prolog
30 lines
750 B
Prolog
requires(qtHaveModule(widgets))
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
animation \
|
|
desktop \
|
|
dialogs \
|
|
draganddrop \
|
|
gallery \
|
|
gestures \
|
|
graphicsview \
|
|
itemviews \
|
|
layouts \
|
|
mainwindows \
|
|
painting \
|
|
richtext \
|
|
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
|