summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 176538125456523e043845d203df836d6929def4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs
CONFIG += ordered

qtHaveModule(dbus) {
    SUBDIRS += \
        networksettings \

}

SUBDIRS += \
    settingsui/settingsuiplugin \
    settingsui/qtbuttonimageproviderplugin \
    settingsui \
    imports \
    doc \