summaryrefslogtreecommitdiff
path: root/core/launcher/server.pro
Unidiff
Diffstat (limited to 'core/launcher/server.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/server.pro118
1 files changed, 118 insertions, 0 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro
new file mode 100644
index 0000000..0fc6dae
--- a/dev/null
+++ b/core/launcher/server.pro
@@ -0,0 +1,118 @@
1 TEMPLATE= app
2
3 CONFIG += qtopia warn_on release
4win32:DEFINES += QTOPIA_DLL
5
6 DESTDIR = $(QPEDIR)/bin
7
8 HEADERS += server.h \
9 serverinterface.h \
10 launchertab.h \
11 documentlist.h \
12 suspendmonitor.h \
13 appicons.h \
14 taskbar.h \
15 runningappbar.h \
16 applauncher.h \
17 stabmon.h \
18 inputmethods.h \
19 systray.h \
20 wait.h \
21 shutdownimpl.h \
22 launcher.h \
23 launcherview.h \
24 $(QPEDIR)/src/settings/calibrate/calibrate.h \
25 startmenu.h \
26 transferserver.h \
27 qcopbridge.h \
28 packageslave.h \
29 irserver.h \
30 firstuse.h \
31 $(QPEDIR)/src/3rdparty/libraries/rsync/buf.h \
32 $(QPEDIR)/src/3rdparty/libraries/rsync/checksum.h \
33 $(QPEDIR)/src/3rdparty/libraries/rsync/command.h \
34 $(QPEDIR)/src/3rdparty/libraries/rsync/emit.h \
35 $(QPEDIR)/src/3rdparty/libraries/rsync/job.h \
36 $(QPEDIR)/src/3rdparty/libraries/rsync/netint.h \
37 $(QPEDIR)/src/3rdparty/libraries/rsync/protocol.h \
38 $(QPEDIR)/src/3rdparty/libraries/rsync/prototab.h \
39 $(QPEDIR)/src/3rdparty/libraries/rsync/rsync.h \
40 $(QPEDIR)/src/3rdparty/libraries/rsync/search.h \
41 $(QPEDIR)/src/3rdparty/libraries/rsync/stream.h \
42 $(QPEDIR)/src/3rdparty/libraries/rsync/sumset.h \
43 $(QPEDIR)/src/3rdparty/libraries/rsync/trace.h \
44 $(QPEDIR)/src/3rdparty/libraries/rsync/types.h \
45 $(QPEDIR)/src/3rdparty/libraries/rsync/util.h \
46 $(QPEDIR)/src/3rdparty/libraries/rsync/whole.h \
47 $(QPEDIR)/src/3rdparty/libraries/rsync/config_rsync.h \
48 $(QPEDIR)/src/3rdparty/libraries/rsync/qrsync.h \
49 syncdialog.h \
50 serverapp.h
51
52 SOURCES += server.cpp \
53 serverinterface.cpp \
54 launchertab.cpp \
55 documentlist.cpp \
56 suspendmonitor.cpp \
57 appicons.cpp \
58 taskbar.cpp \
59 runningappbar.cpp \
60 applauncher.cpp \
61 stabmon.cpp \
62 inputmethods.cpp \
63 systray.cpp \
64 wait.cpp \
65 shutdownimpl.cpp \
66 launcher.cpp \
67 launcherview.cpp \
68 $(QPEDIR)/src/settings/calibrate/calibrate.cpp \
69 transferserver.cpp \
70 packageslave.cpp \
71 irserver.cpp \
72 qcopbridge.cpp \
73 startmenu.cpp \
74 main.cpp \
75 firstuse.cpp \
76 $(QPEDIR)/src/3rdparty/libraries/rsync/base64.c \
77 $(QPEDIR)/src/3rdparty/libraries/rsync/buf.c \
78 $(QPEDIR)/src/3rdparty/libraries/rsync/checksum.c \
79 $(QPEDIR)/src/3rdparty/libraries/rsync/command.c \
80 $(QPEDIR)/src/3rdparty/libraries/rsync/delta.c \
81 $(QPEDIR)/src/3rdparty/libraries/rsync/emit.c \
82 $(QPEDIR)/src/3rdparty/libraries/rsync/hex.c \
83 $(QPEDIR)/src/3rdparty/libraries/rsync/job.c \
84 $(QPEDIR)/src/3rdparty/libraries/rsync/mdfour.c \
85 $(QPEDIR)/src/3rdparty/libraries/rsync/mksum.c \
86 $(QPEDIR)/src/3rdparty/libraries/rsync/msg.c \
87 $(QPEDIR)/src/3rdparty/libraries/rsync/netint.c \
88 $(QPEDIR)/src/3rdparty/libraries/rsync/patch.c \
89 $(QPEDIR)/src/3rdparty/libraries/rsync/prototab.c \
90 $(QPEDIR)/src/3rdparty/libraries/rsync/readsums.c \
91 $(QPEDIR)/src/3rdparty/libraries/rsync/scoop.c \
92 $(QPEDIR)/src/3rdparty/libraries/rsync/search.c \
93 $(QPEDIR)/src/3rdparty/libraries/rsync/stats.c \
94 $(QPEDIR)/src/3rdparty/libraries/rsync/stream.c \
95 $(QPEDIR)/src/3rdparty/libraries/rsync/sumset.c \
96 $(QPEDIR)/src/3rdparty/libraries/rsync/trace.c \
97 $(QPEDIR)/src/3rdparty/libraries/rsync/tube.c \
98 $(QPEDIR)/src/3rdparty/libraries/rsync/util.c \
99 $(QPEDIR)/src/3rdparty/libraries/rsync/version.c \
100 $(QPEDIR)/src/3rdparty/libraries/rsync/whole.c \
101 $(QPEDIR)/src/3rdparty/libraries/rsync/qrsync.cpp \
102 syncdialog.cpp \
103 serverapp.cpp
104
105 INTERFACES+= shutdown.ui
106
107INCLUDEPATH += $(QPEDIR)/src/settings/calibrate
108 DEPENDPATH+= $(QPEDIR)/src/settings/calibrate
109
110INCLUDEPATH += $(QPEDIR)/src/3rdparty/libraries/rsync
111 DEPENDPATH+= $(QPEDIR)/src/3rdparty/libraries/rsync
112
113 TARGET = qpe
114
115 unix:LIBS+= -lcrypt -luuid
116win32:LIBS +=
117
118TRANSLATIONS = qpe-en_GB.ts qpe-de.ts qpe-ja.ts qpe-no.ts