aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-events/events.pri
blob: b3ca98475ea42989e5bd6f64bc737efb5d72aafc (plain)
1
2
3
4
5
6
SOURCES *= $${PWD}/LXcbEventFilter.cpp

HEADERS *= $${PWD}/LXcbEventFilter.h

#update the includepath so we can just (#include <LXcbEventFilter.h>) as needed without paths
INCLUDEPATH *= ${PWD}
bgstack15