author | zecke <zecke> | 2004-02-05 21:48:02 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-05 21:48:02 (UTC) |
commit | dd39213b22f2dae9f1c8dceca55fb84cba4de5df (patch) (unidiff) | |
tree | fdab23438fafca1d8916b5667c3b68050fa479c9 /examples/example.pro | |
parent | c66c82f5d42f17668794747006d5c8cf6cb62476 (diff) | |
download | opie-dd39213b22f2dae9f1c8dceca55fb84cba4de5df.zip opie-dd39213b22f2dae9f1c8dceca55fb84cba4de5df.tar.gz opie-dd39213b22f2dae9f1c8dceca55fb84cba4de5df.tar.bz2 |
Remove the wrongly comitted items....
-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 @@ | |||
1 | TEMPLATE= lib | ||
2 | CONFIG += qt plugin warn_on release | ||
3 | HEADERS= exampleboardimpl.h | ||
4 | SOURCES= exampleboardimpl.cpp | ||
5 | TARGET = example_board | ||
6 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | ||
7 | INCLUDEPATH += $(OPIEDIR)/include | ||
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | ||
9 | LIBS += -lqpe | ||
10 | VERSION = 1.0.0 | ||
11 | |||
12 | include ( $(OPIEDIR)/include.pro ) | ||