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 |