diff options
author | q5sys <jt@obs-sec.com> | 2016-11-20 01:43:17 -0500 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2016-11-20 01:43:17 -0500 |
commit | b9840ef585385fece513e24e4cea193d35328dc0 (patch) | |
tree | baf3f6ea9b462bb35bb71679639dbc345b36f400 /src-qt5/core/libLumina/LInputDevice.pri | |
parent | search clear function on ESC press (diff) | |
parent | Add a new dialog UI form (not integrated yet) for a front-end to "dd"ing ISO/... (diff) | |
download | lumina-b9840ef585385fece513e24e4cea193d35328dc0.tar.gz lumina-b9840ef585385fece513e24e4cea193d35328dc0.tar.bz2 lumina-b9840ef585385fece513e24e4cea193d35328dc0.zip |
search clear function on ESC press
Diffstat (limited to 'src-qt5/core/libLumina/LInputDevice.pri')
-rw-r--r-- | src-qt5/core/libLumina/LInputDevice.pri | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/LInputDevice.pri b/src-qt5/core/libLumina/LInputDevice.pri new file mode 100644 index 00000000..e90728ce --- /dev/null +++ b/src-qt5/core/libLumina/LInputDevice.pri @@ -0,0 +1,13 @@ + +QT *= x11extras + +LIBS *= -lc -lxcb -lxcb-xinput + +#LUtils Files +SOURCES *= $${PWD}/LInputDevice.cpp +HEADERS *= $${PWD}/LInputDevice.h + +INCLUDEPATH *= ${PWD} + +#include LUtils and LuminaOS +#include(LUtils.pri) |