summaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
blob: df738c419f90ab130ae023717b445c2e8f2b177a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs
QT_FOR_CONFIG += network

qtHaveModule(sql): SUBDIRS += sqldrivers
qtHaveModule(gui) {
    SUBDIRS *= platforms platforminputcontexts platformthemes
    qtConfig(imageformatplugin): SUBDIRS *= imageformats
    !android:qtConfig(library): SUBDIRS *= generic
}
qtHaveModule(widgets): SUBDIRS += styles

!winrt:qtHaveModule(printsupport): \
    SUBDIRS += printsupport