summaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
blob: 880bd1c631c572ca412147441aaede2afeeccc4d (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

qtHaveModule(printsupport): \
    SUBDIRS += printsupport