aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LInputDevice.pri
blob: a5f88a05c6af77d55996913fb379feb8007426cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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