An error occurred while loading the file. Please try again.
-
Caroline Chao authored
'Warning: Property declaration __font has no READ accessor function or associated MEMBER variable. The property will be invalid.' Task-number: QTBUG-30988 Change-Id: I7530310d0da03ecd59bfe1cc3e221e776c17d4f7 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
c97e9109
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