mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
27 lines
680 B
Prolog
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
|