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

qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings

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