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

TARGET = QtTimeDateSettings
VERSION = 1.0
CONFIG += dll warn_on

QT = core dbus

MODULE = timedatesettings
load(qt_module)

DBUS_INTERFACES = timedated.xml

SOURCES += systemtime.cpp \
    timezonemodel.cpp \
    timezonefiltermodel.cpp

HEADERS += \
    systemtime.h \
    systemtime_p.h \
    timezonemodel.h \
    timezonefiltermodel.h