aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LInputDevice.pri
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2016-11-20 01:43:17 -0500
committerq5sys <jt@obs-sec.com>2016-11-20 01:43:17 -0500
commitb9840ef585385fece513e24e4cea193d35328dc0 (patch)
treebaf3f6ea9b462bb35bb71679639dbc345b36f400 /src-qt5/core/libLumina/LInputDevice.pri
parentsearch clear function on ESC press (diff)
parentAdd a new dialog UI form (not integrated yet) for a front-end to "dd"ing ISO/... (diff)
downloadlumina-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.pri13
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)
bgstack15