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.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index ba01954..f5597c5 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -8,24 +8,25 @@ HEADERS = background.h \
8 info.h \ 8 info.h \
9 appicons.h \ 9 appicons.h \
10 taskbar.h \ 10 taskbar.h \
11 sidething.h \ 11 sidething.h \
12 runningappbar.h \ 12 runningappbar.h \
13 stabmon.h \ 13 stabmon.h \
14 inputmethods.h \ 14 inputmethods.h \
15 systray.h \ 15 systray.h \
16 wait.h \ 16 wait.h \
17 shutdownimpl.h \ 17 shutdownimpl.h \
18 launcher.h \ 18 launcher.h \
19 launcherview.h \ 19 launcherview.h \
20 ../../core/apps/calibrate/calibrate.h \
20 startmenu.h \ 21 startmenu.h \
21 transferserver.h \ 22 transferserver.h \
22 qcopbridge.h \ 23 qcopbridge.h \
23 packageslave.h \ 24 packageslave.h \
24 irserver.h \ 25 irserver.h \
25 ../../rsync/buf.h \ 26 ../../rsync/buf.h \
26 ../../rsync/checksum.h \ 27 ../../rsync/checksum.h \
27 ../../rsync/command.h \ 28 ../../rsync/command.h \
28 ../../rsync/emit.h \ 29 ../../rsync/emit.h \
29 ../../rsync/job.h \ 30 ../../rsync/job.h \
30 ../../rsync/netint.h \ 31 ../../rsync/netint.h \
31 ../../rsync/protocol.h \ 32 ../../rsync/protocol.h \
@@ -48,24 +49,25 @@ SOURCES = background.cpp \
48 info.cpp \ 49 info.cpp \
49 appicons.cpp \ 50 appicons.cpp \
50 taskbar.cpp \ 51 taskbar.cpp \
51 sidething.cpp \ 52 sidething.cpp \
52 runningappbar.cpp \ 53 runningappbar.cpp \
53 stabmon.cpp \ 54 stabmon.cpp \
54 inputmethods.cpp \ 55 inputmethods.cpp \
55 systray.cpp \ 56 systray.cpp \
56 wait.cpp \ 57 wait.cpp \
57 shutdownimpl.cpp \ 58 shutdownimpl.cpp \
58 launcher.cpp \ 59 launcher.cpp \
59 launcherview.cpp \ 60 launcherview.cpp \
61 ../../core/apps/calibrate/calibrate.cpp \
60 transferserver.cpp \ 62 transferserver.cpp \
61 packageslave.cpp \ 63 packageslave.cpp \
62 irserver.cpp \ 64 irserver.cpp \
63 qcopbridge.cpp \ 65 qcopbridge.cpp \
64 startmenu.cpp \ 66 startmenu.cpp \
65 main.cpp \ 67 main.cpp \
66 ../../rsync/base64.c \ 68 ../../rsync/base64.c \
67 ../../rsync/buf.c \ 69 ../../rsync/buf.c \
68 ../../rsync/checksum.c \ 70 ../../rsync/checksum.c \
69 ../../rsync/command.c \ 71 ../../rsync/command.c \
70 ../../rsync/delta.c \ 72 ../../rsync/delta.c \
71 ../../rsync/emit.c \ 73 ../../rsync/emit.c \
@@ -83,24 +85,26 @@ SOURCES = background.cpp \
83 ../../rsync/stats.c \ 85 ../../rsync/stats.c \
84 ../../rsync/stream.c \ 86 ../../rsync/stream.c \
85 ../../rsync/sumset.c \ 87 ../../rsync/sumset.c \
86 ../../rsync/trace.c \ 88 ../../rsync/trace.c \
87 ../../rsync/tube.c \ 89 ../../rsync/tube.c \
88 ../../rsync/util.c \ 90 ../../rsync/util.c \
89 ../../rsync/version.c \ 91 ../../rsync/version.c \
90 ../../rsync/whole.c \ 92 ../../rsync/whole.c \
91 ../../rsync/qrsync.cpp 93 ../../rsync/qrsync.cpp
92 INTERFACES= syncdialog.ui 94 INTERFACES= syncdialog.ui
93INCLUDEPATH += ../../include 95INCLUDEPATH += ../../include
94 DEPENDPATH+= ../../include . 96 DEPENDPATH+= ../../include .
97INCLUDEPATH += ../../core/apps/calibrate
98 DEPENDPATH+= ../../core/apps/calibrate
95INCLUDEPATH += ../../rsync 99INCLUDEPATH += ../../rsync
96 DEPENDPATH+= ../../rsync 100 DEPENDPATH+= ../../rsync
97 TARGET = qpe 101 TARGET = qpe
98 LIBS += -lqpe -lcrypt -lopie 102 LIBS += -lqpe -lcrypt -lopie
99 103
100TRANSLATIONS = ../../i18n/de/qpe.ts \ 104TRANSLATIONS = ../../i18n/de/qpe.ts \
101 ../../i18n/nl/qpe.ts \ 105 ../../i18n/nl/qpe.ts \
102 ../../i18n/xx/qpe.ts \ 106 ../../i18n/xx/qpe.ts \
103 ../../i18n/en/qpe.ts \ 107 ../../i18n/en/qpe.ts \
104 ../../i18n/es/qpe.ts \ 108 ../../i18n/es/qpe.ts \
105 ../../i18n/fr/qpe.ts \ 109 ../../i18n/fr/qpe.ts \
106 ../../i18n/hu/qpe.ts \ 110 ../../i18n/hu/qpe.ts \