summaryrefslogtreecommitdiff
path: root/src/extras/Styles/Base/Base.pro
blob: fcb6ad9593402966f01cd016aed46e42ad99a719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
TARGET = qtquickextrasstylesplugin
TARGETPATH = QtQuick/Extras/Styles

QT += qml

HEADERS += \
    basestyleplugin.h
SOURCES += \
    basestyleplugin.cpp

BASE_STYLE = \
    $$PWD/CircularGaugeStyle.qml \
    $$PWD/CircularButtonStyle.qml \
    $$PWD/CircularTickmarkLabelStyle.qml \
    $$PWD/CommonStyleHelper.qml \
    $$PWD/DelayButtonStyle.qml \
    $$PWD/DialStyle.qml \
    $$PWD/GaugeStyle.qml \
    $$PWD/HandleStyle.qml \
    $$PWD/HandleStyleHelper.qml \
    $$PWD/PieMenuStyle.qml \
    $$PWD/StatusIndicatorStyle.qml \
    $$PWD/ToggleButtonStyle.qml \
    $$PWD/TumblerStyle.qml

BASE_STYLE += \
    $$PWD/images/knob.png \
    $$PWD/images/needle.png

RESOURCES += \
    basestyle.qrc

CONFIG += no_cxx_module
load(qml_plugin)