b48a13fd68
Conflicts: examples/examples.pro tests/auto/corelib/tools/qchar/tst_qchar.cpp tests/auto/other/qaccessibility/accessiblewidgets.h Change-Id: I426696c40ab57d14dc295b8103152cede79f244c
28 lines
686 B
Prolog
28 lines
686 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
corelib \
|
|
embedded \
|
|
qpa \
|
|
touch
|
|
|
|
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
|