summaryrefslogtreecommitdiff
path: root/src/extras/extras.pro
blob: d357f4454cc4da4ae194c78347e2eeb7b3e73b5e (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
35
36
37
38
requires(contains(QT_CONFIG, accessibility))

TARGET = qtquickextrasplugin
TARGETPATH = QtQuick/Extras
IMPORT_VERSION = 1.4

QT += qml

QMAKE_DOCS = $$PWD/doc/qtquickextras.qdocconf

QML_FILES += \
    CircularGauge.qml \
    DelayButton.qml \
    Dial.qml \
    Gauge.qml \
    StatusIndicator.qml \
    PieMenu.qml \
    ToggleButton.qml \
    Tumbler.qml \
    TumblerColumn.qml

HEADERS += plugin.h \
    qquicktriggermode_p.h \
    qquickpicture_p.h
SOURCES += plugin.cpp \
    qquickpicture.cpp

include(Private/private.pri)
include(designer/designer.pri)

!static: CONFIG += qmlcache

OTHER_FILES += doc/src/*

TR_EXCLUDE += designer/*

CONFIG += no_cxx_module
load(qml_plugin)