author | kergoth <kergoth> | 2002-03-28 23:41:22 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-28 23:41:22 (UTC) |
commit | e5c50fab1c8a84f6e2337ebe85be57f354bef676 (patch) (unidiff) | |
tree | 01c8ecd8facaa8d0a473e3efe2d32993a9777870 /inputmethods/handwriting | |
parent | 58b028436ef7f9d529de7b450f4a84bb7dcf7cb0 (diff) | |
download | opie-e5c50fab1c8a84f6e2337ebe85be57f354bef676.zip opie-e5c50fab1c8a84f6e2337ebe85be57f354bef676.tar.gz opie-e5c50fab1c8a84f6e2337ebe85be57f354bef676.tar.bz2 |
moved taskbar to launcher.
-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 3b4fcff..6fa2e36 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -25,9 +25,9 @@ SOURCES = qimpenchar.cpp \ | |||
25 | INTERFACES = qimpenprefbase.ui | 25 | INTERFACES = qimpenprefbase.ui |
26 | TARGET = qhandwriting | 26 | TARGET = qhandwriting |
27 | DESTDIR = ../../plugins/inputmethods | 27 | DESTDIR = ../../plugins/inputmethods |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | 29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts | 33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts |