author | kergoth <kergoth> | 2002-03-28 23:41:22 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-28 23:41:22 (UTC) |
commit | e5c50fab1c8a84f6e2337ebe85be57f354bef676 (patch) (side-by-side diff) | |
tree | 01c8ecd8facaa8d0a473e3efe2d32993a9777870 /inputmethods/unikeyboard | |
parent | 58b028436ef7f9d529de7b450f4a84bb7dcf7cb0 (diff) | |
download | opie-e5c50fab1c8a84f6e2337ebe85be57f354bef676.zip opie-e5c50fab1c8a84f6e2337ebe85be57f354bef676.tar.gz opie-e5c50fab1c8a84f6e2337ebe85be57f354bef676.tar.bz2 |
moved taskbar to launcher.
-rw-r--r-- | inputmethods/unikeyboard/unikeyboard.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index b08dd80..18ae855 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro @@ -4,9 +4,9 @@ HEADERS = unikeyboard.h unikeyboardimpl.h SOURCES = unikeyboard.cpp unikeyboardimpl.cpp TARGET = qunikeyboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar +DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts |