author | zecke <zecke> | 2004-02-05 21:44:45 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-05 21:44:45 (UTC) |
commit | c66c82f5d42f17668794747006d5c8cf6cb62476 (patch) (unidiff) | |
tree | 9c5346a4a0d54cb05c0cd5a0ed90daf412b94657 /examples/example.pro | |
parent | 7c8214c06f13b9295df8ac3efaf021e66600d440 (diff) | |
download | opie-c66c82f5d42f17668794747006d5c8cf6cb62476.zip opie-c66c82f5d42f17668794747006d5c8cf6cb62476.tar.gz opie-c66c82f5d42f17668794747006d5c8cf6cb62476.tar.bz2 |
Initial revision
-rw-r--r-- | examples/example.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/example.pro b/examples/example.pro new file mode 100644 index 0000000..3c003af --- a/dev/null +++ b/examples/example.pro | |||
@@ -0,0 +1,12 @@ | |||
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 ) | ||