summaryrefslogtreecommitdiff
path: root/src/controls/Styles/iOS/iOS.pro
blob: 886c1dc1cd0f42ecc8ca7eb199080c63f3dfb938 (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
TARGETPATH = QtQuick/Controls/Styles/iOS
IMPORT_VERSION = 1.0

QML_FILES += \
    $$PWD/ApplicationWindowStyle.qml \
    $$PWD/BusyIndicatorStyle.qml \
    $$PWD/ButtonStyle.qml \
    $$PWD/CalendarStyle.qml \
    $$PWD/CheckBoxStyle.qml \
    $$PWD/ComboBoxStyle.qml \
    $$PWD/FocusFrameStyle.qml \
    $$PWD/GroupBoxStyle.qml \
    $$PWD/MenuBarStyle.qml \
    $$PWD/MenuStyle.qml \
    $$PWD/ProgressBarStyle.qml \
    $$PWD/RadioButtonStyle.qml \
    $$PWD/ScrollViewStyle.qml\
    $$PWD/SliderStyle.qml \
    $$PWD/SpinBoxStyle.qml \
    $$PWD/StatusBarStyle.qml \
    $$PWD/SwitchStyle.qml \
    $$PWD/TableViewStyle.qml \
    $$PWD/TabViewStyle.qml \
    $$PWD/TextAreaStyle.qml \
    $$PWD/TextFieldStyle.qml \
    $$PWD/ToolBarStyle.qml \
    $$PWD/ToolButtonStyle.qml \
    $$PWD/CursorHandleStyle.qml \
    $$PWD/SelectionHandleStyle.qml \
    $$PWD/CursorDelegate.qml

load(qml_module)