-rw-r--r-- | example/example.pro | 32 |
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 @@ | |||
1 | TEMPLATE= app | ||
2 | #CONFIG = qt warn_on debug | ||
3 | CONFIG = qt warn_on release | ||
4 | HEADERS = example.h | ||
5 | SOURCES = main.cpp example.cpp | ||
6 | INCLUDEPATH+= $(OPIEDIR)/include | ||
7 | DEPENDPATH+= $(OPIEDIR)/include | ||
8 | LIBS += -lqpe | ||
9 | INTERFACES= examplebase.ui | ||
10 | TARGET = example | ||
11 | |||
12 | TRANSLATIONS = ../i18n/de/example.ts \ | ||
13 | ../i18n/nl/example.ts \ | ||
14 | ../i18n/da/example.ts \ | ||
15 | ../i18n/xx/example.ts \ | ||
16 | ../i18n/en/example.ts \ | ||
17 | ../i18n/es/example.ts \ | ||
18 | ../i18n/fr/example.ts \ | ||
19 | ../i18n/hu/example.ts \ | ||
20 | ../i18n/ja/example.ts \ | ||
21 | ../i18n/ko/example.ts \ | ||
22 | ../i18n/no/example.ts \ | ||
23 | ../i18n/pl/example.ts \ | ||
24 | ../i18n/pt/example.ts \ | ||
25 | ../i18n/pt_BR/example.ts \ | ||
26 | ../i18n/sl/example.ts \ | ||
27 | ../i18n/zh_CN/example.ts \ | ||
28 | ../i18n/zh_TW/example.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | ||