author | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-24 01:29:06 (UTC) |
commit | 039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff) | |
tree | 3ad1716b648f54cf63b91358bad5d072938f7b6a /inputmethods/handwriting | |
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-- | inputmethods/handwriting/handwriting.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 8c7a5de..9dcf8a1 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro @@ -1,52 +1,52 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = qimpenchar.h \ qimpenprofile.h \ qimpencombining.h \ qimpenhelp.h \ qimpeninput.h \ qimpenmatch.h \ qimpensetup.h \ qimpenstroke.h \ qimpenwidget.h \ qimpenwordpick.h \ handwritingimpl.h SOURCES = qimpenchar.cpp \ qimpenprofile.cpp \ qimpencombining.cpp \ qimpenhelp.cpp \ qimpeninput.cpp \ qimpenmatch.cpp \ qimpensetup.cpp \ qimpenstroke.cpp \ qimpenwidget.cpp \ qimpenwordpick.cpp \ handwritingimpl.cpp INTERFACES = qimpenprefbase.ui TARGET = qhandwriting DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ ../../i18n/da/libqhandwriting.ts \ ../../i18n/xx/libqhandwriting.ts \ ../../i18n/en/libqhandwriting.ts \ ../../i18n/es/libqhandwriting.ts \ ../../i18n/fr/libqhandwriting.ts \ ../../i18n/hu/libqhandwriting.ts \ ../../i18n/ja/libqhandwriting.ts \ ../../i18n/ko/libqhandwriting.ts \ ../../i18n/no/libqhandwriting.ts \ ../../i18n/pl/libqhandwriting.ts \ ../../i18n/pt/libqhandwriting.ts \ ../../i18n/pt_BR/libqhandwriting.ts \ ../../i18n/sl/libqhandwriting.ts \ ../../i18n/zh_CN/libqhandwriting.ts \ ../../i18n/zh_TW/libqhandwriting.ts -include ( ../../include.pro ) +include ( $(OPIEDIR)/include.pro ) |