author | mark <mark> | 2002-02-04 22:53:18 (UTC) |
---|---|---|
committer | mark <mark> | 2002-02-04 22:53:18 (UTC) |
commit | af8212fa21bf4c747707ee314ba838b46bd8211d (patch) (side-by-side diff) | |
tree | a907a3f80615c8ee931c158bae580f5e52042e61 /inputmethods/jumpx/jumpx.pro | |
parent | 61b7a750723422ad33332cbdbcb5294cc35a6326 (diff) | |
download | opie-af8212fa21bf4c747707ee314ba838b46bd8211d.zip opie-af8212fa21bf4c747707ee314ba838b46bd8211d.tar.gz opie-af8212fa21bf4c747707ee314ba838b46bd8211d.tar.bz2 |
Importing qjumpx
Diffstat (limited to 'inputmethods/jumpx/jumpx.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | inputmethods/jumpx/jumpx.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro new file mode 100644 index 0000000..433a798 --- a/dev/null +++ b/inputmethods/jumpx/jumpx.pro @@ -0,0 +1,12 @@ +TEMPLATE = lib +CONFIG += qt warn_on release +HEADERS = keyboard.h \ + keyboardimpl.h +SOURCES = keyboard.cpp \ + keyboardimpl.cpp +TARGET = qjumpx +DESTDIR = ../../plugins/inputmethods +INCLUDEPATH += ../../include/qpe +DEPENDPATH += ../../include/qpe +LIBS += -lqpe +VERSION = 1.0.0 |