Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 994 Bytes

ssu.pro

File metadata and controls

44 lines (33 loc) · 994 Bytes
 
Oct 8, 2012
Oct 8, 2012
1
2
3
4
5
contains(QT_VERSION, ^4\\.[0-7]\\..*) {
error("Can't build with Qt version $${QT_VERSION}. Use at least Qt 4.8.")
}
TEMPLATE = subdirs
Sep 3, 2013
Sep 3, 2013
6
SUBDIRS = libssu ssud
May 23, 2013
May 23, 2013
7
SUBDIRS += rndssucli ssuurlresolver ssuks
Oct 21, 2012
Oct 21, 2012
8
9
10
11
12
ssuconfhack {
SUBDIRS += ssuconfperm
}
Nov 27, 2012
Nov 27, 2012
13
SUBDIRS += tests tools
Oct 8, 2012
Oct 8, 2012
14
15
16
17
18
rndssucli.depends = libssu
rndregisterui.depends = libssu
ssuurlresolver.depends = libssu
tests.depends = libssu
Apr 1, 2013
Apr 1, 2013
19
ssuks.depends = libssu
Sep 3, 2013
Sep 3, 2013
20
ssud.depends = libssu
Oct 8, 2012
Oct 8, 2012
21
22
23
24
config.files = ssu.ini
config.path = /etc/ssu
Mar 30, 2013
Mar 30, 2013
25
26
27
oneshot.files = ssu-update-repos
oneshot.path = /usr/lib/oneshot.d
Apr 19, 2013
Apr 19, 2013
28
29
30
macros.files = macros.ssuks
macros.path = /etc/rpm/
Nov 4, 2012
Nov 4, 2012
31
static_config.files = repos.ini ssu-defaults.ini board-mappings.ini
Oct 8, 2012
Oct 8, 2012
32
33
static_config.path = /usr/share/ssu
Apr 19, 2013
Apr 19, 2013
34
INSTALLS += config static_config oneshot macros
Sep 3, 2013
Sep 3, 2013
35
36
37
38
39
40
41
42
43
44
system(qdbusxml2cpp \
-c SsuAdaptor \
-a ssud/ssuadaptor.h:ssud/ssuadaptor.cpp \
dbus/org.nemo.ssu.xml)
system(qdbusxml2cpp \
-c SsuProxy \
-p rndssucli/ssuproxy.h:rndssucli/ssuproxy.cpp \
dbus/org.nemo.ssu.xml)