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