-rw-r--r-- | examples/example.pro | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/example.pro b/examples/example.pro deleted file mode 100644 index 3c003af..0000000 --- a/examples/example.pro +++ b/dev/null @@ -1,12 +0,0 @@ -TEMPLATE = lib -CONFIG += qt plugin warn_on release -HEADERS = exampleboardimpl.h -SOURCES = exampleboardimpl.cpp -TARGET = example_board -DESTDIR = $(OPIEDIR)/plugins/inputmethods -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += ../$(OPIEDIR)/include ../../launcher -LIBS += -lqpe -VERSION = 1.0.0 - -include ( $(OPIEDIR)/include.pro ) |