summaryrefslogtreecommitdiffstats
path: root/examples/qtquick/qtquick.pro
blob: 3b3e98cf14be995daccc5c8ec52be363429211b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = qtquick-nano-browser

include(../common.pri)

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

OTHER_FILES += quickwindow.qml
RESOURCES += resources.qrc


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