summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--development/keyview/keyview.pro2
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
@@ -2,12 +2,12 @@ TEMPLATE = lib
2 #CONFIG = qt plugin warn_on debug 2 #CONFIG = qt plugin warn_on debug
3 CONFIG = qt plugin warn_on release 3 CONFIG = qt plugin warn_on release
4 HEADERS = keyview.h keyboardimpl.h 4 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
8LIBS += -lqpe 8LIBS += -lqpe -lopiecore2
9 INTERFACES= 9 INTERFACES=
10 TARGET = keyview 10 TARGET = keyview
11DESTDIR = $(OPIEDIR)/plugins/inputmethods 11DESTDIR = $(OPIEDIR)/plugins/inputmethods
12 12
13include ( $(OPIEDIR)/include.pro ) 13include ( $(OPIEDIR)/include.pro )