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

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 \
    information.png \
    question.png

load(qml_module)