aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/styles/triton/triton.pro
blob: 917278d08774389931f87859813f681853fd1489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = lib
TARGET  = tritonstyle
QT += quick
QT += gui-private quick-private quickcontrols2-private
CONFIG += qt plugin c++11 no_private_qt_headers_warning

uri = com.pelagicore.styles.triton
load(qmlplugin)

SOURCES += \
    tritonstyle.cpp \
    tritonstyleplugin.cpp \
    tritontheme.cpp

HEADERS += \
    tritonstyle.h \
    tritonstyleplugin.h \
    tritontheme.h

RESOURCES += \
    tritonstyle.qrc