qt5base-lts/examples/widgets/widgets.pro
Tor Arne Vestbø be1185ad32 Move fade effect example to manual test
Change-Id: I7f4e1d9b57be2d0ef22eb56d5d1f7abc5074ebae
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 9a320b037c)
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2023-07-28 14:50:53 +02:00

27 lines
680 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
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
!qtConfig(draganddrop): SUBDIRS -= draganddrop
!qtConfig(animation): SUBDIRS -= animation