blob: e22b83adc3a1674bca8f07890278eaa6e650695f (
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 -lxcb-dpms -lXdamage
#LUtils Files
SOURCES *= $${PWD}/LuminaX11.cpp
HEADERS *= $${PWD}/LuminaX11.h
INCLUDEPATH *= ${PWD}
#include LUtils and LuminaOS
include(LUtils.pri)
|