summaryrefslogtreecommitdiffstats
path: root/src/webengine/ui/ui.pro
blob: bce03cc0cfbd2f868d9a1f0617cf7a0b8a7a4664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGETPATH = QtWebEngine/Controls1Delegates

QML_FILES += \
    # Authentication Dialog
    AuthenticationDialog.qml \
    # JS Dialogs
    AlertDialog.qml \
    ColorDialog.qml \
    ConfirmDialog.qml \
    FilePicker.qml \
    PromptDialog.qml \
    # Menus. Based on Qt Quick Controls
    Menu.qml \
    MenuItem.qml \
    MenuSeparator.qml \
    # Message Bubble
    MessageBubble.qml \
    ToolTip.qml

load(qml_module)