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

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

load(qml_module)