blob: 48d500edd94dff938bdc6c96d6eb7881d0b66223 (
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}
|