-rw-r--r-- | development/keyview/keyview.pro | 76 |
1 files changed, 1 insertions, 75 deletions
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index 02d2d28..e7df8a4 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro @@ -1,87 +1,13 @@ TEMPLATE = lib #CONFIG = qt plugin warn_on debug CONFIG = qt plugin warn_on release HEADERS = keyview.h keyboardimpl.h SOURCES = keyview.cpp keyboardimpl.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include ../../launcher LIBS += -lqpe -lopiecore2 INTERFACES = TARGET = keyview DESTDIR = $(OPIEDIR)/plugins/inputmethods -include( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(OPIEDIR)/include.pro ) +include( $(OPIEDIR)/include.pro ) |