-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 |