forked from nemomobile/ssu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssu.pro
44 lines (33 loc) · 994 Bytes
/
ssu.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
contains(QT_VERSION, ^4\\.[0-7]\\..*) {
error("Can't build with Qt version $${QT_VERSION}. Use at least Qt 4.8.")
}
TEMPLATE = subdirs
SUBDIRS = libssu ssud
SUBDIRS += rndssucli ssuurlresolver ssuks
ssuconfhack {
SUBDIRS += ssuconfperm
}
SUBDIRS += tests tools
rndssucli.depends = libssu
rndregisterui.depends = libssu
ssuurlresolver.depends = libssu
tests.depends = libssu
ssuks.depends = libssu
ssud.depends = libssu
config.files = ssu.ini
config.path = /etc/ssu
oneshot.files = ssu-update-repos
oneshot.path = /usr/lib/oneshot.d
macros.files = macros.ssuks
macros.path = /etc/rpm/
static_config.files = repos.ini ssu-defaults.ini board-mappings.ini
static_config.path = /usr/share/ssu
INSTALLS += config static_config oneshot macros
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)