summaryrefslogtreecommitdiffstats
path: root/src/localesettings/localesettings.pro
blob: 808477de265c8d24109ef559fd74e2fc6baa3db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
load(qt_build_config)

TARGET = QtLocaleSettings
VERSION = 1.0
CONFIG += dll warn_on

QT = core dbus

MODULE = localesettings
load(qt_module)

DBUS_INTERFACES = locale.xml

HEADERS = \
    systemlocale.h \
    systemlocale_p.h \
    localemodel.h \
    localefiltermodel.h
SOURCES += systemlocale.cpp \
    localemodel.cpp \
    localefiltermodel.cpp