summaryrefslogtreecommitdiff
path: root/example/example.pro
authormickeyl <mickeyl>2003-11-09 01:29:48 (UTC)
committer mickeyl <mickeyl>2003-11-09 01:29:48 (UTC)
commitfe2686a823f0dc41828ed75b759f34f117453e49 (patch) (side-by-side diff)
treebf3eb1ee22b12c84d36eb53d4f4f2dcb0eac64a4 /example/example.pro
parent28d03a7d43f449949991a91cab63580ef6220725 (diff)
downloadopie-fe2686a823f0dc41828ed75b759f34f117453e49.zip
opie-fe2686a823f0dc41828ed75b759f34f117453e49.tar.gz
opie-fe2686a823f0dc41828ed75b759f34f117453e49.tar.bz2
get rid of some obsolete zombies.
Diffstat (limited to 'example/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--example/example.pro32
1 files changed, 0 insertions, 32 deletions
diff --git a/example/example.pro b/example/example.pro
deleted file mode 100644
index dea78cf..0000000
--- a/example/example.pro
+++ b/dev/null
@@ -1,32 +0,0 @@
-TEMPLATE = app
-#CONFIG = qt warn_on debug
-CONFIG = qt warn_on release
-HEADERS = example.h
-SOURCES = main.cpp example.cpp
-INCLUDEPATH += $(OPIEDIR)/include
-DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
-INTERFACES = examplebase.ui
-TARGET = example
-
-TRANSLATIONS = ../i18n/de/example.ts \
- ../i18n/nl/example.ts \
- ../i18n/da/example.ts \
- ../i18n/xx/example.ts \
- ../i18n/en/example.ts \
- ../i18n/es/example.ts \
- ../i18n/fr/example.ts \
- ../i18n/hu/example.ts \
- ../i18n/ja/example.ts \
- ../i18n/ko/example.ts \
- ../i18n/no/example.ts \
- ../i18n/pl/example.ts \
- ../i18n/pt/example.ts \
- ../i18n/pt_BR/example.ts \
- ../i18n/sl/example.ts \
- ../i18n/zh_CN/example.ts \
- ../i18n/zh_TW/example.ts
-
-
-
-include ( $(OPIEDIR)/include.pro )