summaryrefslogtreecommitdiff
path: root/sowatch.pro
blob: 402a17f584b8b048d67f0e2ecedf6447b5cc2423 (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
#-------------------------------------------------
#
# Project created by QtCreator 2011-09-12T20:48:51
#
#-------------------------------------------------

QT       += core gui declarative

CONFIG += mobility
MOBILITY += connectivity

TARGET = sowatch
TEMPLATE = app


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

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

FORMS    += \
    metawatchsimulatorform.ui

OTHER_FILES += \
    testdeclarativewatchlet.qml \
    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 \
    qt.png

RESOURCES += \
    tests.qrc

contains(MEEGO_EDITION,harmattan) {
    target.path = /opt/sowatch/bin
    INSTALLS += target
}