aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/src/lthemeengine-sstest/lthemeengine-sstest.pro
blob: fadc6fcb3bd9e303c717472db0c8b63e82a84748 (plain)
1
2
3
4
5
6
7
8
9
10
11
include(../../lthemeengine.pri)
TEMPLATE = app
QT *= widgets

SOURCES += \
    main.cpp

TARGET = lthemeengine-sstest
target.path = $${L_BINDIR}

INSTALLS += target
bgstack15