blob: 8c6b8a1116429e09c1e1c58c1d9c559e76ff6cfa [file] [log] [blame]
requires(qtConfig(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
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls
}