qt5base-lts/examples/widgets/widgets.pro
Paul Wicking a62bab95d3 Doc: Move touch examples around so they get included in docs
Task-number: QTBUG-59249
Change-Id: I71f1d2e28f0cadbad1d6bcf117198018eaf8e012
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2018-09-14 03:56:22 +00:00

32 lines
784 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
mac:SUBDIRS += mac