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