blob: 941c25361ff5fe5d24662d30c650cd9f723fb7c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TEMPLATE = subdirs
QT_FOR_CONFIG += network
SUBDIRS *= sqldrivers
qtHaveModule(network):qtConfig(bearermanagement): SUBDIRS += bearer
qtHaveModule(gui) {
SUBDIRS *= platforms platforminputcontexts platformthemes
qtConfig(imageformatplugin): SUBDIRS *= imageformats
!android:qtConfig(library): SUBDIRS *= generic
}
!winrt:!wince:qtHaveModule(printsupport): \
SUBDIRS += printsupport
|