author | mickeyl <mickeyl> | 2003-11-09 01:29:48 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-09 01:29:48 (UTC) |
commit | fe2686a823f0dc41828ed75b759f34f117453e49 (patch) (side-by-side diff) | |
tree | bf3eb1ee22b12c84d36eb53d4f4f2dcb0eac64a4 /quickexec/quickexec.pro | |
parent | 28d03a7d43f449949991a91cab63580ef6220725 (diff) | |
download | opie-fe2686a823f0dc41828ed75b759f34f117453e49.zip opie-fe2686a823f0dc41828ed75b759f34f117453e49.tar.gz opie-fe2686a823f0dc41828ed75b759f34f117453e49.tar.bz2 |
get rid of some obsolete zombies.
-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 @@ -TEMPLATE = app -CONFIG = qt warn_on release -DESTDIR = $(OPIEDIR)/bin -HEADERS = -SOURCES = quickexec.cpp -LIBS += -ldl -lqpe -TARGET = quickexec - -TRANSLATIONS = ../i18n/de/quickexec.ts \ - ../i18n/nl/quickexec.ts \ - ../i18n/da/quickexec.ts \ - ../i18n/xx/quickexec.ts \ - ../i18n/en/quickexec.ts \ - ../i18n/es/quickexec.ts \ - ../i18n/fr/quickexec.ts \ - ../i18n/hu/quickexec.ts \ - ../i18n/ja/quickexec.ts \ - ../i18n/ko/quickexec.ts \ - ../i18n/no/quickexec.ts \ - ../i18n/pl/quickexec.ts \ - ../i18n/pt/quickexec.ts \ - ../i18n/pt_BR/quickexec.ts \ - ../i18n/sl/quickexec.ts \ - ../i18n/zh_CN/quickexec.ts \ - ../i18n/zh_TW/quickexec.ts - - - -include ( $(OPIEDIR)/include.pro ) |