summaryrefslogtreecommitdiff
path: root/examples/example.pro
authorzecke <zecke>2004-02-05 21:48:02 (UTC)
committer zecke <zecke>2004-02-05 21:48:02 (UTC)
commitdd39213b22f2dae9f1c8dceca55fb84cba4de5df (patch) (side-by-side diff)
treefdab23438fafca1d8916b5667c3b68050fa479c9 /examples/example.pro
parentc66c82f5d42f17668794747006d5c8cf6cb62476 (diff)
downloadopie-dd39213b22f2dae9f1c8dceca55fb84cba4de5df.zip
opie-dd39213b22f2dae9f1c8dceca55fb84cba4de5df.tar.gz
opie-dd39213b22f2dae9f1c8dceca55fb84cba4de5df.tar.bz2
Remove the wrongly comitted items....
Diffstat (limited to 'examples/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/example.pro12
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 )