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

qtHaveModule(dbus) {
    qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings
    SUBDIRS += \
        networksettings \
        localesettings \
        timedatesettings \
}

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