summaryrefslogtreecommitdiffstats
path: root/src/webengine/ui2/ui2.pro
blob: 4628d40b5b9adfa6e93245bfaca3ab31d1b21f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGETPATH = QtWebEngine/Controls2Delegates

QML_FILES += \
    # Authentication Dialog
    AuthenticationDialog.qml \
    # JS Dialogs
    AlertDialog.qml \
    ConfirmDialog.qml \
    PromptDialog.qml \
    # Menus. Based on Qt Quick Controls
    Menu.qml \
    MenuItem.qml \
    MenuSeparator.qml \
    ToolTip.qml \
    information.png \
    question.png

load(qml_module)