An error occurred while loading the file. Please try again.
-
Iikka Eklund authored
Change copyrights and license headers from Nokia to Digia Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
46010aa7
TEMPLATE = app
TARGET = quicknanobrowser
HEADERS = quickwindow.h \
util.h
SOURCES = quickwindow.cpp \
main.cpp
OTHER_FILES += quickwindow.qml
RESOURCES += resources.qrc
QT += qml quick
QT_PRIVATE += quick-private gui-private core-private
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls
}
target.path = $$[QT_INSTALL_EXAMPLES]/webengine/quicknanobrowser
INSTALLS += target