9f27bfb31a
We move QInternalMimeData to a separate file, because this class is used, even if draganddrop is disabled. From now on, include qinternalmimedata_p.h instead of qdnd_p.h for QInternalMimeData. Change-Id: I594e08e2e90d574dc445119091686b4b69e4731b Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
31 lines
760 B
Prolog
31 lines
760 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 \
|
|
tutorials \
|
|
widgets
|
|
|
|
qtHaveModule(gui):qtConfig(opengl): \
|
|
SUBDIRS += windowcontainer
|
|
|
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
|
!qtConfig(draganddrop): SUBDIRS -= draganddrop
|
|
mac:SUBDIRS += mac
|