author | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
commit | 039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff) | |
tree | 3ad1716b648f54cf63b91358bad5d072938f7b6a /development | |
parent | a30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff) | |
download | opie-039367f738688f9484a487db8720a5bd2ad5878f.zip opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2 |
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
-rw-r--r-- | development/keyview/keyview.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index ecdc64b..daec481 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
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 = keyview.h keyboardimpl.h | 4 | HEADERS = keyview.h keyboardimpl.h |
5 | SOURCES = keyview.cpp keyboardimpl.cpp | 5 | SOURCES = keyview.cpp keyboardimpl.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher | 7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = keyview | 10 | TARGET = keyview |
11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/keyview.ts \ | 13 | TRANSLATIONS = ../i18n/de/keyview.ts \ |
14 | ../i18n/da/keyview.ts \ | 14 | ../i18n/da/keyview.ts \ |
15 | ../i18n/xx/keyview.ts \ | 15 | ../i18n/xx/keyview.ts \ |
16 | ../i18n/en/keyview.ts \ | 16 | ../i18n/en/keyview.ts \ |
17 | ../i18n/es/keyview.ts \ | 17 | ../i18n/es/keyview.ts \ |
18 | ../i18n/fr/keyview.ts \ | 18 | ../i18n/fr/keyview.ts \ |
19 | ../i18n/hu/keyview.ts \ | 19 | ../i18n/hu/keyview.ts \ |
20 | ../i18n/ja/keyview.ts \ | 20 | ../i18n/ja/keyview.ts \ |
21 | ../i18n/ko/keyview.ts \ | 21 | ../i18n/ko/keyview.ts \ |
22 | ../i18n/no/keyview.ts \ | 22 | ../i18n/no/keyview.ts \ |
23 | ../i18n/pl/keyview.ts \ | 23 | ../i18n/pl/keyview.ts \ |
24 | ../i18n/pt/keyview.ts \ | 24 | ../i18n/pt/keyview.ts \ |
25 | ../i18n/pt_BR/keyview.ts \ | 25 | ../i18n/pt_BR/keyview.ts \ |
26 | ../i18n/sl/keyview.ts \ | 26 | ../i18n/sl/keyview.ts \ |
27 | ../i18n/zh_CN/keyview.ts \ | 27 | ../i18n/zh_CN/keyview.ts \ |
28 | ../i18n/zh_TW/keyview.ts | 28 | ../i18n/zh_TW/keyview.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |