summaryrefslogtreecommitdiff
path: root/libsowatch/libsowatch.pro
blob: 703845c7ce747e999bb4b4efbf72e31905b89219 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#-------------------------------------------------
#
# Project created by QtCreator 2011-09-16T23:45:06
#
#-------------------------------------------------

QT       += gui dbus declarative
CONFIG   += mobility
MOBILITY += connectivity

TARGET = libsowatch
TEMPLATE = lib

DEFINES += SOWATCH_LIBRARY

SOURCES += \
    watchsimulator.cpp \
    watchserver.cpp \
    watchpaintengine.cpp \
    watchmanager.cpp \
    watchlet.cpp \
    watch.cpp \
    testwatchlet.cpp \
    testdeclarativewatchlet.cpp \
    metawatchsimulatorform.cpp \
    metawatchsimulator.cpp \
    metawatchpaintengine.cpp \
    metawatch.cpp \
    main.cpp \
    graphicswatchlet.cpp \
    declarativewatchwrapper.cpp \
    declarativewatchlet.cpp

HEADERS +=\
    watchsimulator.h \
    watchserver.h \
    watchpaintengine.h \
    watchmanager.h \
    watchlet.h \
    watch.h \
    testwatchlet.h \
    testdeclarativewatchlet.h \
    sowatch.h \
    metawatchsimulatorform.h \
    metawatchsimulator.h \
    metawatchpaintengine.h \
    metawatch.h \
    graphicswatchlet.h \
    declarativewatchwrapper.h \
    declarativewatchlet.h \
    sowatch_global.h

FORMS += \
	metawatchsimulatorform.ui

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

install_headers.files =\
	watchsimulator.h \
	watchserver.h \
	watchpaintengine.h \
	watchmanager.h \
	watchlet.h \
	watch.h \
	testwatchlet.h \
	testdeclarativewatchlet.h \
	sowatch.h \
	graphicswatchlet.h \
	declarativewatchwrapper.h \
	declarativewatchlet.h \
	sowatch_global.h


symbian {
    MMP_RULES += EXPORTUNFROZEN
    TARGET.UID3 = 0xE6B95AFF
    TARGET.CAPABILITY = 
    TARGET.EPOCALLOWDLLDATA = 1
    addFiles.sources = libsowatch.dll
    addFiles.path = !:/sys/bin
    DEPLOYMENT += addFiles
}

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