-rw-r--r-- | core/launcher/launcher.pro | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index d9609ef..9ab5b74 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -50,76 +50,76 @@ SOURCES = background.cpp \ | |||
50 | desktop.cpp \ | 50 | desktop.cpp \ |
51 | mediummountgui.cpp \ | 51 | mediummountgui.cpp \ |
52 | qprocess.cpp qprocess_unix.cpp \ | 52 | qprocess.cpp qprocess_unix.cpp \ |
53 | info.cpp \ | 53 | info.cpp \ |
54 | appicons.cpp \ | 54 | appicons.cpp \ |
55 | taskbar.cpp \ | 55 | taskbar.cpp \ |
56 | sidething.cpp \ | 56 | sidething.cpp \ |
57 | mrulist.cpp \ | 57 | mrulist.cpp \ |
58 | stabmon.cpp \ | 58 | stabmon.cpp \ |
59 | inputmethods.cpp \ | 59 | inputmethods.cpp \ |
60 | systray.cpp \ | 60 | systray.cpp \ |
61 | wait.cpp \ | 61 | wait.cpp \ |
62 | shutdownimpl.cpp \ | 62 | shutdownimpl.cpp \ |
63 | launcher.cpp \ | 63 | launcher.cpp \ |
64 | launcherview.cpp \ | 64 | launcherview.cpp \ |
65 | $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ | 65 | $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ |
66 | transferserver.cpp \ | 66 | transferserver.cpp \ |
67 | packageslave.cpp \ | 67 | packageslave.cpp \ |
68 | irserver.cpp \ | 68 | irserver.cpp \ |
69 | qcopbridge.cpp \ | 69 | qcopbridge.cpp \ |
70 | startmenu.cpp \ | 70 | startmenu.cpp \ |
71 | main.cpp \ | 71 | main.cpp \ |
72 | $(OPIEDIR)/rsync/base64.c \ | 72 | $(OPIEDIR)/rsync/base64.c \ |
73 | $(OPIEDIR)/rsync/buf.c \ | 73 | $(OPIEDIR)/rsync/buf.c \ |
74 | $(OPIEDIR)/rsync/checksum.c \ | 74 | $(OPIEDIR)/rsync/checksum.c \ |
75 | $(OPIEDIR)/rsync/command.c \ | 75 | $(OPIEDIR)/rsync/command.c \ |
76 | $(OPIEDIR)/rsync/delta.c \ | 76 | $(OPIEDIR)/rsync/delta.c \ |
77 | $(OPIEDIR)/rsync/emit.c \ | 77 | $(OPIEDIR)/rsync/emit.c \ |
78 | $(OPIEDIR)/rsync/hex.c \ | 78 | $(OPIEDIR)/rsync/hex.c \ |
79 | $(OPIEDIR)/rsync/job.c \ | 79 | $(OPIEDIR)/rsync/job.c \ |
80 | $(OPIEDIR)/rsync/mdfour.c \ | 80 | $(OPIEDIR)/rsync/mdfour.c \ |
81 | $(OPIEDIR)/rsync/mksum.c \ | 81 | $(OPIEDIR)/rsync/mksum.c \ |
82 | $(OPIEDIR)/rsync/msg.c \ | 82 | $(OPIEDIR)/rsync/msg.c \ |
83 | $(OPIEDIR)/rsync/netint.c \ | 83 | $(OPIEDIR)/rsync/netint.c \ |
84 | $(OPIEDIR)/rsync/patch.c \ | 84 | $(OPIEDIR)/rsync/patch.c \ |
85 | $(OPIEDIR)/rsync/prototab.c \ | 85 | $(OPIEDIR)/rsync/prototab.c \ |
86 | $(OPIEDIR)/rsync/readsums.c \ | 86 | $(OPIEDIR)/rsync/readsums.c \ |
87 | $(OPIEDIR)/rsync/scoop.c \ | 87 | $(OPIEDIR)/rsync/scoop.c \ |
88 | $(OPIEDIR)/rsync/search.c \ | 88 | $(OPIEDIR)/rsync/search.c \ |
89 | $(OPIEDIR)/rsync/stats.c \ | 89 | $(OPIEDIR)/rsync/stats.c \ |
90 | $(OPIEDIR)/rsync/stream.c \ | 90 | $(OPIEDIR)/rsync/stream.c \ |
91 | $(OPIEDIR)/rsync/sumset.c \ | 91 | $(OPIEDIR)/rsync/sumset.c \ |
92 | $(OPIEDIR)/rsync/trace.c \ | 92 | $(OPIEDIR)/rsync/trace.c \ |
93 | $(OPIEDIR)/rsync/tube.c \ | 93 | $(OPIEDIR)/rsync/tube.c \ |
94 | $(OPIEDIR)/rsync/util.c \ | 94 | $(OPIEDIR)/rsync/util.c \ |
95 | $(OPIEDIR)/rsync/version.c \ | 95 | $(OPIEDIR)/rsync/version.c \ |
96 | $(OPIEDIR)/rsync/whole.c \ | 96 | $(OPIEDIR)/rsync/whole.c \ |
97 | $(OPIEDIR)/rsync/qrsync.cpp | 97 | $(OPIEDIR)/rsync/qrsync.cpp |
98 | 98 | ||
99 | INTERFACES= shutdown.ui syncdialog.ui | 99 | INTERFACES= shutdown.ui syncdialog.ui |
100 | 100 | ||
101 | INCLUDEPATH += $(OPIEDIR)/include | 101 | INCLUDEPATH += $(OPIEDIR)/include |
102 | DEPENDPATH+= $(OPIEDIR)/include . | 102 | DEPENDPATH+= $(OPIEDIR)/include . |
103 | 103 | ||
104 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate | 104 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate |
105 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate | 105 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate |
106 | 106 | ||
107 | INCLUDEPATH += $(OPIEDIR)/rsync | 107 | INCLUDEPATH += $(OPIEDIR)/rsync |
108 | DEPENDPATH+= $(OPIEDIR)/rsync | 108 | DEPENDPATH+= $(OPIEDIR)/rsync |
109 | 109 | ||
110 | TARGET = opie | 110 | TARGET = opie |
111 | 111 | ||
112 | LIBS += -lqpe -lcrypt -lopie | 112 | LIBS += -lqpe -lcrypt -lopie |
113 | 113 | ||
114 | TRANSLATIONS = ../i18n/de/qpe.ts | 114 | TRANSLATIONS = ../i18n/de/opie.ts |
115 | TRANSLATIONS += ../i18n/es/qpe.ts | 115 | TRANSLATIONS += ../i18n/es/opie.ts |
116 | TRANSLATIONS += ../i18n/pt/qpe.ts | 116 | TRANSLATIONS += ../i18n/pt/opie.ts |
117 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts | 117 | TRANSLATIONS += ../i18n/pt_BR/opie.ts |
118 | TRANSLATIONS += ../i18n/en/qpe.ts | 118 | TRANSLATIONS += ../i18n/en/opie.ts |
119 | TRANSLATIONS += ../i18n/hu/qpe.ts | 119 | TRANSLATIONS += ../i18n/hu/opie.ts |
120 | TRANSLATIONS += ../i18n/ja/qpe.ts | 120 | TRANSLATIONS += ../i18n/ja/opie.ts |
121 | TRANSLATIONS += ../i18n/fr/qpe.ts | 121 | TRANSLATIONS += ../i18n/fr/opie.ts |
122 | TRANSLATIONS += ../i18n/ko/qpe.ts | 122 | TRANSLATIONS += ../i18n/ko/opie.ts |
123 | TRANSLATIONS += ../i18n/no/qpe.ts | 123 | TRANSLATIONS += ../i18n/no/opie.ts |
124 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts | 124 | TRANSLATIONS += ../i18n/zh_CN/opie.ts |
125 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts | 125 | TRANSLATIONS += ../i18n/zh_TW/opie.ts |