summaryrefslogtreecommitdiff
path: root/example/example.pro
Side-by-side diff
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 )