aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-session/lumina-session.pro
blob: 91a5f891f5bcbfe998b4a1551ae92c809f133f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include($${PWD}/../../OS-detect.pri)

QT       = core widgets


TARGET = start-lumina-desktop
target.path = $${L_BINDIR}


LIBS     += -lLuminaUtils
DEPENDPATH	+= ../libLumina

SOURCES += main.cpp \
			session.cpp

HEADERS  += session.h

INSTALLS += target
bgstack15