1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
include($${PWD}/../../OS-detect.pri) QT += core widgets x11extras TARGET = start-lumina-desktop target.path = $${L_BINDIR} LIBS += -lLuminaUtils -lxcb -lxcb-damage DEPENDPATH += ../libLumina SOURCES += main.cpp HEADERS += session.h INSTALLS += target