author | harlekin <harlekin> | 2002-05-30 20:36:49 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-05-30 20:36:49 (UTC) |
commit | 0d8dcd470820a8bdc90d0ab3408d123eecd01113 (patch) (side-by-side diff) | |
tree | 388daa866fc99003e3a51c6e6734e80fe74eef2e /inputmethods/kjumpx/kjumpx.pro | |
parent | 5ccef6fc78375e668af32138b244ec476418de1f (diff) | |
download | opie-0d8dcd470820a8bdc90d0ab3408d123eecd01113.zip opie-0d8dcd470820a8bdc90d0ab3408d123eecd01113.tar.gz opie-0d8dcd470820a8bdc90d0ab3408d123eecd01113.tar.bz2 |
koran version of jumpx by Jake Richardson <jake@asdfnews.org>
Diffstat (limited to 'inputmethods/kjumpx/kjumpx.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | inputmethods/kjumpx/kjumpx.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro new file mode 100644 index 0000000..f8a5c38 --- a/dev/null +++ b/inputmethods/kjumpx/kjumpx.pro @@ -0,0 +1,12 @@ +TEMPLATE = lib +CONFIG += qt warn_on release +HEADERS = keyboard.h \ + keyboardimpl.h +SOURCES = keyboard.cpp \ + keyboardimpl.cpp +TARGET = qkjumpx +DESTDIR = ../../plugins/inputmethods +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe +VERSION = 1.0.0 |