blob: a571528792dd6aa147fdd8ca0041790d24fb243f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
HEADERS *= $${PWD}/NativeWindow.h \
$${PWD}/NativeWindowSystem.h
INCLUDEPATH *= $${PWD}
|