-rw-r--r-- | examples/inputmethod/example.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/inputmethod/example.pro b/examples/inputmethod/example.pro index b3cfc6b..124d10a 100644 --- a/examples/inputmethod/example.pro +++ b/examples/inputmethod/example.pro | |||
@@ -5,7 +5,7 @@ SOURCES = exampleboardimpl.cpp | |||
5 | TARGET = example_board | 5 | TARGET = example_board |
6 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 6 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||