-rw-r--r-- | quickexec/quickexec.pro | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro deleted file mode 100644 index 73b54d1..0000000 --- a/quickexec/quickexec.pro +++ b/dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | TEMPLATE= app | ||
2 | CONFIG = qt warn_on release | ||
3 | DESTDIR = $(OPIEDIR)/bin | ||
4 | HEADERS = | ||
5 | SOURCES = quickexec.cpp | ||
6 | LIBS += -ldl -lqpe | ||
7 | TARGET = quickexec | ||
8 | |||
9 | TRANSLATIONS = ../i18n/de/quickexec.ts \ | ||
10 | ../i18n/nl/quickexec.ts \ | ||
11 | ../i18n/da/quickexec.ts \ | ||
12 | ../i18n/xx/quickexec.ts \ | ||
13 | ../i18n/en/quickexec.ts \ | ||
14 | ../i18n/es/quickexec.ts \ | ||
15 | ../i18n/fr/quickexec.ts \ | ||
16 | ../i18n/hu/quickexec.ts \ | ||
17 | ../i18n/ja/quickexec.ts \ | ||
18 | ../i18n/ko/quickexec.ts \ | ||
19 | ../i18n/no/quickexec.ts \ | ||
20 | ../i18n/pl/quickexec.ts \ | ||
21 | ../i18n/pt/quickexec.ts \ | ||
22 | ../i18n/pt_BR/quickexec.ts \ | ||
23 | ../i18n/sl/quickexec.ts \ | ||
24 | ../i18n/zh_CN/quickexec.ts \ | ||
25 | ../i18n/zh_TW/quickexec.ts | ||
26 | |||
27 | |||
28 | |||
29 | include ( $(OPIEDIR)/include.pro ) | ||