2012-12-21 13:14:40 +00:00
|
|
|
requires(qtHaveModule(widgets))
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-08-17 11:23:19 +00:00
|
|
|
CONFIG += no_docs_target
|
2011-04-27 17:16:41 +00:00
|
|
|
|
2012-08-17 11:23:19 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
animation \
|
|
|
|
desktop \
|
|
|
|
dialogs \
|
|
|
|
draganddrop \
|
2020-01-03 15:20:30 +00:00
|
|
|
gallery \
|
2014-01-23 15:10:26 +00:00
|
|
|
gestures \
|
2012-08-17 11:23:19 +00:00
|
|
|
graphicsview \
|
|
|
|
itemviews \
|
|
|
|
layouts \
|
|
|
|
mainwindows \
|
|
|
|
painting \
|
2023-06-13 11:10:40 +00:00
|
|
|
rhi \
|
2012-08-17 11:23:19 +00:00
|
|
|
richtext \
|
2012-11-27 13:18:41 +00:00
|
|
|
tools \
|
2018-09-12 10:57:33 +00:00
|
|
|
touch \
|
2012-08-24 16:22:44 +00:00
|
|
|
tutorials \
|
2013-08-09 21:22:50 +00:00
|
|
|
widgets
|
|
|
|
|
2012-08-17 11:23:19 +00:00
|
|
|
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
2018-04-13 07:01:43 +00:00
|
|
|
!qtConfig(draganddrop): SUBDIRS -= draganddrop
|
2018-09-26 13:39:35 +00:00
|
|
|
!qtConfig(animation): SUBDIRS -= animation
|