a62bab95d3
Task-number: QTBUG-59249 Change-Id: I71f1d2e28f0cadbad1d6bcf117198018eaf8e012 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
27 lines
674 B
Prolog
27 lines
674 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
corelib \
|
|
embedded \
|
|
qpa
|
|
|
|
qtHaveModule(dbus): SUBDIRS += dbus
|
|
qtHaveModule(network): SUBDIRS += network
|
|
qtHaveModule(testlib): SUBDIRS += qtestlib
|
|
qtHaveModule(concurrent): SUBDIRS += qtconcurrent
|
|
qtHaveModule(sql): SUBDIRS += sql
|
|
qtHaveModule(widgets): SUBDIRS += widgets
|
|
qtHaveModule(xml): SUBDIRS += xml
|
|
qtHaveModule(gui) {
|
|
SUBDIRS += gui
|
|
qtConfig(opengl): SUBDIRS += opengl
|
|
qtConfig(vulkan): SUBDIRS += vulkan
|
|
}
|
|
|
|
aggregate.files = aggregate/examples.pro
|
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
|
readme.files = README
|
|
readme.path = $$[QT_INSTALL_EXAMPLES]
|
|
INSTALLS += aggregate readme
|