summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 74ecfb0f60a45cc91eb4ec7fd802acb56e244c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
    networksettings \
    localesettings \
    displaysettings \
    timedatesettings \
    localdevice \
    settingsui/settingsuiplugin \
    settingsui \
    imports \
    doc \

qtHaveModule(bluetooth): SUBDIRS += bluetoothsettings