summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.pro
authorcniehaus <cniehaus>2003-04-20 10:49:51 (UTC)
committer cniehaus <cniehaus>2003-04-20 10:49:51 (UTC)
commit006162c13c63e65a209f4fc01e64beb445a09d0b (patch) (unidiff)
tree35668e7599c02fc8cf3a45219986b6831ab462fc /core/launcher/launcher.pro
parentcf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486 (diff)
downloadopie-006162c13c63e65a209f4fc01e64beb445a09d0b.zip
opie-006162c13c63e65a209f4fc01e64beb445a09d0b.tar.gz
opie-006162c13c63e65a209f4fc01e64beb445a09d0b.tar.bz2
adding dutch to the .pro-files
Diffstat (limited to 'core/launcher/launcher.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/launcher.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 007e48c..ba01954 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -77,44 +77,45 @@ SOURCES = background.cpp \
77 ../../rsync/netint.c \ 77 ../../rsync/netint.c \
78 ../../rsync/patch.c \ 78 ../../rsync/patch.c \
79 ../../rsync/prototab.c \ 79 ../../rsync/prototab.c \
80 ../../rsync/readsums.c \ 80 ../../rsync/readsums.c \
81 ../../rsync/scoop.c \ 81 ../../rsync/scoop.c \
82 ../../rsync/search.c \ 82 ../../rsync/search.c \
83 ../../rsync/stats.c \ 83 ../../rsync/stats.c \
84 ../../rsync/stream.c \ 84 ../../rsync/stream.c \
85 ../../rsync/sumset.c \ 85 ../../rsync/sumset.c \
86 ../../rsync/trace.c \ 86 ../../rsync/trace.c \
87 ../../rsync/tube.c \ 87 ../../rsync/tube.c \
88 ../../rsync/util.c \ 88 ../../rsync/util.c \
89 ../../rsync/version.c \ 89 ../../rsync/version.c \
90 ../../rsync/whole.c \ 90 ../../rsync/whole.c \
91 ../../rsync/qrsync.cpp 91 ../../rsync/qrsync.cpp
92 INTERFACES= syncdialog.ui 92 INTERFACES= syncdialog.ui
93INCLUDEPATH += ../../include 93INCLUDEPATH += ../../include
94 DEPENDPATH+= ../../include . 94 DEPENDPATH+= ../../include .
95INCLUDEPATH += ../../rsync 95INCLUDEPATH += ../../rsync
96 DEPENDPATH+= ../../rsync 96 DEPENDPATH+= ../../rsync
97 TARGET = qpe 97 TARGET = qpe
98 LIBS += -lqpe -lcrypt -lopie 98 LIBS += -lqpe -lcrypt -lopie
99 99
100TRANSLATIONS = ../../i18n/de/qpe.ts \ 100TRANSLATIONS = ../../i18n/de/qpe.ts \
101 ../../i18n/nl/qpe.ts \
101 ../../i18n/xx/qpe.ts \ 102 ../../i18n/xx/qpe.ts \
102 ../../i18n/en/qpe.ts \ 103 ../../i18n/en/qpe.ts \
103 ../../i18n/es/qpe.ts \ 104 ../../i18n/es/qpe.ts \
104 ../../i18n/fr/qpe.ts \ 105 ../../i18n/fr/qpe.ts \
105 ../../i18n/hu/qpe.ts \ 106 ../../i18n/hu/qpe.ts \
106 ../../i18n/ja/qpe.ts \ 107 ../../i18n/ja/qpe.ts \
107 ../../i18n/ko/qpe.ts \ 108 ../../i18n/ko/qpe.ts \
108 ../../i18n/no/qpe.ts \ 109 ../../i18n/no/qpe.ts \
109 ../../i18n/pl/qpe.ts \ 110 ../../i18n/pl/qpe.ts \
110 ../../i18n/pt/qpe.ts \ 111 ../../i18n/pt/qpe.ts \
111 ../../i18n/pt_BR/qpe.ts \ 112 ../../i18n/pt_BR/qpe.ts \
112 ../../i18n/sl/qpe.ts \ 113 ../../i18n/sl/qpe.ts \
113 ../../i18n/zh_CN/qpe.ts \ 114 ../../i18n/zh_CN/qpe.ts \
114 ../../i18n/it/qpe.ts \ 115 ../../i18n/it/qpe.ts \
115 ../../i18n/zh_TW/qpe.ts \ 116 ../../i18n/zh_TW/qpe.ts \
116 ../../i18n/da/qpe.ts 117 ../../i18n/da/qpe.ts
117 118
118 119
119 120
120include ( $(OPIEDIR)/include.pro ) 121include ( $(OPIEDIR)/include.pro )