summaryrefslogtreecommitdiffstats
path: root/examples/webengine/quicknanobrowser/quicknanobrowser.pro
blob: 37df16d3ceb352c5ad095cb9467e20c2af552bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
requires(contains(QT_CONFIG, accessibility))

TEMPLATE = app
TARGET = quicknanobrowser

HEADERS = utils.h
SOURCES = main.cpp

OTHER_FILES += BrowserWindow.qml

RESOURCES += resources.qrc

QT += qml quick webengine

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

target.path = $$[QT_INSTALL_EXAMPLES]/webengine/quicknanobrowser
INSTALLS += target