author | davipt <davipt> | 2002-06-28 12:15:00 (UTC) |
---|---|---|
committer | davipt <davipt> | 2002-06-28 12:15:00 (UTC) |
commit | 2e7a7bfbdd71bf8c792fe28be91fcfb1a50f014a (patch) (side-by-side diff) | |
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 @@ TEMPLATE = app CONFIG = qt warn_on release -DESTDIR = ../bin +DESTDIR = $(OPIEDIR)/bin HEADERS = SOURCES = quickexec.cpp LIBS += -ldl -lqpe +TARGET = quickexec -TRANSLATIONS = ../i18n/de/quickexec.pro.in.ts \ - ../i18n/en/quickexec.pro.in.ts \ - ../i18n/es/quickexec.pro.in.ts \ - ../i18n/fr/quickexec.pro.in.ts \ - ../i18n/hu/quickexec.pro.in.ts \ - ../i18n/ja/quickexec.pro.in.ts \ - ../i18n/ko/quickexec.pro.in.ts \ - ../i18n/no/quickexec.pro.in.ts \ - ../i18n/pl/quickexec.pro.in.ts \ - ../i18n/pt/quickexec.pro.in.ts \ - ../i18n/pt_BR/quickexec.pro.in.ts \ - ../i18n/sl/quickexec.pro.in.ts \ - ../i18n/zh_CN/quickexec.pro.in.ts \ - ../i18n/zh_TW/quickexec.pro.in.ts +TRANSLATIONS = ../i18n/de/quickexec.pro \ + ../i18n/en/quickexec.pro \ + ../i18n/es/quickexec.pro \ + ../i18n/fr/quickexec.pro \ + ../i18n/hu/quickexec.pro \ + ../i18n/ja/quickexec.pro \ + ../i18n/ko/quickexec.pro \ + ../i18n/no/quickexec.pro \ + ../i18n/pl/quickexec.pro \ + ../i18n/pt/quickexec.pro \ + ../i18n/pt_BR/quickexec.pro \ + ../i18n/sl/quickexec.pro \ + ../i18n/zh_CN/quickexec.pro \ + ../i18n/zh_TW/quickexec.pro |