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/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 | |||
@@ -1,13 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= unikeyboard.h unikeyboardimpl.h | 3 | HEADERS= unikeyboard.h unikeyboardimpl.h |
4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp | 4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp |
5 | TARGET = qunikeyboard | 5 | TARGET = qunikeyboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../taskbar | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts | 12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts |
13 | TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts |