summaryrefslogtreecommitdiff
path: root/sowatch.pro
blob: 6d850ef1f40f5ead15ea895718fd049fd5116733 (plain)
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
TEMPLATE = subdirs
SUBDIRS = libsowatch \
	metawatch \
	sowatchd \
	sysinfowatchlet

!isEmpty(MEEGO_VERSION_MAJOR) {
	SUBDIRS += meegohandsetnotification ckitcallnotification
}

unix:!symbian {
	maemo5 {
		target.path = /opt/sowatch/notifications
	} else {
		target.path = /usr/lib/sowatch/notifications
	}
	INSTALLS += target
}

OTHER_FILES += \
    qtc_packaging/debian_harmattan/rules \
    qtc_packaging/debian_harmattan/README \
    qtc_packaging/debian_harmattan/copyright \
    qtc_packaging/debian_harmattan/control \
    qtc_packaging/debian_harmattan/compat \
	qtc_packaging/debian_harmattan/changelog \
	qtc_packaging/debian_harmattan/manifest.aegis