author | davipt <davipt> | 2002-06-28 12:15:00 (UTC) |
---|---|---|
committer | davipt <davipt> | 2002-06-28 12:15:00 (UTC) |
commit | 2e7a7bfbdd71bf8c792fe28be91fcfb1a50f014a (patch) (unidiff) | |
tree | 21d1ef99187b2ef9d38e783a7c2fa4619f2914aa | |
parent | 725fd61e95f6538bd86720932a61012fd3d4f515 (diff) | |
download | opie-2e7a7bfbdd71bf8c792fe28be91fcfb1a50f014a.zip opie-2e7a7bfbdd71bf8c792fe28be91fcfb1a50f014a.tar.gz opie-2e7a7bfbdd71bf8c792fe28be91fcfb1a50f014a.tar.bz2 |
fix
-rw-r--r-- | quickexec/quickexec.pro | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index cbf5db2..0b47ec0 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro | |||
@@ -1,21 +1,22 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = ../bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = | 4 | HEADERS = |
5 | SOURCES = quickexec.cpp | 5 | SOURCES = quickexec.cpp |
6 | LIBS += -ldl -lqpe | 6 | LIBS += -ldl -lqpe |
7 | TARGET = quickexec | ||
7 | 8 | ||
8 | TRANSLATIONS = ../i18n/de/quickexec.pro.in.ts \ | 9 | TRANSLATIONS = ../i18n/de/quickexec.pro \ |
9 | ../i18n/en/quickexec.pro.in.ts \ | 10 | ../i18n/en/quickexec.pro \ |
10 | ../i18n/es/quickexec.pro.in.ts \ | 11 | ../i18n/es/quickexec.pro \ |
11 | ../i18n/fr/quickexec.pro.in.ts \ | 12 | ../i18n/fr/quickexec.pro \ |
12 | ../i18n/hu/quickexec.pro.in.ts \ | 13 | ../i18n/hu/quickexec.pro \ |
13 | ../i18n/ja/quickexec.pro.in.ts \ | 14 | ../i18n/ja/quickexec.pro \ |
14 | ../i18n/ko/quickexec.pro.in.ts \ | 15 | ../i18n/ko/quickexec.pro \ |
15 | ../i18n/no/quickexec.pro.in.ts \ | 16 | ../i18n/no/quickexec.pro \ |
16 | ../i18n/pl/quickexec.pro.in.ts \ | 17 | ../i18n/pl/quickexec.pro \ |
17 | ../i18n/pt/quickexec.pro.in.ts \ | 18 | ../i18n/pt/quickexec.pro \ |
18 | ../i18n/pt_BR/quickexec.pro.in.ts \ | 19 | ../i18n/pt_BR/quickexec.pro \ |
19 | ../i18n/sl/quickexec.pro.in.ts \ | 20 | ../i18n/sl/quickexec.pro \ |
20 | ../i18n/zh_CN/quickexec.pro.in.ts \ | 21 | ../i18n/zh_CN/quickexec.pro \ |
21 | ../i18n/zh_TW/quickexec.pro.in.ts | 22 | ../i18n/zh_TW/quickexec.pro |