Skip to content

Latest commit

 

History

History
99 lines (87 loc) · 2.51 KB

File metadata and controls

99 lines (87 loc) · 2.51 KB
 
May 11, 2013
May 11, 2013
1
TEMPLATE = lib
Aug 20, 2013
Aug 20, 2013
2
TARGET = systemsettings
May 11, 2013
May 11, 2013
3
Oct 2, 2015
Oct 2, 2015
4
CONFIG += qt create_pc create_prl no_install_prl c++11
Aug 20, 2013
Aug 20, 2013
5
QT += qml dbus systeminfo
Aug 20, 2013
Aug 20, 2013
6
QT -= gui
May 11, 2013
May 11, 2013
7
Jul 5, 2016
Jul 5, 2016
8
CONFIG += c++11 hide_symbols link_pkgconfig
Dec 21, 2018
Dec 21, 2018
9
PKGCONFIG += profile mlite5 mce timed-qt5 libshadowutils blkid libcrypto nemomodels-qt5 libsailfishkeyprovider connman-qt5 glib-2.0
Apr 25, 2018
Apr 25, 2018
10
PKGCONFIG += ssu-sysinfo nemodbus packagekitqt5
May 11, 2013
May 11, 2013
11
12
13
14
15
system(qdbusxml2cpp -p mceiface.h:mceiface.cpp mce.xml)
SOURCES += \
languagemodel.cpp \
May 6, 2019
May 6, 2019
16
localeconfig.cpp \
Mar 29, 2018
Mar 29, 2018
17
logging.cpp \
May 11, 2013
May 11, 2013
18
19
20
21
22
datetimesettings.cpp \
profilecontrol.cpp \
alarmtonemodel.cpp \
mceiface.cpp \
displaysettings.cpp \
Aug 20, 2013
Aug 20, 2013
23
aboutsettings.cpp \
Jul 22, 2016
Jul 22, 2016
24
certificatemodel.cpp \
Nov 4, 2016
Nov 4, 2016
25
vpnmodel.cpp \
Mar 6, 2015
Mar 6, 2015
26
developermodesettings.cpp \
Feb 20, 2017
Feb 20, 2017
27
batterystatus.cpp \
Mar 17, 2015
Mar 17, 2015
28
diskusage.cpp \
Jul 5, 2016
Jul 5, 2016
29
30
31
diskusage_impl.cpp \
partition.cpp \
partitionmanager.cpp \
Mar 16, 2017
Mar 16, 2017
32
partitionmodel.cpp \
Nov 15, 2017
Nov 15, 2017
33
deviceinfo.cpp \
Sep 28, 2017
Sep 28, 2017
34
locationsettings.cpp \
Mar 20, 2018
Mar 20, 2018
35
timezoneinfo.cpp \
Aug 21, 2018
Aug 21, 2018
36
udisks2block.cpp \
Nov 28, 2018
Nov 28, 2018
37
udisks2blockdevices.cpp \
Mar 20, 2018
Mar 20, 2018
38
39
udisks2job.cpp \
udisks2monitor.cpp
May 11, 2013
May 11, 2013
40
Jul 5, 2016
Jul 5, 2016
41
PUBLIC_HEADERS = \
May 11, 2013
May 11, 2013
42
43
44
45
46
47
languagemodel.h \
datetimesettings.h \
profilecontrol.h \
alarmtonemodel.h \
mceiface.h \
displaysettings.h \
Aug 20, 2013
Aug 20, 2013
48
aboutsettings.h \
Jul 22, 2016
Jul 22, 2016
49
certificatemodel.h \
Nov 4, 2016
Nov 4, 2016
50
vpnmodel.h \
Mar 6, 2015
Mar 6, 2015
51
developermodesettings.h \
Feb 20, 2017
Feb 20, 2017
52
batterystatus.h \
Oct 2, 2019
Oct 2, 2019
53
udisks2block_p.h \
Aug 30, 2018
Aug 30, 2018
54
udisks2defines.h \
Mar 6, 2015
Mar 6, 2015
55
diskusage.h \
Jul 5, 2016
Jul 5, 2016
56
57
58
partition.h \
partitionmanager.h \
partitionmodel.h \
Mar 16, 2017
Mar 16, 2017
59
systemsettingsglobal.h \
Nov 15, 2017
Nov 15, 2017
60
deviceinfo.h \
Sep 28, 2017
Sep 28, 2017
61
62
locationsettings.h \
timezoneinfo.h
Jul 5, 2016
Jul 5, 2016
63
64
65
HEADERS += \
$$PUBLIC_HEADERS \
May 6, 2019
May 6, 2019
66
localeconfig.h \
Feb 20, 2017
Feb 20, 2017
67
batterystatus_p.h \
Aug 21, 2018
Aug 21, 2018
68
logging_p.h \
Jul 5, 2016
Jul 5, 2016
69
diskusage_p.h \
May 4, 2017
May 4, 2017
70
locationsettings_p.h \
Mar 29, 2018
Mar 29, 2018
71
logging_p.h \
Jul 5, 2016
Jul 5, 2016
72
partition_p.h \
Mar 20, 2018
Mar 20, 2018
73
partitionmanager_p.h \
Nov 28, 2018
Nov 28, 2018
74
udisks2blockdevices_p.h \
Mar 20, 2018
Mar 20, 2018
75
76
udisks2job_p.h \
udisks2monitor_p.h
Jul 5, 2016
Jul 5, 2016
77
78
79
DEFINES += \
SYSTEMSETTINGS_BUILD_LIBRARY
Aug 20, 2013
Aug 20, 2013
80
81
develheaders.path = /usr/include/systemsettings
Jul 5, 2016
Jul 5, 2016
82
develheaders.files = $$PUBLIC_HEADERS
Aug 20, 2013
Aug 20, 2013
83
84
85
86
target.path = $$[QT_INSTALL_LIBS]
pkgconfig.files = $$PWD/pkgconfig/systemsettings.pc
pkgconfig.path = $$target.path/pkgconfig
May 11, 2013
May 11, 2013
87
Mar 16, 2017
Mar 16, 2017
88
89
90
locationconfig.files = $$PWD/location.conf
locationconfig.path = /etc/location
Aug 20, 2013
Aug 20, 2013
91
QMAKE_PKGCONFIG_NAME = lib$$TARGET
Sep 7, 2017
Sep 7, 2017
92
QMAKE_PKGCONFIG_VERSION = $$VERSION
Aug 20, 2013
Aug 20, 2013
93
94
95
96
QMAKE_PKGCONFIG_DESCRIPTION = System settings application development files
QMAKE_PKGCONFIG_LIBDIR = $$target.path
QMAKE_PKGCONFIG_INCDIR = $$develheaders.path
QMAKE_PKGCONFIG_DESTDIR = pkgconfig
Mar 16, 2017
Mar 16, 2017
97
QMAKE_PKGCONFIG_REQUIRES = Qt5Core Qt5DBus profile nemomodels-qt5 libsailfishkeyprovider connman-qt5
May 11, 2013
May 11, 2013
98
Apr 4, 2018
Apr 4, 2018
99
INSTALLS += target develheaders pkgconfig locationconfig