blob: 0a633b65dbcc1b2f66f535f2640b958aa2a2e741 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include("$${PWD}/../../OS-detect.pri")
QT *= x11extras
#X11/XCB includes
LIBS *= -lxcb -lxcb-randr
SOURCES *= $${PWD}/LuminaRandR-X11.cpp
#General API/Header
HEADERS *= $${PWD}/LuminaRandR.h
INCLUDEPATH *= ${PWD}
|