summaryrefslogtreecommitdiff
path: root/examples/inputmethod/inputmethod.pro
authormickeyl <mickeyl>2005-01-29 14:57:47 (UTC)
committer mickeyl <mickeyl>2005-01-29 14:57:47 (UTC)
commit24cdbd7419267a124a6a0991819ba6a2c4d211a5 (patch) (unidiff)
tree5eac29d7603455ecb733674c96f231e4241c7be0 /examples/inputmethod/inputmethod.pro
parentc967c1b8ad8135d9a56e936a43469cc0faea7888 (diff)
downloadopie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.zip
opie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.tar.gz
opie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.tar.bz2
use proper names for .pro files
please remember to name the .pro file exactly like the name of the directory
Diffstat (limited to 'examples/inputmethod/inputmethod.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/inputmethod/inputmethod.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/inputmethod/inputmethod.pro b/examples/inputmethod/inputmethod.pro
new file mode 100644
index 0000000..ea98dd5
--- a/dev/null
+++ b/examples/inputmethod/inputmethod.pro
@@ -0,0 +1,12 @@
1 TEMPLATE= lib
2 CONFIG += qt plugin warn_on
3 HEADERS= exampleboardimpl.h
4 SOURCES= exampleboardimpl.cpp
5 TARGET = example_board
6 DESTDIR = $(OPIEDIR)/plugins/inputmethods
7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../../launcher
9LIBS += -lqpe
10 VERSION = 1.0.0
11
12include( $(OPIEDIR)/include.pro )