blob: b10e472c7bccee7d8ceac795c827e86334a6788f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Files
QT *= x11extras
LIBS *= -lc -lxcb -lxcb-ewmh -lxcb-icccm -lxcb-image -lxcb-composite -lxcb-damage -lxcb-util -lXdamage
SOURCES *= $${PWD}/NativeWindow.cpp \
$${PWD}/NativeWindowSystem.cpp \
$${PWD}/NativeEventFilter.cpp
HEADERS *= $${PWD}/NativeWindow.h \
$${PWD}/NativeWindowSystem.h \
$${PWD}/NativeEventFilter.h
INCLUDEPATH *= $${PWD}
|