author | alwin <alwin> | 2004-08-01 10:36:38 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-08-01 10:36:38 (UTC) |
commit | 4fbd0218b71432444214cf124c45e3d03185324f (patch) (unidiff) | |
tree | b467fb0646d61a9a71a0eb25938a169ae3e897cb /development | |
parent | 724f12e7a37e977b70bb0002d14ee36b9358ae99 (diff) | |
download | opie-4fbd0218b71432444214cf124c45e3d03185324f.zip opie-4fbd0218b71432444214cf124c45e3d03185324f.tar.gz opie-4fbd0218b71432444214cf124c45e3d03185324f.tar.bz2 |
linking against opiecore2
-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 bf9be09..d27d57c 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -5,7 +5,7 @@ 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 -lopiecore2 |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = keyview | 10 | TARGET = keyview |
11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |