-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 | |||
@@ -1,6 +1,21 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = ../bin | 3 | 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 | ||