• Jocelyn Turcotte's avatar
    Fork the quicknanobrowser as tests/quicktestbrowser · c117207e
    Jocelyn Turcotte authored
    
    This also removed experimental API uses from the quicknanobrowser example,
    which should be used mainly for documentation purposes.
    
    The quicktestbrowser should be the one that we use from now on as a raw testbed
    of new APIs.
    
    As with other targets in the tests directory, it will only be built by default
    if Qt is configured with -developer-build (and without -nomake tests).
    
    Change-Id: Ib4461c898cd3227bbb810493daac4d841d0d8f3e
    Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
    c117207e
quicknanobrowser.pro 501 B
TEMPLATE = app
TARGET = quicknanobrowser
HEADERS = quickwindow.h \
          util.h
SOURCES = quickwindow.cpp \
          main.cpp
OTHER_FILES += ContextMenuExtras.qml \
               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