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

qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings

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