An error occurred while loading the file. Please try again.
-
Jerome Pasion authored
-The links to Qt Creator manual are in doc/global -removed externalsites directory because it is a duplicate of the one in doc/global. Change-Id: If2e888d4a1a7dcd721beb5b926e545799081fcf0 Reviewed-by:
Martin Smith <martin.smith@digia.com>
d8d5df7c
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