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

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

#Shortcut event files
SOURCES *= $${PWD}/LShortcutEvents.cpp
HEADERS *= $${PWD}/LShortcutEvents.h

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