summaryrefslogtreecommitdiffstats
path: root/src/webengine/ui/ui.pro
blob: eb6bf435c9ab304fde4ee259a9460f859ca74a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 \
    ToolTip.qml

load(qml_module)