summaryrefslogtreecommitdiff
path: root/examples/inputmethod/inputmethod.pro
Side-by-side diff
Diffstat (limited to 'examples/inputmethod/inputmethod.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/inputmethod/inputmethod.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/inputmethod/inputmethod.pro b/examples/inputmethod/inputmethod.pro
new file mode 100644
index 0000000..ea98dd5
--- a/dev/null
+++ b/examples/inputmethod/inputmethod.pro
@@ -0,0 +1,12 @@
+TEMPLATE = lib
+CONFIG += qt plugin warn_on
+HEADERS = exampleboardimpl.h
+SOURCES = exampleboardimpl.cpp
+TARGET = example_board
+DESTDIR = $(OPIEDIR)/plugins/inputmethods
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += ../../launcher
+LIBS += -lqpe
+VERSION = 1.0.0
+
+include( $(OPIEDIR)/include.pro )