author | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
commit | b13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff) | |
tree | 341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /example/example.pro | |
parent | de4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff) | |
download | opie-b13d95b210c7d16229514afc66e32a1de09a075c.zip opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2 |
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
-rw-r--r-- | example/example.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/example/example.pro b/example/example.pro index d150b1c..5d2b39a 100644 --- a/example/example.pro +++ b/example/example.pro | |||
@@ -1,10 +1,25 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = example.h | 4 | HEADERS = example.h |
5 | SOURCES = main.cpp example.cpp | 5 | SOURCES = main.cpp example.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= examplebase.ui | 9 | INTERFACES= examplebase.ui |
10 | TARGET = example | 10 | TARGET = example |
11 | |||
12 | TRANSLATIONS = ../i18n/de/example.ts \ | ||
13 | ../i18n/en/example.ts \ | ||
14 | ../i18n/es/example.ts \ | ||
15 | ../i18n/fr/example.ts \ | ||
16 | ../i18n/hu/example.ts \ | ||
17 | ../i18n/ja/example.ts \ | ||
18 | ../i18n/ko/example.ts \ | ||
19 | ../i18n/no/example.ts \ | ||
20 | ../i18n/pl/example.ts \ | ||
21 | ../i18n/pt/example.ts \ | ||
22 | ../i18n/pt_BR/example.ts \ | ||
23 | ../i18n/sl/example.ts \ | ||
24 | ../i18n/zh_CN/example.ts \ | ||
25 | ../i18n/zh_TW/example.ts | ||