author | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
commit | b13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff) | |
tree | 341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /quickexec/quickexec.pro | |
parent | de4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff) | |
download | opie-b13d95b210c7d16229514afc66e32a1de09a075c.zip opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2 |
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
-rw-r--r-- | quickexec/quickexec.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index 80fc945..cbf5db2 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro | |||
@@ -4,3 +4,18 @@ DESTDIR = ../bin | |||
4 | HEADERS = | 4 | HEADERS = |
5 | SOURCES = quickexec.cpp | 5 | SOURCES = quickexec.cpp |
6 | LIBS += -ldl -lqpe | 6 | LIBS += -ldl -lqpe |
7 | |||
8 | TRANSLATIONS = ../i18n/de/quickexec.pro.in.ts \ | ||
9 | ../i18n/en/quickexec.pro.in.ts \ | ||
10 | ../i18n/es/quickexec.pro.in.ts \ | ||
11 | ../i18n/fr/quickexec.pro.in.ts \ | ||
12 | ../i18n/hu/quickexec.pro.in.ts \ | ||
13 | ../i18n/ja/quickexec.pro.in.ts \ | ||
14 | ../i18n/ko/quickexec.pro.in.ts \ | ||
15 | ../i18n/no/quickexec.pro.in.ts \ | ||
16 | ../i18n/pl/quickexec.pro.in.ts \ | ||
17 | ../i18n/pt/quickexec.pro.in.ts \ | ||
18 | ../i18n/pt_BR/quickexec.pro.in.ts \ | ||
19 | ../i18n/sl/quickexec.pro.in.ts \ | ||
20 | ../i18n/zh_CN/quickexec.pro.in.ts \ | ||
21 | ../i18n/zh_TW/quickexec.pro.in.ts | ||