72a453c6a8
Task-number: QTBUG-113331 Change-Id: I8baa697b4997b05f52acdee0e08d3c368fde5bc2 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
28 lines
702 B
Prolog
28 lines
702 B
Prolog
requires(qtHaveModule(widgets))
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
animation \
|
|
desktop \
|
|
dialogs \
|
|
draganddrop \
|
|
gallery \
|
|
gestures \
|
|
graphicsview \
|
|
itemviews \
|
|
layouts \
|
|
mainwindows \
|
|
painting \
|
|
rhi \
|
|
richtext \
|
|
tools \
|
|
touch \
|
|
tutorials \
|
|
widgets
|
|
|
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
|
!qtConfig(draganddrop): SUBDIRS -= draganddrop
|
|
!qtConfig(animation): SUBDIRS -= animation
|