summaryrefslogtreecommitdiffstats
path: root/examples/quick/quicknanobrowser/quicknanobrowser.pro
blob: c32540a71e03761f00ad6e6eeb57c53cc25454f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = quicknanobrowser

include($$QTWEBENGINE_ROOT/common.pri)

HEADERS = quickwindow.h
SOURCES = quickwindow.cpp main.cpp

OTHER_FILES += quickwindow.qml

RESOURCES += resources.qrc
RESOURCES += ../../common/common_resources.qrc

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