Diffstat (limited to 'examples/inputmethod/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/inputmethod/example.pro | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/inputmethod/example.pro b/examples/inputmethod/example.pro deleted file mode 100644 index ea98dd5..0000000 --- a/examples/inputmethod/example.pro +++ b/dev/null @@ -1,12 +0,0 @@ -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 ) |