summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 014e517312256674d5a538686a880a38ac4306a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs
CONFIG += ordered

qtHaveModule(dbus) {
    SUBDIRS += \
        networksettings \
        localesettings \
        timedatesettings \

    qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings
}

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