a735038376
Task-number: QTBUG-80316 Change-Id: I2ee74110fd55e94d86321d3b3dc5bb8297424ed4 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
32 lines
803 B
Prolog
32 lines
803 B
Prolog
requires(qtHaveModule(widgets))
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
animation \
|
|
desktop \
|
|
dialogs \
|
|
draganddrop \
|
|
effects \
|
|
gallery \
|
|
gestures \
|
|
graphicsview \
|
|
itemviews \
|
|
layouts \
|
|
mainwindows \
|
|
painting \
|
|
richtext \
|
|
scroller \
|
|
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
|