aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-events/events.pri
blob: 38225d7f03cf4ad17da050529326e76d3187ae27 (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