summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser/quicktestbrowser.pro
blob: 996e82a63dfc4b65dd49106df25b4c25f7cb27ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
requires(contains(QT_CONFIG, accessibility))

TEMPLATE = app
TARGET = quicktestbrowser

macx: CONFIG -= app_bundle

HEADERS = utils.h
SOURCES = main.cpp

OTHER_FILES += ApplicationRoot.qml \
               BrowserDialog.qml \
               BrowserWindow.qml \
               ButtonWithMenu.qml \
               ContextMenuExtras.qml \
               DownloadView.qml \
               FeaturePermissionBar.qml \
               FullScreenNotification.qml

RESOURCES += resources.qrc

QT += qml quick webengine
CONFIG += c++11

qtHaveModule(widgets) {
    QT += widgets # QApplication is required to get native styling with QtQuickControls
}