blob: 0e472dd4cd14f2666b7018e025634d2c55a2014c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
QT *= x11extras
LIBS *= -lc -lxcb -lxcb-ewmh -lxcb-icccm -lxcb-image -lxcb-composite -lxcb-damage -lxcb-util -lXdamage
#LUtils Files
SOURCES *= $${PWD}/LuminaX11.cpp
HEADERS *= $${PWD}/LuminaX11.h
INCLUDEPATH *= ${PWD}
#include LUtils and LuminaOS
include(LUtils.pri)
|