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

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

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