diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk index 880221be3b56..6a6627bf649f 100644 --- a/Mk/Uses/pyqt.mk +++ b/Mk/Uses/pyqt.mk @@ -1,314 +1,314 @@ # Handle PyQt related ports # # Feature: pyqt # Usage: USES=pyqt:[,dist] # Versions: 5, 6 # Internal use ARGS: dist # This port is part of PyQt5/6 itself. Variables and # targets are then set assuming a certain tarball and # port layout. # # MAINTAINER: kde@FreeBSD.org # # Port variables for PyQt ports: # USE_PYQT - List of PyQt components to depend on # * foo:build only build depend # * foo:run only run depend # * foo:test only test depend # * foo build and run depend (default) # PYQT_SIPDIR - where sip files will be installed to # PYQT_APIDIR - where api files will be installed to # PYQT_DOCDIR - where doc files will be installed to # PYQT_EXAMPLESDIR - where examples will be installed to .if !defined(_INCLUDE_USES_PYQT_MK) _INCLUDE_USES_PYQT_MK= yes # At the moment we support PyQt bindings versions 5 and 6. # The sip argument is for internal use by devel/py-sip. _PYQT_SUPPORTED= 5 6 sip . if empty(pyqt_ARGS) IGNORE= pyqt needs a qt-version (${_PYQT_SUPPORTED}) . endif . for ver in ${_PYQT_SUPPORTED:O:u} . if ${pyqt_ARGS:M${ver}} . if empty(_PYQT_VERSION) _PYQT_VERSION= ${ver} . else IGNORE?= cannot be installed: different PYQT versions specified via pyqt:[${_PYQT_SUPPORTED:S/ //g}] . endif . endif . endfor . if empty(_PYQT_VERSION) IGNORE?= USES=pyqt needs a version number (valid values: ${_PYQT_SUPPORTED}) _PYQT_VERSION= 0 . endif . if ${pyqt_ARGS:Mdist} _PYQT_DIST= yes . endif PYQT_MAINTAINER= kde@FreeBSD.org MASTER_SITE_RIVERBANK= https://www.riverbankcomputing.com/static/Downloads/%SUBDIR%/ MASTER_SITE_RBDEV= https://www.riverbankcomputing.com/pypi/packages/%SUBDIR%/ # Qt version-agnostic components MASTER_SITES_PYQTBUILDER= PYPI/source/P/PyQt-builder MASTER_SITES_QSCI2= RIVERBANK/QScintilla/${PORTVERSION} \ SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} MASTER_SITES_SIP= PYPI/source/s/sip # Qt 5 components MASTER_SITES_PYQT5SIP= PYPI/source/P/PyQt5-sip MASTER_SITES_PYQT5= PYPI/source/P/PyQt5 MASTER_SITES_PYQT53D= PYPI/source/P/PyQt3D MASTER_SITES_PYQT5CHARTS= PYPI/source/P/PyQtChart MASTER_SITES_PYQT5DATAVIS3D= PYPI/source/P/PyQtDataVisualization MASTER_SITES_PYQT5NETWORKAUTH= PYPI/source/P/PyQtNetworkAuth MASTER_SITES_PYQT5WEBENGINE= PYPI/source/P/PyQtWebEngine # Qt 6 components MASTER_SITES_PYQT6SIP= PYPI/source/P/PyQt6-sip MASTER_SITES_PYQT6= PYPI/source/P/PyQt6 \ RBDEV/PyQt6 MASTER_SITES_PYQT63D= PYPI/source/P/PyQt6-3D \ RBDEV/PyQt6-3D MASTER_SITES_PYQT6CHARTS= PYPI/source/P/PyQt6-Charts \ RBDEV/PyQt6-Charts MASTER_SITES_PYQT6DATAVIS3D= PYPI/source/P/PyQt6-DataVisualization \ RBDEV/PyQt6-DataVisualization MASTER_SITES_PYQT6GRAPHS= PYPI/source/P/PyQt6-Graphs \ RBDEV/PyQt6-Graphs MASTER_SITES_PYQT6NETWORKAUTH= PYPI/source/P/PyQt6-NetworkAuth \ RBDEV/PyQt6-NetworkAuth MASTER_SITES_PYQT6WEBENGINE= PYPI/source/P/PyQt6-WebEngine \ RBDEV/PyQt6-WebEngine # Unversioned MASTER_SITES MASTER_SITES_PYQT= ${MASTER_SITES_PYQT${_PYQT_VERSION}} MASTER_SITES_PYQTSIP= ${MASTER_SITES_PYQT${_PYQT_VERSION}SIP} MASTER_SITES_PYQT3D= ${MASTER_SITES_PYQT${_PYQT_VERSION}3D} MASTER_SITES_PYQTCHARTS= ${MASTER_SITES_PYQT${_PYQT_VERSION}CHARTS} MASTER_SITES_PYQTDATAVIS3D= ${MASTER_SITES_PYQT${_PYQT_VERSION}DATAVIS3D} MASTER_SITES_PYQTGRAPHS= ${MASTER_SITES_PYQT${_PYQT_VERSION}GRAPHS} MASTER_SITES_PYQTNETWORKAUTH= ${MASTER_SITES_PYQT${_PYQT_VERSION}NETWORKAUTH} MASTER_SITES_PYQTWEBENGINE= ${MASTER_SITES_PYQT${_PYQT_VERSION}WEBENGINE} # PORTEPOCH is important here, because version-comparisons in *_DEPENDS # take it into account (visually, 6.5.1 >= 5.5.3,1, but it isn't). # Adding the epoch directly into the version here cannot be done, # because the DISTVERSION of each of these ports is obtained from the # *_VERSION variable (and PORTEPOCH is set in each individual port). # # Where noted, the ports are epoched and the py-${comp}-PATH variables, # below, should have a suitable epoch appended to the version. # Qt version-agnostic components PYQTBUILDER_VERSION= 1.19.1 QSCI2_VERSION= 2.14.1 SIP_VERSION= 6.15.1 # ,1 # Qt 5 components -PYQT5SIP_VERSION= 12.17.2 +PYQT5SIP_VERSION= 12.18.0 PYQT5_VERSION= 5.15.11 PYQT53D_VERSION= 5.15.7 PYQT5CHARTS_VERSION= 5.15.7 PYQT5DATAVIS3D_VERSION= 5.15.6 PYQT5NETWORKAUTH_VERSION= 5.15.6 PYQT5WEBENGINE_VERSION= 5.15.7 # Qt 6 components -PYQT6SIP_VERSION= 13.10.3 -PYQT6_VERSION= 6.10.1 +PYQT6SIP_VERSION= 13.11.0 +PYQT6_VERSION= 6.10.2 PYQT63D_VERSION= 6.10.0 PYQT6CHARTS_VERSION= 6.10.0 PYQT6DATAVIS3D_VERSION= 6.10.0 PYQT6GRAPHS_VERSION= 6.10.0 PYQT6NETWORKAUTH_VERSION= 6.10.0 PYQT6WEBENGINE_VERSION= 6.10.0 # Qt version-agnostic components PYQTBUILDER_DISTNAME= pyqt_builder-${PYQTBUILDER_VERSION} QSCI2_DISTNAME= QScintilla_src-${QSCI2_VERSION} # Qt 5 components PYQT5SIP_DISTNAME= pyqt5_sip-${PYQT5SIP_VERSION} PYQT5_DISTNAME= PyQt5-${PYQT5_VERSION} PYQT53D_DISTNAME= PyQt3D-${PYQT53D_VERSION} PYQT5CHARTS_DISTNAME= PyQtChart-${PYQT5CHARTS_VERSION} PYQT5DATAVIS3D_DISTNAME= PyQtDataVisualization-${PYQT5DATAVIS3D_VERSION} PYQT5NETWORKAUTH_DISTNAME= PyQtNetworkAuth-${PYQT5NETWORKAUTH_VERSION} PYQT5WEBENGINE_DISTNAME= PyQtWebEngine-${PYQT5WEBENGINE_VERSION} # Qt 6 components PYQT6SIP_DISTNAME= pyqt6_sip-${PYQT6SIP_VERSION} PYQT6_DISTNAME= pyqt6-${PYQT6_VERSION} PYQT63D_DISTNAME= pyqt6_3d-${PYQT63D_VERSION} PYQT6CHARTS_DISTNAME= pyqt6_charts-${PYQT6CHARTS_VERSION} PYQT6DATAVIS3D_DISTNAME= pyqt6_datavisualization-${PYQT6DATAVIS3D_VERSION} PYQT6GRAPHS_DISTNAME= pyqt6_graphs-${PYQT6GRAPHS_VERSION} PYQT6NETWORKAUTH_DISTNAME= pyqt6_networkauth-${PYQT6NETWORKAUTH_VERSION} PYQT6WEBENGINE_DISTNAME= pyqt6_webengine-${PYQT6WEBENGINE_VERSION} PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo PYQT6_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo PYQT5_LICENSE= GPLv3 PYQT6_LICENSE= GPLv3 _USE_PYQT_ALL= pyqt5 pyqt6 3d charts graphs datavis3d networkauth webengine _USE_SIP_ALL= pysip sip _USE_QSCINTILLA= qscintilla2 _USE_PYQTBUILDER= qtbuilder # Unversioned variables for the rest of the file PYQTSIP_VERSION= ${PYQT${_PYQT_VERSION}SIP_VERSION} PYQT_VERSION= ${PYQT${_PYQT_VERSION}_VERSION} PYQT3D_VERSION= ${PYQT${_PYQT_VERSION}3D_VERSION} PYQTCHARTS_VERSION= ${PYQT${_PYQT_VERSION}CHARTS_VERSION} PYQTDATAVIS3D_VERSION= ${PYQT${_PYQT_VERSION}DATAVIS3D_VERSION} PYQTGRAPHS_VERSION= ${PYQT${_PYQT_VERSION}GRAPHS_VERSION} PYQTNETWORKAUTH_VERSION= ${PYQT${_PYQT_VERSION}NETWORKAUTH_VERSION} PYQTWEBENGINE_VERSION= ${PYQT${_PYQT_VERSION}WEBENGINE_VERSION} PYQTSIP_DISTNAME= ${PYQT${_PYQT_VERSION}SIP_DISTNAME} PYQT_DISTNAME= ${PYQT${_PYQT_VERSION}_DISTNAME} PYQT3D_DISTNAME= ${PYQT${_PYQT_VERSION}3D_DISTNAME} PYQTCHARTS_DISTNAME= ${PYQT${_PYQT_VERSION}CHARTS_DISTNAME} PYQTDATAVIS3D_DISTNAME= ${PYQT${_PYQT_VERSION}DATAVIS3D_DISTNAME} PYQTGRAPHS_DISTNAME= ${PYQT${_PYQT_VERSION}GRAPHS_DISTNAME} PYQTNETWORKAUTH_DISTNAME= ${PYQT${_PYQT_VERSION}NETWORKAUTH_DISTNAME} PYQTWEBENGINE_DISTNAME= ${PYQT${_PYQT_VERSION}WEBENGINE_DISTNAME} PYQT_DISTINFO_FILE= ${PYQT${_PYQT_VERSION}_DISTINFO_FILE} PYQT_LICENSE= ${PYQT${_PYQT_VERSION}_LICENSE} PYQT_RELNAME= py-qt${_PYQT_VERSION} PYQT_PY_RELNAME= ${PYTHON_PKGNAMEPREFIX}qt${_PYQT_VERSION} # PATH (see note about epochs, above) py-sip_PATH= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION},1 py-pysip_PATH= ${PYTHON_PKGNAMEPREFIX}PyQt${_PYQT_VERSION}-sip>=${PYQTSIP_VERSION} py-qscintilla2_PATH= ${PYQT_PY_RELNAME}-qscintilla2>=${QSCI2_VERSION} py-qtbuilder_PATH= ${PYTHON_PKGNAMEPREFIX}PyQt-builder>=${PYQTBUILDER_VERSION} py-pyqt5_PATH= ${PYQT_PY_RELNAME}-pyqt>=${PYQT_VERSION} py-pyqt6_PATH= ${PYQT_PY_RELNAME}-pyqt>=${PYQT_VERSION} py-3d_PATH= ${PYQT_PY_RELNAME}-3d>=${PYQT3D_VERSION} py-charts_PATH= ${PYQT_PY_RELNAME}-charts>=${PYQTCHARTS_VERSION} py-datavis3d_PATH= ${PYQT_PY_RELNAME}-datavis3d>=${PYQTDATAVIS3D_VERSION} py-graphs_PATH= ${PYQT_PY_RELNAME}-graphs>=${PYQTCHART_VERSION} py-networkauth_PATH= ${PYQT_PY_RELNAME}-networkauth>=${PYQTNETWORKAUTH_VERSION} py-webengine_PATH= ${PYQT_PY_RELNAME}-webengine>=${PYQTWEBENGINE_VERSION} # PORT py-sip_PORT= devel/py-sip py-pysip_PORT= devel/${PYQT_RELNAME}-sip py-qscintilla2_PORT= devel/${PYQT_RELNAME}-qscintilla2 py-qtbuilder_PORT= devel/py-qtbuilder py-pyqt5_PORT= devel/${PYQT_RELNAME}-pyqt py-pyqt6_PORT= devel/${PYQT_RELNAME}-pyqt py-3d_PORT= graphics/${PYQT_RELNAME}-3d py-charts_PORT= x11-toolkits/${PYQT_RELNAME}-charts py-datavis3d_PORT= x11-toolkits/${PYQT_RELNAME}-datavis3d py-graphs_PORT= x11-toolkits/${PYQT_RELNAME}-graphs py-networkauth_PORT= net/${PYQT_RELNAME}-networkauth py-webengine_PORT= www/${PYQT_RELNAME}-webengine # The versioned executable of sip SIP= ${LOCALBASE}/bin/sip-build-${PYTHON_VER} # Relative directories _VERSION_SUBDIR_REL= PyQt${_PYQT_VERSION}/${PYTHON_VER} _APIDIR_REL= share/${_VERSION_SUBDIR_REL}/qsci _DOCDIR_REL= share/doc/${_VERSION_SUBDIR_REL} _EXAMPLEDIR_REL= share/examples/${_VERSION_SUBDIR_REL} _SIPDIR_REL= PyQt${_PYQT_VERSION}/bindings _DESIGNERDIR_REL= ${QT_PLUGINDIR_REL}/designer/${_VERSION_SUBDIR_REL} _QMLDIR_REL= ${QT_QMLDIR_REL}/${_VERSION_SUBDIR_REL} # Absolute directories PYQT_APIDIR= ${PREFIX}/${_APIDIR_REL} PYQT_DOCDIR= ${PREFIX}/${_DOCDIR_REL} PYQT_EXAMPLEDIR= ${PREFIX}/${_EXAMPLEDIR_REL} PYQT_SIPDIR?= ${PYTHON_SITELIBDIR}/${_SIPDIR_REL} PYQT_DESIGNERDIR= ${PREFIX}/${_DESIGNERDIR_REL} PYQT_QMLDIR= ${PREFIX}/${_QMLDIR_REL} PLIST_SUB+= PYQT_APIDIR=${_APIDIR_REL} \ PYQT_DOCDIR=${_DOCDIR_REL} \ PYQT_EXAMPLEDIR=${_EXAMPLEDIR_REL} \ PYQT_SIPDIR=${PYQT_SIPDIR} \ PYQT_DESIGNERDIR=${_DESIGNERDIR_REL} \ PYQT_QMLDIR=${_QMLDIR_REL} \ PYQT_SIPVERSION=${SIP_VERSION} \ PYQT_QSCIVERSION=${QSCI2_VERSION} \ PYQT_PYQTVERSION=${PYQT_VERSION} . if defined(_PYQT_DIST) LICENSE?= ${PYQT_LICENSE} PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}" SIP_ARGS+= --qmake ${QMAKE} \ --verbose \ --build-dir build \ --protected-is-public \ --api-dir ${PYQT_APIDIR} \ --jobs ${MAKE_JOBS_NUMBER} . if ${PORTNAME} == "pyqt" SIP_ARGS+= --confirm-license . endif . if ${PORTNAME} == "pyqt" . if !target(post-patch) post-patch: ${REINPLACE_CMD} -e "s#%%PYQT_DESIGNERDIR%%#${PYQT_DESIGNERDIR}#" ${WRKSRC}/project.py ${REINPLACE_CMD} -e "s#%%PYQT_QMLDIR%%#${PYQT_QMLDIR}#" ${WRKSRC}/project.py . endif # !target(post-patch) . endif . if !target(do-build) do-build: (cd ${WRKSRC}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${SIP} ${SIP_ARGS}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} -C ./build) . endif # !target(do-build) . if !target(do-install) do-install: (cd ${WRKSRC} ; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE} -C ./build install INSTALL_ROOT=${STAGEDIR} ) . endif # !target(do-install) . endif # defined(_PYQT_DIST) # Set build, run and test depends -- we need to prefix them internally with "py-" # else we conflict with the ones defined in bsd.qt.mk with the same name _USE_PYQT_ALL+= ${_USE_SIP_ALL} \ ${_USE_QSCINTILLA} \ ${_USE_PYQTBUILDER} . for comp in ${_USE_PYQT_ALL:O:u} _USE_PYQT_ALL_PREFIXED+= py-${comp} py-${comp}:build py-${comp}:run py-${comp}:test py-${comp}_BUILD_DEPENDS?= ${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR} py-${comp}_RUN_DEPENDS?= ${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR} py-${comp}_TEST_DEPENDS?= ${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR} py-${comp}_build_BUILD_DEPENDS?= ${py-${comp}_BUILD_DEPENDS} py-${comp}_run_RUN_DEPENDS?= ${py-${comp}_RUN_DEPENDS} py-${comp}_test_TEST_DEPENDS?= ${py-${comp}_TEST_DEPENDS} . endfor _USE_PYQT= ${USE_PYQT:O:u} . for comp in ${_USE_PYQT} . if ${_USE_PYQT_ALL_PREFIXED:Mpy-${comp}} BUILD_DEPENDS+= ${py-${comp:S/:/_/}_BUILD_DEPENDS} RUN_DEPENDS+= ${py-${comp:S/:/_/}_RUN_DEPENDS} TEST_DEPENDS+= ${py-${comp:S/:/_/}_TEST_DEPENDS} . else IGNORE?= cannot be installed: unknown USE_PYQT component ${comp} #' . endif . endfor .endif # defined(_INCLUDE_USES_PYQT_MK) diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk index dfd593589aba..8ca74c259863 100644 --- a/Mk/Uses/qt.mk +++ b/Mk/Uses/qt.mk @@ -1,491 +1,491 @@ # There are three Qt related USES files with different access to Qt. # - qmake: The port requires Qt's qmake to build -- creates the configure target # - auto includes qt.mk # - qt-dist: The port is a port for a part of Qt # - auto includes qt.mk and qmake.mk # - qt.mk - Dependency handling. USE_QT=foo bar # # Usage: # USES=qt:[,no_env] # # Versions: 5, 6 # # Port variables: # USE_QT - List of Qt modules to depend on, with optional ':build', # ':run', and ':test' suffixes. Define it empty to include # this file without depending on Qt ports. # # MAINTAINER: kde@FreeBSD.org .if !defined(_QT_MK_INCLUDED) _QT_MK_INCLUDED= qt.mk # Qt versions currently supported by the framework. _QT_SUPPORTED?= 5 6 QT5_VERSION?= 5.15.18 -QT6_VERSION?= 6.10.1 -PYSIDE6_VERSION?= 6.10.1 +QT6_VERSION?= 6.10.2 +PYSIDE6_VERSION?= 6.10.2 # Support for intermediate Qt6 releases. This partially defines # _QT6_MASTER_SITE_SUBDIR and would probably be better in qt-dist.mk, # but misc/qt6-examples needs this too. . if ${QT6_VERSION:M*beta*} || ${QT6_VERSION:M*rc*} _QT6_RELEASE_TYPE= development . else _QT6_RELEASE_TYPE= official . endif # We accept the Qt version to be passed by either or all of the three mk files. . if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS) IGNORE= qt needs a version (${_QT_SUPPORTED}) passed via qt, qmake or qt-dist. . endif # Gather all the args together _QT_GLOBAL_ARGS= ${qt_ARGS} ${qmake_ARGS} ${qt-dist_ARGS} # Check fo the Qt version to be used _QT_VER= # empty . for ver in ${_QT_SUPPORTED:O:u} . if ${_QT_GLOBAL_ARGS:M${ver}} . if !defined(_QT_VERSION) _QT_VER= ${ver} . else . if ${_QT_VERSION} != ${ver} IGNORE?= cannot be installed: different Qt versions specified via qt:[${_QT_SUPPORTED:S/ //g}], qmake:[${_QT_SUPPORTED:S/ //g}] a qt-dist:[${_QT_SUPPORTED:S/ //g}] . endif . endif . endif . endfor . if empty(_QT_VER) IGNORE?= cannot decide what Qt version to use: specify one via qt:[${_QT_SUPPORTED:S/ //g}], qmake:[${_QT_SUPPORTED:S/ //g}] or qt-dist:[${_QT_SUPPORTED:S/ //g}] . endif # Set the shortcuts used from now on _QT_RELNAME= qt${_QT_VER} _QT_VERSION= ${QT${_QT_VER}_VERSION} QT_BINDIR_REL?= ${QT_ARCHDIR_REL}/bin QT_INCDIR_REL?= include/${_QT_RELNAME} QT_LIBDIR_REL?= lib/${_QT_RELNAME} QT_ARCHDIR_REL?= ${QT_LIBDIR_REL} QT_PLUGINDIR_REL?= ${QT_ARCHDIR_REL}/plugins QT_DESCRIPTIONSDIR_REL?=${QT_DATADIR_REL}/modules QT_LIBEXECDIR_REL?= libexec/${_QT_RELNAME} QT_IMPORTDIR_REL?= ${QT_ARCHDIR_REL}/imports QT_QMLDIR_REL?= ${QT_ARCHDIR_REL}/qml QT_SBOMDIR_REL?= ${QT_ARCHDIR_REL}/sbom QT_DATADIR_REL?= share/${_QT_RELNAME} QT_DOCDIR_REL?= share/doc/${_QT_RELNAME} QT_L10NDIR_REL?= ${QT_DATADIR_REL}/translations QT_ETCDIR_REL?= etc/xdg QT_EXAMPLEDIR_REL?= share/examples/${_QT_RELNAME} QT_TESTDIR_REL?= ${QT_DATADIR_REL}/tests QT_CMAKEDIR_REL?= lib/cmake _QT5_TOOLDIR_REL= ${QT_BINDIR_REL} _QT6_TOOLDIR_REL= ${QT_LIBEXECDIR_REL} QT_TOOLDIR_REL= ${_QT${_QT_VER}_TOOLDIR_REL} # Not customizable. QT_MKSPECDIR_REL= ${QT_ARCHDIR_REL}/mkspecs _QT_LIBVER= ${_QT_VERSION:R:R} LCONVERT?= ${QT_BINDIR}/lconvert LRELEASE?= ${QT_BINDIR}/lrelease LUPDATE?= ${QT_BINDIR}/lupdate MOC?= ${QT_TOOLDIR}/moc RCC?= ${QT_TOOLDIR}/rcc UIC?= ${QT_TOOLDIR}/uic QMAKE?= ${QT_BINDIR}/qmake QCOLLECTIONGENERATOR?= ${QT_TOOLDIR}/qcollectiongenerator QHELPGENERATOR?= ${QT_TOOLDIR}/qhelpgenerator # Needed to redefine the qmake target for internal Qt configuration. _QMAKE?= ${QMAKE} QMAKESPECNAME?= freebsd-${QMAKE_COMPILER} QMAKESPEC?= ${QT_MKSPECDIR}/${QMAKESPECNAME} # The whole Qt distribution should be built with the same compiler, but it's # better to support custom settings. Dereferencing the detection allows to # avoid forking a shell on each inclusion of this file, and to catch any CXX # customization (via USE_GCC, etc.). QMAKE_COMPILER= $$(ccver="$$(${CXX} --version)"; case "$$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac) . for dir in BIN INC LIB ARCH PLUGIN LIBEXEC IMPORT \ QML SBOM DATA DOC L10N ETC EXAMPLE TEST MKSPEC \ CMAKE TOOL QT_${dir}DIR= ${PREFIX}/${QT_${dir}DIR_REL} # Export all directories to the plist substituion for QT_DIST ports. # For the others, exclude QT_CMAKEDIR and QT_ETCDIR. . if ${dir:NCMAKE} && ${dir:NETC} PLIST_SUB+= QT_${dir}DIR="${QT_${dir}DIR_REL}" . endif . endfor # Suppress warnings from rcc about not using a UTF-8 locale. . if ${_QT_VER:M6} USE_LOCALE?= C.UTF-8 . endif CONFIGURE_ENV+= QT_SELECT=${_QT_RELNAME} MAKE_ENV+= QT_SELECT=${_QT_RELNAME} # Make sure both the installed mkspecs as well as the ones being built are # found, with the ones from the port being built having preference. CONFIGURE_ENV+= QMAKEMODULES="${WRKSRC}/mkspecs/modules:${LOCALBASE}/${QT_MKSPECDIR_REL}/modules" MAKE_ENV+= QMAKEMODULES="${WRKSRC}/mkspecs/modules:${LOCALBASE}/${QT_MKSPECDIR_REL}/modules" # Qt uses generated linker version scripts which always have a qt_version_tag # symbol, but that symbol is only defined in the main Qt shared library. For # other Qt components, this leads to lld >= 17 erroring out due to the symbol # being undefined. Supress these errors. LDFLAGS+= -Wl,--undefined-version _USES_POST+= qt .endif # _QT_MK_INCLUDED # ============================================================================= # # ============================================================================= .if defined(_POSTMKINCLUDED) && !defined(_QT_MK_POST_INCLUDED) _QT_MK_POST_INCLUDED= qt.mk # The Qt components supported by qt.mk: list of shared, and version specific ones _USE_QT_COMMON= 3d charts connectivity datavis3d declarative doc \ examples imageformats location multimedia networkauth \ quick3d quicktimeline remoteobjects scxml sensors \ serialbus serialport speech svg virtualkeyboard wayland \ webchannel webengine websockets webview _USE_QT5_ONLY= assistant buildtools concurrent core dbus \ declarative-test designer diag gamepad \ graphicaleffects gui help l10n linguist linguisttools \ network opengl paths pixeltool plugininfo printsupport \ qdbus qdbusviewer qdoc qdoc-data qev qmake quickcontrols \ quickcontrols2 script scripttools sql sql-mysql sql-odbc \ sql-pgsql sql-sqlite2 sql-sqlite3 sql-tds testlib uiplugin \ uitools webglplugin websockets-qml \ widgets x11extras xml xmlpatterns _USE_QT6_ONLY= 5compat base coap graphs grpc httpserver languageserver \ lottie mqtt pdf positioning quick3dphysics quickeffectmaker \ shadertools tools translations sqldriver-sqlite \ sqldriver-mysql sqldriver-psql sqldriver-odbc # Dependency tuples: _LIB should be preferred if possible. qt-3d_PORT= graphics/${_QT_RELNAME}-3d qt-3d_LIB= libQt${_QT_LIBVER}3DCore.so qt-5compat_PORT= devel/${_QT_RELNAME}-5compat qt-5compat_LIB= libQt${_QT_LIBVER}Core5Compat.so qt-assistant_PORT= devel/${_QT_RELNAME}-assistant qt-assistant_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/assistant # Always build with *this* version's buildtools qt-buildtools_PORT= devel/${_QT_RELNAME}-buildtools qt-buildtools_PATH= ${_QT_RELNAME}-buildtools>=${_QT_VERSION:R} qt-base_PORT= devel/${_QT_RELNAME}-base qt-base_LIB= libQt${_QT_LIBVER}Core.so qt-charts_PORT= x11-toolkits/${_QT_RELNAME}-charts qt-charts_LIB= libQt${_QT_LIBVER}Charts.so qt-coap_PORT= net/${_QT_RELNAME}-coap qt-coap_LIB= libQt${_QT_LIBVER}Coap.so qt-concurrent_PORT= devel/${_QT_RELNAME}-concurrent qt-concurrent_LIB= libQt${_QT_LIBVER}Concurrent.so qt-connectivity_PORT= comms/${_QT_RELNAME}-connectivity qt-connectivity_LIB= libQt${_QT_LIBVER}Bluetooth.so qt-core_PORT= devel/${_QT_RELNAME}-core qt-core_LIB= libQt${_QT_LIBVER}Core.so qt-datavis3d_PORT= x11-toolkits/${_QT_RELNAME}-datavis3d qt-datavis3d_LIB= libQt${_QT_LIBVER}DataVisualization.so qt-dbus_PORT= devel/${_QT_RELNAME}-dbus qt-dbus_LIB= libQt${_QT_LIBVER}DBus.so qt-declarative_PORT= x11-toolkits/${_QT_RELNAME}-declarative qt-declarative_LIB= libQt${_QT_LIBVER}Qml.so qt-declarative-test_PORT= x11-toolkits/${_QT_RELNAME}-declarative-test qt-declarative-test_LIB= libQt${_QT_LIBVER}QuickTest.so qt-designer_PORT= devel/${_QT_RELNAME}-designer qt-designer_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/designer qt-diag_PORT= sysutils/${_QT_RELNAME}-qtdiag qt-diag_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qtdiag qt-doc_PORT= misc/${_QT_RELNAME}-doc qt-doc_PATH= ${_QT_RELNAME}-doc>=${_QT_VERSION:R:R} qt-examples_PORT= misc/${_QT_RELNAME}-examples qt-examples_PATH= ${_QT_RELNAME}-examples>=${_QT_VERSION:R:R} qt-gamepad_PORT= x11-toolkits/${_QT_RELNAME}-gamepad qt-gamepad_LIB= libQt${_QT_LIBVER}Gamepad.so qt-graphicaleffects_PORT= graphics/${_QT_RELNAME}-graphicaleffects qt-graphicaleffects_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtGraphicalEffects/qmldir qt-graphs_PORT= x11-toolkits/${_QT_RELNAME}-graphs qt-graphs_LIB= libQt${_QT_LIBVER}Graphs.so qt-grpc_PORT= devel/${_QT_RELNAME}-grpc qt-grpc_LIB= libQt${_QT_LIBVER}Grpc.so qt-gui_PORT= x11-toolkits/${_QT_RELNAME}-gui qt-gui_LIB= libQt${_QT_LIBVER}Gui.so qt-help_PORT= devel/${_QT_RELNAME}-help qt-help_LIB= libQt${_QT_LIBVER}Help.so qt-httpserver_PORT= www/${_QT_RELNAME}-httpserver qt-httpserver_LIB= libQt${_QT_LIBVER}HttpServer.so qt-imageformats_PORT= graphics/${_QT_RELNAME}-imageformats qt-imageformats_PATH= ${LOCALBASE}/${QT_PLUGINDIR_REL}/imageformats/libqtiff.so qt-languageserver_PORT= devel/${_QT_RELNAME}-languageserver qt-languageserver_PATH= ${LOCALBASE}/${QT_LIBDIR_REL}/libQt6LanguageServer.a qt-lottie_PORT= graphics/${_QT_RELNAME}-lottie qt-lottie_LIB= libQt${_QT_LIBVER}Lottie.so qt-linguist_PORT= devel/${_QT_RELNAME}-linguist qt-linguist_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/linguist qt-linguisttools_PORT= devel/${_QT_RELNAME}-linguisttools qt-linguisttools_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/lrelease qt-location_PORT= devel/${_QT_RELNAME}-location qt-location_LIB= libQt${_QT_LIBVER}Location.so qt-l10n_PORT= misc/${_QT_RELNAME}-l10n qt-l10n_PATH= ${_QT_RELNAME}-l10n>=${_QT_VERSION:R:R} qt-mqtt_PORT= net/${_QT_RELNAME}-mqtt qt-mqtt_LIB= libQt${_QT_LIBVER}Mqtt.so qt-multimedia_PORT= multimedia/${_QT_RELNAME}-multimedia qt-multimedia_LIB= libQt${_QT_LIBVER}Multimedia.so qt-network_PORT= net/${_QT_RELNAME}-network qt-network_LIB= libQt${_QT_LIBVER}Network.so qt-networkauth_PORT= net/${_QT_RELNAME}-networkauth qt-networkauth_LIB= libQt${_QT_LIBVER}NetworkAuth.so qt-opengl_PORT= graphics/${_QT_RELNAME}-opengl qt-opengl_LIB= libQt${_QT_LIBVER}OpenGL.so qt-paths_PORT= sysutils/${_QT_RELNAME}-qtpaths qt-paths_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qtpaths qt-pdf_PORT= print/${_QT_RELNAME}-pdf qt-pdf_LIB= libQt${_QT_LIBVER}Pdf.so qt-pixeltool_PORT= graphics/${_QT_RELNAME}-pixeltool qt-pixeltool_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/pixeltool qt-positioning_PORT= devel/${_QT_RELNAME}-positioning qt-positioning_LIB= libQt${_QT_LIBVER}Positioning.so qt-plugininfo_PORT= sysutils/${_QT_RELNAME}-qtplugininfo qt-plugininfo_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qtplugininfo qt-printsupport_PORT= print/${_QT_RELNAME}-printsupport qt-printsupport_LIB= libQt${_QT_LIBVER}PrintSupport.so qt-qdbus_PORT= devel/${_QT_RELNAME}-qdbus qt-qdbus_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qdbus qt-qdbusviewer_PORT= devel/${_QT_RELNAME}-qdbusviewer qt-qdbusviewer_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qdbusviewer qt-qdoc_PORT= devel/${_QT_RELNAME}-qdoc qt-qdoc_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qdoc qt-qdoc-data_PORT= devel/${_QT_RELNAME}-qdoc-data qt-qdoc-data_PATH= ${LOCALBASE}/${QT_DOCDIR_REL}/global/config.qdocconf qt-qev_PORT= x11/${_QT_RELNAME}-qev qt-qev_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qev # Always build with *this* version's qmake qt-qmake_PORT= devel/${_QT_RELNAME}-qmake qt-qmake_PATH= ${_QT_RELNAME}-qmake>=${_QT_VERSION:R} qt-quick3d_PORT= x11-toolkits/${_QT_RELNAME}-quick3d qt-quick3d_LIB= libQt${_QT_LIBVER}Quick3D.so qt-quick3dphysics_PORT= science/${_QT_RELNAME}-quick3dphysics qt-quick3dphysics_LIB= libQt${_QT_LIBVER}Quick3DPhysics.so qt-quickcontrols_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols qt-quickcontrols_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Controls/qmldir qt-quickcontrols2_PORT= x11-toolkits/${_QT_RELNAME}-quickcontrols2 qt-quickcontrols2_LIB= libQt${_QT_LIBVER}QuickControls2.so qt-quickeffectmaker_PORT= graphics/${_QT_RELNAME}-quickeffectmaker qt-quickeffectmaker_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qqem qt-quicktimeline_PORT= x11-toolkits/${_QT_RELNAME}-quicktimeline qt-quicktimeline_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtQuick/Timeline/libqtquicktimelineplugin.so qt-remoteobjects_PORT= devel/${_QT_RELNAME}-remoteobjects qt-remoteobjects_LIB= libQt${_QT_LIBVER}RemoteObjects.so qt-sensors_PORT= comms/${_QT_RELNAME}-sensors qt-sensors_LIB= libQt${_QT_LIBVER}Sensors.so qt-script_PORT= devel/${_QT_RELNAME}-script qt-script_LIB= libQt${_QT_LIBVER}Script.so qt-scripttools_PORT= devel/${_QT_RELNAME}-scripttools qt-scripttools_LIB= libQt${_QT_LIBVER}ScriptTools.so qt-scxml_PORT= devel/${_QT_RELNAME}-scxml qt-scxml_LIB= libQt${_QT_LIBVER}Scxml.so qt-serialbus_PORT= comms/${_QT_RELNAME}-serialbus qt-serialbus_LIB= libQt${_QT_LIBVER}SerialBus.so qt-serialport_PORT= comms/${_QT_RELNAME}-serialport qt-serialport_LIB= libQt${_QT_LIBVER}SerialPort.so qt-shadertools_PORT= x11-toolkits/${_QT_RELNAME}-shadertools qt-shadertools_LIB= libQt${_QT_LIBVER}ShaderTools.so qt-speech_PORT= accessibility/${_QT_RELNAME}-speech qt-speech_LIB= libQt${_QT_LIBVER}TextToSpeech.so qt-sql_PORT= databases/${_QT_RELNAME}-sql qt-sql_LIB= libQt${_QT_LIBVER}Sql.so qt-sql-pgsql_PATH= ${LOCALBASE}/${QT_PLUGINDIR_REL}/sqldrivers/libqsqlpsql.so qt-sql-sqlite3_PATH= ${LOCALBASE}/${QT_PLUGINDIR_REL}/sqldrivers/libqsqlite.so . for db in mysql odbc pgsql sqlite2 sqlite3 tds qt-sql-${db}_PORT= databases/${_QT_RELNAME}-sqldrivers-${db} qt-sql-${db}_PATH?= ${LOCALBASE}/${QT_PLUGINDIR_REL}/sqldrivers/libqsql${db:C/^sql//}.so . endfor . for db in sqlite mysql psql odbc qt-sqldriver-${db}_PORT= databases/${_QT_RELNAME}-base_sqldriver@${db} qt-sqldriver-${db}_PATH?= ${LOCALBASE}/${QT_PLUGINDIR_REL}/sqldrivers/libqsql${db:C/^sql//}.so . endfor qt-svg_PORT= graphics/${_QT_RELNAME}-svg qt-svg_LIB= libQt${_QT_LIBVER}Svg.so qt-testlib_PORT= devel/${_QT_RELNAME}-testlib qt-testlib_LIB= libQt${_QT_LIBVER}Test.so qt-tools_PORT= devel/${_QT_RELNAME}-tools qt-tools_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/lupdate qt-translations_PORT= devel/${_QT_RELNAME}-translations qt-translations_PATH= ${LOCALBASE}/${QT_DATADIR_REL}/translations/qt_en.qm qt-uiplugin_PORT= x11-toolkits/${_QT_RELNAME}-uiplugin qt-uiplugin_PATH= ${LOCALBASE}/${QT_INCDIR_REL}/QtUiPlugin/QtUiPlugin qt-uitools_PORT= devel/${_QT_RELNAME}-uitools qt-uitools_PATH= ${LOCALBASE}/${QT_LIBDIR_REL}/libQt${_QT_LIBVER}UiTools.a qt-virtualkeyboard_PORT= x11-toolkits/${_QT_RELNAME}-virtualkeyboard qt-virtualkeyboard_PATH= ${LOCALBASE}/${QT_PLUGINDIR_REL}/platforminputcontexts/libqtvirtualkeyboardplugin.so qt-wayland_PORT= graphics/${_QT_RELNAME}-wayland qt-wayland_LIB= libQt${_QT_LIBVER}WaylandCompositor.so qt-webchannel_PORT= www/${_QT_RELNAME}-webchannel qt-webchannel_LIB= libQt${_QT_LIBVER}WebChannel.so qt-webengine_PORT= www/${_QT_RELNAME}-webengine qt-webengine_LIB= libQt${_QT_LIBVER}WebEngineCore.so qt-webglplugin_PORT= www/${_QT_RELNAME}-webglplugin qt-webglplugin_PATH= ${LOCALBASE}/${QT_PLUGINDIR_REL}/platforms/libqwebgl.so qt-websockets_PORT= www/${_QT_RELNAME}-websockets qt-websockets_LIB= libQt${_QT_LIBVER}WebSockets.so qt-websockets-qml_PORT= www/${_QT_RELNAME}-websockets-qml qt-websockets-qml_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtWebSockets/qmldir qt-webview_PORT= www/${_QT_RELNAME}-webview qt-webview_LIB= libQt${_QT_LIBVER}WebView.so qt-widgets_PORT= x11-toolkits/${_QT_RELNAME}-widgets qt-widgets_LIB= libQt${_QT_LIBVER}Widgets.so qt-x11extras_PORT= x11/${_QT_RELNAME}-x11extras qt-x11extras_LIB= libQt${_QT_LIBVER}X11Extras.so qt-xml_PORT= textproc/${_QT_RELNAME}-xml qt-xml_LIB= libQt${_QT_LIBVER}Xml.so qt-xmlpatterns_PORT= textproc/${_QT_RELNAME}-xmlpatterns qt-xmlpatterns_LIB= libQt${_QT_LIBVER}XmlPatterns.so # Actually add the dependencies to the proper lists. _USE_QT_ALL= ${_USE_QT_COMMON} \ ${_USE_QT${_QT_VER}_ONLY} _USE_QT= ${USE_QT} # Iterate through components deprived of suffix. . for component in ${_USE_QT:O:u:C/:(build|run|test)$//} # Check that the component is valid. . if ${_USE_QT_ALL:M${component}} != "" # Skip meta-components (currently none). . if defined(qt-${component}_PORT) && (defined(qt-${component}_PATH) || defined(qt-${component}_LIB)) # Check if a dependency type is explicitly requested. . if ${_USE_QT:M${component}\:*} != "" && ${_USE_QT:M${component}} == "" qt-${component}_TYPE= # empty . if ${_USE_QT:M${component}\:build} != "" qt-${component}_TYPE+= build . endif . if ${_USE_QT:M${component}\:run} != "" qt-${component}_TYPE+= run . endif . if ${_USE_QT:M${component}\:test} != "" qt-${component}_TYPE+= test . endif . endif # ${_USE_QT:M${component}_*} != "" && ${_USE_QT:M${component}} == "" # If no dependency type is set, default to full dependency. . if !defined(qt-${component}_TYPE) qt-${component}_TYPE= build run . endif # Set real dependencies. . if defined(qt-${component}_LIB) && ${qt-${component}_TYPE:Mbuild} && ${qt-${component}_TYPE:Mrun} LIB_DEPENDS+= ${qt-${component}_LIB}:${qt-${component}_PORT} . else qt-${component}_PATH?= ${QT_LIBDIR}/${qt-${component}_LIB} qt-${component}_DEPENDS= ${qt-${component}_PATH}:${qt-${component}_PORT} . if ${qt-${component}_TYPE:Mbuild} != "" BUILD_DEPENDS+= ${qt-${component}_DEPENDS} . endif . if ${qt-${component}_TYPE:Mrun} != "" RUN_DEPENDS+= ${qt-${component}_DEPENDS} . endif . if ${qt-${component}_TYPE:Mtest} != "" TEST_DEPENDS+= ${qt-${component}_DEPENDS} . endif . endif # ${qt-${component}_LIB} && ${qt-${component}_TYPE:Mbuild} && ${qt-${component}_TYPE:Mrun} . endif # defined(qt-${component}_PORT) && defined(qt-${component}_PATH) . else # ! ${_USE_QT_ALL:M${component}} != "" IGNORE= cannot be installed: unknown USE_QT component '${component}' . endif # ${_USE_QT_ALL:M${component}} != "" . endfor .endif # defined(_QT_MK_POST_INCLUDED) diff --git a/accessibility/qt6-speech/distinfo b/accessibility/qt6-speech/distinfo index aa4d4731480b..23cc279f600f 100644 --- a/accessibility/qt6-speech/distinfo +++ b/accessibility/qt6-speech/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964403 -SHA256 (KDE/Qt/6.10.1/qtspeech-everywhere-src-6.10.1.tar.xz) = 42caec540f6e10de8628819d10477ed2dc202134753ea68dfc1aa536108b7f4f -SIZE (KDE/Qt/6.10.1/qtspeech-everywhere-src-6.10.1.tar.xz) = 248024 +TIMESTAMP = 1770199234 +SHA256 (KDE/Qt/6.10.2/qtspeech-everywhere-src-6.10.2.tar.xz) = d937f6c715792b0d8f036e94513ebfc8def6b988a65f3ff30a7f4a8cc1263014 +SIZE (KDE/Qt/6.10.2/qtspeech-everywhere-src-6.10.2.tar.xz) = 248028 diff --git a/comms/qt6-connectivity/distinfo b/comms/qt6-connectivity/distinfo index c0d75d5588f7..ab0e781c2100 100644 --- a/comms/qt6-connectivity/distinfo +++ b/comms/qt6-connectivity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763963629 -SHA256 (KDE/Qt/6.10.1/qtconnectivity-everywhere-src-6.10.1.tar.xz) = 7baefd3a90c73820e33ddc59ded8c018e233d14d23eaa4eadbf332b5ac2154ff -SIZE (KDE/Qt/6.10.1/qtconnectivity-everywhere-src-6.10.1.tar.xz) = 1058196 +TIMESTAMP = 1770199240 +SHA256 (KDE/Qt/6.10.2/qtconnectivity-everywhere-src-6.10.2.tar.xz) = cf58f021f32857b5b6799cd4404ef613399ecc1c515492f0f620ce338a311a32 +SIZE (KDE/Qt/6.10.2/qtconnectivity-everywhere-src-6.10.2.tar.xz) = 1058012 diff --git a/comms/qt6-sensors/distinfo b/comms/qt6-sensors/distinfo index 8a8e3e0920bd..1ff149466c06 100644 --- a/comms/qt6-sensors/distinfo +++ b/comms/qt6-sensors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964395 -SHA256 (KDE/Qt/6.10.1/qtsensors-everywhere-src-6.10.1.tar.xz) = 49ce9ce033234689706dfcacef4eac7e562cff127cacc889ffcb3b68d684b395 -SIZE (KDE/Qt/6.10.1/qtsensors-everywhere-src-6.10.1.tar.xz) = 1485444 +TIMESTAMP = 1770199246 +SHA256 (KDE/Qt/6.10.2/qtsensors-everywhere-src-6.10.2.tar.xz) = 91e6515b7cebbfae3696861933f5359cc303dfe82f7849cf5a10df378c8ef581 +SIZE (KDE/Qt/6.10.2/qtsensors-everywhere-src-6.10.2.tar.xz) = 1485624 diff --git a/comms/qt6-serialbus/distinfo b/comms/qt6-serialbus/distinfo index 94e20a4dfb82..ce191ee5ca15 100644 --- a/comms/qt6-serialbus/distinfo +++ b/comms/qt6-serialbus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964397 -SHA256 (KDE/Qt/6.10.1/qtserialbus-everywhere-src-6.10.1.tar.xz) = 2539fcf77af2dfa59756338e0c44d491995eb2576f9a288fa4888efd9eab3ed5 -SIZE (KDE/Qt/6.10.1/qtserialbus-everywhere-src-6.10.1.tar.xz) = 535480 +TIMESTAMP = 1770199252 +SHA256 (KDE/Qt/6.10.2/qtserialbus-everywhere-src-6.10.2.tar.xz) = 4736bffecfb6940ebd7aeae260a7ac2c68da979bdf9153c2b59dcafa40793a7b +SIZE (KDE/Qt/6.10.2/qtserialbus-everywhere-src-6.10.2.tar.xz) = 535424 diff --git a/comms/qt6-serialport/distinfo b/comms/qt6-serialport/distinfo index d993d0079974..af72421a7e5c 100644 --- a/comms/qt6-serialport/distinfo +++ b/comms/qt6-serialport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964400 -SHA256 (KDE/Qt/6.10.1/qtserialport-everywhere-src-6.10.1.tar.xz) = 17b2f68435f67785a0c75fd70125f3e1892282efdab2098dcdac02d1d70f4c4c -SIZE (KDE/Qt/6.10.1/qtserialport-everywhere-src-6.10.1.tar.xz) = 263892 +TIMESTAMP = 1770199257 +SHA256 (KDE/Qt/6.10.2/qtserialport-everywhere-src-6.10.2.tar.xz) = b40cbf29da111ffa8fee7e7cb44b9097042782cd17a10448a83ff3156cdebd6b +SIZE (KDE/Qt/6.10.2/qtserialport-everywhere-src-6.10.2.tar.xz) = 263996 diff --git a/databases/qt6-base_sqldriver/distinfo b/databases/qt6-base_sqldriver/distinfo index 696bbe183ac0..77cdd0a25edb 100644 --- a/databases/qt6-base_sqldriver/distinfo +++ b/databases/qt6-base_sqldriver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965294 -SHA256 (KDE/Qt/6.10.1/qtbase-everywhere-src-6.10.1.tar.xz) = 5a6226f7e23db51fdc3223121eba53f3f5447cf0cc4d6cb82a3a2df7a65d265d -SIZE (KDE/Qt/6.10.1/qtbase-everywhere-src-6.10.1.tar.xz) = 50234516 +TIMESTAMP = 1770199281 +SHA256 (KDE/Qt/6.10.2/qtbase-everywhere-src-6.10.2.tar.xz) = aeb78d29291a2b5fd53cb55950f8f5065b4978c25fb1d77f627d695ab9adf21e +SIZE (KDE/Qt/6.10.2/qtbase-everywhere-src-6.10.2.tar.xz) = 50374380 diff --git a/devel/py-qt5-sip/distinfo b/devel/py-qt5-sip/distinfo index 00f75f3858af..8832e243f752 100644 --- a/devel/py-qt5-sip/distinfo +++ b/devel/py-qt5-sip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765503134 -SHA256 (pyqt5_sip-12.17.2.tar.gz) = 7f66565c2a13d34d8ad6aad08e953d355ea3fe466d991d51aa5a0966a5289f05 -SIZE (pyqt5_sip-12.17.2.tar.gz) = 104246 +TIMESTAMP = 1770203696 +SHA256 (pyqt5_sip-12.18.0.tar.gz) = 71c37db75a0664325de149f43e2a712ec5fa1f90429a21dafbca005cb6767f94 +SIZE (pyqt5_sip-12.18.0.tar.gz) = 104143 diff --git a/devel/py-qt6-pyqt/distinfo b/devel/py-qt6-pyqt/distinfo index 15b86fbc4173..7b3e4dd8368c 100644 --- a/devel/py-qt6-pyqt/distinfo +++ b/devel/py-qt6-pyqt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1766216700 -SHA256 (pyqt6-6.10.1.tar.gz) = d733a6c712c0b7a7b99e4ad59b211ea25a5d1b9d1131e47a1f50b5e524266e57 -SIZE (pyqt6-6.10.1.tar.gz) = 1085250 +TIMESTAMP = 1770203722 +SHA256 (pyqt6-6.10.2.tar.gz) = 6c0db5d8cbb9a3e7e2b5b51d0ff3f283121fa27b864db6d2f35b663c9be5cc83 +SIZE (pyqt6-6.10.2.tar.gz) = 1085573 diff --git a/devel/py-qt6-sip/distinfo b/devel/py-qt6-sip/distinfo index e1f69d827e7b..5d81bd363e4c 100644 --- a/devel/py-qt6-sip/distinfo +++ b/devel/py-qt6-sip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765503296 -SHA256 (pyqt6_sip-13.10.3.tar.gz) = 630895b3827e2c3b4e072089157985691fe4210d64340e71141f93775ea4ae51 -SIZE (pyqt6_sip-13.10.3.tar.gz) = 92621 +TIMESTAMP = 1770203707 +SHA256 (pyqt6_sip-13.11.0.tar.gz) = d463af37738bda1856c9ef513e5620a37b7a005e9d589c986c3304db4a8a14d3 +SIZE (pyqt6_sip-13.11.0.tar.gz) = 92509 diff --git a/devel/pyside6-tools/distinfo b/devel/pyside6-tools/distinfo index f764dff04b2b..f0e2a4c8ea47 100644 --- a/devel/pyside6-tools/distinfo +++ b/devel/pyside6-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764560183 -SHA256 (KDE/Qt/6.10.1/pyside-setup-everywhere-src-6.10.1.tar.xz) = fd54f40853d61dfd845dbb40d4f89fbd63df5ed341b3d9a2c77bb5c947a0a838 -SIZE (KDE/Qt/6.10.1/pyside-setup-everywhere-src-6.10.1.tar.xz) = 17746968 +TIMESTAMP = 1770203224 +SHA256 (KDE/Qt/6.10.2/pyside-setup-everywhere-src-6.10.2.tar.xz) = 05eec38bb71bffff8860786e3c0766cc4b86affc72439bd246c54889bdcb7400 +SIZE (KDE/Qt/6.10.2/pyside-setup-everywhere-src-6.10.2.tar.xz) = 17877708 diff --git a/devel/pyside6/distinfo b/devel/pyside6/distinfo index b6b90d10cd78..ecb445598f79 100644 --- a/devel/pyside6/distinfo +++ b/devel/pyside6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764560127 -SHA256 (KDE/Qt/6.10.1/pyside-setup-everywhere-src-6.10.1.tar.xz) = fd54f40853d61dfd845dbb40d4f89fbd63df5ed341b3d9a2c77bb5c947a0a838 -SIZE (KDE/Qt/6.10.1/pyside-setup-everywhere-src-6.10.1.tar.xz) = 17746968 +TIMESTAMP = 1770203195 +SHA256 (KDE/Qt/6.10.2/pyside-setup-everywhere-src-6.10.2.tar.xz) = 05eec38bb71bffff8860786e3c0766cc4b86affc72439bd246c54889bdcb7400 +SIZE (KDE/Qt/6.10.2/pyside-setup-everywhere-src-6.10.2.tar.xz) = 17877708 diff --git a/devel/qt6-5compat/distinfo b/devel/qt6-5compat/distinfo index cd25022edef3..ad985ce52b30 100644 --- a/devel/qt6-5compat/distinfo +++ b/devel/qt6-5compat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964846 -SHA256 (KDE/Qt/6.10.1/qt5compat-everywhere-src-6.10.1.tar.xz) = 72396d160a153dee01b41cf0cae9ad46204cf613adb791b3ee85a7efeadffe24 -SIZE (KDE/Qt/6.10.1/qt5compat-everywhere-src-6.10.1.tar.xz) = 14615528 +TIMESTAMP = 1770199296 +SHA256 (KDE/Qt/6.10.2/qt5compat-everywhere-src-6.10.2.tar.xz) = 3fa418f0fac02eb9efc5f762fbe25f20647b0ebb7fa92faf07e6de85044161c2 +SIZE (KDE/Qt/6.10.2/qt5compat-everywhere-src-6.10.2.tar.xz) = 14619684 diff --git a/devel/qt6-base/Makefile b/devel/qt6-base/Makefile index 3520f858266b..96bb0ad07722 100644 --- a/devel/qt6-base/Makefile +++ b/devel/qt6-base/Makefile @@ -1,122 +1,122 @@ PORTNAME= base DISTVERSION= ${QT6_VERSION} -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt base (core, gui, widgets, network,...) BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \ libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libb2.so:devel/libb2 \ libbrotlidec.so:archivers/brotli \ libdbus-1.so:devel/dbus \ libdouble-conversion.so:devel/double-conversion \ libdrm.so:graphics/libdrm \ libevdev.so:devel/libevdev \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgraphite2.so:graphics/graphite2 \ libharfbuzz.so:print/harfbuzz \ libicui18n.so:devel/icu \ libinput.so:x11/libinput \ libintl.so:devel/gettext-runtime \ libjpeg.so:graphics/jpeg-turbo \ libmtdev.so:devel/libmtdev \ libpcre2-16.so:devel/pcre2 \ libpng16.so:graphics/png \ libudev.so:devel/libudev-devd \ libvulkan.so:graphics/vulkan-loader \ libxkbcommon.so:x11/libxkbcommon \ libzstd.so:archivers/zstd USES= cmake compiler:c++17-lang gl gnome jpeg perl5 pkgconfig python \ qt-dist:6 shebangfix ssl USE_GL= egl opengl USE_GNOME= cairo gdkpixbuf glib20 gtk30 pango USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} USE_LOCALE= C.UTF-8 SHEBANG_FILES= ${WRKSRC}/libexec/qt-android-runner.py \ ${WRKSRC}/mkspecs/features/uikit/device_destinations.sh \ ${WRKSRC}/mkspecs/features/uikit/devices.py \ ${WRKSRC}/util/testrunner/qt-testrunner.py \ ${WRKSRC}/util/testrunner/sanitizer-testrunner.py CMAKE_ARGS= -DOPENSSL_ROOT_DIR="${OPENSSLBASE}" CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_LTTngUST \ QT_AVOID_CMAKE_ARCHIVING_API \ QT_FIND_ALL_PACKAGES_ALWAYS \ QT_FEATURE_openssl_linked CMAKE_OFF= QT_FEATURE_eglfs \ - QT_FEATURE_gssapi + QT_FEATURE_gssapi \ + QT_FEATURE_reduce_relocations # sql drivers are handled in the databases/qt6-base_sqldriver port CMAKE_OFF+= FEATURE_sql_mysql \ FEATURE_sql_odbc \ FEATURE_sql_psql \ FEATURE_sql_sqlite # zstd from base fails to compress files during the build (error 11: unsupported argument) BINARY_ALIAS= zstd=${LOCALBASE}/bin/zstd OPTIONS_DEFINE= CUPS WAYLAND X11 OPTIONS_DEFAULT= CUPS WAYLAND X11 OPTIONS_SUB= yes CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CMAKE_BOOL= FEATURE_cups WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland WAYLAND_CMAKE_BOOL= FEATURE_qtwaylandscanner \ FEATURE_wayland X11_LIB_DEPENDS= libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxcb-render-util.so:x11/xcb-util-renderutil \ libxcb-util.so:x11/xcb-util X11_USES= xorg X11_USE= XORG=ice,pixman,sm,x11,xau,xcb,xcomposite,xcursor,xdamage,xdmcp,xext,xfixes,xi,xinerama,xrandr,xrender X11_CMAKE_BOOL= FEATURE_xcb \ FEATURE_xlib .include # LibreSSL does not currently support BIO_ADDR in DTLSv1_listen() .if ${SSL_DEFAULT:Mlibressl*} CMAKE_OFF+= QT_FEATURE_dtls PLIST_SUB+= DTLS="@comment " .else PLIST_SUB+= DTLS="" .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv7" BUILD_DEPENDS+= as:devel/binutils CMAKE_ARGS+= -DCMAKE_ASM_FLAGS=-no-integrated-as .endif .if exists(/usr/include/sys/inotify.h) PLIST_SUB+= INOTIFY="" KQUEUE="@comment " EXTRA_PATCHES+= ${FILESDIR}/extrapatch-inotify .else PLIST_SUB+= INOTIFY="@comment " KQUEUE="" .endif post-patch: @${REINPLACE_CMD} -e 's|%%OPENSSLLIB%%|${OPENSSLLIB}|g' \ ${WRKSRC}/src/plugins/tls/openssl/qsslsocket_openssl_symbols.cpp post-install: # Install symlinks for user-facing tools while read line; do \ source="$$(${ECHO_CMD} $${line} | ${AWK} '{print $$1}')"; \ target="${STAGEDIR}${PREFIX}/$$(${ECHO_CMD} $${line} | ${AWK} '{print $$2}')"; \ ${RLN} $${source} $${target}; \ done <${BUILD_WRKSRC}/user_facing_tool_links.txt .include diff --git a/devel/qt6-base/distinfo b/devel/qt6-base/distinfo index fb3b1da1b813..dc00f8dc3622 100644 --- a/devel/qt6-base/distinfo +++ b/devel/qt6-base/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965089 -SHA256 (KDE/Qt/6.10.1/qtbase-everywhere-src-6.10.1.tar.xz) = 5a6226f7e23db51fdc3223121eba53f3f5447cf0cc4d6cb82a3a2df7a65d265d -SIZE (KDE/Qt/6.10.1/qtbase-everywhere-src-6.10.1.tar.xz) = 50234516 +TIMESTAMP = 1770199301 +SHA256 (KDE/Qt/6.10.2/qtbase-everywhere-src-6.10.2.tar.xz) = aeb78d29291a2b5fd53cb55950f8f5065b4978c25fb1d77f627d695ab9adf21e +SIZE (KDE/Qt/6.10.2/qtbase-everywhere-src-6.10.2.tar.xz) = 50374380 diff --git a/devel/qt6-base/files/patch-cmake_QtPkgConfigHelpers.cmake b/devel/qt6-base/files/patch-cmake_QtPkgConfigHelpers.cmake index d28657a45f25..dcaa3ad2a984 100644 --- a/devel/qt6-base/files/patch-cmake_QtPkgConfigHelpers.cmake +++ b/devel/qt6-base/files/patch-cmake_QtPkgConfigHelpers.cmake @@ -1,10 +1,10 @@ ---- cmake/QtPkgConfigHelpers.cmake.orig 2025-02-19 13:05:34 UTC +--- cmake/QtPkgConfigHelpers.cmake.orig 2026-01-13 10:18:17 UTC +++ cmake/QtPkgConfigHelpers.cmake -@@ -174,6 +174,6 @@ function(qt_internal_generate_pkg_config_file module) +@@ -175,6 +175,6 @@ function(qt_internal_generate_pkg_config_file module) # This is inspired by https://gitlab.kitware.com/cmake/cmake/-/issues/20842 target_sources(${module} PRIVATE "${final_pc_path}") - qt_install(FILES "${final_pc_path}" DESTINATION "${install_dir}") + qt_install(FILES "${final_pc_path}" DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig") endforeach() endfunction() diff --git a/devel/qt6-base/files/patch-src_corelib_CMakeLists.txt b/devel/qt6-base/files/patch-src_corelib_CMakeLists.txt index f816905017cc..787ccc1503b4 100644 --- a/devel/qt6-base/files/patch-src_corelib_CMakeLists.txt +++ b/devel/qt6-base/files/patch-src_corelib_CMakeLists.txt @@ -1,13 +1,13 @@ ---- src/corelib/CMakeLists.txt.orig 2025-05-14 09:43:58 UTC +--- src/corelib/CMakeLists.txt.orig 2026-01-13 10:18:17 UTC +++ src/corelib/CMakeLists.txt -@@ -412,6 +412,10 @@ endif() +@@ -416,6 +416,10 @@ endif() target_link_libraries(Platform INTERFACE Threads::Threads) endif() +if(CMAKE_SYSTEM_NAME STREQUAL FreeBSD) + target_link_libraries(Core PRIVATE kvm procstat) +endif() + # Skip AUTOMOC processing of qobject.cpp and its headers. # We do this on purpose, because qobject.cpp contains a bunch of Q_GADGET, Q_NAMESPACE, etc # keywords and AUTOMOC gets confused about wanting to compile a qobject.moc file as well. diff --git a/devel/qt6-base/files/patch-src_corelib_global_qcompilerdetection.h b/devel/qt6-base/files/patch-src_corelib_global_qcompilerdetection.h index a0bb0a31a996..303316ef829e 100644 --- a/devel/qt6-base/files/patch-src_corelib_global_qcompilerdetection.h +++ b/devel/qt6-base/files/patch-src_corelib_global_qcompilerdetection.h @@ -1,18 +1,18 @@ Suppress warnings when -pedantic is passed and using std < c++20, which could also be errors if -Werror is also passed as is the case with www/dooble. error: use of the 'nodiscard' attribute is a C++20 extension https://github.com/llvm/llvm-project/issues/32865 ---- src/corelib/global/qcompilerdetection.h.orig 2025-05-14 09:43:58 UTC +--- src/corelib/global/qcompilerdetection.h.orig 2026-01-13 10:18:17 UTC +++ src/corelib/global/qcompilerdetection.h -@@ -972,7 +972,7 @@ +@@ -974,7 +974,7 @@ # define Q_REQUIRED_RESULT [[nodiscard]] #endif -#if (defined(__cplusplus) && __has_cpp_attribute(nodiscard) >= 201907L /* used for both P1771 and P1301... */) \ +#if (defined(__cplusplus) && __has_cpp_attribute(nodiscard) >= 201907L && (!defined(Q_CC_CLANG) || __cplusplus >= 201907L) /* used for both P1771 and P1301... */) \ || (!defined(__cplusplus) && __has_c_attribute(nodiscard) /* N2448 */) // [[nodiscard]] constructor (P1771) # ifndef Q_NODISCARD_CTOR diff --git a/devel/qt6-base/files/patch-src_corelib_io_qlockfile__unix.cpp b/devel/qt6-base/files/patch-src_corelib_io_qlockfile__unix.cpp index 05b9ba9b69f0..4701d11d417a 100644 --- a/devel/qt6-base/files/patch-src_corelib_io_qlockfile__unix.cpp +++ b/devel/qt6-base/files/patch-src_corelib_io_qlockfile__unix.cpp @@ -1,63 +1,63 @@ ---- src/corelib/io/qlockfile_unix.cpp.orig 2025-05-14 09:43:58 UTC +--- src/corelib/io/qlockfile_unix.cpp.orig 2026-01-13 10:18:17 UTC +++ src/corelib/io/qlockfile_unix.cpp @@ -47,6 +47,8 @@ # include # if !defined(Q_OS_NETBSD) # include +# include +# include # endif #endif -@@ -238,23 +240,44 @@ QString QLockFilePrivate::processNameByPid(qint64 pid) +@@ -239,23 +241,44 @@ QString QLockFilePrivate::processNameByPid(qint64 pid) struct kinfo_proc kp; int mib[6] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, (int)pid, sizeof(struct kinfo_proc), 1 }; # else + QString nameFromProcstat; + kvm_t *kvm = kvm_open(nullptr, "/dev/null", nullptr, O_RDONLY, ""); + if (kvm) { + int cnt; + struct kinfo_proc *kp = kvm_getprocs(kvm, KERN_PROC_PID, getpid(), &cnt); + if (kp) { + struct procstat *ps = procstat_open_sysctl(); + char **argv = procstat_getargv(ps, kp, 0); + if (argv != nullptr && argv[0] != nullptr) + nameFromProcstat = QString::fromLocal8Bit(argv[0]); + procstat_close(ps); + } + kvm_close(kvm); + } struct kinfo_proc kp; int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, (int)pid }; # endif - size_t len = sizeof(kp); - u_int mib_len = sizeof(mib)/sizeof(u_int); + if (nameFromProcstat.isEmpty()) { + size_t len = sizeof(kp); + u_int mib_len = sizeof(mib)/sizeof(u_int); - if (sysctl(mib, mib_len, &kp, &len, NULL, 0) < 0) - return QString(); - + if (sysctl(mib, mib_len, &kp, &len, NULL, 0) < 0) + return QString(); + } # if defined(Q_OS_OPENBSD) || defined(Q_OS_NETBSD) if (kp.p_pid != pid) return QString(); QString name = QFile::decodeName(kp.p_comm); # else - if (kp.ki_pid != pid) + QString name; + if (!nameFromProcstat.isEmpty()) { + QFileInfo fi(nameFromProcstat); + name = fi.fileName(); + } + else if (kp.ki_pid != pid) return QString(); - QString name = QFile::decodeName(kp.ki_comm); + else + name = QFile::decodeName(kp.ki_comm); # endif return name; #elif defined(Q_OS_QNX) diff --git a/devel/qt6-base/files/patch-src_corelib_thread_qthread__unix.cpp b/devel/qt6-base/files/patch-src_corelib_thread_qthread__unix.cpp index 50210c386ced..305e177c79d1 100644 --- a/devel/qt6-base/files/patch-src_corelib_thread_qthread__unix.cpp +++ b/devel/qt6-base/files/patch-src_corelib_thread_qthread__unix.cpp @@ -1,32 +1,15 @@ Support setting thread names via QObject::setObjectName(). PR: 290676 ---- src/corelib/thread/qthread_unix.cpp.orig 2025-09-22 07:03:29 UTC +--- src/corelib/thread/qthread_unix.cpp.orig 2026-01-13 10:18:17 UTC +++ src/corelib/thread/qthread_unix.cpp -@@ -344,14 +344,14 @@ QAbstractEventDispatcher *QThreadPrivate::createEventD - - #if QT_CONFIG(thread) - --#if (defined(Q_OS_LINUX) || defined(Q_OS_DARWIN) || defined(Q_OS_QNX)) -+#if (defined(Q_OS_LINUX) || defined(Q_OS_DARWIN) || defined(Q_OS_QNX) || defined(Q_OS_FREEBSD)) - static void setCurrentThreadName(const char *name) - { - # if defined(Q_OS_LINUX) && !defined(QT_LINUXBASE) - prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); +@@ -352,7 +352,7 @@ static void setCurrentThreadName(QThread *thr, String + prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); # elif defined(Q_OS_DARWIN) - pthread_setname_np(name); + pthread_setname_np(name); -# elif defined(Q_OS_QNX) +# elif (defined(Q_OS_QNX) || defined(Q_OS_FREEBSD)) - pthread_setname_np(pthread_self(), name); - # endif - } -@@ -415,7 +415,7 @@ void *QThreadPrivate::start(void *arg) - data->ensureEventDispatcher(); - data->eventDispatcher.loadRelaxed()->startingUp(); - --#if (defined(Q_OS_LINUX) || defined(Q_OS_DARWIN) || defined(Q_OS_QNX)) -+#if (defined(Q_OS_LINUX) || defined(Q_OS_DARWIN) || defined(Q_OS_QNX) || defined(Q_OS_FREEBSD)) - { - // Sets the name of the current thread. We can only do this - // when the thread is starting, as we don't have a cross + pthread_setname_np(pthread_self(), name); + # else + Q_UNUSED(name) diff --git a/devel/qt6-base/files/patch-src_network_socket_qnativesocketengine__unix.cpp b/devel/qt6-base/files/patch-src_network_socket_qnativesocketengine__unix.cpp index 4f6b594d0575..0b9cda01a2db 100644 --- a/devel/qt6-base/files/patch-src_network_socket_qnativesocketengine__unix.cpp +++ b/devel/qt6-base/files/patch-src_network_socket_qnativesocketengine__unix.cpp @@ -1,13 +1,13 @@ https://codereview.qt-project.org/c/qt/qtbase/+/651678 ---- src/network/socket/qnativesocketengine_unix.cpp.orig 2025-05-14 09:43:58 UTC +--- src/network/socket/qnativesocketengine_unix.cpp.orig 2026-01-13 10:18:17 UTC +++ src/network/socket/qnativesocketengine_unix.cpp -@@ -1387,7 +1387,7 @@ int QNativeSocketEnginePrivate::nativeSelect(QDeadline +@@ -1431,7 +1431,7 @@ int QNativeSocketEnginePrivate::nativeSelect(QDeadline } static const short read_flags = POLLIN | POLLHUP | POLLERR; - static const short write_flags = POLLOUT | POLLERR; + static const short write_flags = POLLOUT | POLLHUP | POLLERR; *selectForRead = ((pfd.revents & read_flags) != 0); *selectForWrite = ((pfd.revents & write_flags) != 0); diff --git a/devel/qt6-base/files/patch-src_plugins_platforms_wayland_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h b/devel/qt6-base/files/patch-src_plugins_platforms_wayland_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h index ac5c4f661c66..5eff391351fe 100644 --- a/devel/qt6-base/files/patch-src_plugins_platforms_wayland_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h +++ b/devel/qt6-base/files/patch-src_plugins_platforms_wayland_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h @@ -1,13 +1,13 @@ Companion change to patch-src_plugins_shellintegration_xdg-shell_qwaylandxdgshell__p.h ---- src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell/qwaylandxdgshell_p.h.orig 2025-05-14 09:43:58 UTC +--- src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell/qwaylandxdgshell_p.h.orig 2026-01-13 10:18:17 UTC +++ src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell/qwaylandxdgshell_p.h -@@ -74,7 +74,7 @@ class Q_WAYLANDCLIENT_EXPORT QWaylandXdgSurface : publ +@@ -62,7 +62,7 @@ class Q_WAYLANDCLIENT_EXPORT QWaylandXdgSurface : publ void setSizeHints(); - void *nativeResource(const QByteArray &resource); + void *nativeResource(const QByteArray &resource) override; std::any surfaceRole() const override; diff --git a/devel/qt6-base/pkg-plist b/devel/qt6-base/pkg-plist index 962c4b4e675d..201c25b056bd 100644 --- a/devel/qt6-base/pkg-plist +++ b/devel/qt6-base/pkg-plist @@ -1,4418 +1,4423 @@ bin/androiddeployqt6 bin/qmake6 %%QT_INCDIR%%/QtConcurrent/QtConcurrent %%QT_INCDIR%%/QtConcurrent/QtConcurrentDepends %%QT_INCDIR%%/QtConcurrent/QtConcurrentFilter %%QT_INCDIR%%/QtConcurrent/QtConcurrentMap %%QT_INCDIR%%/QtConcurrent/QtConcurrentRun %%QT_INCDIR%%/QtConcurrent/QtConcurrentTask %%QT_INCDIR%%/QtConcurrent/QtConcurrentVersion %%QT_INCDIR%%/QtConcurrent/qtaskbuilder.h %%QT_INCDIR%%/QtConcurrent/qtconcurrent_global.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentcompilertest.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentexports.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentfilter.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentfilterkernel.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentfunctionwrappers.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentiteratekernel.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentmap.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentmapkernel.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentmedian.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentreducekernel.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentrun.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentrunbase.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentstoredfunctioncall.h %%QT_INCDIR%%/QtConcurrent/qtconcurrenttask.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentthreadengine.h %%QT_INCDIR%%/QtConcurrent/qtconcurrentversion.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstractanimation_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstracteventdispatcher_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstractfileengine_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstractitemmodel_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qabstractproxymodel_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qanimationgroup_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcalendarbackend_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcalendarmath_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcborcommon_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcborvalue_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcollator_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qconfig_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcore_unix_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcoreapplication_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qcoreevent_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdataurl_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdatetime_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdatetimeparser_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdebug_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdir_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdirentryinfo_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qdoublescanprint_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qduplicatetracker_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qelfparser_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qendian_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qexpected_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeventdispatcher_glib_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeventdispatcher_unix_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qeventloop_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfactoryloader_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfile_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfiledevice_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfileinfo_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfileselector_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfilesystemengine_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfilesystementry_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfilesystemiterator_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfilesystemmetadata_p.h %%INOTIFY%%%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfilesystemwatcher_inotify_p.h %%KQUEUE%%%%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfilesystemwatcher_kqueue_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfilesystemwatcher_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfilesystemwatcher_polling_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qflatmap_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfreelist_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfsfileengine_iterator_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfsfileengine_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfunctions_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfutex_freebsd_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfutex_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfutureinterface_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qfuturewatcher_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qgettid_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qglobal_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qgregoriancalendar_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qhijricalendar_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qhooks_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qidentityproxymodel_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qiodevice_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qipaddress_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qislamiccivilcalendar_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qitemselectionmodel_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjalalicalendar_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjson_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjsonparser_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjsonwriter_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qjuliancalendar_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlibrary_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlibraryinfo_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocale_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocale_tools_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocaltime_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlockfile_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlocking_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qlogging_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qloggingcategory_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qloggingregistry_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmakearray_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmetaobject_moc_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmetaobject_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmetaobjectbuilder_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmetatype_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmilankoviccalendar_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmimedatabase_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmimeglobpattern_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmimemagicrule_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmimemagicrulematcher_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmimeprovider_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmimetype_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmimetypeparser_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qminimalflatset_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qmutex_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qnativeinterface_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qnoncontiguousbytedevice_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qnumeric_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qobject_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qobject_p_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoffsetstringarray_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qoperatingsystemversion_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qorderedmutexlocker_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qparallelanimationgroup_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpermissions_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qplugin_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpoll_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qprocess_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qproperty_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qpropertyanimation_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qrandom_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qreadwritelock_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_iterator_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qresource_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qringbuffer_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qromancalendar_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsavefile_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsequentialanimationgroup_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsettings_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsharedmemory_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsimd_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsimd_x86_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsingleshottimer_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsmallbytearray_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstorageinfo_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringalgorithms_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringconverter_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qstringiterator_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsystemerror_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qsystemsemaphore_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtclasshelper_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtcore-config_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtcoreglobal_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtemporaryfile_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtenvironmentvariables_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtextstream_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qthread_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qthreadpool_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qthreadstorage_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimer_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimerinfo_unix_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimezonelocale_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtimezoneprivate_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtipccommon_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtools_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtrace_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtranslator_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qtransposeproxymodel_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qunicodetables_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qunicodetools_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/quniquehandle_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/quniquehandle_types_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qurl_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/quuid_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvariant_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvariantanimation_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qvolatile_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qwaitcondition_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlstream_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlstreamgrammar_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlstreamparser_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qxmlutils_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qzipreader_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/qzipwriter_p.h %%QT_INCDIR%%/QtCore/%%FULLVER%%/QtCore/private/wcharhelpers_win_p.h %%QT_INCDIR%%/QtCore/QAbstractAnimation %%QT_INCDIR%%/QtCore/QAbstractEventDispatcher %%QT_INCDIR%%/QtCore/QAbstractEventDispatcherV2 %%QT_INCDIR%%/QtCore/QAbstractItemModel %%QT_INCDIR%%/QtCore/QAbstractListModel %%QT_INCDIR%%/QtCore/QAbstractNativeEventFilter %%QT_INCDIR%%/QtCore/QAbstractProxyModel %%QT_INCDIR%%/QtCore/QAbstractTableModel %%QT_INCDIR%%/QtCore/QAnimationDriver %%QT_INCDIR%%/QtCore/QAnimationGroup %%QT_INCDIR%%/QtCore/QAnyStringView %%QT_INCDIR%%/QtCore/QApplicationStatic %%QT_INCDIR%%/QtCore/QArgument %%QT_INCDIR%%/QtCore/QArrayData %%QT_INCDIR%%/QtCore/QArrayDataOps %%QT_INCDIR%%/QtCore/QArrayDataPointer %%QT_INCDIR%%/QtCore/QAssociativeConstIterator %%QT_INCDIR%%/QtCore/QAssociativeIterable %%QT_INCDIR%%/QtCore/QAssociativeIterator %%QT_INCDIR%%/QtCore/QAtomicInt %%QT_INCDIR%%/QtCore/QAtomicInteger %%QT_INCDIR%%/QtCore/QAtomicPointer %%QT_INCDIR%%/QtCore/QAtomicScopedValueRollback %%QT_INCDIR%%/QtCore/QBEInteger %%QT_INCDIR%%/QtCore/QBaseIterator %%QT_INCDIR%%/QtCore/QBasicMutex %%QT_INCDIR%%/QtCore/QBasicTimer %%QT_INCDIR%%/QtCore/QBasicUtf8StringView %%QT_INCDIR%%/QtCore/QBigEndianStorageType %%QT_INCDIR%%/QtCore/QBindable %%QT_INCDIR%%/QtCore/QBindingStatus %%QT_INCDIR%%/QtCore/QBindingStorage %%QT_INCDIR%%/QtCore/QBitArray %%QT_INCDIR%%/QtCore/QBitRef %%QT_INCDIR%%/QtCore/QBluetoothPermission %%QT_INCDIR%%/QtCore/QBuffer %%QT_INCDIR%%/QtCore/QByteArray %%QT_INCDIR%%/QtCore/QByteArrayAlgorithms %%QT_INCDIR%%/QtCore/QByteArrayList %%QT_INCDIR%%/QtCore/QByteArrayListIterator %%QT_INCDIR%%/QtCore/QByteArrayMatcher %%QT_INCDIR%%/QtCore/QByteArrayView %%QT_INCDIR%%/QtCore/QCache %%QT_INCDIR%%/QtCore/QCalendar %%QT_INCDIR%%/QtCore/QCalendarPermission %%QT_INCDIR%%/QtCore/QCborArray %%QT_INCDIR%%/QtCore/QCborError %%QT_INCDIR%%/QtCore/QCborMap %%QT_INCDIR%%/QtCore/QCborParserError %%QT_INCDIR%%/QtCore/QCborStreamReader %%QT_INCDIR%%/QtCore/QCborStreamWriter %%QT_INCDIR%%/QtCore/QCborValue %%QT_INCDIR%%/QtCore/QCborValueConstRef %%QT_INCDIR%%/QtCore/QCborValueRef %%QT_INCDIR%%/QtCore/QChar %%QT_INCDIR%%/QtCore/QChildEvent %%QT_INCDIR%%/QtCore/QChronoTimer %%QT_INCDIR%%/QtCore/QCollator %%QT_INCDIR%%/QtCore/QCollatorSortKey %%QT_INCDIR%%/QtCore/QCommandLineOption %%QT_INCDIR%%/QtCore/QCommandLineParser %%QT_INCDIR%%/QtCore/QConcatenateTablesProxyModel %%QT_INCDIR%%/QtCore/QConstIterator %%QT_INCDIR%%/QtCore/QConstOverload %%QT_INCDIR%%/QtCore/QContactsPermission %%QT_INCDIR%%/QtCore/QContiguousCache %%QT_INCDIR%%/QtCore/QContiguousCacheData %%QT_INCDIR%%/QtCore/QContiguousCacheTypedData %%QT_INCDIR%%/QtCore/QCoreApplication %%QT_INCDIR%%/QtCore/QCryptographicHash %%QT_INCDIR%%/QtCore/QDataStream %%QT_INCDIR%%/QtCore/QDate %%QT_INCDIR%%/QtCore/QDateTime %%QT_INCDIR%%/QtCore/QDeadlineTimer %%QT_INCDIR%%/QtCore/QDebug %%QT_INCDIR%%/QtCore/QDebugStateSaver %%QT_INCDIR%%/QtCore/QDir %%QT_INCDIR%%/QtCore/QDirIterator %%QT_INCDIR%%/QtCore/QDirListing %%QT_INCDIR%%/QtCore/QDynamicPropertyChangeEvent %%QT_INCDIR%%/QtCore/QEasingCurve %%QT_INCDIR%%/QtCore/QElapsedTimer %%QT_INCDIR%%/QtCore/QEnableSharedFromThis %%QT_INCDIR%%/QtCore/QEvent %%QT_INCDIR%%/QtCore/QEventLoop %%QT_INCDIR%%/QtCore/QEventLoopLocker %%QT_INCDIR%%/QtCore/QException %%QT_INCDIR%%/QtCore/QExplicitlySharedDataPointer %%QT_INCDIR%%/QtCore/QFactoryInterface %%QT_INCDIR%%/QtCore/QFile %%QT_INCDIR%%/QtCore/QFileDevice %%QT_INCDIR%%/QtCore/QFileInfo %%QT_INCDIR%%/QtCore/QFileInfoList %%QT_INCDIR%%/QtCore/QFileSelector %%QT_INCDIR%%/QtCore/QFileSystemWatcher %%QT_INCDIR%%/QtCore/QFlag %%QT_INCDIR%%/QtCore/QFlags %%QT_INCDIR%%/QtCore/QFloat16 %%QT_INCDIR%%/QtCore/QForeach %%QT_INCDIR%%/QtCore/QFunctionPointer %%QT_INCDIR%%/QtCore/QFuture %%QT_INCDIR%%/QtCore/QFutureInterface %%QT_INCDIR%%/QtCore/QFutureInterfaceBase %%QT_INCDIR%%/QtCore/QFutureIterator %%QT_INCDIR%%/QtCore/QFutureSynchronizer %%QT_INCDIR%%/QtCore/QFutureWatcher %%QT_INCDIR%%/QtCore/QFutureWatcherBase %%QT_INCDIR%%/QtCore/QGenericArgument %%QT_INCDIR%%/QtCore/QGenericReturnArgument %%QT_INCDIR%%/QtCore/QGlobalStatic %%QT_INCDIR%%/QtCore/QHash %%QT_INCDIR%%/QtCore/QHashDummyValue %%QT_INCDIR%%/QtCore/QHashFunctions %%QT_INCDIR%%/QtCore/QHashHeterogeneousSearch %%QT_INCDIR%%/QtCore/QHashIterator %%QT_INCDIR%%/QtCore/QHashSeed %%QT_INCDIR%%/QtCore/QIODevice %%QT_INCDIR%%/QtCore/QIODeviceBase %%QT_INCDIR%%/QtCore/QIdentityProxyModel %%QT_INCDIR%%/QtCore/QIncompatibleFlag %%QT_INCDIR%%/QtCore/QIntegerForSize %%QT_INCDIR%%/QtCore/QInternal %%QT_INCDIR%%/QtCore/QItemSelection %%QT_INCDIR%%/QtCore/QItemSelectionModel %%QT_INCDIR%%/QtCore/QItemSelectionRange %%QT_INCDIR%%/QtCore/QIterable %%QT_INCDIR%%/QtCore/QIterator %%QT_INCDIR%%/QtCore/QJsonArray %%QT_INCDIR%%/QtCore/QJsonDocument %%QT_INCDIR%%/QtCore/QJsonObject %%QT_INCDIR%%/QtCore/QJsonParseError %%QT_INCDIR%%/QtCore/QJsonValue %%QT_INCDIR%%/QtCore/QJsonValueConstRef %%QT_INCDIR%%/QtCore/QJsonValueRef %%QT_INCDIR%%/QtCore/QKeyCombination %%QT_INCDIR%%/QtCore/QKeyValueIterator %%QT_INCDIR%%/QtCore/QLEInteger %%QT_INCDIR%%/QtCore/QLatin1Char %%QT_INCDIR%%/QtCore/QLatin1String %%QT_INCDIR%%/QtCore/QLatin1StringMatcher %%QT_INCDIR%%/QtCore/QLatin1StringView %%QT_INCDIR%%/QtCore/QLibrary %%QT_INCDIR%%/QtCore/QLibraryInfo %%QT_INCDIR%%/QtCore/QLine %%QT_INCDIR%%/QtCore/QLineF %%QT_INCDIR%%/QtCore/QList %%QT_INCDIR%%/QtCore/QListIterator %%QT_INCDIR%%/QtCore/QListSpecialMethods %%QT_INCDIR%%/QtCore/QListSpecialMethodsBase %%QT_INCDIR%%/QtCore/QLittleEndianStorageType %%QT_INCDIR%%/QtCore/QLocale %%QT_INCDIR%%/QtCore/QLocationPermission %%QT_INCDIR%%/QtCore/QLockFile %%QT_INCDIR%%/QtCore/QLoggingCategory %%QT_INCDIR%%/QtCore/QMap %%QT_INCDIR%%/QtCore/QMapData %%QT_INCDIR%%/QtCore/QMapIterator %%QT_INCDIR%%/QtCore/QMargins %%QT_INCDIR%%/QtCore/QMarginsF %%QT_INCDIR%%/QtCore/QMessageAuthenticationCode %%QT_INCDIR%%/QtCore/QMessageLogContext %%QT_INCDIR%%/QtCore/QMessageLogger %%QT_INCDIR%%/QtCore/QMetaAssociation %%QT_INCDIR%%/QtCore/QMetaClassInfo %%QT_INCDIR%%/QtCore/QMetaContainer %%QT_INCDIR%%/QtCore/QMetaEnum %%QT_INCDIR%%/QtCore/QMetaMethod %%QT_INCDIR%%/QtCore/QMetaMethodArgument %%QT_INCDIR%%/QtCore/QMetaMethodReturnArgument %%QT_INCDIR%%/QtCore/QMetaObject %%QT_INCDIR%%/QtCore/QMetaProperty %%QT_INCDIR%%/QtCore/QMetaSequence %%QT_INCDIR%%/QtCore/QMetaType %%QT_INCDIR%%/QtCore/QMetaTypeId %%QT_INCDIR%%/QtCore/QMetaTypeId2 %%QT_INCDIR%%/QtCore/QMetaTypeIdQObject %%QT_INCDIR%%/QtCore/QMethodRawArguments %%QT_INCDIR%%/QtCore/QMimeData %%QT_INCDIR%%/QtCore/QMimeDatabase %%QT_INCDIR%%/QtCore/QMimeType %%QT_INCDIR%%/QtCore/QModelIndex %%QT_INCDIR%%/QtCore/QModelIndexList %%QT_INCDIR%%/QtCore/QModelRoleData %%QT_INCDIR%%/QtCore/QModelRoleDataSpan %%QT_INCDIR%%/QtCore/QMultiHash %%QT_INCDIR%%/QtCore/QMultiHashIterator %%QT_INCDIR%%/QtCore/QMultiMap %%QT_INCDIR%%/QtCore/QMultiMapIterator %%QT_INCDIR%%/QtCore/QMutableByteArrayListIterator %%QT_INCDIR%%/QtCore/QMutableFutureIterator %%QT_INCDIR%%/QtCore/QMutableHashIterator %%QT_INCDIR%%/QtCore/QMutableListIterator %%QT_INCDIR%%/QtCore/QMutableMapIterator %%QT_INCDIR%%/QtCore/QMutableMultiHashIterator %%QT_INCDIR%%/QtCore/QMutableMultiMapIterator %%QT_INCDIR%%/QtCore/QMutableSetIterator %%QT_INCDIR%%/QtCore/QMutableVectorIterator %%QT_INCDIR%%/QtCore/QMutex %%QT_INCDIR%%/QtCore/QMutexLocker %%QT_INCDIR%%/QtCore/QNativeIpcKey %%QT_INCDIR%%/QtCore/QNoDebug %%QT_INCDIR%%/QtCore/QNonConstOverload %%QT_INCDIR%%/QtCore/QNtfsPermissionCheckGuard %%QT_INCDIR%%/QtCore/QObject %%QT_INCDIR%%/QtCore/QObjectBindableProperty %%QT_INCDIR%%/QtCore/QObjectCleanupHandler %%QT_INCDIR%%/QtCore/QObjectComputedProperty %%QT_INCDIR%%/QtCore/QObjectData %%QT_INCDIR%%/QtCore/QObjectList %%QT_INCDIR%%/QtCore/QOperatingSystemVersion %%QT_INCDIR%%/QtCore/QOperatingSystemVersionBase %%QT_INCDIR%%/QtCore/QOperatingSystemVersionUnexported %%QT_INCDIR%%/QtCore/QOverload %%QT_INCDIR%%/QtCore/QPair %%QT_INCDIR%%/QtCore/QParallelAnimationGroup %%QT_INCDIR%%/QtCore/QPartialOrdering %%QT_INCDIR%%/QtCore/QPauseAnimation %%QT_INCDIR%%/QtCore/QPermission %%QT_INCDIR%%/QtCore/QPermissions %%QT_INCDIR%%/QtCore/QPersistentModelIndex %%QT_INCDIR%%/QtCore/QPluginLoader %%QT_INCDIR%%/QtCore/QPluginMetaData %%QT_INCDIR%%/QtCore/QPluginMetaDataV2 %%QT_INCDIR%%/QtCore/QPoint %%QT_INCDIR%%/QtCore/QPointF %%QT_INCDIR%%/QtCore/QPointer %%QT_INCDIR%%/QtCore/QProcess %%QT_INCDIR%%/QtCore/QProcessEnvironment %%QT_INCDIR%%/QtCore/QPromise %%QT_INCDIR%%/QtCore/QProperty %%QT_INCDIR%%/QtCore/QPropertyAnimation %%QT_INCDIR%%/QtCore/QPropertyBinding %%QT_INCDIR%%/QtCore/QPropertyBindingError %%QT_INCDIR%%/QtCore/QPropertyBindingPrivatePtr %%QT_INCDIR%%/QtCore/QPropertyBindingSourceLocation %%QT_INCDIR%%/QtCore/QPropertyChangeHandler %%QT_INCDIR%%/QtCore/QPropertyData %%QT_INCDIR%%/QtCore/QPropertyNotifier %%QT_INCDIR%%/QtCore/QPropertyObserver %%QT_INCDIR%%/QtCore/QPropertyObserverBase %%QT_INCDIR%%/QtCore/QPropertyProxyBindingData %%QT_INCDIR%%/QtCore/QQueue %%QT_INCDIR%%/QtCore/QRandomGenerator %%QT_INCDIR%%/QtCore/QRandomGenerator64 %%QT_INCDIR%%/QtCore/QRangeModel %%QT_INCDIR%%/QtCore/QReadLocker %%QT_INCDIR%%/QtCore/QReadWriteLock %%QT_INCDIR%%/QtCore/QRect %%QT_INCDIR%%/QtCore/QRectF %%QT_INCDIR%%/QtCore/QRecursiveMutex %%QT_INCDIR%%/QtCore/QRegularExpression %%QT_INCDIR%%/QtCore/QRegularExpressionMatch %%QT_INCDIR%%/QtCore/QRegularExpressionMatchIterator %%QT_INCDIR%%/QtCore/QResource %%QT_INCDIR%%/QtCore/QReturnArgument %%QT_INCDIR%%/QtCore/QRunnable %%QT_INCDIR%%/QtCore/QSaveFile %%QT_INCDIR%%/QtCore/QScopeGuard %%QT_INCDIR%%/QtCore/QScopedArrayPointer %%QT_INCDIR%%/QtCore/QScopedPointer %%QT_INCDIR%%/QtCore/QScopedPointerArrayDeleter %%QT_INCDIR%%/QtCore/QScopedPointerDeleteLater %%QT_INCDIR%%/QtCore/QScopedPointerDeleter %%QT_INCDIR%%/QtCore/QScopedPointerObjectDeleteLater %%QT_INCDIR%%/QtCore/QScopedPointerPodDeleter %%QT_INCDIR%%/QtCore/QScopedPropertyUpdateGroup %%QT_INCDIR%%/QtCore/QScopedValueRollback %%QT_INCDIR%%/QtCore/QSemaphore %%QT_INCDIR%%/QtCore/QSemaphoreReleaser %%QT_INCDIR%%/QtCore/QSequentialAnimationGroup %%QT_INCDIR%%/QtCore/QSequentialConstIterator %%QT_INCDIR%%/QtCore/QSequentialIterable %%QT_INCDIR%%/QtCore/QSequentialIterator %%QT_INCDIR%%/QtCore/QSet %%QT_INCDIR%%/QtCore/QSetIterator %%QT_INCDIR%%/QtCore/QSettings %%QT_INCDIR%%/QtCore/QSharedData %%QT_INCDIR%%/QtCore/QSharedDataPointer %%QT_INCDIR%%/QtCore/QSharedMemory %%QT_INCDIR%%/QtCore/QSharedPointer %%QT_INCDIR%%/QtCore/QSignalBlocker %%QT_INCDIR%%/QtCore/QSignalMapper %%QT_INCDIR%%/QtCore/QSize %%QT_INCDIR%%/QtCore/QSizeF %%QT_INCDIR%%/QtCore/QSocketDescriptor %%QT_INCDIR%%/QtCore/QSocketNotifier %%QT_INCDIR%%/QtCore/QSortFilterProxyModel %%QT_INCDIR%%/QtCore/QSpan %%QT_INCDIR%%/QtCore/QSpecialInteger %%QT_INCDIR%%/QtCore/QStack %%QT_INCDIR%%/QtCore/QStandardPaths %%QT_INCDIR%%/QtCore/QStaticByteArrayMatcher %%QT_INCDIR%%/QtCore/QStaticByteArrayMatcherBase %%QT_INCDIR%%/QtCore/QStaticLatin1StringMatcher %%QT_INCDIR%%/QtCore/QStaticPlugin %%QT_INCDIR%%/QtCore/QStorageInfo %%QT_INCDIR%%/QtCore/QString %%QT_INCDIR%%/QtCore/QStringAlgorithms %%QT_INCDIR%%/QtCore/QStringBuilder %%QT_INCDIR%%/QtCore/QStringConverter %%QT_INCDIR%%/QtCore/QStringConverterBase %%QT_INCDIR%%/QtCore/QStringDecoder %%QT_INCDIR%%/QtCore/QStringEncoder %%QT_INCDIR%%/QtCore/QStringList %%QT_INCDIR%%/QtCore/QStringListModel %%QT_INCDIR%%/QtCore/QStringLiteral %%QT_INCDIR%%/QtCore/QStringMatcher %%QT_INCDIR%%/QtCore/QStringTokenizer %%QT_INCDIR%%/QtCore/QStringTokenizerBase %%QT_INCDIR%%/QtCore/QStringTokenizerBaseBase %%QT_INCDIR%%/QtCore/QStringView %%QT_INCDIR%%/QtCore/QSysInfo %%QT_INCDIR%%/QtCore/QSystemSemaphore %%QT_INCDIR%%/QtCore/QTaggedIterator %%QT_INCDIR%%/QtCore/QTaggedPointer %%QT_INCDIR%%/QtCore/QTemplatedMetaMethodReturnArgument %%QT_INCDIR%%/QtCore/QTemporaryDir %%QT_INCDIR%%/QtCore/QTemporaryFile %%QT_INCDIR%%/QtCore/QTextBoundaryFinder %%QT_INCDIR%%/QtCore/QTextStream %%QT_INCDIR%%/QtCore/QTextStreamFunction %%QT_INCDIR%%/QtCore/QTextStreamManipulator %%QT_INCDIR%%/QtCore/QThread %%QT_INCDIR%%/QtCore/QThreadPool %%QT_INCDIR%%/QtCore/QThreadStorage %%QT_INCDIR%%/QtCore/QThreadStorageData %%QT_INCDIR%%/QtCore/QThreadStorageTraits %%QT_INCDIR%%/QtCore/QTime %%QT_INCDIR%%/QtCore/QTimeLine %%QT_INCDIR%%/QtCore/QTimeZone %%QT_INCDIR%%/QtCore/QTimer %%QT_INCDIR%%/QtCore/QTimerEvent %%QT_INCDIR%%/QtCore/QTranslator %%QT_INCDIR%%/QtCore/QTransposeProxyModel %%QT_INCDIR%%/QtCore/QTypeInfo %%QT_INCDIR%%/QtCore/QTypeInfoMerger %%QT_INCDIR%%/QtCore/QTypeRevision %%QT_INCDIR%%/QtCore/QTypedArrayData %%QT_INCDIR%%/QtCore/QUnhandledException %%QT_INCDIR%%/QtCore/QUntypedBindable %%QT_INCDIR%%/QtCore/QUntypedPropertyBinding %%QT_INCDIR%%/QtCore/QUntypedPropertyData %%QT_INCDIR%%/QtCore/QUrl %%QT_INCDIR%%/QtCore/QUrlQuery %%QT_INCDIR%%/QtCore/QUrlTwoFlags %%QT_INCDIR%%/QtCore/QUtf8StringView %%QT_INCDIR%%/QtCore/QUuid %%QT_INCDIR%%/QtCore/QVarLengthArray %%QT_INCDIR%%/QtCore/QVariant %%QT_INCDIR%%/QtCore/QVariantAnimation %%QT_INCDIR%%/QtCore/QVariantConstPointer %%QT_INCDIR%%/QtCore/QVariantHash %%QT_INCDIR%%/QtCore/QVariantList %%QT_INCDIR%%/QtCore/QVariantMap %%QT_INCDIR%%/QtCore/QVariantPointer %%QT_INCDIR%%/QtCore/QVariantRef %%QT_INCDIR%%/QtCore/QVector %%QT_INCDIR%%/QtCore/QVectorIterator %%QT_INCDIR%%/QtCore/QVersionNumber %%QT_INCDIR%%/QtCore/QWaitCondition %%QT_INCDIR%%/QtCore/QWeakPointer %%QT_INCDIR%%/QtCore/QWinEventNotifier %%QT_INCDIR%%/QtCore/QWriteLocker %%QT_INCDIR%%/QtCore/QXmlStreamAttribute %%QT_INCDIR%%/QtCore/QXmlStreamAttributes %%QT_INCDIR%%/QtCore/QXmlStreamEntityDeclaration %%QT_INCDIR%%/QtCore/QXmlStreamEntityDeclarations %%QT_INCDIR%%/QtCore/QXmlStreamEntityResolver %%QT_INCDIR%%/QtCore/QXmlStreamNamespaceDeclaration %%QT_INCDIR%%/QtCore/QXmlStreamNamespaceDeclarations %%QT_INCDIR%%/QtCore/QXmlStreamNotationDeclaration %%QT_INCDIR%%/QtCore/QXmlStreamNotationDeclarations %%QT_INCDIR%%/QtCore/QXmlStreamReader %%QT_INCDIR%%/QtCore/QXmlStreamWriter %%QT_INCDIR%%/QtCore/Qt %%QT_INCDIR%%/QtCore/QtAlgorithms %%QT_INCDIR%%/QtCore/QtAssert %%QT_INCDIR%%/QtCore/QtCborCommon %%QT_INCDIR%%/QtCore/QtClassHelperMacros %%QT_INCDIR%%/QtCore/QtCleanUpFunction %%QT_INCDIR%%/QtCore/QtCompare %%QT_INCDIR%%/QtCore/QtCompilerDetection %%QT_INCDIR%%/QtCore/QtConfig %%QT_INCDIR%%/QtCore/QtConstructorMacros %%QT_INCDIR%%/QtCore/QtContainerFwd %%QT_INCDIR%%/QtCore/QtCore %%QT_INCDIR%%/QtCore/QtCoreDepends %%QT_INCDIR%%/QtCore/QtCoreGlobal %%QT_INCDIR%%/QtCore/QtCoreVersion %%QT_INCDIR%%/QtCore/QtDarwinHelpers %%QT_INCDIR%%/QtCore/QtDebug %%QT_INCDIR%%/QtCore/QtDeprecationMarkers %%QT_INCDIR%%/QtCore/QtEndian %%QT_INCDIR%%/QtCore/QtEnvironmentVariables %%QT_INCDIR%%/QtCore/QtExceptionHandling %%QT_INCDIR%%/QtCore/QtGlobal %%QT_INCDIR%%/QtCore/QtLogging %%QT_INCDIR%%/QtCore/QtMalloc %%QT_INCDIR%%/QtCore/QtMath %%QT_INCDIR%%/QtCore/QtMessageHandler %%QT_INCDIR%%/QtCore/QtMinMax %%QT_INCDIR%%/QtCore/QtNumeric %%QT_INCDIR%%/QtCore/QtPlugin %%QT_INCDIR%%/QtCore/QtPluginInstanceFunction %%QT_INCDIR%%/QtCore/QtPluginMetaDataFunction %%QT_INCDIR%%/QtCore/QtPreprocessorSupport %%QT_INCDIR%%/QtCore/QtPrivate %%QT_INCDIR%%/QtCore/QtProcessorDetection %%QT_INCDIR%%/QtCore/QtResource %%QT_INCDIR%%/QtCore/QtStartUpFunction %%QT_INCDIR%%/QtCore/QtStdLibDetection %%QT_INCDIR%%/QtCore/QtSwap %%QT_INCDIR%%/QtCore/QtSystemDetection %%QT_INCDIR%%/QtCore/QtTranslation %%QT_INCDIR%%/QtCore/QtTypeTraits %%QT_INCDIR%%/QtCore/QtTypes %%QT_INCDIR%%/QtCore/QtVersion %%QT_INCDIR%%/QtCore/QtVersionChecks %%QT_INCDIR%%/QtCore/q17memory.h %%QT_INCDIR%%/QtCore/q20algorithm.h %%QT_INCDIR%%/QtCore/q20chrono.h %%QT_INCDIR%%/QtCore/q20functional.h %%QT_INCDIR%%/QtCore/q20iterator.h %%QT_INCDIR%%/QtCore/q20map.h %%QT_INCDIR%%/QtCore/q20memory.h %%QT_INCDIR%%/QtCore/q20type_traits.h %%QT_INCDIR%%/QtCore/q20utility.h %%QT_INCDIR%%/QtCore/q20vector.h %%QT_INCDIR%%/QtCore/q23functional.h %%QT_INCDIR%%/QtCore/q23type_traits.h %%QT_INCDIR%%/QtCore/q23utility.h %%QT_INCDIR%%/QtCore/q26numeric.h %%QT_INCDIR%%/QtCore/qabstractanimation.h %%QT_INCDIR%%/QtCore/qabstracteventdispatcher.h %%QT_INCDIR%%/QtCore/qabstractitemmodel.h %%QT_INCDIR%%/QtCore/qabstractnativeeventfilter.h %%QT_INCDIR%%/QtCore/qabstractproxymodel.h %%QT_INCDIR%%/QtCore/qalgorithms.h %%QT_INCDIR%%/QtCore/qalloc.h %%QT_INCDIR%%/QtCore/qanimationgroup.h %%QT_INCDIR%%/QtCore/qanystringview.h %%QT_INCDIR%%/QtCore/qapplicationstatic.h %%QT_INCDIR%%/QtCore/qarraydata.h %%QT_INCDIR%%/QtCore/qarraydataops.h %%QT_INCDIR%%/QtCore/qarraydatapointer.h %%QT_INCDIR%%/QtCore/qassert.h %%QT_INCDIR%%/QtCore/qassociativeiterable.h %%QT_INCDIR%%/QtCore/qatomic.h %%QT_INCDIR%%/QtCore/qatomic_cxx11.h %%QT_INCDIR%%/QtCore/qatomicscopedvaluerollback.h %%QT_INCDIR%%/QtCore/qbasicatomic.h %%QT_INCDIR%%/QtCore/qbasictimer.h %%QT_INCDIR%%/QtCore/qbindingstorage.h %%QT_INCDIR%%/QtCore/qbitarray.h %%QT_INCDIR%%/QtCore/qbuffer.h %%QT_INCDIR%%/QtCore/qbytearray.h %%QT_INCDIR%%/QtCore/qbytearrayalgorithms.h %%QT_INCDIR%%/QtCore/qbytearraylist.h %%QT_INCDIR%%/QtCore/qbytearraymatcher.h %%QT_INCDIR%%/QtCore/qbytearrayview.h %%QT_INCDIR%%/QtCore/qcache.h %%QT_INCDIR%%/QtCore/qcalendar.h %%QT_INCDIR%%/QtCore/qcborarray.h %%QT_INCDIR%%/QtCore/qcborcommon.h %%QT_INCDIR%%/QtCore/qcbormap.h %%QT_INCDIR%%/QtCore/qcborstream.h %%QT_INCDIR%%/QtCore/qcborstreamreader.h %%QT_INCDIR%%/QtCore/qcborstreamwriter.h %%QT_INCDIR%%/QtCore/qcborvalue.h %%QT_INCDIR%%/QtCore/qchar.h %%QT_INCDIR%%/QtCore/qcheckedint_impl.h %%QT_INCDIR%%/QtCore/qchronotimer.h %%QT_INCDIR%%/QtCore/qcollator.h %%QT_INCDIR%%/QtCore/qcommandlineoption.h %%QT_INCDIR%%/QtCore/qcommandlineparser.h %%QT_INCDIR%%/QtCore/qcompare.h %%QT_INCDIR%%/QtCore/qcompare_impl.h %%QT_INCDIR%%/QtCore/qcomparehelpers.h %%QT_INCDIR%%/QtCore/qcompilerdetection.h %%QT_INCDIR%%/QtCore/qconcatenatetablesproxymodel.h %%QT_INCDIR%%/QtCore/qconfig.h %%QT_INCDIR%%/QtCore/qconstructormacros.h %%QT_INCDIR%%/QtCore/qcontainerfwd.h %%QT_INCDIR%%/QtCore/qcontainerinfo.h %%QT_INCDIR%%/QtCore/qcontainertools_impl.h %%QT_INCDIR%%/QtCore/qcontiguouscache.h %%QT_INCDIR%%/QtCore/qcoreapplication.h %%QT_INCDIR%%/QtCore/qcoreapplication_platform.h %%QT_INCDIR%%/QtCore/qcoreevent.h %%QT_INCDIR%%/QtCore/qcryptographichash.h %%QT_INCDIR%%/QtCore/qdarwinhelpers.h %%QT_INCDIR%%/QtCore/qdatastream.h %%QT_INCDIR%%/QtCore/qdatetime.h %%QT_INCDIR%%/QtCore/qdeadlinetimer.h %%QT_INCDIR%%/QtCore/qdebug.h %%QT_INCDIR%%/QtCore/qdir.h %%QT_INCDIR%%/QtCore/qdiriterator.h %%QT_INCDIR%%/QtCore/qdirlisting.h %%QT_INCDIR%%/QtCore/qeasingcurve.h %%QT_INCDIR%%/QtCore/qelapsedtimer.h %%QT_INCDIR%%/QtCore/qendian.h %%QT_INCDIR%%/QtCore/qeventloop.h %%QT_INCDIR%%/QtCore/qexception.h %%QT_INCDIR%%/QtCore/qexceptionhandling.h %%QT_INCDIR%%/QtCore/qfactoryinterface.h %%QT_INCDIR%%/QtCore/qfile.h %%QT_INCDIR%%/QtCore/qfiledevice.h %%QT_INCDIR%%/QtCore/qfileinfo.h %%QT_INCDIR%%/QtCore/qfileselector.h %%QT_INCDIR%%/QtCore/qfilesystemwatcher.h %%QT_INCDIR%%/QtCore/qflags.h %%QT_INCDIR%%/QtCore/qfloat16.h %%QT_INCDIR%%/QtCore/qforeach.h %%QT_INCDIR%%/QtCore/qfunctionaltools_impl.h %%QT_INCDIR%%/QtCore/qfunctionpointer.h %%QT_INCDIR%%/QtCore/qfuture.h %%QT_INCDIR%%/QtCore/qfuture_impl.h %%QT_INCDIR%%/QtCore/qfutureinterface.h %%QT_INCDIR%%/QtCore/qfuturesynchronizer.h %%QT_INCDIR%%/QtCore/qfuturewatcher.h %%QT_INCDIR%%/QtCore/qgenericatomic.h %%QT_INCDIR%%/QtCore/qglobal.h %%QT_INCDIR%%/QtCore/qglobalstatic.h %%QT_INCDIR%%/QtCore/qhash.h %%QT_INCDIR%%/QtCore/qhashfunctions.h %%QT_INCDIR%%/QtCore/qidentityproxymodel.h %%QT_INCDIR%%/QtCore/qiodevice.h %%QT_INCDIR%%/QtCore/qiodevicebase.h %%QT_INCDIR%%/QtCore/qitemselectionmodel.h %%QT_INCDIR%%/QtCore/qiterable.h %%QT_INCDIR%%/QtCore/qiterable_impl.h %%QT_INCDIR%%/QtCore/qiterator.h %%QT_INCDIR%%/QtCore/qjsonarray.h %%QT_INCDIR%%/QtCore/qjsondocument.h %%QT_INCDIR%%/QtCore/qjsonobject.h %%QT_INCDIR%%/QtCore/qjsonparseerror.h %%QT_INCDIR%%/QtCore/qjsonvalue.h %%QT_INCDIR%%/QtCore/qlatin1stringmatcher.h %%QT_INCDIR%%/QtCore/qlatin1stringview.h %%QT_INCDIR%%/QtCore/qlibrary.h %%QT_INCDIR%%/QtCore/qlibraryinfo.h %%QT_INCDIR%%/QtCore/qline.h %%QT_INCDIR%%/QtCore/qlist.h %%QT_INCDIR%%/QtCore/qlocale.h %%QT_INCDIR%%/QtCore/qlockfile.h %%QT_INCDIR%%/QtCore/qlogging.h %%QT_INCDIR%%/QtCore/qloggingcategory.h %%QT_INCDIR%%/QtCore/qmalloc.h %%QT_INCDIR%%/QtCore/qmap.h %%QT_INCDIR%%/QtCore/qmargins.h %%QT_INCDIR%%/QtCore/qmath.h %%QT_INCDIR%%/QtCore/qmessageauthenticationcode.h %%QT_INCDIR%%/QtCore/qmetacontainer.h %%QT_INCDIR%%/QtCore/qmetaobject.h %%QT_INCDIR%%/QtCore/qmetatype.h %%QT_INCDIR%%/QtCore/qmimedata.h %%QT_INCDIR%%/QtCore/qmimedatabase.h %%QT_INCDIR%%/QtCore/qmimetype.h %%QT_INCDIR%%/QtCore/qminmax.h %%QT_INCDIR%%/QtCore/qmutex.h %%QT_INCDIR%%/QtCore/qnamespace.h %%QT_INCDIR%%/QtCore/qnativeinterface.h %%QT_INCDIR%%/QtCore/qnumeric.h %%QT_INCDIR%%/QtCore/qobject.h %%QT_INCDIR%%/QtCore/qobject_impl.h %%QT_INCDIR%%/QtCore/qobjectcleanuphandler.h %%QT_INCDIR%%/QtCore/qobjectdefs.h %%QT_INCDIR%%/QtCore/qobjectdefs_impl.h %%QT_INCDIR%%/QtCore/qoperatingsystemversion.h %%QT_INCDIR%%/QtCore/qoverload.h %%QT_INCDIR%%/QtCore/qpair.h %%QT_INCDIR%%/QtCore/qparallelanimationgroup.h %%QT_INCDIR%%/QtCore/qpauseanimation.h %%QT_INCDIR%%/QtCore/qpermissions.h %%QT_INCDIR%%/QtCore/qplugin.h %%QT_INCDIR%%/QtCore/qpluginloader.h %%QT_INCDIR%%/QtCore/qpoint.h %%QT_INCDIR%%/QtCore/qpointer.h %%QT_INCDIR%%/QtCore/qprocess.h %%QT_INCDIR%%/QtCore/qprocessordetection.h %%QT_INCDIR%%/QtCore/qpromise.h %%QT_INCDIR%%/QtCore/qproperty.h %%QT_INCDIR%%/QtCore/qpropertyanimation.h %%QT_INCDIR%%/QtCore/qpropertyprivate.h %%QT_INCDIR%%/QtCore/qqueue.h %%QT_INCDIR%%/QtCore/qrandom.h %%QT_INCDIR%%/QtCore/qrangemodel.h %%QT_INCDIR%%/QtCore/qrangemodel_impl.h %%QT_INCDIR%%/QtCore/qreadwritelock.h %%QT_INCDIR%%/QtCore/qrect.h %%QT_INCDIR%%/QtCore/qrefcount.h %%QT_INCDIR%%/QtCore/qregularexpression.h %%QT_INCDIR%%/QtCore/qresource.h %%QT_INCDIR%%/QtCore/qresultstore.h %%QT_INCDIR%%/QtCore/qrunnable.h %%QT_INCDIR%%/QtCore/qsavefile.h %%QT_INCDIR%%/QtCore/qscopedpointer.h %%QT_INCDIR%%/QtCore/qscopedvaluerollback.h %%QT_INCDIR%%/QtCore/qscopeguard.h %%QT_INCDIR%%/QtCore/qsemaphore.h %%QT_INCDIR%%/QtCore/qsequentialanimationgroup.h %%QT_INCDIR%%/QtCore/qsequentialiterable.h %%QT_INCDIR%%/QtCore/qset.h %%QT_INCDIR%%/QtCore/qsettings.h %%QT_INCDIR%%/QtCore/qshareddata.h %%QT_INCDIR%%/QtCore/qshareddata_impl.h %%QT_INCDIR%%/QtCore/qsharedmemory.h %%QT_INCDIR%%/QtCore/qsharedpointer.h %%QT_INCDIR%%/QtCore/qsharedpointer_impl.h %%QT_INCDIR%%/QtCore/qsignalmapper.h %%QT_INCDIR%%/QtCore/qsimd.h %%QT_INCDIR%%/QtCore/qsize.h %%QT_INCDIR%%/QtCore/qsocketnotifier.h %%QT_INCDIR%%/QtCore/qsortfilterproxymodel.h %%QT_INCDIR%%/QtCore/qspan.h %%QT_INCDIR%%/QtCore/qstack.h %%QT_INCDIR%%/QtCore/qstandardpaths.h %%QT_INCDIR%%/QtCore/qstaticlatin1stringmatcher.h %%QT_INCDIR%%/QtCore/qstdlibdetection.h %%QT_INCDIR%%/QtCore/qstorageinfo.h %%QT_INCDIR%%/QtCore/qstring.h %%QT_INCDIR%%/QtCore/qstringalgorithms.h %%QT_INCDIR%%/QtCore/qstringbuilder.h %%QT_INCDIR%%/QtCore/qstringconverter.h %%QT_INCDIR%%/QtCore/qstringconverter_base.h %%QT_INCDIR%%/QtCore/qstringfwd.h %%QT_INCDIR%%/QtCore/qstringlist.h %%QT_INCDIR%%/QtCore/qstringlistmodel.h %%QT_INCDIR%%/QtCore/qstringliteral.h %%QT_INCDIR%%/QtCore/qstringmatcher.h %%QT_INCDIR%%/QtCore/qstringtokenizer.h %%QT_INCDIR%%/QtCore/qstringview.h %%QT_INCDIR%%/QtCore/qswap.h %%QT_INCDIR%%/QtCore/qsysinfo.h %%QT_INCDIR%%/QtCore/qsystemdetection.h %%QT_INCDIR%%/QtCore/qsystemsemaphore.h %%QT_INCDIR%%/QtCore/qtaggedpointer.h %%QT_INCDIR%%/QtCore/qtclasshelpermacros.h %%QT_INCDIR%%/QtCore/qtconfiginclude.h %%QT_INCDIR%%/QtCore/qtconfigmacros.h %%QT_INCDIR%%/QtCore/qtcore-config.h %%QT_INCDIR%%/QtCore/qtcoreexports.h %%QT_INCDIR%%/QtCore/qtcoreglobal.h %%QT_INCDIR%%/QtCore/qtcoreversion.h %%QT_INCDIR%%/QtCore/qtdeprecationdefinitions.h %%QT_INCDIR%%/QtCore/qtdeprecationmarkers.h %%QT_INCDIR%%/QtCore/qtemporarydir.h %%QT_INCDIR%%/QtCore/qtemporaryfile.h %%QT_INCDIR%%/QtCore/qtenvironmentvariables.h %%QT_INCDIR%%/QtCore/qtestsupport_core.h %%QT_INCDIR%%/QtCore/qtextboundaryfinder.h %%QT_INCDIR%%/QtCore/qtextstream.h %%QT_INCDIR%%/QtCore/qtformat_impl.h %%QT_INCDIR%%/QtCore/qthread.h %%QT_INCDIR%%/QtCore/qthreadpool.h %%QT_INCDIR%%/QtCore/qthreadstorage.h %%QT_INCDIR%%/QtCore/qtimeline.h %%QT_INCDIR%%/QtCore/qtimer.h %%QT_INCDIR%%/QtCore/qtimezone.h %%QT_INCDIR%%/QtCore/qtipccommon.h %%QT_INCDIR%%/QtCore/qtmetamacros.h %%QT_INCDIR%%/QtCore/qtmocconstants.h %%QT_INCDIR%%/QtCore/qtmochelpers.h %%QT_INCDIR%%/QtCore/qtnoop.h %%QT_INCDIR%%/QtCore/qtpreprocessorsupport.h %%QT_INCDIR%%/QtCore/qtranslator.h %%QT_INCDIR%%/QtCore/qtransposeproxymodel.h %%QT_INCDIR%%/QtCore/qtresource.h %%QT_INCDIR%%/QtCore/qtsan_impl.h %%QT_INCDIR%%/QtCore/qtsymbolmacros.h %%QT_INCDIR%%/QtCore/qttranslation.h %%QT_INCDIR%%/QtCore/qttypetraits.h %%QT_INCDIR%%/QtCore/qtversion.h %%QT_INCDIR%%/QtCore/qtversionchecks.h %%QT_INCDIR%%/QtCore/qtypeinfo.h %%QT_INCDIR%%/QtCore/qtyperevision.h %%QT_INCDIR%%/QtCore/qtypes.h %%QT_INCDIR%%/QtCore/qurl.h %%QT_INCDIR%%/QtCore/qurlquery.h %%QT_INCDIR%%/QtCore/qutf8stringview.h %%QT_INCDIR%%/QtCore/quuid.h %%QT_INCDIR%%/QtCore/qvariant.h %%QT_INCDIR%%/QtCore/qvariantanimation.h %%QT_INCDIR%%/QtCore/qvarianthash.h %%QT_INCDIR%%/QtCore/qvariantlist.h %%QT_INCDIR%%/QtCore/qvariantmap.h %%QT_INCDIR%%/QtCore/qvarlengtharray.h %%QT_INCDIR%%/QtCore/qvector.h %%QT_INCDIR%%/QtCore/qversionnumber.h %%QT_INCDIR%%/QtCore/qversiontagging.h %%QT_INCDIR%%/QtCore/qwaitcondition.h %%QT_INCDIR%%/QtCore/qwineventnotifier.h %%QT_INCDIR%%/QtCore/qxmlstream.h %%QT_INCDIR%%/QtCore/qxpfunctional.h %%QT_INCDIR%%/QtCore/qxptype_traits.h %%QT_INCDIR%%/QtCore/qyieldcpu.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/dbus_minimal_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbus_symbols_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusabstractadaptor_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusabstractinterface_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusargument_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusconnection_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusconnectionmanager_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbuscontext_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusintegrator_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusinterface_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusintrospection_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusmessage_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusmetaobject_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusmetatype_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbuspendingcall_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusthreaddebug_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusutil_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qdbusxmlparser_p.h %%QT_INCDIR%%/QtDBus/%%FULLVER%%/QtDBus/private/qtdbusglobal_p.h %%QT_INCDIR%%/QtDBus/QDBusAbstractAdaptor %%QT_INCDIR%%/QtDBus/QDBusAbstractInterface %%QT_INCDIR%%/QtDBus/QDBusAbstractInterfaceBase %%QT_INCDIR%%/QtDBus/QDBusArgument %%QT_INCDIR%%/QtDBus/QDBusConnection %%QT_INCDIR%%/QtDBus/QDBusConnectionInterface %%QT_INCDIR%%/QtDBus/QDBusContext %%QT_INCDIR%%/QtDBus/QDBusError %%QT_INCDIR%%/QtDBus/QDBusInterface %%QT_INCDIR%%/QtDBus/QDBusMessage %%QT_INCDIR%%/QtDBus/QDBusMetaType %%QT_INCDIR%%/QtDBus/QDBusObjectPath %%QT_INCDIR%%/QtDBus/QDBusPendingCall %%QT_INCDIR%%/QtDBus/QDBusPendingCallWatcher %%QT_INCDIR%%/QtDBus/QDBusPendingReply %%QT_INCDIR%%/QtDBus/QDBusPendingReplyBase %%QT_INCDIR%%/QtDBus/QDBusReply %%QT_INCDIR%%/QtDBus/QDBusServer %%QT_INCDIR%%/QtDBus/QDBusServiceWatcher %%QT_INCDIR%%/QtDBus/QDBusSignature %%QT_INCDIR%%/QtDBus/QDBusUnixFileDescriptor %%QT_INCDIR%%/QtDBus/QDBusVariant %%QT_INCDIR%%/QtDBus/QDBusVirtualObject %%QT_INCDIR%%/QtDBus/QtDBus %%QT_INCDIR%%/QtDBus/QtDBusDepends %%QT_INCDIR%%/QtDBus/QtDBusVersion %%QT_INCDIR%%/QtDBus/qdbusabstractadaptor.h %%QT_INCDIR%%/QtDBus/qdbusabstractinterface.h %%QT_INCDIR%%/QtDBus/qdbusargument.h %%QT_INCDIR%%/QtDBus/qdbusconnection.h %%QT_INCDIR%%/QtDBus/qdbusconnectioninterface.h %%QT_INCDIR%%/QtDBus/qdbuscontext.h %%QT_INCDIR%%/QtDBus/qdbuserror.h %%QT_INCDIR%%/QtDBus/qdbusextratypes.h %%QT_INCDIR%%/QtDBus/qdbusinterface.h %%QT_INCDIR%%/QtDBus/qdbusmessage.h %%QT_INCDIR%%/QtDBus/qdbusmetatype.h %%QT_INCDIR%%/QtDBus/qdbuspendingcall.h %%QT_INCDIR%%/QtDBus/qdbuspendingreply.h %%QT_INCDIR%%/QtDBus/qdbusreply.h %%QT_INCDIR%%/QtDBus/qdbusserver.h %%QT_INCDIR%%/QtDBus/qdbusservicewatcher.h %%QT_INCDIR%%/QtDBus/qdbusunixfiledescriptor.h %%QT_INCDIR%%/QtDBus/qdbusvirtualobject.h %%QT_INCDIR%%/QtDBus/qtdbusexports.h %%QT_INCDIR%%/QtDBus/qtdbusglobal.h %%QT_INCDIR%%/QtDBus/qtdbusversion.h %%QT_INCDIR%%/QtDeviceDiscoverySupport/%%FULLVER%%/QtDeviceDiscoverySupport/private/qdevicediscovery_p.h %%QT_INCDIR%%/QtDeviceDiscoverySupport/%%FULLVER%%/QtDeviceDiscoverySupport/private/qdevicediscovery_udev_p.h %%QT_INCDIR%%/QtDeviceDiscoverySupport/QtDeviceDiscoverySupport %%QT_INCDIR%%/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportDepends %%QT_INCDIR%%/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportVersion %%QT_INCDIR%%/QtDeviceDiscoverySupport/qtdevicediscoverysupportversion.h %%QT_INCDIR%%/QtExampleIcons/QtExampleIconsDepends %%QT_INCDIR%%/QtExamplesAssetDownloader/QtExamplesAssetDownloader %%QT_INCDIR%%/QtExamplesAssetDownloader/QtExamplesAssetDownloaderDepends %%QT_INCDIR%%/QtExamplesAssetDownloader/QtExamplesAssetDownloaderVersion %%QT_INCDIR%%/QtExamplesAssetDownloader/assetdownloader.h %%QT_INCDIR%%/QtExamplesAssetDownloader/barrier.h %%QT_INCDIR%%/QtExamplesAssetDownloader/concurrentcall.h %%QT_INCDIR%%/QtExamplesAssetDownloader/conditional.h %%QT_INCDIR%%/QtExamplesAssetDownloader/networkquery.h %%QT_INCDIR%%/QtExamplesAssetDownloader/qprocesstask.h %%QT_INCDIR%%/QtExamplesAssetDownloader/qtexamplesassetdownloaderversion.h %%QT_INCDIR%%/QtExamplesAssetDownloader/tasking_global.h %%QT_INCDIR%%/QtExamplesAssetDownloader/tasktree.h %%QT_INCDIR%%/QtExamplesAssetDownloader/tasktreerunner.h %%QT_INCDIR%%/QtExamplesAssetDownloader/tcpsocket.h %%QT_INCDIR%%/QtFbSupport/%%FULLVER%%/QtFbSupport/private/qfbbackingstore_p.h %%QT_INCDIR%%/QtFbSupport/%%FULLVER%%/QtFbSupport/private/qfbcursor_p.h %%QT_INCDIR%%/QtFbSupport/%%FULLVER%%/QtFbSupport/private/qfbscreen_p.h %%QT_INCDIR%%/QtFbSupport/%%FULLVER%%/QtFbSupport/private/qfbvthandler_p.h %%QT_INCDIR%%/QtFbSupport/%%FULLVER%%/QtFbSupport/private/qfbwindow_p.h %%QT_INCDIR%%/QtFbSupport/QtFbSupport %%QT_INCDIR%%/QtFbSupport/QtFbSupportDepends %%QT_INCDIR%%/QtFbSupport/QtFbSupportVersion %%QT_INCDIR%%/QtFbSupport/qtfbsupportversion.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/atspiadaptor_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/dbusconnection_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qabstractfileiconengine_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qabstractfileiconprovider_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qabstractlayoutstyleinfo_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qabstracttextdocumentlayout_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qaccessibilityhints_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qaccessiblebridgeutils_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qaccessiblecache_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qaccessiblehelper_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qaction_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qactiongroup_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qastchandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qbackingstoredefaultcompositor_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qbackingstorerhisupport_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qbasicvulkanplatforminstance_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qbezier_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qblendfunctions_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qblittable_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qbmphandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcmyk_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolor_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolorclut_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolormatrix_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolorspace_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortransferfunction_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortransfergeneric_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortransfertable_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortransform_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortrc_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolortrclut_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcolrpaintgraphrenderer_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcosmeticstroker_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcssparser_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcssutil_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qcursor_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdatabuffer_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbuslistener_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbusmenuadaptor_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbusmenubar_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbusmenuconnection_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbusmenuregistrarproxy_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbusmenutypes_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbusplatformmenu_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbussettings_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbustrayicon_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdbustraytypes_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdesktopunixservices_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdistancefield_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdnd_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_loongarch64_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_neon_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawhelper_x86_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawingprimitive_lsx_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qdrawingprimitive_sse2_p.h %%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qedidparser_p.h %%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qedidvendortable_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qeglconvenience_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qeglpbuffer_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qeglplatformcontext_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qeglstreamconvenience_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qemulationpaintengine_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qevent_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qeventdispatcher_glib_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qeventpoint_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfileinfogatherer_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfilesystemmodel_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfixed_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfont_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontconfigdatabase_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontdatabase_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontengine_ft_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontengine_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontengineglyphcache_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontenginemultifontconfig_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfonticonengine_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfontsubset_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfragmentmap_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qfreetypefontdatabase_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixeventdispatcher_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixfontdatabase_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgenericunixtheme_p.h %%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qglxconvenience_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qglyphrun_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgnomeportalinterface_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgnometheme_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgrayraster_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qgridlayoutengine_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qguiapplication_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qharfbuzzng_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qhexstring_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qhighdpiscaling_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qicc_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qicon_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qiconengine_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qiconloader_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimage_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagepixmapcleanuphooks_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagereaderwriterhelpers_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagescale_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputcontrol_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputdevice_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputdevicemanager_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputdevicemanager_p_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputmethod_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinternalmimedata_p.h %%WAYLAND%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qkdetheme_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qkeymapper_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qkeysequence_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qktxhandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qlayoutpolicy_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qmath_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qmemrotate_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qoffscreensurface_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qopengl_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qopenglcontext_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qopenglextensions_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qopenglprogrambinarycache_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qoutlinemapper_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpagedpaintdevice_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpageranges_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpaintdevicewindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpaintengine_blitter_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpaintengine_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpaintengine_pic_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpaintengine_raster_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpaintengineex_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpainter_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpainterpath_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpalette_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpathclipper_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpathsimplifier_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpdf_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpen_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpicture_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpixellayout_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpixmap_blitter_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpixmap_raster_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpixmapcache_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpkmhandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpnghandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qpointingdevice_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qppmhandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrasterdefs_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrasterizer_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrawfont_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrbtree_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrgba64_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrhi_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrhigles2_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrhinull_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qrhivulkan_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qscreen_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qsessionmanager_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshader_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshaderdescription_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshapedpixmapdndwindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshortcut_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qshortcutmap_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qsimpledrag_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qspi_constant_mappings_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qspi_struct_marshallers_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qspiaccessiblebridge_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qspiapplicationadaptor_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qspidbuscache_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qstandarditemmodel_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qstatictext_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qstatusnotifieritemadaptor_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qstroker_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qstylehints_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qt_egl_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextcursor_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextdocument_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextdocumentfragment_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextdocumentlayout_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextengine_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextformat_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexthtmlparser_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextimagehandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextmarkdownimporter_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextmarkdownwriter_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextobject_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextodfwriter_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexttable_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefiledata_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefilehandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefilereader_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextureglyphcache_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtgui-config_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtguiglobal_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtriangulatingstroker_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtriangulator_p.h %%X11%%%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtx11extras_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qundostack_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qunixeventdispatcher_qpa_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvectorpath_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkandefaultinstance_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkanfunctions_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkaninstance_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qvulkanwindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qwindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxbmhandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxdgnotificationproxy_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxkbcommon_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qxpmhandler_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformaccessibility.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformbackingstore.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformclipboard.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformcursor.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformdialoghelper.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformdrag.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformfontdatabase.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformgraphicsbuffer.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformgraphicsbufferhelper.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatforminputcontext.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatforminputcontext_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatforminputcontextfactory_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatforminputcontextplugin_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformintegration.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformintegrationfactory_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformintegrationplugin.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformkeymapper.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformmenu.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformmenu_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformnativeinterface.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformoffscreensurface.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformopenglcontext.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformpixmap.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformscreen.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformscreen_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformservices.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformsessionmanager.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformsharedgraphicscache.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformsurface.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformsystemtrayicon.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformtheme.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformtheme_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformthemefactory_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformthemeplugin.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformvulkaninstance.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformwindow.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qplatformwindow_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qwindowsysteminterface.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/qpa/qwindowsysteminterface_p.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/rhi/qrhi.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/rhi/qrhi_platform.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/rhi/qshader.h %%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/rhi/qshaderdescription.h %%QT_INCDIR%%/QtGui/QAbstractFileIconProvider %%QT_INCDIR%%/QtGui/QAbstractTextDocumentLayout %%QT_INCDIR%%/QtGui/QAbstractUndoItem %%QT_INCDIR%%/QtGui/QAccessibilityHints %%QT_INCDIR%%/QtGui/QAccessible %%QT_INCDIR%%/QtGui/QAccessibleActionInterface %%QT_INCDIR%%/QtGui/QAccessibleAnnouncementEvent %%QT_INCDIR%%/QtGui/QAccessibleApplication %%QT_INCDIR%%/QtGui/QAccessibleAttributesInterface %%QT_INCDIR%%/QtGui/QAccessibleBridge %%QT_INCDIR%%/QtGui/QAccessibleBridgePlugin %%QT_INCDIR%%/QtGui/QAccessibleEditableTextInterface %%QT_INCDIR%%/QtGui/QAccessibleEvent %%QT_INCDIR%%/QtGui/QAccessibleHyperlinkInterface %%QT_INCDIR%%/QtGui/QAccessibleImageInterface %%QT_INCDIR%%/QtGui/QAccessibleInterface %%QT_INCDIR%%/QtGui/QAccessibleObject %%QT_INCDIR%%/QtGui/QAccessiblePlugin %%QT_INCDIR%%/QtGui/QAccessibleSelectionInterface %%QT_INCDIR%%/QtGui/QAccessibleStateChangeEvent %%QT_INCDIR%%/QtGui/QAccessibleTableCellInterface %%QT_INCDIR%%/QtGui/QAccessibleTableInterface %%QT_INCDIR%%/QtGui/QAccessibleTableModelChangeEvent %%QT_INCDIR%%/QtGui/QAccessibleTextCursorEvent %%QT_INCDIR%%/QtGui/QAccessibleTextInsertEvent %%QT_INCDIR%%/QtGui/QAccessibleTextInterface %%QT_INCDIR%%/QtGui/QAccessibleTextRemoveEvent %%QT_INCDIR%%/QtGui/QAccessibleTextSelectionEvent %%QT_INCDIR%%/QtGui/QAccessibleTextUpdateEvent %%QT_INCDIR%%/QtGui/QAccessibleValueChangeEvent %%QT_INCDIR%%/QtGui/QAccessibleValueInterface %%QT_INCDIR%%/QtGui/QAction %%QT_INCDIR%%/QtGui/QActionEvent %%QT_INCDIR%%/QtGui/QActionGroup %%QT_INCDIR%%/QtGui/QApplicationStateChangeEvent %%QT_INCDIR%%/QtGui/QBackingStore %%QT_INCDIR%%/QtGui/QBitmap %%QT_INCDIR%%/QtGui/QBrush %%QT_INCDIR%%/QtGui/QBrushData %%QT_INCDIR%%/QtGui/QBrushDataPointerDeleter %%QT_INCDIR%%/QtGui/QChildWindowEvent %%QT_INCDIR%%/QtGui/QClipboard %%QT_INCDIR%%/QtGui/QCloseEvent %%QT_INCDIR%%/QtGui/QColor %%QT_INCDIR%%/QtGui/QColorSpace %%QT_INCDIR%%/QtGui/QColorTransform %%QT_INCDIR%%/QtGui/QConicalGradient %%QT_INCDIR%%/QtGui/QContextMenuEvent %%QT_INCDIR%%/QtGui/QCursor %%QT_INCDIR%%/QtGui/QDesktopServices %%QT_INCDIR%%/QtGui/QDoubleValidator %%QT_INCDIR%%/QtGui/QDrag %%QT_INCDIR%%/QtGui/QDragEnterEvent %%QT_INCDIR%%/QtGui/QDragLeaveEvent %%QT_INCDIR%%/QtGui/QDragMoveEvent %%QT_INCDIR%%/QtGui/QDropEvent %%QT_INCDIR%%/QtGui/QEnterEvent %%QT_INCDIR%%/QtGui/QEventPoint %%QT_INCDIR%%/QtGui/QExposeEvent %%QT_INCDIR%%/QtGui/QFileOpenEvent %%QT_INCDIR%%/QtGui/QFileSystemModel %%QT_INCDIR%%/QtGui/QFocusEvent %%QT_INCDIR%%/QtGui/QFont %%QT_INCDIR%%/QtGui/QFontDatabase %%QT_INCDIR%%/QtGui/QFontInfo %%QT_INCDIR%%/QtGui/QFontMetrics %%QT_INCDIR%%/QtGui/QFontMetricsF %%QT_INCDIR%%/QtGui/QFontVariableAxis %%QT_INCDIR%%/QtGui/QGenericMatrix %%QT_INCDIR%%/QtGui/QGenericPlugin %%QT_INCDIR%%/QtGui/QGenericPluginFactory %%QT_INCDIR%%/QtGui/QGlyphRun %%QT_INCDIR%%/QtGui/QGradient %%QT_INCDIR%%/QtGui/QGradientStop %%QT_INCDIR%%/QtGui/QGradientStops %%QT_INCDIR%%/QtGui/QGuiApplication %%QT_INCDIR%%/QtGui/QHelpEvent %%QT_INCDIR%%/QtGui/QHideEvent %%QT_INCDIR%%/QtGui/QHoverEvent %%QT_INCDIR%%/QtGui/QIcon %%QT_INCDIR%%/QtGui/QIconDragEvent %%QT_INCDIR%%/QtGui/QIconEngine %%QT_INCDIR%%/QtGui/QIconEnginePlugin %%QT_INCDIR%%/QtGui/QImage %%QT_INCDIR%%/QtGui/QImageCleanupFunction %%QT_INCDIR%%/QtGui/QImageIOHandler %%QT_INCDIR%%/QtGui/QImageIOPlugin %%QT_INCDIR%%/QtGui/QImageReader %%QT_INCDIR%%/QtGui/QImageWriter %%QT_INCDIR%%/QtGui/QInputDevice %%QT_INCDIR%%/QtGui/QInputEvent %%QT_INCDIR%%/QtGui/QInputMethod %%QT_INCDIR%%/QtGui/QInputMethodEvent %%QT_INCDIR%%/QtGui/QInputMethodQueryEvent %%QT_INCDIR%%/QtGui/QIntValidator %%QT_INCDIR%%/QtGui/QKeyEvent %%QT_INCDIR%%/QtGui/QKeySequence %%QT_INCDIR%%/QtGui/QLinearGradient %%QT_INCDIR%%/QtGui/QMatrix2x2 %%QT_INCDIR%%/QtGui/QMatrix2x3 %%QT_INCDIR%%/QtGui/QMatrix2x4 %%QT_INCDIR%%/QtGui/QMatrix3x2 %%QT_INCDIR%%/QtGui/QMatrix3x3 %%QT_INCDIR%%/QtGui/QMatrix3x4 %%QT_INCDIR%%/QtGui/QMatrix4x2 %%QT_INCDIR%%/QtGui/QMatrix4x3 %%QT_INCDIR%%/QtGui/QMatrix4x4 %%QT_INCDIR%%/QtGui/QMouseEvent %%QT_INCDIR%%/QtGui/QMoveEvent %%QT_INCDIR%%/QtGui/QMovie %%QT_INCDIR%%/QtGui/QNativeGestureEvent %%QT_INCDIR%%/QtGui/QOffscreenSurface %%QT_INCDIR%%/QtGui/QOpenGLContext %%QT_INCDIR%%/QtGui/QOpenGLContextGroup %%QT_INCDIR%%/QtGui/QOpenGLExtraFunctions %%QT_INCDIR%%/QtGui/QOpenGLExtraFunctionsPrivate %%QT_INCDIR%%/QtGui/QOpenGLFunctions %%QT_INCDIR%%/QtGui/QOpenGLFunctionsPrivate %%QT_INCDIR%%/QtGui/QPageLayout %%QT_INCDIR%%/QtGui/QPageRanges %%QT_INCDIR%%/QtGui/QPageSize %%QT_INCDIR%%/QtGui/QPagedPaintDevice %%QT_INCDIR%%/QtGui/QPaintDevice %%QT_INCDIR%%/QtGui/QPaintDeviceWindow %%QT_INCDIR%%/QtGui/QPaintEngine %%QT_INCDIR%%/QtGui/QPaintEngineState %%QT_INCDIR%%/QtGui/QPaintEvent %%QT_INCDIR%%/QtGui/QPainter %%QT_INCDIR%%/QtGui/QPainterPath %%QT_INCDIR%%/QtGui/QPainterPathStroker %%QT_INCDIR%%/QtGui/QPainterStateGuard %%QT_INCDIR%%/QtGui/QPalette %%QT_INCDIR%%/QtGui/QPdfOutputIntent %%QT_INCDIR%%/QtGui/QPdfWriter %%QT_INCDIR%%/QtGui/QPen %%QT_INCDIR%%/QtGui/QPicture %%QT_INCDIR%%/QtGui/QPixelFormat %%QT_INCDIR%%/QtGui/QPixmap %%QT_INCDIR%%/QtGui/QPixmapCache %%QT_INCDIR%%/QtGui/QPlatformSurfaceEvent %%QT_INCDIR%%/QtGui/QPointerEvent %%QT_INCDIR%%/QtGui/QPointingDevice %%QT_INCDIR%%/QtGui/QPointingDeviceUniqueId %%QT_INCDIR%%/QtGui/QPolygon %%QT_INCDIR%%/QtGui/QPolygonF %%QT_INCDIR%%/QtGui/QQuaternion %%QT_INCDIR%%/QtGui/QRadialGradient %%QT_INCDIR%%/QtGui/QRasterWindow %%QT_INCDIR%%/QtGui/QRawFont %%QT_INCDIR%%/QtGui/QRegion %%QT_INCDIR%%/QtGui/QRegularExpressionValidator %%QT_INCDIR%%/QtGui/QResizeEvent %%QT_INCDIR%%/QtGui/QRgb %%QT_INCDIR%%/QtGui/QRgba64 %%QT_INCDIR%%/QtGui/QRgbaFloat %%QT_INCDIR%%/QtGui/QRgbaFloat16 %%QT_INCDIR%%/QtGui/QRgbaFloat32 %%QT_INCDIR%%/QtGui/QScreen %%QT_INCDIR%%/QtGui/QScreenOrientationChangeEvent %%QT_INCDIR%%/QtGui/QScrollEvent %%QT_INCDIR%%/QtGui/QScrollPrepareEvent %%QT_INCDIR%%/QtGui/QSessionManager %%QT_INCDIR%%/QtGui/QShortcut %%QT_INCDIR%%/QtGui/QShortcutEvent %%QT_INCDIR%%/QtGui/QShowEvent %%QT_INCDIR%%/QtGui/QSinglePointEvent %%QT_INCDIR%%/QtGui/QStandardItem %%QT_INCDIR%%/QtGui/QStandardItemModel %%QT_INCDIR%%/QtGui/QStaticText %%QT_INCDIR%%/QtGui/QStatusTipEvent %%QT_INCDIR%%/QtGui/QStyleHints %%QT_INCDIR%%/QtGui/QSurface %%QT_INCDIR%%/QtGui/QSurfaceFormat %%QT_INCDIR%%/QtGui/QSyntaxHighlighter %%QT_INCDIR%%/QtGui/QTabletEvent %%QT_INCDIR%%/QtGui/QTextBlock %%QT_INCDIR%%/QtGui/QTextBlockFormat %%QT_INCDIR%%/QtGui/QTextBlockGroup %%QT_INCDIR%%/QtGui/QTextBlockUserData %%QT_INCDIR%%/QtGui/QTextCharFormat %%QT_INCDIR%%/QtGui/QTextCursor %%QT_INCDIR%%/QtGui/QTextDocument %%QT_INCDIR%%/QtGui/QTextDocumentFragment %%QT_INCDIR%%/QtGui/QTextDocumentWriter %%QT_INCDIR%%/QtGui/QTextFormat %%QT_INCDIR%%/QtGui/QTextFragment %%QT_INCDIR%%/QtGui/QTextFrame %%QT_INCDIR%%/QtGui/QTextFrameFormat %%QT_INCDIR%%/QtGui/QTextFrameLayoutData %%QT_INCDIR%%/QtGui/QTextImageFormat %%QT_INCDIR%%/QtGui/QTextInlineObject %%QT_INCDIR%%/QtGui/QTextItem %%QT_INCDIR%%/QtGui/QTextLayout %%QT_INCDIR%%/QtGui/QTextLength %%QT_INCDIR%%/QtGui/QTextLine %%QT_INCDIR%%/QtGui/QTextList %%QT_INCDIR%%/QtGui/QTextListFormat %%QT_INCDIR%%/QtGui/QTextObject %%QT_INCDIR%%/QtGui/QTextObjectInterface %%QT_INCDIR%%/QtGui/QTextOption %%QT_INCDIR%%/QtGui/QTextTable %%QT_INCDIR%%/QtGui/QTextTableCell %%QT_INCDIR%%/QtGui/QTextTableCellFormat %%QT_INCDIR%%/QtGui/QTextTableFormat %%QT_INCDIR%%/QtGui/QToolBarChangeEvent %%QT_INCDIR%%/QtGui/QTouchEvent %%QT_INCDIR%%/QtGui/QTransform %%QT_INCDIR%%/QtGui/QUndoCommand %%QT_INCDIR%%/QtGui/QUndoGroup %%QT_INCDIR%%/QtGui/QUndoStack %%QT_INCDIR%%/QtGui/QValidator %%QT_INCDIR%%/QtGui/QVector2D %%QT_INCDIR%%/QtGui/QVector3D %%QT_INCDIR%%/QtGui/QVector4D %%QT_INCDIR%%/QtGui/QVulkanDeviceFunctions %%QT_INCDIR%%/QtGui/QVulkanExtension %%QT_INCDIR%%/QtGui/QVulkanFunctions %%QT_INCDIR%%/QtGui/QVulkanInfoVector %%QT_INCDIR%%/QtGui/QVulkanInstance %%QT_INCDIR%%/QtGui/QVulkanLayer %%QT_INCDIR%%/QtGui/QVulkanWindow %%QT_INCDIR%%/QtGui/QVulkanWindowRenderer %%QT_INCDIR%%/QtGui/QWhatsThisClickedEvent %%QT_INCDIR%%/QtGui/QWheelEvent %%QT_INCDIR%%/QtGui/QWidgetList %%QT_INCDIR%%/QtGui/QWidgetMapper %%QT_INCDIR%%/QtGui/QWidgetSet %%QT_INCDIR%%/QtGui/QWindow %%QT_INCDIR%%/QtGui/QWindowList %%QT_INCDIR%%/QtGui/QWindowStateChangeEvent %%QT_INCDIR%%/QtGui/QtEvents %%QT_INCDIR%%/QtGui/QtGui %%QT_INCDIR%%/QtGui/QtGuiDepends %%QT_INCDIR%%/QtGui/QtGuiVersion %%QT_INCDIR%%/QtGui/bus_interface.h %%QT_INCDIR%%/QtGui/cache_adaptor.h %%QT_INCDIR%%/QtGui/deviceeventcontroller_adaptor.h %%QT_INCDIR%%/QtGui/properties_interface.h %%QT_INCDIR%%/QtGui/qabstractfileiconprovider.h %%QT_INCDIR%%/QtGui/qabstracttextdocumentlayout.h %%QT_INCDIR%%/QtGui/qaccessibilityhints.h %%QT_INCDIR%%/QtGui/qaccessible.h %%QT_INCDIR%%/QtGui/qaccessible_base.h %%QT_INCDIR%%/QtGui/qaccessiblebridge.h %%QT_INCDIR%%/QtGui/qaccessibleobject.h %%QT_INCDIR%%/QtGui/qaccessibleplugin.h %%QT_INCDIR%%/QtGui/qaction.h %%QT_INCDIR%%/QtGui/qactiongroup.h %%QT_INCDIR%%/QtGui/qbackingstore.h %%QT_INCDIR%%/QtGui/qbitmap.h %%QT_INCDIR%%/QtGui/qbrush.h %%QT_INCDIR%%/QtGui/qclipboard.h %%QT_INCDIR%%/QtGui/qcolor.h %%QT_INCDIR%%/QtGui/qcolorspace.h %%QT_INCDIR%%/QtGui/qcolortransform.h %%QT_INCDIR%%/QtGui/qcursor.h %%QT_INCDIR%%/QtGui/qdesktopservices.h %%QT_INCDIR%%/QtGui/qdrag.h %%QT_INCDIR%%/QtGui/qevent.h %%QT_INCDIR%%/QtGui/qeventpoint.h %%QT_INCDIR%%/QtGui/qfilesystemmodel.h %%QT_INCDIR%%/QtGui/qfont.h %%QT_INCDIR%%/QtGui/qfontdatabase.h %%QT_INCDIR%%/QtGui/qfontinfo.h %%QT_INCDIR%%/QtGui/qfontmetrics.h %%QT_INCDIR%%/QtGui/qfontvariableaxis.h %%QT_INCDIR%%/QtGui/qgenericmatrix.h %%QT_INCDIR%%/QtGui/qgenericplugin.h %%QT_INCDIR%%/QtGui/qgenericpluginfactory.h %%QT_INCDIR%%/QtGui/qglyphrun.h %%QT_INCDIR%%/QtGui/qguiapplication.h %%QT_INCDIR%%/QtGui/qguiapplication_platform.h %%QT_INCDIR%%/QtGui/qicon.h %%QT_INCDIR%%/QtGui/qiconengine.h %%QT_INCDIR%%/QtGui/qiconengineplugin.h %%QT_INCDIR%%/QtGui/qimage.h %%QT_INCDIR%%/QtGui/qimageiohandler.h %%QT_INCDIR%%/QtGui/qimagereader.h %%QT_INCDIR%%/QtGui/qimagewriter.h %%QT_INCDIR%%/QtGui/qinputdevice.h %%QT_INCDIR%%/QtGui/qinputmethod.h %%QT_INCDIR%%/QtGui/qkeysequence.h %%QT_INCDIR%%/QtGui/qmatrix4x4.h %%QT_INCDIR%%/QtGui/qmovie.h %%QT_INCDIR%%/QtGui/qoffscreensurface.h %%QT_INCDIR%%/QtGui/qoffscreensurface_platform.h %%QT_INCDIR%%/QtGui/qopengl.h %%QT_INCDIR%%/QtGui/qopenglcontext.h %%QT_INCDIR%%/QtGui/qopenglcontext_platform.h %%QT_INCDIR%%/QtGui/qopenglext.h %%QT_INCDIR%%/QtGui/qopenglextrafunctions.h %%QT_INCDIR%%/QtGui/qopenglfunctions.h %%QT_INCDIR%%/QtGui/qpagedpaintdevice.h %%QT_INCDIR%%/QtGui/qpagelayout.h %%QT_INCDIR%%/QtGui/qpageranges.h %%QT_INCDIR%%/QtGui/qpagesize.h %%QT_INCDIR%%/QtGui/qpaintdevice.h %%QT_INCDIR%%/QtGui/qpaintdevicewindow.h %%QT_INCDIR%%/QtGui/qpaintengine.h %%QT_INCDIR%%/QtGui/qpainter.h %%QT_INCDIR%%/QtGui/qpainterpath.h %%QT_INCDIR%%/QtGui/qpainterstateguard.h %%QT_INCDIR%%/QtGui/qpalette.h %%QT_INCDIR%%/QtGui/qpdfoutputintent.h %%QT_INCDIR%%/QtGui/qpdfwriter.h %%QT_INCDIR%%/QtGui/qpen.h %%QT_INCDIR%%/QtGui/qpicture.h %%QT_INCDIR%%/QtGui/qpixelformat.h %%QT_INCDIR%%/QtGui/qpixmap.h %%QT_INCDIR%%/QtGui/qpixmapcache.h %%QT_INCDIR%%/QtGui/qpointingdevice.h %%QT_INCDIR%%/QtGui/qpolygon.h %%QT_INCDIR%%/QtGui/qquaternion.h %%QT_INCDIR%%/QtGui/qrasterwindow.h %%QT_INCDIR%%/QtGui/qrawfont.h %%QT_INCDIR%%/QtGui/qregion.h %%QT_INCDIR%%/QtGui/qrgb.h %%QT_INCDIR%%/QtGui/qrgba64.h %%QT_INCDIR%%/QtGui/qrgbafloat.h %%QT_INCDIR%%/QtGui/qscreen.h %%QT_INCDIR%%/QtGui/qscreen_platform.h %%QT_INCDIR%%/QtGui/qsessionmanager.h %%QT_INCDIR%%/QtGui/qshortcut.h %%QT_INCDIR%%/QtGui/qstandarditemmodel.h %%QT_INCDIR%%/QtGui/qstatictext.h %%QT_INCDIR%%/QtGui/qstylehints.h %%QT_INCDIR%%/QtGui/qsurface.h %%QT_INCDIR%%/QtGui/qsurfaceformat.h %%QT_INCDIR%%/QtGui/qsyntaxhighlighter.h %%QT_INCDIR%%/QtGui/qtestsupport_gui.h %%QT_INCDIR%%/QtGui/qtextcursor.h %%QT_INCDIR%%/QtGui/qtextdocument.h %%QT_INCDIR%%/QtGui/qtextdocumentfragment.h %%QT_INCDIR%%/QtGui/qtextdocumentwriter.h %%QT_INCDIR%%/QtGui/qtextformat.h %%QT_INCDIR%%/QtGui/qtextlayout.h %%QT_INCDIR%%/QtGui/qtextlist.h %%QT_INCDIR%%/QtGui/qtextobject.h %%QT_INCDIR%%/QtGui/qtextoption.h %%QT_INCDIR%%/QtGui/qtexttable.h %%QT_INCDIR%%/QtGui/qtgui-config.h %%QT_INCDIR%%/QtGui/qtguiexports.h %%QT_INCDIR%%/QtGui/qtguiglobal.h %%QT_INCDIR%%/QtGui/qtguiversion.h %%QT_INCDIR%%/QtGui/qtransform.h %%QT_INCDIR%%/QtGui/qundogroup.h %%QT_INCDIR%%/QtGui/qundostack.h %%QT_INCDIR%%/QtGui/qvalidator.h %%QT_INCDIR%%/QtGui/qvector2d.h %%QT_INCDIR%%/QtGui/qvector3d.h %%QT_INCDIR%%/QtGui/qvector4d.h %%QT_INCDIR%%/QtGui/qvectornd.h %%QT_INCDIR%%/QtGui/qvulkanfunctions.h %%QT_INCDIR%%/QtGui/qvulkaninstance.h %%QT_INCDIR%%/QtGui/qvulkanwindow.h %%QT_INCDIR%%/QtGui/qwindow.h %%QT_INCDIR%%/QtGui/qwindowdefs.h %%QT_INCDIR%%/QtGui/socket_interface.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/devicehandlerlist_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevkeyboard_defaultmap_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevkeyboardhandler_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevkeyboardmanager_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevmousehandler_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevmousemanager_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtablethandler_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtabletmanager_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchhandler_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevtouchmanager_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qevdevutil_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qfdcontainer_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qkeyboardmap_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qkeycodeaction_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputhandler_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputkeyboard_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputpointer_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qlibinputtouch_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qoutputmapping_p.h %%QT_INCDIR%%/QtInputSupport/%%FULLVER%%/QtInputSupport/private/qtouchfilter_p.h %%QT_INCDIR%%/QtInputSupport/QtInputSupport %%QT_INCDIR%%/QtInputSupport/QtInputSupportDepends %%QT_INCDIR%%/QtInputSupport/QtInputSupportVersion %%QT_INCDIR%%/QtInputSupport/qtinputsupportversion.h %%QT_INCDIR%%/QtKmsSupport/%%FULLVER%%/QtKmsSupport/private/qkmsdevice_p.h %%QT_INCDIR%%/QtKmsSupport/QtKmsSupport %%QT_INCDIR%%/QtKmsSupport/QtKmsSupportDepends %%QT_INCDIR%%/QtKmsSupport/QtKmsSupportVersion %%QT_INCDIR%%/QtKmsSupport/qtkmssupportversion.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/bitstreams_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/hpack_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/hpacktable_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/http2frames_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/http2protocol_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/http2streams_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/huffman_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qabstractnetworkcache_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qabstractprotocolhandler_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qabstractsocket_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qabstractsocketengine_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qauthenticator_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qbytedatabuffer_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qdecompresshelper_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qdnslookup_p.h %%DTLS%%%%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qdtls_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhostaddress_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhostinfo_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhsts_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhstsstore_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttp2connection_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttp2protocolhandler_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpheaderparser_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpheadershelper_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpmultipart_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpnetworkconnection_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpnetworkconnectionchannel_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpnetworkheader_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpnetworkreply_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpnetworkrequest_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpprotocolhandler_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpsocketengine_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qhttpthreaddelegate_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qlocalserver_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qlocalsocket_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnativesocketengine_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnativesocketengine_p_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnet_unix_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetconmonitor_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkaccessauthenticationmanager_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkaccessbackend_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkaccesscache_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkaccesscachebackend_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkaccessfilebackend_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkaccessmanager_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkcookie_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkcookiejar_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkdatagram_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkdiskcache_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkfile_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkinformation_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkinterface_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkinterface_unix_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreply_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplydataimpl_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplyfileimpl_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplyhttpimpl_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkreplyimpl_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkrequest_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qnetworkrequestfactory_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qocsp_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qocspresponse_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qrestaccessmanager_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qrestreply_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsocketabstraction_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsocks5socketengine_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qssl_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslcertificate_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslcertificateextension_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslcipher_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslconfiguration_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qssldiffiehellmanparameters_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslkey_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslpresharedkeyauthenticator_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslserver_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qsslsocket_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtcontenttypeparser_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtcpserver_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtcpsocket_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtldurl_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtlsbackend_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtnetwork-config_p.h %%QT_INCDIR%%/QtNetwork/%%FULLVER%%/QtNetwork/private/qtnetworkglobal_p.h %%QT_INCDIR%%/QtNetwork/QAbstractNetworkCache %%QT_INCDIR%%/QtNetwork/QAbstractSocket %%QT_INCDIR%%/QtNetwork/QAuthenticator %%QT_INCDIR%%/QtNetwork/QDnsDomainNameRecord %%QT_INCDIR%%/QtNetwork/QDnsHostAddressRecord %%QT_INCDIR%%/QtNetwork/QDnsLookup %%QT_INCDIR%%/QtNetwork/QDnsMailExchangeRecord %%QT_INCDIR%%/QtNetwork/QDnsServiceRecord %%QT_INCDIR%%/QtNetwork/QDnsTextRecord %%QT_INCDIR%%/QtNetwork/QDnsTlsAssociationRecord %%DTLS%%%%QT_INCDIR%%/QtNetwork/QDtls %%DTLS%%%%QT_INCDIR%%/QtNetwork/QDtlsClientVerifier %%QT_INCDIR%%/QtNetwork/QFormDataBuilder %%QT_INCDIR%%/QtNetwork/QFormDataPartBuilder %%QT_INCDIR%%/QtNetwork/QHostAddress %%QT_INCDIR%%/QtNetwork/QHostInfo %%QT_INCDIR%%/QtNetwork/QHstsPolicy %%QT_INCDIR%%/QtNetwork/QHttp1Configuration %%QT_INCDIR%%/QtNetwork/QHttp2Configuration %%QT_INCDIR%%/QtNetwork/QHttpHeaders %%QT_INCDIR%%/QtNetwork/QHttpMultiPart %%QT_INCDIR%%/QtNetwork/QHttpPart %%QT_INCDIR%%/QtNetwork/QIPv6Address %%QT_INCDIR%%/QtNetwork/QLocalServer %%QT_INCDIR%%/QtNetwork/QLocalSocket %%QT_INCDIR%%/QtNetwork/QNetworkAccessManager %%QT_INCDIR%%/QtNetwork/QNetworkAddressEntry %%QT_INCDIR%%/QtNetwork/QNetworkCacheMetaData %%QT_INCDIR%%/QtNetwork/QNetworkCookie %%QT_INCDIR%%/QtNetwork/QNetworkCookieJar %%QT_INCDIR%%/QtNetwork/QNetworkDatagram %%QT_INCDIR%%/QtNetwork/QNetworkDiskCache %%QT_INCDIR%%/QtNetwork/QNetworkInformation %%QT_INCDIR%%/QtNetwork/QNetworkInterface %%QT_INCDIR%%/QtNetwork/QNetworkProxy %%QT_INCDIR%%/QtNetwork/QNetworkProxyFactory %%QT_INCDIR%%/QtNetwork/QNetworkProxyQuery %%QT_INCDIR%%/QtNetwork/QNetworkReply %%QT_INCDIR%%/QtNetwork/QNetworkRequest %%QT_INCDIR%%/QtNetwork/QNetworkRequestFactory %%QT_INCDIR%%/QtNetwork/QOcspResponse %%QT_INCDIR%%/QtNetwork/QPasswordDigestor %%QT_INCDIR%%/QtNetwork/QRestAccessManager %%QT_INCDIR%%/QtNetwork/QRestReply %%QT_INCDIR%%/QtNetwork/QSsl %%QT_INCDIR%%/QtNetwork/QSslCertificate %%QT_INCDIR%%/QtNetwork/QSslCertificateExtension %%QT_INCDIR%%/QtNetwork/QSslCipher %%QT_INCDIR%%/QtNetwork/QSslConfiguration %%QT_INCDIR%%/QtNetwork/QSslDiffieHellmanParameters %%QT_INCDIR%%/QtNetwork/QSslEllipticCurve %%QT_INCDIR%%/QtNetwork/QSslError %%QT_INCDIR%%/QtNetwork/QSslKey %%QT_INCDIR%%/QtNetwork/QSslPreSharedKeyAuthenticator %%QT_INCDIR%%/QtNetwork/QSslServer %%QT_INCDIR%%/QtNetwork/QSslSocket %%QT_INCDIR%%/QtNetwork/QTcpServer %%QT_INCDIR%%/QtNetwork/QTcpSocket %%QT_INCDIR%%/QtNetwork/QUdpSocket %%QT_INCDIR%%/QtNetwork/Q_IPV6ADDR %%QT_INCDIR%%/QtNetwork/QtNetwork %%QT_INCDIR%%/QtNetwork/QtNetworkDepends %%QT_INCDIR%%/QtNetwork/QtNetworkVersion %%QT_INCDIR%%/QtNetwork/qabstractnetworkcache.h %%QT_INCDIR%%/QtNetwork/qabstractsocket.h %%QT_INCDIR%%/QtNetwork/qauthenticator.h %%QT_INCDIR%%/QtNetwork/qdnslookup.h %%DTLS%%%%QT_INCDIR%%/QtNetwork/qdtls.h %%QT_INCDIR%%/QtNetwork/qformdatabuilder.h %%QT_INCDIR%%/QtNetwork/qhostaddress.h %%QT_INCDIR%%/QtNetwork/qhostinfo.h %%QT_INCDIR%%/QtNetwork/qhstspolicy.h %%QT_INCDIR%%/QtNetwork/qhttp1configuration.h %%QT_INCDIR%%/QtNetwork/qhttp2configuration.h %%QT_INCDIR%%/QtNetwork/qhttpheaders.h %%QT_INCDIR%%/QtNetwork/qhttpmultipart.h %%QT_INCDIR%%/QtNetwork/qlocalserver.h %%QT_INCDIR%%/QtNetwork/qlocalsocket.h %%QT_INCDIR%%/QtNetwork/qnetworkaccessmanager.h %%QT_INCDIR%%/QtNetwork/qnetworkcookie.h %%QT_INCDIR%%/QtNetwork/qnetworkcookiejar.h %%QT_INCDIR%%/QtNetwork/qnetworkdatagram.h %%QT_INCDIR%%/QtNetwork/qnetworkdiskcache.h %%QT_INCDIR%%/QtNetwork/qnetworkinformation.h %%QT_INCDIR%%/QtNetwork/qnetworkinterface.h %%QT_INCDIR%%/QtNetwork/qnetworkproxy.h %%QT_INCDIR%%/QtNetwork/qnetworkreply.h %%QT_INCDIR%%/QtNetwork/qnetworkrequest.h %%QT_INCDIR%%/QtNetwork/qnetworkrequestfactory.h %%QT_INCDIR%%/QtNetwork/qocspresponse.h %%QT_INCDIR%%/QtNetwork/qpassworddigestor.h %%QT_INCDIR%%/QtNetwork/qrestaccessmanager.h %%QT_INCDIR%%/QtNetwork/qrestreply.h %%QT_INCDIR%%/QtNetwork/qssl.h %%QT_INCDIR%%/QtNetwork/qsslcertificate.h %%QT_INCDIR%%/QtNetwork/qsslcertificateextension.h %%QT_INCDIR%%/QtNetwork/qsslcipher.h %%QT_INCDIR%%/QtNetwork/qsslconfiguration.h %%QT_INCDIR%%/QtNetwork/qssldiffiehellmanparameters.h %%QT_INCDIR%%/QtNetwork/qsslellipticcurve.h %%QT_INCDIR%%/QtNetwork/qsslerror.h %%QT_INCDIR%%/QtNetwork/qsslkey.h %%QT_INCDIR%%/QtNetwork/qsslpresharedkeyauthenticator.h %%QT_INCDIR%%/QtNetwork/qsslserver.h %%QT_INCDIR%%/QtNetwork/qsslsocket.h %%QT_INCDIR%%/QtNetwork/qtcpserver.h %%QT_INCDIR%%/QtNetwork/qtcpsocket.h %%QT_INCDIR%%/QtNetwork/qtnetwork-config.h %%QT_INCDIR%%/QtNetwork/qtnetworkexports.h %%QT_INCDIR%%/QtNetwork/qtnetworkglobal.h %%QT_INCDIR%%/QtNetwork/qtnetworkversion.h %%QT_INCDIR%%/QtNetwork/qudpsocket.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopengl2pexvertexarray_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglcompositor_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglcompositorbackingstore_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglcustomshaderstage_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglengineshadermanager_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglengineshadersource_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglframebufferobject_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglgradientcache_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglpaintdevice_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglpaintengine_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglqueryhelper_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglshadercache_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopengltexture_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopengltexturecache_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopengltextureglyphcache_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopengltexturehelper_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopengltextureuploader_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglversionfunctions_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qopenglvertexarrayobject_p.h %%QT_INCDIR%%/QtOpenGL/%%FULLVER%%/QtOpenGL/private/qvkconvenience_p.h %%QT_INCDIR%%/QtOpenGL/QOpenGLBuffer %%QT_INCDIR%%/QtOpenGL/QOpenGLDebugLogger %%QT_INCDIR%%/QtOpenGL/QOpenGLDebugMessage %%QT_INCDIR%%/QtOpenGL/QOpenGLFramebufferObject %%QT_INCDIR%%/QtOpenGL/QOpenGLFramebufferObjectFormat %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_1_0 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_1_1 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_1_2 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_1_3 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_1_4 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_1_5 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_2_0 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_2_1 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_3_0 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_3_1 %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_3_2_Compatibility %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_3_2_Core %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_3_3_Compatibility %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_3_3_Core %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_0_Compatibility %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_0_Core %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_1_Compatibility %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_1_Core %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_2_Compatibility %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_2_Core %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_3_Compatibility %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_3_Core %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_4_Compatibility %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_4_Core %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_5_Compatibility %%QT_INCDIR%%/QtOpenGL/QOpenGLFunctions_4_5_Core %%QT_INCDIR%%/QtOpenGL/QOpenGLPaintDevice %%QT_INCDIR%%/QtOpenGL/QOpenGLPixelTransferOptions %%QT_INCDIR%%/QtOpenGL/QOpenGLShader %%QT_INCDIR%%/QtOpenGL/QOpenGLShaderProgram %%QT_INCDIR%%/QtOpenGL/QOpenGLTexture %%QT_INCDIR%%/QtOpenGL/QOpenGLTextureBlitter %%QT_INCDIR%%/QtOpenGL/QOpenGLTimeMonitor %%QT_INCDIR%%/QtOpenGL/QOpenGLTimerQuery %%QT_INCDIR%%/QtOpenGL/QOpenGLVersionFunctions %%QT_INCDIR%%/QtOpenGL/QOpenGLVersionFunctionsFactory %%QT_INCDIR%%/QtOpenGL/QOpenGLVersionProfile %%QT_INCDIR%%/QtOpenGL/QOpenGLVertexArrayObject %%QT_INCDIR%%/QtOpenGL/QOpenGLWindow %%QT_INCDIR%%/QtOpenGL/QtOpenGL %%QT_INCDIR%%/QtOpenGL/QtOpenGLDepends %%QT_INCDIR%%/QtOpenGL/QtOpenGLVersion %%QT_INCDIR%%/QtOpenGL/qopenglbuffer.h %%QT_INCDIR%%/QtOpenGL/qopengldebug.h %%QT_INCDIR%%/QtOpenGL/qopenglframebufferobject.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_1_0.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_1_1.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_1_2.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_1_3.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_1_4.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_1_5.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_2_0.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_2_1.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_3_0.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_3_1.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_3_2_compatibility.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_3_2_core.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_3_3_compatibility.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_3_3_core.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_0_compatibility.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_0_core.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_1_compatibility.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_1_core.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_2_compatibility.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_2_core.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_3_compatibility.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_3_core.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_4_compatibility.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_4_core.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_5_compatibility.h %%QT_INCDIR%%/QtOpenGL/qopenglfunctions_4_5_core.h %%QT_INCDIR%%/QtOpenGL/qopenglpaintdevice.h %%QT_INCDIR%%/QtOpenGL/qopenglpixeltransferoptions.h %%QT_INCDIR%%/QtOpenGL/qopenglshaderprogram.h %%QT_INCDIR%%/QtOpenGL/qopengltexture.h %%QT_INCDIR%%/QtOpenGL/qopengltextureblitter.h %%QT_INCDIR%%/QtOpenGL/qopengltimerquery.h %%QT_INCDIR%%/QtOpenGL/qopenglversionfunctions.h %%QT_INCDIR%%/QtOpenGL/qopenglversionfunctionsfactory.h %%QT_INCDIR%%/QtOpenGL/qopenglversionprofile.h %%QT_INCDIR%%/QtOpenGL/qopenglvertexarrayobject.h %%QT_INCDIR%%/QtOpenGL/qopenglwindow.h %%QT_INCDIR%%/QtOpenGL/qtopenglexports.h %%QT_INCDIR%%/QtOpenGL/qtopenglglobal.h %%QT_INCDIR%%/QtOpenGL/qtopenglversion.h %%QT_INCDIR%%/QtOpenGLWidgets/QOpenGLWidget %%QT_INCDIR%%/QtOpenGLWidgets/QtOpenGLWidgets %%QT_INCDIR%%/QtOpenGLWidgets/QtOpenGLWidgetsDepends %%QT_INCDIR%%/QtOpenGLWidgets/QtOpenGLWidgetsVersion %%QT_INCDIR%%/QtOpenGLWidgets/qopenglwidget.h %%QT_INCDIR%%/QtOpenGLWidgets/qtopenglwidgetsexports.h %%QT_INCDIR%%/QtOpenGLWidgets/qtopenglwidgetsglobal.h %%QT_INCDIR%%/QtOpenGLWidgets/qtopenglwidgetsversion.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qabstractprintdialog_p.h %%CUPS%%%%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qcups_p.h %%CUPS%%%%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qcupsjobwidget_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qpagesetupdialog_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qpagesetupdialog_unix_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qpaintengine_alpha_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qpaintengine_preview_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qprint_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qprintdevice_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qprintengine_pdf_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qprinter_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qprinterinfo_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qtprintsupport-config_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qtprintsupportglobal_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/qpa/qplatformprintdevice.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/qpa/qplatformprintersupport.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/qpa/qplatformprintplugin.h %%QT_INCDIR%%/QtPrintSupport/QAbstractPrintDialog %%QT_INCDIR%%/QtPrintSupport/QPageSetupDialog %%QT_INCDIR%%/QtPrintSupport/QPrintDialog %%QT_INCDIR%%/QtPrintSupport/QPrintEngine %%QT_INCDIR%%/QtPrintSupport/QPrintPreviewDialog %%QT_INCDIR%%/QtPrintSupport/QPrintPreviewWidget %%QT_INCDIR%%/QtPrintSupport/QPrinter %%QT_INCDIR%%/QtPrintSupport/QPrinterInfo %%QT_INCDIR%%/QtPrintSupport/QtPrintSupport %%QT_INCDIR%%/QtPrintSupport/QtPrintSupportDepends %%QT_INCDIR%%/QtPrintSupport/QtPrintSupportVersion %%QT_INCDIR%%/QtPrintSupport/qabstractprintdialog.h %%QT_INCDIR%%/QtPrintSupport/qpagesetupdialog.h %%QT_INCDIR%%/QtPrintSupport/qprintdialog.h %%QT_INCDIR%%/QtPrintSupport/qprintengine.h %%QT_INCDIR%%/QtPrintSupport/qprinter.h %%QT_INCDIR%%/QtPrintSupport/qprinterinfo.h %%QT_INCDIR%%/QtPrintSupport/qprintpreviewdialog.h %%QT_INCDIR%%/QtPrintSupport/qprintpreviewwidget.h %%QT_INCDIR%%/QtPrintSupport/qtprintsupport-config.h %%QT_INCDIR%%/QtPrintSupport/qtprintsupportexports.h %%QT_INCDIR%%/QtPrintSupport/qtprintsupportglobal.h %%QT_INCDIR%%/QtPrintSupport/qtprintsupportversion.h %%QT_INCDIR%%/QtSql/%%FULLVER%%/QtSql/private/qsqlcachedresult_p.h %%QT_INCDIR%%/QtSql/%%FULLVER%%/QtSql/private/qsqldriver_p.h %%QT_INCDIR%%/QtSql/%%FULLVER%%/QtSql/private/qsqlnulldriver_p.h %%QT_INCDIR%%/QtSql/%%FULLVER%%/QtSql/private/qsqlquerymodel_p.h %%QT_INCDIR%%/QtSql/%%FULLVER%%/QtSql/private/qsqlresult_p.h %%QT_INCDIR%%/QtSql/%%FULLVER%%/QtSql/private/qsqltablemodel_p.h %%QT_INCDIR%%/QtSql/%%FULLVER%%/QtSql/private/qtsql-config_p.h %%QT_INCDIR%%/QtSql/%%FULLVER%%/QtSql/private/qtsqlglobal_p.h %%QT_INCDIR%%/QtSql/QSql %%QT_INCDIR%%/QtSql/QSqlDatabase %%QT_INCDIR%%/QtSql/QSqlDatabaseDefaultConnectionName %%QT_INCDIR%%/QtSql/QSqlDriver %%QT_INCDIR%%/QtSql/QSqlDriverCreator %%QT_INCDIR%%/QtSql/QSqlDriverCreatorBase %%QT_INCDIR%%/QtSql/QSqlDriverPlugin %%QT_INCDIR%%/QtSql/QSqlError %%QT_INCDIR%%/QtSql/QSqlField %%QT_INCDIR%%/QtSql/QSqlIndex %%QT_INCDIR%%/QtSql/QSqlQuery %%QT_INCDIR%%/QtSql/QSqlQueryModel %%QT_INCDIR%%/QtSql/QSqlRecord %%QT_INCDIR%%/QtSql/QSqlRelation %%QT_INCDIR%%/QtSql/QSqlRelationalDelegate %%QT_INCDIR%%/QtSql/QSqlRelationalTableModel %%QT_INCDIR%%/QtSql/QSqlResult %%QT_INCDIR%%/QtSql/QSqlTableModel %%QT_INCDIR%%/QtSql/QtSql %%QT_INCDIR%%/QtSql/QtSqlDepends %%QT_INCDIR%%/QtSql/QtSqlVersion %%QT_INCDIR%%/QtSql/qsqldatabase.h %%QT_INCDIR%%/QtSql/qsqldriver.h %%QT_INCDIR%%/QtSql/qsqldriverplugin.h %%QT_INCDIR%%/QtSql/qsqlerror.h %%QT_INCDIR%%/QtSql/qsqlfield.h %%QT_INCDIR%%/QtSql/qsqlindex.h %%QT_INCDIR%%/QtSql/qsqlquery.h %%QT_INCDIR%%/QtSql/qsqlquerymodel.h %%QT_INCDIR%%/QtSql/qsqlrecord.h %%QT_INCDIR%%/QtSql/qsqlrelationaldelegate.h %%QT_INCDIR%%/QtSql/qsqlrelationaltablemodel.h %%QT_INCDIR%%/QtSql/qsqlresult.h %%QT_INCDIR%%/QtSql/qsqltablemodel.h %%QT_INCDIR%%/QtSql/qtsql-config.h %%QT_INCDIR%%/QtSql/qtsqlexports.h %%QT_INCDIR%%/QtSql/qtsqlglobal.h %%QT_INCDIR%%/QtSql/qtsqlversion.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/catch_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/cycle_include_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/cycle_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qabstracttestlogger_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qbenchmark_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qbenchmarkevent_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qbenchmarkmeasurement_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qbenchmarkmetric_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qbenchmarkperfevents_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qbenchmarktimemeasurers_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qcomparisontesthelper_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qcsvbenchmarklogger_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qemulationdetector_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qjunittestlogger_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qplaintestlogger_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qpropertytesthelper_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qsignaldumper_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtaptestlogger_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qteamcitylogger_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestblacklist_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestcase_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestcoreelement_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestcrashhandler_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestelement_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestelementattribute_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtesthelpers_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestjunitstreamer_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestlog_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtestresult_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qtesttable_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qttestlib-config_p.h %%QT_INCDIR%%/QtTest/%%FULLVER%%/QtTest/private/qxmltestlogger_p.h %%QT_INCDIR%%/QtTest/QAbstractItemModelTester %%QT_INCDIR%%/QtTest/QSignalSpy %%QT_INCDIR%%/QtTest/QSpontaneKeyEvent %%QT_INCDIR%%/QtTest/QTest %%QT_INCDIR%%/QtTest/QTestAccessibility %%QT_INCDIR%%/QtTest/QTestData %%QT_INCDIR%%/QtTest/QTestDelayEvent %%QT_INCDIR%%/QtTest/QTestEvent %%QT_INCDIR%%/QtTest/QTestEventList %%QT_INCDIR%%/QtTest/QTestEventLoop %%QT_INCDIR%%/QtTest/QTestKeyClicksEvent %%QT_INCDIR%%/QtTest/QTestKeyEvent %%QT_INCDIR%%/QtTest/QTestMouseEvent %%QT_INCDIR%%/QtTest/QtCoverageScanner %%QT_INCDIR%%/QtTest/QtTest %%QT_INCDIR%%/QtTest/QtTestDepends %%QT_INCDIR%%/QtTest/QtTestGui %%QT_INCDIR%%/QtTest/QtTestNetwork %%QT_INCDIR%%/QtTest/QtTestVersion %%QT_INCDIR%%/QtTest/QtTestWidgets %%QT_INCDIR%%/QtTest/qabstractitemmodeltester.h %%QT_INCDIR%%/QtTest/qbenchmark.h %%QT_INCDIR%%/QtTest/qbenchmarkmetric.h %%QT_INCDIR%%/QtTest/qsignalspy.h %%QT_INCDIR%%/QtTest/qtest.h %%QT_INCDIR%%/QtTest/qtest_gui.h %%QT_INCDIR%%/QtTest/qtest_network.h %%QT_INCDIR%%/QtTest/qtest_widgets.h %%QT_INCDIR%%/QtTest/qtestaccessible.h %%QT_INCDIR%%/QtTest/qtestassert.h %%QT_INCDIR%%/QtTest/qtestcase.h %%QT_INCDIR%%/QtTest/qtestdata.h %%QT_INCDIR%%/QtTest/qtestevent.h %%QT_INCDIR%%/QtTest/qtesteventloop.h %%QT_INCDIR%%/QtTest/qtestkeyboard.h %%QT_INCDIR%%/QtTest/qtestmouse.h %%QT_INCDIR%%/QtTest/qtestspontaneevent.h %%QT_INCDIR%%/QtTest/qtestsystem.h %%QT_INCDIR%%/QtTest/qtesttostring.h %%QT_INCDIR%%/QtTest/qtesttouch.h %%QT_INCDIR%%/QtTest/qtestwheel.h %%QT_INCDIR%%/QtTest/qttestexports.h %%QT_INCDIR%%/QtTest/qttestglobal.h %%QT_INCDIR%%/QtTest/qttestlib-config.h %%QT_INCDIR%%/QtTest/qttestversion.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclient-config_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclientglobal_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-appmenu.h +%%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-color-management-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-cursor-shape-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-fractional-scale-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-hardware-integration.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-pointer-gestures-unstable-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-pointer-warp-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qt-text-input-method-unstable-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qt-windowmanager.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-server-buffer-extension.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-tablet-unstable-v2.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v2.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v3.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-viewporter.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wayland.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wlr-data-control-unstable-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wp-primary-selection-unstable-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-output-unstable-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-shell.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-system-bell-v1.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-toplevel-drag-v1.h -%%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xx-color-management-v4.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandabstractdecoration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandappmenu_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandbuffer_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegrationfactory_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegrationplugin_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientextension_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientshellapi_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclipboard_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandcolormanagement_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandcursor_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatacontrolv1_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatadevice_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatadevicemanager_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddataoffer_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddatasource_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddecorationfactory_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddecorationplugin_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddisplay_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylanddnd_p.h -%%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandeventdispatcher_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandfractionalscale_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandhardwareintegration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputcontext_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputdevice_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputdeviceintegration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputdeviceintegrationfactory_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputdeviceintegrationplugin_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputmethodcontext_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandinputmethodeventbuilder_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandintegration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandmimehelper_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandnativeinterface_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandplatformservices_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandpointergestures_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandprimaryselectionv1_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandscreen_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandserverbufferintegration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandserverbufferintegrationfactory_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandserverbufferintegrationplugin_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandsharedmemoryformathelper_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshellintegration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshellintegrationfactory_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshellintegrationplugin_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshellsurface_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshm_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshmbackingstore_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandshmwindow_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandsubsurface_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandsurface_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandtabletv2_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandtextinputinterface_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandtextinputv1_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandtextinputv2_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandtextinputv3_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandviewport_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandvulkaninstance_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandvulkanwindow_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandwindow_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandwindowmanagerintegration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-appmenu-client-protocol.h +%%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-color-management-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-cursor-shape-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-fractional-scale-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-pointer-gestures-unstable-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-pointer-warp-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qt-text-input-method-unstable-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-server-buffer-extension-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-tablet-unstable-v2-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v2-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v3-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-viewporter-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wayland-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wlr-data-control-unstable-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wp-primary-selection-unstable-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-output-unstable-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-shell-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-system-bell-v1-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-toplevel-drag-v1-client-protocol.h -%%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xx-color-management-v4-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtension %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtensionTemplate %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/QtWaylandClient %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/QtWaylandClientDepends %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/QtWaylandClientVersion %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/qtwaylandclient-config.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/qtwaylandclientexports.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/qtwaylandclientglobal.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/qtwaylandclientversion.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandClient/qwaylandclientextension.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandGlobal/%%FULLVER%%/QtWaylandGlobal/private/qtwaylandglobal-config_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandGlobal/QtWaylandGlobal %%WAYLAND%%%%QT_INCDIR%%/QtWaylandGlobal/QtWaylandGlobalDepends %%WAYLAND%%%%QT_INCDIR%%/QtWaylandGlobal/QtWaylandGlobalVersion %%WAYLAND%%%%QT_INCDIR%%/QtWaylandGlobal/qtwaylandglobal-config.h %%WAYLAND%%%%QT_INCDIR%%/QtWaylandGlobal/qtwaylandglobalversion.h %%QT_INCDIR%%/QtWidgets/QAccessibleWidgetV2 %%WAYLAND%%%%QT_INCDIR%%/QtWlShellIntegration/%%FULLVER%%/QtWlShellIntegration/private/qwayland-wayland.h %%WAYLAND%%%%QT_INCDIR%%/QtWlShellIntegration/%%FULLVER%%/QtWlShellIntegration/private/qwaylandwlshellintegration_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWlShellIntegration/%%FULLVER%%/QtWlShellIntegration/private/qwaylandwlshellsurface_p.h %%WAYLAND%%%%QT_INCDIR%%/QtWlShellIntegration/%%FULLVER%%/QtWlShellIntegration/private/wayland-wayland-client-protocol.h %%WAYLAND%%%%QT_INCDIR%%/QtWlShellIntegration/QtWlShellIntegration %%WAYLAND%%%%QT_INCDIR%%/QtWlShellIntegration/QtWlShellIntegrationDepends %%WAYLAND%%%%QT_INCDIR%%/QtWlShellIntegration/QtWlShellIntegrationVersion %%WAYLAND%%%%QT_INCDIR%%/QtWlShellIntegration/qtwlshellintegrationversion.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/complexwidgets_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/itemviews_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qabstractbutton_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qabstractitemdelegate_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qabstractitemview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qabstractscrollarea_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qabstractslider_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qabstractspinbox_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qaccessiblemenu_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qaccessiblewidgetfactory_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qaccessiblewidgets_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qaction_widgets_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qapplication_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qbsptree_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qbuttongroup_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcolumnview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcolumnviewgrip_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcombobox_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcommonstyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcommonstylepixmaps_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qcompleter_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qdatetimeedit_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qdialog_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qdialogbuttonbox_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qdockarealayout_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qdockwidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qeffects_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qfiledialog_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qfileiconprovider_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qflickgesture_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qfontdialog_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qframe_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qfscompleter_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qfusionstyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qfusionstyle_p_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgesture_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgesturemanager_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraph_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsanchorlayout_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicseffect_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsgridlayoutengine_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsitem_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicslayout_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicslayoutitem_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicslayoutstyleinfo_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsproxywidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsscene_bsp_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsscene_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsscenebsptreeindex_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicssceneindex_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsscenelinearindex_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicstransform_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicsview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qgraphicswidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qheaderview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qitemeditorfactory_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qkeysequenceedit_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qlabel_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qlayout_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qlayoutengine_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qlineedit_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qlistview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qlistwidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmainwindowlayout_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmdiarea_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmdisubwindow_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmenu_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qmenubar_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qpixmapfilter_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qpixmapstyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qpixmapstyle_p_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qplaintextedit_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qproxystyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qpushbutton_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qrhiwidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qscrollarea_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qscrollbar_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qscroller_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qscrollerproperties_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qsidebar_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qsimplex_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qsplitter_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qstandardgestures_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qstyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qstyleanimation_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qstylehelper_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qstylesheetstyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qsystemtrayicon_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtabbar_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtableview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtablewidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtextedit_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtoolbar_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtoolbararealayout_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtoolbarextension_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtoolbarlayout_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtoolbarseparator_p.h +%%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtooltip_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtreeview_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtreewidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtreewidgetitemiterator_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtwidgets-config_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qtwidgetsglobal_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidget_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgetaction_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgetanimator_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgetitemdata_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgetlinecontrol_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgetrepaintmanager_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgetresizehandler_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgettextcontrol_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgettextcontrol_p_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwidgetwindow_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowcontainer_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowsstyle_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/qwindowsstyle_p_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/rangecontrols_p.h %%QT_INCDIR%%/QtWidgets/%%FULLVER%%/QtWidgets/private/simplewidgets_p.h %%QT_INCDIR%%/QtWidgets/QAbstractButton %%QT_INCDIR%%/QtWidgets/QAbstractGraphicsShapeItem %%QT_INCDIR%%/QtWidgets/QAbstractItemDelegate %%QT_INCDIR%%/QtWidgets/QAbstractItemView %%QT_INCDIR%%/QtWidgets/QAbstractScrollArea %%QT_INCDIR%%/QtWidgets/QAbstractSlider %%QT_INCDIR%%/QtWidgets/QAbstractSpinBox %%QT_INCDIR%%/QtWidgets/QAccessibleWidget %%QT_INCDIR%%/QtWidgets/QApplication %%QT_INCDIR%%/QtWidgets/QBoxLayout %%QT_INCDIR%%/QtWidgets/QButtonGroup %%QT_INCDIR%%/QtWidgets/QCalendarWidget %%QT_INCDIR%%/QtWidgets/QCheckBox %%QT_INCDIR%%/QtWidgets/QColorDialog %%QT_INCDIR%%/QtWidgets/QColormap %%QT_INCDIR%%/QtWidgets/QColumnView %%QT_INCDIR%%/QtWidgets/QComboBox %%QT_INCDIR%%/QtWidgets/QCommandLinkButton %%QT_INCDIR%%/QtWidgets/QCommonStyle %%QT_INCDIR%%/QtWidgets/QCompleter %%QT_INCDIR%%/QtWidgets/QDataWidgetMapper %%QT_INCDIR%%/QtWidgets/QDateEdit %%QT_INCDIR%%/QtWidgets/QDateTimeEdit %%QT_INCDIR%%/QtWidgets/QDial %%QT_INCDIR%%/QtWidgets/QDialog %%QT_INCDIR%%/QtWidgets/QDialogButtonBox %%QT_INCDIR%%/QtWidgets/QDockWidget %%QT_INCDIR%%/QtWidgets/QDoubleSpinBox %%QT_INCDIR%%/QtWidgets/QErrorMessage %%QT_INCDIR%%/QtWidgets/QFileDialog %%QT_INCDIR%%/QtWidgets/QFileIconProvider %%QT_INCDIR%%/QtWidgets/QFocusFrame %%QT_INCDIR%%/QtWidgets/QFontComboBox %%QT_INCDIR%%/QtWidgets/QFontDialog %%QT_INCDIR%%/QtWidgets/QFormLayout %%QT_INCDIR%%/QtWidgets/QFrame %%QT_INCDIR%%/QtWidgets/QGesture %%QT_INCDIR%%/QtWidgets/QGestureEvent %%QT_INCDIR%%/QtWidgets/QGestureRecognizer %%QT_INCDIR%%/QtWidgets/QGraphicsAnchor %%QT_INCDIR%%/QtWidgets/QGraphicsAnchorLayout %%QT_INCDIR%%/QtWidgets/QGraphicsBlurEffect %%QT_INCDIR%%/QtWidgets/QGraphicsColorizeEffect %%QT_INCDIR%%/QtWidgets/QGraphicsDropShadowEffect %%QT_INCDIR%%/QtWidgets/QGraphicsEffect %%QT_INCDIR%%/QtWidgets/QGraphicsEllipseItem %%QT_INCDIR%%/QtWidgets/QGraphicsGridLayout %%QT_INCDIR%%/QtWidgets/QGraphicsItem %%QT_INCDIR%%/QtWidgets/QGraphicsItemAnimation %%QT_INCDIR%%/QtWidgets/QGraphicsItemGroup %%QT_INCDIR%%/QtWidgets/QGraphicsLayout %%QT_INCDIR%%/QtWidgets/QGraphicsLayoutItem %%QT_INCDIR%%/QtWidgets/QGraphicsLineItem %%QT_INCDIR%%/QtWidgets/QGraphicsLinearLayout %%QT_INCDIR%%/QtWidgets/QGraphicsObject %%QT_INCDIR%%/QtWidgets/QGraphicsOpacityEffect %%QT_INCDIR%%/QtWidgets/QGraphicsPathItem %%QT_INCDIR%%/QtWidgets/QGraphicsPixmapItem %%QT_INCDIR%%/QtWidgets/QGraphicsPolygonItem %%QT_INCDIR%%/QtWidgets/QGraphicsProxyWidget %%QT_INCDIR%%/QtWidgets/QGraphicsRectItem %%QT_INCDIR%%/QtWidgets/QGraphicsRotation %%QT_INCDIR%%/QtWidgets/QGraphicsScale %%QT_INCDIR%%/QtWidgets/QGraphicsScene %%QT_INCDIR%%/QtWidgets/QGraphicsSceneContextMenuEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSceneDragDropEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSceneEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSceneHelpEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSceneHoverEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSceneMouseEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSceneMoveEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSceneResizeEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSceneWheelEvent %%QT_INCDIR%%/QtWidgets/QGraphicsSimpleTextItem %%QT_INCDIR%%/QtWidgets/QGraphicsTextItem %%QT_INCDIR%%/QtWidgets/QGraphicsTransform %%QT_INCDIR%%/QtWidgets/QGraphicsView %%QT_INCDIR%%/QtWidgets/QGraphicsWidget %%QT_INCDIR%%/QtWidgets/QGridLayout %%QT_INCDIR%%/QtWidgets/QGroupBox %%QT_INCDIR%%/QtWidgets/QHBoxLayout %%QT_INCDIR%%/QtWidgets/QHeaderView %%QT_INCDIR%%/QtWidgets/QInputDialog %%QT_INCDIR%%/QtWidgets/QItemDelegate %%QT_INCDIR%%/QtWidgets/QItemEditorCreator %%QT_INCDIR%%/QtWidgets/QItemEditorCreatorBase %%QT_INCDIR%%/QtWidgets/QItemEditorFactory %%QT_INCDIR%%/QtWidgets/QKeySequenceEdit %%QT_INCDIR%%/QtWidgets/QLCDNumber %%QT_INCDIR%%/QtWidgets/QLabel %%QT_INCDIR%%/QtWidgets/QLayout %%QT_INCDIR%%/QtWidgets/QLayoutItem %%QT_INCDIR%%/QtWidgets/QLineEdit %%QT_INCDIR%%/QtWidgets/QListView %%QT_INCDIR%%/QtWidgets/QListWidget %%QT_INCDIR%%/QtWidgets/QListWidgetItem %%QT_INCDIR%%/QtWidgets/QMainWindow %%QT_INCDIR%%/QtWidgets/QMdiArea %%QT_INCDIR%%/QtWidgets/QMdiSubWindow %%QT_INCDIR%%/QtWidgets/QMenu %%QT_INCDIR%%/QtWidgets/QMenuBar %%QT_INCDIR%%/QtWidgets/QMessageBox %%QT_INCDIR%%/QtWidgets/QPanGesture %%QT_INCDIR%%/QtWidgets/QPinchGesture %%QT_INCDIR%%/QtWidgets/QPlainTextDocumentLayout %%QT_INCDIR%%/QtWidgets/QPlainTextEdit %%QT_INCDIR%%/QtWidgets/QProgressBar %%QT_INCDIR%%/QtWidgets/QProgressDialog %%QT_INCDIR%%/QtWidgets/QProxyStyle %%QT_INCDIR%%/QtWidgets/QPushButton %%QT_INCDIR%%/QtWidgets/QRadioButton %%QT_INCDIR%%/QtWidgets/QRhiWidget %%QT_INCDIR%%/QtWidgets/QRubberBand %%QT_INCDIR%%/QtWidgets/QScrollArea %%QT_INCDIR%%/QtWidgets/QScrollBar %%QT_INCDIR%%/QtWidgets/QScroller %%QT_INCDIR%%/QtWidgets/QScrollerProperties %%QT_INCDIR%%/QtWidgets/QSizeGrip %%QT_INCDIR%%/QtWidgets/QSizePolicy %%QT_INCDIR%%/QtWidgets/QSlider %%QT_INCDIR%%/QtWidgets/QSpacerItem %%QT_INCDIR%%/QtWidgets/QSpinBox %%QT_INCDIR%%/QtWidgets/QSplashScreen %%QT_INCDIR%%/QtWidgets/QSplitter %%QT_INCDIR%%/QtWidgets/QSplitterHandle %%QT_INCDIR%%/QtWidgets/QStackedLayout %%QT_INCDIR%%/QtWidgets/QStackedWidget %%QT_INCDIR%%/QtWidgets/QStandardItemEditorCreator %%QT_INCDIR%%/QtWidgets/QStatusBar %%QT_INCDIR%%/QtWidgets/QStyle %%QT_INCDIR%%/QtWidgets/QStyleFactory %%QT_INCDIR%%/QtWidgets/QStyleHintReturn %%QT_INCDIR%%/QtWidgets/QStyleHintReturnMask %%QT_INCDIR%%/QtWidgets/QStyleHintReturnVariant %%QT_INCDIR%%/QtWidgets/QStyleOption %%QT_INCDIR%%/QtWidgets/QStyleOptionButton %%QT_INCDIR%%/QtWidgets/QStyleOptionComboBox %%QT_INCDIR%%/QtWidgets/QStyleOptionComplex %%QT_INCDIR%%/QtWidgets/QStyleOptionDockWidget %%QT_INCDIR%%/QtWidgets/QStyleOptionFocusRect %%QT_INCDIR%%/QtWidgets/QStyleOptionFrame %%QT_INCDIR%%/QtWidgets/QStyleOptionGraphicsItem %%QT_INCDIR%%/QtWidgets/QStyleOptionGroupBox %%QT_INCDIR%%/QtWidgets/QStyleOptionHeader %%QT_INCDIR%%/QtWidgets/QStyleOptionHeaderV2 %%QT_INCDIR%%/QtWidgets/QStyleOptionMenuItem %%QT_INCDIR%%/QtWidgets/QStyleOptionProgressBar %%QT_INCDIR%%/QtWidgets/QStyleOptionRubberBand %%QT_INCDIR%%/QtWidgets/QStyleOptionSizeGrip %%QT_INCDIR%%/QtWidgets/QStyleOptionSlider %%QT_INCDIR%%/QtWidgets/QStyleOptionSpinBox %%QT_INCDIR%%/QtWidgets/QStyleOptionTab %%QT_INCDIR%%/QtWidgets/QStyleOptionTabBarBase %%QT_INCDIR%%/QtWidgets/QStyleOptionTabWidgetFrame %%QT_INCDIR%%/QtWidgets/QStyleOptionTitleBar %%QT_INCDIR%%/QtWidgets/QStyleOptionToolBar %%QT_INCDIR%%/QtWidgets/QStyleOptionToolBox %%QT_INCDIR%%/QtWidgets/QStyleOptionToolButton %%QT_INCDIR%%/QtWidgets/QStyleOptionViewItem %%QT_INCDIR%%/QtWidgets/QStylePainter %%QT_INCDIR%%/QtWidgets/QStylePlugin %%QT_INCDIR%%/QtWidgets/QStyledItemDelegate %%QT_INCDIR%%/QtWidgets/QSwipeGesture %%QT_INCDIR%%/QtWidgets/QSystemTrayIcon %%QT_INCDIR%%/QtWidgets/QTabBar %%QT_INCDIR%%/QtWidgets/QTabWidget %%QT_INCDIR%%/QtWidgets/QTableView %%QT_INCDIR%%/QtWidgets/QTableWidget %%QT_INCDIR%%/QtWidgets/QTableWidgetItem %%QT_INCDIR%%/QtWidgets/QTableWidgetSelectionRange %%QT_INCDIR%%/QtWidgets/QTapAndHoldGesture %%QT_INCDIR%%/QtWidgets/QTapGesture %%QT_INCDIR%%/QtWidgets/QTextBrowser %%QT_INCDIR%%/QtWidgets/QTextEdit %%QT_INCDIR%%/QtWidgets/QTileRules %%QT_INCDIR%%/QtWidgets/QTimeEdit %%QT_INCDIR%%/QtWidgets/QToolBar %%QT_INCDIR%%/QtWidgets/QToolBox %%QT_INCDIR%%/QtWidgets/QToolButton %%QT_INCDIR%%/QtWidgets/QToolTip %%QT_INCDIR%%/QtWidgets/QTreeView %%QT_INCDIR%%/QtWidgets/QTreeWidget %%QT_INCDIR%%/QtWidgets/QTreeWidgetItem %%QT_INCDIR%%/QtWidgets/QTreeWidgetItemIterator %%QT_INCDIR%%/QtWidgets/QUndoView %%QT_INCDIR%%/QtWidgets/QVBoxLayout %%QT_INCDIR%%/QtWidgets/QWhatsThis %%QT_INCDIR%%/QtWidgets/QWidget %%QT_INCDIR%%/QtWidgets/QWidgetAction %%QT_INCDIR%%/QtWidgets/QWidgetData %%QT_INCDIR%%/QtWidgets/QWidgetItem %%QT_INCDIR%%/QtWidgets/QWidgetItemV2 %%QT_INCDIR%%/QtWidgets/QWizard %%QT_INCDIR%%/QtWidgets/QWizardPage %%QT_INCDIR%%/QtWidgets/QtWidgets %%QT_INCDIR%%/QtWidgets/QtWidgetsDepends %%QT_INCDIR%%/QtWidgets/QtWidgetsVersion %%QT_INCDIR%%/QtWidgets/qabstractbutton.h %%QT_INCDIR%%/QtWidgets/qabstractitemdelegate.h %%QT_INCDIR%%/QtWidgets/qabstractitemview.h %%QT_INCDIR%%/QtWidgets/qabstractscrollarea.h %%QT_INCDIR%%/QtWidgets/qabstractslider.h %%QT_INCDIR%%/QtWidgets/qabstractspinbox.h %%QT_INCDIR%%/QtWidgets/qaccessiblewidget.h %%QT_INCDIR%%/QtWidgets/qaction.h %%QT_INCDIR%%/QtWidgets/qactiongroup.h %%QT_INCDIR%%/QtWidgets/qapplication.h %%QT_INCDIR%%/QtWidgets/qboxlayout.h %%QT_INCDIR%%/QtWidgets/qbuttongroup.h %%QT_INCDIR%%/QtWidgets/qcalendarwidget.h %%QT_INCDIR%%/QtWidgets/qcheckbox.h %%QT_INCDIR%%/QtWidgets/qcolordialog.h %%QT_INCDIR%%/QtWidgets/qcolormap.h %%QT_INCDIR%%/QtWidgets/qcolumnview.h %%QT_INCDIR%%/QtWidgets/qcombobox.h %%QT_INCDIR%%/QtWidgets/qcommandlinkbutton.h %%QT_INCDIR%%/QtWidgets/qcommonstyle.h %%QT_INCDIR%%/QtWidgets/qcompleter.h %%QT_INCDIR%%/QtWidgets/qdatawidgetmapper.h %%QT_INCDIR%%/QtWidgets/qdatetimeedit.h %%QT_INCDIR%%/QtWidgets/qdial.h %%QT_INCDIR%%/QtWidgets/qdialog.h %%QT_INCDIR%%/QtWidgets/qdialogbuttonbox.h %%QT_INCDIR%%/QtWidgets/qdockwidget.h %%QT_INCDIR%%/QtWidgets/qdrawutil.h %%QT_INCDIR%%/QtWidgets/qerrormessage.h %%QT_INCDIR%%/QtWidgets/qfiledialog.h %%QT_INCDIR%%/QtWidgets/qfileiconprovider.h %%QT_INCDIR%%/QtWidgets/qfilesystemmodel.h %%QT_INCDIR%%/QtWidgets/qfocusframe.h %%QT_INCDIR%%/QtWidgets/qfontcombobox.h %%QT_INCDIR%%/QtWidgets/qfontdialog.h %%QT_INCDIR%%/QtWidgets/qformlayout.h %%QT_INCDIR%%/QtWidgets/qframe.h %%QT_INCDIR%%/QtWidgets/qgesture.h %%QT_INCDIR%%/QtWidgets/qgesturerecognizer.h %%QT_INCDIR%%/QtWidgets/qgraphicsanchorlayout.h %%QT_INCDIR%%/QtWidgets/qgraphicseffect.h %%QT_INCDIR%%/QtWidgets/qgraphicsgridlayout.h %%QT_INCDIR%%/QtWidgets/qgraphicsitem.h %%QT_INCDIR%%/QtWidgets/qgraphicsitemanimation.h %%QT_INCDIR%%/QtWidgets/qgraphicslayout.h %%QT_INCDIR%%/QtWidgets/qgraphicslayoutitem.h %%QT_INCDIR%%/QtWidgets/qgraphicslinearlayout.h %%QT_INCDIR%%/QtWidgets/qgraphicsproxywidget.h %%QT_INCDIR%%/QtWidgets/qgraphicsscene.h %%QT_INCDIR%%/QtWidgets/qgraphicssceneevent.h %%QT_INCDIR%%/QtWidgets/qgraphicstransform.h %%QT_INCDIR%%/QtWidgets/qgraphicsview.h %%QT_INCDIR%%/QtWidgets/qgraphicswidget.h %%QT_INCDIR%%/QtWidgets/qgridlayout.h %%QT_INCDIR%%/QtWidgets/qgroupbox.h %%QT_INCDIR%%/QtWidgets/qheaderview.h %%QT_INCDIR%%/QtWidgets/qinputdialog.h %%QT_INCDIR%%/QtWidgets/qitemdelegate.h %%QT_INCDIR%%/QtWidgets/qitemeditorfactory.h %%QT_INCDIR%%/QtWidgets/qkeysequenceedit.h %%QT_INCDIR%%/QtWidgets/qlabel.h %%QT_INCDIR%%/QtWidgets/qlayout.h %%QT_INCDIR%%/QtWidgets/qlayoutitem.h %%QT_INCDIR%%/QtWidgets/qlcdnumber.h %%QT_INCDIR%%/QtWidgets/qlineedit.h %%QT_INCDIR%%/QtWidgets/qlistview.h %%QT_INCDIR%%/QtWidgets/qlistwidget.h %%QT_INCDIR%%/QtWidgets/qmainwindow.h %%QT_INCDIR%%/QtWidgets/qmdiarea.h %%QT_INCDIR%%/QtWidgets/qmdisubwindow.h %%QT_INCDIR%%/QtWidgets/qmenu.h %%QT_INCDIR%%/QtWidgets/qmenubar.h %%QT_INCDIR%%/QtWidgets/qmessagebox.h %%QT_INCDIR%%/QtWidgets/qplaintextedit.h %%QT_INCDIR%%/QtWidgets/qprogressbar.h %%QT_INCDIR%%/QtWidgets/qprogressdialog.h %%QT_INCDIR%%/QtWidgets/qproxystyle.h %%QT_INCDIR%%/QtWidgets/qpushbutton.h %%QT_INCDIR%%/QtWidgets/qradiobutton.h %%QT_INCDIR%%/QtWidgets/qrhiwidget.h %%QT_INCDIR%%/QtWidgets/qrubberband.h %%QT_INCDIR%%/QtWidgets/qscrollarea.h %%QT_INCDIR%%/QtWidgets/qscrollbar.h %%QT_INCDIR%%/QtWidgets/qscroller.h %%QT_INCDIR%%/QtWidgets/qscrollerproperties.h %%QT_INCDIR%%/QtWidgets/qshortcut.h %%QT_INCDIR%%/QtWidgets/qsizegrip.h %%QT_INCDIR%%/QtWidgets/qsizepolicy.h %%QT_INCDIR%%/QtWidgets/qslider.h %%QT_INCDIR%%/QtWidgets/qspinbox.h %%QT_INCDIR%%/QtWidgets/qsplashscreen.h %%QT_INCDIR%%/QtWidgets/qsplitter.h %%QT_INCDIR%%/QtWidgets/qstackedlayout.h %%QT_INCDIR%%/QtWidgets/qstackedwidget.h %%QT_INCDIR%%/QtWidgets/qstatusbar.h %%QT_INCDIR%%/QtWidgets/qstyle.h %%QT_INCDIR%%/QtWidgets/qstyleditemdelegate.h %%QT_INCDIR%%/QtWidgets/qstylefactory.h %%QT_INCDIR%%/QtWidgets/qstyleoption.h %%QT_INCDIR%%/QtWidgets/qstylepainter.h %%QT_INCDIR%%/QtWidgets/qstyleplugin.h %%QT_INCDIR%%/QtWidgets/qsystemtrayicon.h %%QT_INCDIR%%/QtWidgets/qtabbar.h %%QT_INCDIR%%/QtWidgets/qtableview.h %%QT_INCDIR%%/QtWidgets/qtablewidget.h %%QT_INCDIR%%/QtWidgets/qtabwidget.h %%QT_INCDIR%%/QtWidgets/qtestsupport_widgets.h %%QT_INCDIR%%/QtWidgets/qtextbrowser.h %%QT_INCDIR%%/QtWidgets/qtextedit.h %%QT_INCDIR%%/QtWidgets/qtoolbar.h %%QT_INCDIR%%/QtWidgets/qtoolbox.h %%QT_INCDIR%%/QtWidgets/qtoolbutton.h %%QT_INCDIR%%/QtWidgets/qtooltip.h %%QT_INCDIR%%/QtWidgets/qtreeview.h %%QT_INCDIR%%/QtWidgets/qtreewidget.h %%QT_INCDIR%%/QtWidgets/qtreewidgetitemiterator.h %%QT_INCDIR%%/QtWidgets/qtwidgets-config.h %%QT_INCDIR%%/QtWidgets/qtwidgetsexports.h %%QT_INCDIR%%/QtWidgets/qtwidgetsglobal.h %%QT_INCDIR%%/QtWidgets/qtwidgetsversion.h %%QT_INCDIR%%/QtWidgets/qundogroup.h %%QT_INCDIR%%/QtWidgets/qundostack.h %%QT_INCDIR%%/QtWidgets/qundoview.h %%QT_INCDIR%%/QtWidgets/qwhatsthis.h %%QT_INCDIR%%/QtWidgets/qwidget.h %%QT_INCDIR%%/QtWidgets/qwidgetaction.h %%QT_INCDIR%%/QtWidgets/qwizard.h %%QT_INCDIR%%/QtXml/%%FULLVER%%/QtXml/private/qdom_p.h %%QT_INCDIR%%/QtXml/%%FULLVER%%/QtXml/private/qdomhelpers_p.h %%QT_INCDIR%%/QtXml/%%FULLVER%%/QtXml/private/qtxml-config_p.h %%QT_INCDIR%%/QtXml/QDomAttr %%QT_INCDIR%%/QtXml/QDomCDATASection %%QT_INCDIR%%/QtXml/QDomCharacterData %%QT_INCDIR%%/QtXml/QDomComment %%QT_INCDIR%%/QtXml/QDomDocument %%QT_INCDIR%%/QtXml/QDomDocumentFragment %%QT_INCDIR%%/QtXml/QDomDocumentType %%QT_INCDIR%%/QtXml/QDomElement %%QT_INCDIR%%/QtXml/QDomEntity %%QT_INCDIR%%/QtXml/QDomEntityReference %%QT_INCDIR%%/QtXml/QDomImplementation %%QT_INCDIR%%/QtXml/QDomNamedNodeMap %%QT_INCDIR%%/QtXml/QDomNode %%QT_INCDIR%%/QtXml/QDomNodeList %%QT_INCDIR%%/QtXml/QDomNotation %%QT_INCDIR%%/QtXml/QDomProcessingInstruction %%QT_INCDIR%%/QtXml/QDomText %%QT_INCDIR%%/QtXml/QtXml %%QT_INCDIR%%/QtXml/QtXmlDepends %%QT_INCDIR%%/QtXml/QtXmlVersion %%QT_INCDIR%%/QtXml/qdom.h %%QT_INCDIR%%/QtXml/qtxml-config.h %%QT_INCDIR%%/QtXml/qtxmlexports.h %%QT_INCDIR%%/QtXml/qtxmlglobal.h %%QT_INCDIR%%/QtXml/qtxmlversion.h @comment lib/cmake/Qt6/3rdparty/extra-cmake-modules/0001-ECMEnableSanitizers.cmake-fix-GCC-s-note-variable-tr.patch @comment lib/cmake/Qt6/3rdparty/extra-cmake-modules/0002-ECMEnableSanitizers.cmake-replace-tabs-with-spaces.patch @comment lib/cmake/Qt6/3rdparty/extra-cmake-modules/0003-ECMEnableSanitizers.cmake-fix-no-undefined-flag-replacement.patch lib/cmake/Qt6/3rdparty/extra-cmake-modules/COPYING-CMAKE-SCRIPTS lib/cmake/Qt6/3rdparty/extra-cmake-modules/REUSE.toml lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/ECMFindModuleHelpersStub.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/FindEGL.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/FindGLIB2.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/FindWayland.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/FindWaylandScanner.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/FindX11_XCB.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules/FindXCB.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/modules/ECMEnableSanitizers.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/modules/ECMFindModuleHelpers.cmake lib/cmake/Qt6/3rdparty/extra-cmake-modules/qt_attribution.json lib/cmake/Qt6/3rdparty/kwin/COPYING-CMAKE-SCRIPTS lib/cmake/Qt6/3rdparty/kwin/FindLibdrm.cmake lib/cmake/Qt6/3rdparty/kwin/FindLibinput.cmake lib/cmake/Qt6/3rdparty/kwin/FindXKB.cmake lib/cmake/Qt6/3rdparty/kwin/Findgbm.cmake lib/cmake/Qt6/3rdparty/kwin/REUSE.toml lib/cmake/Qt6/3rdparty/kwin/qt_attribution.json lib/cmake/Qt6/FindATSPI2.cmake lib/cmake/Qt6/FindDB2.cmake lib/cmake/Qt6/FindDirectFB.cmake lib/cmake/Qt6/FindGLESv2.cmake lib/cmake/Qt6/FindGSSAPI.cmake lib/cmake/Qt6/FindGTK3.cmake lib/cmake/Qt6/FindInterbase.cmake lib/cmake/Qt6/FindJeMalloc.cmake lib/cmake/Qt6/FindLibb2.cmake lib/cmake/Qt6/FindLibproxy.cmake lib/cmake/Qt6/FindLibsystemd.cmake lib/cmake/Qt6/FindLibudev.cmake lib/cmake/Qt6/FindMimer.cmake lib/cmake/Qt6/FindMtdev.cmake lib/cmake/Qt6/FindMySQL.cmake lib/cmake/Qt6/FindOracle.cmake lib/cmake/Qt6/FindPPS.cmake lib/cmake/Qt6/FindPostgreSQL.cmake lib/cmake/Qt6/FindRenderDoc.cmake lib/cmake/Qt6/FindSlog2.cmake lib/cmake/Qt6/FindTslib.cmake lib/cmake/Qt6/FindWrapAtomic.cmake lib/cmake/Qt6/FindWrapBacktrace.cmake lib/cmake/Qt6/FindWrapBrotli.cmake lib/cmake/Qt6/FindWrapBundledFreetypeConfigExtra.cmake lib/cmake/Qt6/FindWrapBundledHarfbuzzConfigExtra.cmake lib/cmake/Qt6/FindWrapBundledLibjpegConfigExtra.cmake lib/cmake/Qt6/FindWrapBundledLibpngConfigExtra.cmake lib/cmake/Qt6/FindWrapBundledPcre2ConfigExtra.cmake lib/cmake/Qt6/FindWrapBundledZLIBConfigExtra.cmake lib/cmake/Qt6/FindWrapDBus1.cmake lib/cmake/Qt6/FindWrapFreetype.cmake lib/cmake/Qt6/FindWrapHarfbuzz.cmake lib/cmake/Qt6/FindWrapJpeg.cmake lib/cmake/Qt6/FindWrapOpenGL.cmake lib/cmake/Qt6/FindWrapOpenSSL.cmake lib/cmake/Qt6/FindWrapOpenSSLHeaders.cmake lib/cmake/Qt6/FindWrapPCRE2.cmake lib/cmake/Qt6/FindWrapPNG.cmake lib/cmake/Qt6/FindWrapResolv.cmake lib/cmake/Qt6/FindWrapRt.cmake lib/cmake/Qt6/FindWrapSystemDoubleConversion.cmake lib/cmake/Qt6/FindWrapSystemFreetype.cmake lib/cmake/Qt6/FindWrapSystemHarfbuzz.cmake lib/cmake/Qt6/FindWrapSystemJpeg.cmake lib/cmake/Qt6/FindWrapSystemMd4c.cmake lib/cmake/Qt6/FindWrapSystemPCRE2.cmake lib/cmake/Qt6/FindWrapSystemPNG.cmake lib/cmake/Qt6/FindWrapSystemZLIB.cmake lib/cmake/Qt6/FindWrapVulkan.cmake lib/cmake/Qt6/FindWrapVulkanHeaders.cmake lib/cmake/Qt6/FindWrapZLIB.cmake lib/cmake/Qt6/FindWrapZSTD.cmake lib/cmake/Qt6/FindXKB_COMMON_X11.cmake lib/cmake/Qt6/FindXRender.cmake lib/cmake/Qt6/ModuleDescription.json.in lib/cmake/Qt6/PkgConfigLibrary.pc.in lib/cmake/Qt6/Qt3rdPartyLibraryConfig.cmake.in lib/cmake/Qt6/Qt3rdPartyLibraryHelpers.cmake lib/cmake/Qt6/Qt6Config.cmake lib/cmake/Qt6/Qt6ConfigExtras.cmake lib/cmake/Qt6/Qt6ConfigVersion.cmake lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake lib/cmake/Qt6/Qt6Dependencies.cmake lib/cmake/Qt6/Qt6Targets.cmake lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake lib/cmake/Qt6/Qt6VersionlessTargets.cmake lib/cmake/Qt6/QtAndroidHelpers.cmake lib/cmake/Qt6/QtAppHelpers.cmake lib/cmake/Qt6/QtAutoDetectHelpers.cmake lib/cmake/Qt6/QtAutogenHelpers.cmake lib/cmake/Qt6/QtBaseTopLevelHelpers.cmake lib/cmake/Qt6/QtBuild.cmake lib/cmake/Qt6/QtBuildHelpers.cmake lib/cmake/Qt6/QtBuildInformation.cmake lib/cmake/Qt6/QtBuildOptionsHelpers.cmake lib/cmake/Qt6/QtBuildPathsHelpers.cmake lib/cmake/Qt6/QtBuildRepoExamplesHelpers.cmake lib/cmake/Qt6/QtBuildRepoHelpers.cmake lib/cmake/Qt6/QtBuildStaticDocToolsScript.cmake lib/cmake/Qt6/QtCMakeHelpers.cmake lib/cmake/Qt6/QtCMakePackageVersionFile.cmake.in lib/cmake/Qt6/QtCMakeVersionHelpers.cmake lib/cmake/Qt6/QtCompilerFlags.cmake lib/cmake/Qt6/QtCompilerOptimization.cmake lib/cmake/Qt6/QtConfigDependencies.cmake.in lib/cmake/Qt6/QtConfigureTimeExecutableCMakeLists.txt.in lib/cmake/Qt6/QtCopyFileIfDifferent.cmake lib/cmake/Qt6/QtDbusHelpers.cmake lib/cmake/Qt6/QtDeferredDependenciesHelpers.cmake lib/cmake/Qt6/QtDocsHelpers.cmake lib/cmake/Qt6/QtExecutableHelpers.cmake lib/cmake/Qt6/QtFeature.cmake lib/cmake/Qt6/QtFeatureCommon.cmake lib/cmake/Qt6/QtFileConfigure.txt.in lib/cmake/Qt6/QtFindPackageHelpers.cmake lib/cmake/Qt6/QtFindWrapConfigExtra.cmake.in lib/cmake/Qt6/QtFindWrapHelper.cmake lib/cmake/Qt6/QtFinishPkgConfigFile.cmake lib/cmake/Qt6/QtFinishPrlFile.cmake lib/cmake/Qt6/QtFlagHandlingHelpers.cmake lib/cmake/Qt6/QtFrameworkHelpers.cmake lib/cmake/Qt6/QtGenerateExtPri.cmake lib/cmake/Qt6/QtGenerateLibHelpers.cmake lib/cmake/Qt6/QtGenerateLibPri.cmake lib/cmake/Qt6/QtGenerateVersionScript.cmake lib/cmake/Qt6/QtGlobalStateHelpers.cmake lib/cmake/Qt6/QtHeadersClean.cmake lib/cmake/Qt6/QtInitProject.cmake lib/cmake/Qt6/QtInstallHelpers.cmake lib/cmake/Qt6/QtInstallPaths.cmake lib/cmake/Qt6/QtJavaHelpers.cmake lib/cmake/Qt6/QtLalrHelpers.cmake lib/cmake/Qt6/QtMkspecHelpers.cmake lib/cmake/Qt6/QtModuleConfig.cmake.in lib/cmake/Qt6/QtModuleConfigPrivate.cmake.in lib/cmake/Qt6/QtModuleDependencies.cmake.in lib/cmake/Qt6/QtModuleHeadersCheck.cmake lib/cmake/Qt6/QtModuleHelpers.cmake lib/cmake/Qt6/QtModuleToolsConfig.cmake.in lib/cmake/Qt6/QtModuleToolsDependencies.cmake.in lib/cmake/Qt6/QtModuleToolsVersionlessTargets.cmake.in lib/cmake/Qt6/QtNoLinkTargetHelpers.cmake lib/cmake/Qt6/QtPkgConfigHelpers.cmake lib/cmake/Qt6/QtPlatformAndroid.cmake lib/cmake/Qt6/QtPlatformSupport.cmake lib/cmake/Qt6/QtPlatformTargetHelpers.cmake lib/cmake/Qt6/QtPluginConfig.cmake.in lib/cmake/Qt6/QtPluginDependencies.cmake.in lib/cmake/Qt6/QtPluginHelpers.cmake lib/cmake/Qt6/QtPlugins.cmake.in lib/cmake/Qt6/QtPostProcess.cmake lib/cmake/Qt6/QtPostProcessHelpers.cmake lib/cmake/Qt6/QtPrecompiledHeadersHelpers.cmake lib/cmake/Qt6/QtPriHelpers.cmake lib/cmake/Qt6/QtPrlHelpers.cmake lib/cmake/Qt6/QtProcessConfigureArgs.cmake lib/cmake/Qt6/QtProperties.cmake lib/cmake/Qt6/QtPublicAndroidHelpers.cmake lib/cmake/Qt6/QtPublicAppleHelpers.cmake lib/cmake/Qt6/QtPublicCMakeEarlyPolicyHelpers.cmake lib/cmake/Qt6/QtPublicCMakeHelpers.cmake lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake lib/cmake/Qt6/QtPublicDependencyHelpers.cmake lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake lib/cmake/Qt6/QtPublicGitHelpers.cmake lib/cmake/Qt6/QtPublicPluginHelpers.cmake lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake +lib/cmake/Qt6/QtPublicSbomCommonGenerationHelpers.cmake lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake +lib/cmake/Qt6/QtPublicSbomCycloneDXHelpers.cmake lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake +lib/cmake/Qt6/QtPublicSbomDocumentNamespaceHelpers.cmake lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake +lib/cmake/Qt6/QtPublicSbomGenerationCycloneDXHelpers.cmake lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake lib/cmake/Qt6/QtPublicSbomHelpers.cmake lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake lib/cmake/Qt6/QtPublicTargetHelpers.cmake lib/cmake/Qt6/QtPublicTestHelpers.cmake lib/cmake/Qt6/QtPublicToolHelpers.cmake lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake lib/cmake/Qt6/QtPublicWasmToolchainHelpers.cmake lib/cmake/Qt6/QtPublicWindowsHelpers.cmake lib/cmake/Qt6/QtQmakeHelpers.cmake lib/cmake/Qt6/QtResourceHelpers.cmake lib/cmake/Qt6/QtRpathHelpers.cmake lib/cmake/Qt6/QtSanitizerHelpers.cmake lib/cmake/Qt6/QtSbomHelpers.cmake lib/cmake/Qt6/QtScopeFinalizerHelpers.cmake lib/cmake/Qt6/QtSeparateDebugInfo.Info.plist.in lib/cmake/Qt6/QtSeparateDebugInfo.cmake lib/cmake/Qt6/QtSetup.cmake lib/cmake/Qt6/QtSimdHelpers.cmake lib/cmake/Qt6/QtSingleRepoTargetSetBuildHelpers.cmake lib/cmake/Qt6/QtStandaloneTestsConfig.cmake.in lib/cmake/Qt6/QtSyncQtHelpers.cmake lib/cmake/Qt6/QtTargetHelpers.cmake lib/cmake/Qt6/QtTestHelpers.cmake lib/cmake/Qt6/QtToolHelpers.cmake lib/cmake/Qt6/QtToolchainHelpers.cmake lib/cmake/Qt6/QtTransitiveExtras.cmake.in lib/cmake/Qt6/QtUnityBuildHelpers.cmake lib/cmake/Qt6/QtVersionlessAliasTargets.cmake.in lib/cmake/Qt6/QtVersionlessTargets.cmake.in lib/cmake/Qt6/QtWasmHelpers.cmake lib/cmake/Qt6/QtWindowsHelpers.cmake lib/cmake/Qt6/QtWrapperScriptHelpers.cmake lib/cmake/Qt6/QtWriteArgsFile.cmake lib/cmake/Qt6/config.tests/binary_for_strip/CMakeLists.txt lib/cmake/Qt6/config.tests/binary_for_strip/lib1.cpp lib/cmake/Qt6/config.tests/static_link_order/CMakeLists.txt lib/cmake/Qt6/config.tests/static_link_order/main.cpp lib/cmake/Qt6/config.tests/static_link_order/objlib.cpp lib/cmake/Qt6/config.tests/static_link_order/staticlib1.cpp lib/cmake/Qt6/config.tests/static_link_order/staticlib2.cpp lib/cmake/Qt6/libexec/qt-internal-ninja.bat.in lib/cmake/Qt6/libexec/qt-internal-ninja.in lib/cmake/Qt6/libexec/qt-internal-strip.bat.in lib/cmake/Qt6/libexec/qt-internal-strip.in lib/cmake/Qt6/modulecppexports.h.in lib/cmake/Qt6/platforms/FindIntegrityPlatformGraphics.cmake lib/cmake/Qt6/platforms/FindPlatformGraphics.cmake lib/cmake/Qt6/platforms/FindVxWorksPlatformGraphics.cmake lib/cmake/Qt6/platforms/Platform/Integrity.cmake lib/cmake/Qt6/qbatchedtestrunner.in.cpp lib/cmake/Qt6/qt-internal-config.redo.bat.in lib/cmake/Qt6/qt-internal-config.redo.in lib/cmake/Qt6/qt.toolchain.cmake lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersion.cmake lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersionImpl.cmake lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake lib/cmake/Qt6BuildInternals/QtBuildInternalsHelpers.cmake lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/CMakeLists.txt lib/cmake/Qt6BuildInternals/QtStandaloneTestTemplateProject/Main.cmake lib/cmake/Qt6BuildInternals/StandaloneTests/QtBaseTestsConfig.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentAdditionalTargetInfo.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersion.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentConfigVersionImpl.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentTargets.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessAliasTargets.cmake lib/cmake/Qt6Concurrent/Qt6ConcurrentVersionlessTargets.cmake lib/cmake/Qt6Core/Qt6CTestMacros.cmake lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake lib/cmake/Qt6Core/Qt6CoreConfig.cmake lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake lib/cmake/Qt6Core/Qt6CoreConfigureFileTemplate.in lib/cmake/Qt6Core/Qt6CoreDependencies.cmake lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake lib/cmake/Qt6Core/Qt6CoreMacros.cmake lib/cmake/Qt6Core/Qt6CoreResourceInit.in.cpp lib/cmake/Qt6Core/Qt6CoreTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Core/Qt6CoreTargets.cmake lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake lib/cmake/Qt6CorePrivate/Qt6CorePrivateAdditionalTargetInfo.cmake lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfig.cmake lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfigVersion.cmake lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfigVersionImpl.cmake lib/cmake/Qt6CorePrivate/Qt6CorePrivateDependencies.cmake lib/cmake/Qt6CorePrivate/Qt6CorePrivateTargets.cmake lib/cmake/Qt6CorePrivate/Qt6CorePrivateVersionlessAliasTargets.cmake lib/cmake/Qt6CorePrivate/Qt6CorePrivateVersionlessTargets.cmake lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake lib/cmake/Qt6DBus/Qt6DBusConfig.cmake lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake lib/cmake/Qt6DBus/Qt6DBusMacros.cmake lib/cmake/Qt6DBus/Qt6DBusTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6DBus/Qt6DBusTargets.cmake lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake lib/cmake/Qt6DBus/Qt6DBusVersionlessTargets.cmake lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfig.cmake lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfigVersion.cmake lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfigVersionImpl.cmake lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateDependencies.cmake lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateTargets.cmake lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateVersionlessTargets.cmake lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfig.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersion.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersionImpl.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateDependencies.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateVersionlessTargets.cmake lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfig.cmake lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfigVersion.cmake lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfigVersionImpl.cmake lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateTargets.cmake lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateVersionlessTargets.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfig.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersion.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateConfigVersionImpl.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateDependencies.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateTargets.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6ExamplesAssetDownloaderPrivate/Qt6ExamplesAssetDownloaderPrivateVersionlessTargets.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfig.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersion.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersionImpl.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateDependencies.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateVersionlessTargets.cmake lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6GuiConfig.cmake lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake lib/cmake/Qt6Gui/Qt6GuiTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6GuiTargets.cmake lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QGifPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QGifPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QGifPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QICOPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QICOPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QICOPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QJpegPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QJpegPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QLibInputPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QLibInputPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QLibInputPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QLibInputPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QLibInputPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QLibInputPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfigVersion.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfigVersionImpl.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfigVersion.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfigVersionImpl.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfigVersion.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfigVersionImpl.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%X11%%lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfigVersion.cmake lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfigVersionImpl.cmake lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfig.cmake lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfigVersion.cmake lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfigVersionImpl.cmake lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateDependencies.cmake lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateTargets.cmake lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateVersionlessTargets.cmake lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake lib/cmake/Qt6HostInfo/Qt6HostInfoConfigVersion.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfig.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfigVersion.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateConfigVersionImpl.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateDependencies.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateTargets.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6InputSupportPrivate/Qt6InputSupportPrivateVersionlessTargets.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateConfig.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateConfigVersion.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateConfigVersionImpl.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateDependencies.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateTargets.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6KmsSupportPrivate/Qt6KmsSupportPrivateVersionlessTargets.cmake lib/cmake/Qt6Network/Qt6NetworkAdditionalTargetInfo.cmake lib/cmake/Qt6Network/Qt6NetworkConfig.cmake lib/cmake/Qt6Network/Qt6NetworkConfigVersion.cmake lib/cmake/Qt6Network/Qt6NetworkConfigVersionImpl.cmake lib/cmake/Qt6Network/Qt6NetworkDependencies.cmake lib/cmake/Qt6Network/Qt6NetworkPlugins.cmake lib/cmake/Qt6Network/Qt6NetworkTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Network/Qt6NetworkTargets.cmake lib/cmake/Qt6Network/Qt6NetworkVersionlessAliasTargets.cmake lib/cmake/Qt6Network/Qt6NetworkVersionlessTargets.cmake lib/cmake/Qt6Network/Qt6QGlibNetworkInformationPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Network/Qt6QGlibNetworkInformationPluginConfig.cmake lib/cmake/Qt6Network/Qt6QGlibNetworkInformationPluginConfigVersion.cmake lib/cmake/Qt6Network/Qt6QGlibNetworkInformationPluginConfigVersionImpl.cmake lib/cmake/Qt6Network/Qt6QGlibNetworkInformationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Network/Qt6QGlibNetworkInformationPluginTargets.cmake lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfig.cmake lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfigVersion.cmake lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginConfigVersionImpl.cmake lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Network/Qt6QTlsBackendCertOnlyPluginTargets.cmake lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfig.cmake lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfigVersion.cmake lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginConfigVersionImpl.cmake lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Network/Qt6QTlsBackendOpenSSLPluginTargets.cmake lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateConfig.cmake lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateConfigVersion.cmake lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateConfigVersionImpl.cmake lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateDependencies.cmake lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateTargets.cmake lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6NetworkPrivate/Qt6NetworkPrivateVersionlessTargets.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLAdditionalTargetInfo.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLConfig.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersion.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLConfigVersionImpl.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLDependencies.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLTargets.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessAliasTargets.cmake lib/cmake/Qt6OpenGL/Qt6OpenGLVersionlessTargets.cmake lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateConfig.cmake lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateConfigVersion.cmake lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateConfigVersionImpl.cmake lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateDependencies.cmake lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateTargets.cmake lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6OpenGLPrivate/Qt6OpenGLPrivateVersionlessTargets.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsAdditionalTargetInfo.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersion.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfigVersionImpl.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsDependencies.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsTargets.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessAliasTargets.cmake lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsVersionlessTargets.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportAdditionalTargetInfo.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfig.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfigVersion.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportConfigVersionImpl.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportDependencies.cmake %%CUPS%%lib/cmake/Qt6PrintSupport/Qt6PrintSupportPlugins.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportTargets.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportVersionlessAliasTargets.cmake lib/cmake/Qt6PrintSupport/Qt6PrintSupportVersionlessTargets.cmake %%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginAdditionalTargetInfo.cmake %%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginConfig.cmake %%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginConfigVersion.cmake %%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginConfigVersionImpl.cmake %%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%CUPS%%lib/cmake/Qt6PrintSupport/Qt6QCupsPrinterSupportPluginTargets.cmake lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateConfig.cmake lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateConfigVersion.cmake lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateConfigVersionImpl.cmake lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateDependencies.cmake lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateTargets.cmake lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6PrintSupportPrivate/Qt6PrintSupportPrivateVersionlessTargets.cmake lib/cmake/Qt6Sql/Qt6SqlAdditionalTargetInfo.cmake lib/cmake/Qt6Sql/Qt6SqlConfig.cmake lib/cmake/Qt6Sql/Qt6SqlConfigVersion.cmake lib/cmake/Qt6Sql/Qt6SqlConfigVersionImpl.cmake lib/cmake/Qt6Sql/Qt6SqlDependencies.cmake lib/cmake/Qt6Sql/Qt6SqlPlugins.cmake lib/cmake/Qt6Sql/Qt6SqlTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Sql/Qt6SqlTargets.cmake lib/cmake/Qt6Sql/Qt6SqlVersionlessAliasTargets.cmake lib/cmake/Qt6Sql/Qt6SqlVersionlessTargets.cmake lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateConfig.cmake lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateConfigVersion.cmake lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateConfigVersionImpl.cmake lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateDependencies.cmake lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateTargets.cmake lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6SqlPrivate/Qt6SqlPrivateVersionlessTargets.cmake lib/cmake/Qt6Test/Qt6TestAdditionalTargetInfo.cmake lib/cmake/Qt6Test/Qt6TestConfig.cmake lib/cmake/Qt6Test/Qt6TestConfigVersion.cmake lib/cmake/Qt6Test/Qt6TestConfigVersionImpl.cmake lib/cmake/Qt6Test/Qt6TestDependencies.cmake lib/cmake/Qt6Test/Qt6TestTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Test/Qt6TestTargets.cmake lib/cmake/Qt6Test/Qt6TestVersionlessAliasTargets.cmake lib/cmake/Qt6Test/Qt6TestVersionlessTargets.cmake lib/cmake/Qt6Test/QtTestProperties.cmake lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/QtRunCMakeTestHelpers.cmake lib/cmake/Qt6TestInternalsPrivate/3rdparty/cmake/RunCMake.cmake lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfig.cmake lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfigVersion.cmake lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateConfigVersionImpl.cmake lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateTargets.cmake lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6TestInternalsPrivate/Qt6TestInternalsPrivateVersionlessTargets.cmake lib/cmake/Qt6TestInternalsPrivate/QtRunCMake.cmake lib/cmake/Qt6TestInternalsPrivate/QtRunCMakeTestWrappers.cmake lib/cmake/Qt6TestInternalsPrivate/RunCMake.cmake lib/cmake/Qt6TestPrivate/Qt6TestPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6TestPrivate/Qt6TestPrivateConfig.cmake lib/cmake/Qt6TestPrivate/Qt6TestPrivateConfigVersion.cmake lib/cmake/Qt6TestPrivate/Qt6TestPrivateConfigVersionImpl.cmake lib/cmake/Qt6TestPrivate/Qt6TestPrivateDependencies.cmake lib/cmake/Qt6TestPrivate/Qt6TestPrivateTargets.cmake lib/cmake/Qt6TestPrivate/Qt6TestPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6TestPrivate/Qt6TestPrivateVersionlessTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DmaBufServerBufferPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DmaBufServerBufferPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DmaBufServerBufferPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DmaBufServerBufferPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DmaBufServerBufferPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DmaBufServerBufferPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DrmEglServerBufferPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DrmEglServerBufferPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DrmEglServerBufferPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DrmEglServerBufferPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DrmEglServerBufferPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6DrmEglServerBufferPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandBradientDecorationPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandEglClientBufferPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandFullScreenShellV1IntegrationPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandWlShellIntegrationPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6QWaylandXdgShellIntegrationPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6ShmServerBufferPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6VulkanServerBufferPluginAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6VulkanServerBufferPluginConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6VulkanServerBufferPluginConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6VulkanServerBufferPluginConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6VulkanServerBufferPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6VulkanServerBufferPluginTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientDependencies.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientPlugins.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientVersionlessAliasTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClient/Qt6WaylandClientVersionlessTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateDependencies.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateVersionlessAliasTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandClientPrivate/Qt6WaylandClientPrivateVersionlessTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandGlobalPrivate/Qt6WaylandGlobalPrivateAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandGlobalPrivate/Qt6WaylandGlobalPrivateConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandGlobalPrivate/Qt6WaylandGlobalPrivateConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandGlobalPrivate/Qt6WaylandGlobalPrivateConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandGlobalPrivate/Qt6WaylandGlobalPrivateExtraProperties.cmake %%WAYLAND%%lib/cmake/Qt6WaylandGlobalPrivate/Qt6WaylandGlobalPrivateTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandGlobalPrivate/Qt6WaylandGlobalPrivateVersionlessAliasTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandGlobalPrivate/Qt6WaylandGlobalPrivateVersionlessTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandClientMacros.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandCompositorMacros.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsConfig.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsDependencies.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsTargets.cmake %%WAYLAND%%lib/cmake/Qt6WaylandScannerTools/Qt6WaylandScannerToolsVersionlessTargets.cmake lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake lib/cmake/Qt6Widgets/Qt6WidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfig.cmake lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfigVersion.cmake lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfigVersionImpl.cmake lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateDependencies.cmake lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateTargets.cmake lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateVersionlessTargets.cmake lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateAdditionalTargetInfo.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateConfig.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateConfigVersion.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateConfigVersionImpl.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateDependencies.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateTargets.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateVersionlessAliasTargets.cmake %%WAYLAND%%lib/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegrationPrivateVersionlessTargets.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateAdditionalTargetInfo.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateConfig.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateConfigVersion.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateConfigVersionImpl.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateDependencies.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateTargets.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateVersionlessAliasTargets.cmake %%X11%%lib/cmake/Qt6XcbQpaPrivate/Qt6XcbQpaPrivateVersionlessTargets.cmake lib/cmake/Qt6Xml/Qt6XmlAdditionalTargetInfo.cmake lib/cmake/Qt6Xml/Qt6XmlConfig.cmake lib/cmake/Qt6Xml/Qt6XmlConfigVersion.cmake lib/cmake/Qt6Xml/Qt6XmlConfigVersionImpl.cmake lib/cmake/Qt6Xml/Qt6XmlDependencies.cmake lib/cmake/Qt6Xml/Qt6XmlTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Xml/Qt6XmlTargets.cmake lib/cmake/Qt6Xml/Qt6XmlVersionlessAliasTargets.cmake lib/cmake/Qt6Xml/Qt6XmlVersionlessTargets.cmake lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateConfig.cmake lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateConfigVersion.cmake lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateConfigVersionImpl.cmake lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateDependencies.cmake lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateTargets.cmake lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6XmlPrivate/Qt6XmlPrivateVersionlessTargets.cmake %%QT_BINDIR%%/androiddeployqt %%QT_BINDIR%%/androiddeployqt6 %%QT_BINDIR%%/androidtestrunner %%QT_BINDIR%%/qdbuscpp2xml %%QT_BINDIR%%/qdbusxml2cpp %%QT_BINDIR%%/qmake %%QT_BINDIR%%/qmake6 %%QT_BINDIR%%/qt-cmake %%QT_BINDIR%%/qt-cmake-create %%QT_BINDIR%%/qt-configure-module %%QT_BINDIR%%/qtpaths %%QT_BINDIR%%/qtpaths6 %%QT_LIBDIR%%/libQt6Concurrent.prl %%QT_LIBDIR%%/libQt6Concurrent.so %%QT_LIBDIR%%/libQt6Concurrent.so.6 %%QT_LIBDIR%%/libQt6Concurrent.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6Core.prl %%QT_LIBDIR%%/libQt6Core.so %%QT_LIBDIR%%/libQt6Core.so.6 %%QT_LIBDIR%%/libQt6Core.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6DBus.prl %%QT_LIBDIR%%/libQt6DBus.so %%QT_LIBDIR%%/libQt6DBus.so.6 %%QT_LIBDIR%%/libQt6DBus.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6DeviceDiscoverySupport.a %%QT_LIBDIR%%/libQt6DeviceDiscoverySupport.prl %%QT_LIBDIR%%/libQt6ExampleIcons.a %%QT_LIBDIR%%/libQt6ExampleIcons.prl %%QT_LIBDIR%%/libQt6ExamplesAssetDownloader.a %%QT_LIBDIR%%/libQt6ExamplesAssetDownloader.prl %%QT_LIBDIR%%/libQt6FbSupport.a %%QT_LIBDIR%%/libQt6FbSupport.prl %%QT_LIBDIR%%/libQt6Gui.prl %%QT_LIBDIR%%/libQt6Gui.so %%QT_LIBDIR%%/libQt6Gui.so.6 %%QT_LIBDIR%%/libQt6Gui.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6InputSupport.a %%QT_LIBDIR%%/libQt6InputSupport.prl %%QT_LIBDIR%%/libQt6KmsSupport.a %%QT_LIBDIR%%/libQt6KmsSupport.prl %%QT_LIBDIR%%/libQt6Network.prl %%QT_LIBDIR%%/libQt6Network.so %%QT_LIBDIR%%/libQt6Network.so.6 %%QT_LIBDIR%%/libQt6Network.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6OpenGL.prl %%QT_LIBDIR%%/libQt6OpenGL.so %%QT_LIBDIR%%/libQt6OpenGL.so.6 %%QT_LIBDIR%%/libQt6OpenGL.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6OpenGLWidgets.prl %%QT_LIBDIR%%/libQt6OpenGLWidgets.so %%QT_LIBDIR%%/libQt6OpenGLWidgets.so.6 %%QT_LIBDIR%%/libQt6OpenGLWidgets.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6PrintSupport.prl %%QT_LIBDIR%%/libQt6PrintSupport.so %%QT_LIBDIR%%/libQt6PrintSupport.so.6 %%QT_LIBDIR%%/libQt6PrintSupport.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6Sql.prl %%QT_LIBDIR%%/libQt6Sql.so %%QT_LIBDIR%%/libQt6Sql.so.6 %%QT_LIBDIR%%/libQt6Sql.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6Test.prl %%QT_LIBDIR%%/libQt6Test.so %%QT_LIBDIR%%/libQt6Test.so.6 %%QT_LIBDIR%%/libQt6Test.so.%%FULLVER%% %%WAYLAND%%%%QT_LIBDIR%%/libQt6WaylandClient.prl %%WAYLAND%%%%QT_LIBDIR%%/libQt6WaylandClient.so %%WAYLAND%%%%QT_LIBDIR%%/libQt6WaylandClient.so.6 %%WAYLAND%%%%QT_LIBDIR%%/libQt6WaylandClient.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6Widgets.prl %%QT_LIBDIR%%/libQt6Widgets.so %%QT_LIBDIR%%/libQt6Widgets.so.6 %%QT_LIBDIR%%/libQt6Widgets.so.%%FULLVER%% %%WAYLAND%%%%QT_LIBDIR%%/libQt6WlShellIntegration.prl %%WAYLAND%%%%QT_LIBDIR%%/libQt6WlShellIntegration.so %%WAYLAND%%%%QT_LIBDIR%%/libQt6WlShellIntegration.so.6 %%WAYLAND%%%%QT_LIBDIR%%/libQt6WlShellIntegration.so.%%FULLVER%% %%X11%%%%QT_LIBDIR%%/libQt6XcbQpa.prl %%X11%%%%QT_LIBDIR%%/libQt6XcbQpa.so %%X11%%%%QT_LIBDIR%%/libQt6XcbQpa.so.6 %%X11%%%%QT_LIBDIR%%/libQt6XcbQpa.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6Xml.prl %%QT_LIBDIR%%/libQt6Xml.so %%QT_LIBDIR%%/libQt6Xml.so.6 %%QT_LIBDIR%%/libQt6Xml.so.%%FULLVER%% %%QT_LIBDIR%%/metatypes/qt6concurrent_metatypes.json %%QT_LIBDIR%%/metatypes/qt6core_metatypes.json %%QT_LIBDIR%%/metatypes/qt6dbus_metatypes.json %%QT_LIBDIR%%/metatypes/qt6devicediscoverysupportprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6exampleiconsprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6examplesassetdownloaderprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6fbsupportprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6gui_metatypes.json %%QT_LIBDIR%%/metatypes/qt6inputsupportprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6kmssupportprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6network_metatypes.json %%QT_LIBDIR%%/metatypes/qt6opengl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6openglwidgets_metatypes.json %%QT_LIBDIR%%/metatypes/qt6printsupport_metatypes.json %%QT_LIBDIR%%/metatypes/qt6sql_metatypes.json %%QT_LIBDIR%%/metatypes/qt6test_metatypes.json %%WAYLAND%%%%QT_LIBDIR%%/metatypes/qt6waylandclient_metatypes.json %%QT_LIBDIR%%/metatypes/qt6widgets_metatypes.json %%WAYLAND%%%%QT_LIBDIR%%/metatypes/qt6wlshellintegrationprivate_metatypes.json %%X11%%%%QT_LIBDIR%%/metatypes/qt6xcbqpaprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6xml_metatypes.json %%QT_MKSPECDIR%%/REUSE.toml %%QT_MKSPECDIR%%/aix-g++-64/qmake.conf %%QT_MKSPECDIR%%/aix-g++-64/qplatformdefs.h %%QT_MKSPECDIR%%/aix-g++/qmake.conf %%QT_MKSPECDIR%%/aix-g++/qplatformdefs.h %%QT_MKSPECDIR%%/android-clang/qmake.conf %%QT_MKSPECDIR%%/android-clang/qplatformdefs.h %%QT_MKSPECDIR%%/common/aix/qplatformdefs.h %%QT_MKSPECDIR%%/common/android/qplatformdefs.h %%QT_MKSPECDIR%%/common/bsd/bsd.conf %%QT_MKSPECDIR%%/common/bsd/qplatformdefs.h %%QT_MKSPECDIR%%/common/c89/qplatformdefs.h %%QT_MKSPECDIR%%/common/clang-mac.conf %%QT_MKSPECDIR%%/common/clang.conf %%QT_MKSPECDIR%%/common/g++-base.conf %%QT_MKSPECDIR%%/common/g++-macx.conf %%QT_MKSPECDIR%%/common/g++-unix.conf %%QT_MKSPECDIR%%/common/g++-win32.conf %%QT_MKSPECDIR%%/common/g++.conf %%QT_MKSPECDIR%%/common/gcc-base-mac.conf %%QT_MKSPECDIR%%/common/gcc-base-unix.conf %%QT_MKSPECDIR%%/common/gcc-base.conf %%QT_MKSPECDIR%%/common/ghs-base.conf %%QT_MKSPECDIR%%/common/ghs-integrity-armv7.conf %%QT_MKSPECDIR%%/common/ghs-integrity-armv8.conf %%QT_MKSPECDIR%%/common/ghs-integrity-x86.conf %%QT_MKSPECDIR%%/common/icc-base-unix.conf %%QT_MKSPECDIR%%/common/integrity/qplatformdefs.h %%QT_MKSPECDIR%%/common/ios.conf %%QT_MKSPECDIR%%/common/linux.conf %%QT_MKSPECDIR%%/common/llvm.conf %%QT_MKSPECDIR%%/common/mac.conf %%QT_MKSPECDIR%%/common/mac/qplatformdefs.h %%QT_MKSPECDIR%%/common/macx.conf %%QT_MKSPECDIR%%/common/msvc-based-version.conf %%QT_MKSPECDIR%%/common/msvc-desktop.conf %%QT_MKSPECDIR%%/common/msvc-version.conf %%QT_MKSPECDIR%%/common/posix/qplatformdefs.h %%QT_MKSPECDIR%%/common/qcc-base-qnx-aarch64le.conf %%QT_MKSPECDIR%%/common/qcc-base-qnx-armle-v7.conf %%QT_MKSPECDIR%%/common/qcc-base-qnx-x86-64.conf %%QT_MKSPECDIR%%/common/qcc-base-qnx-x86.conf %%QT_MKSPECDIR%%/common/qcc-base-qnx.conf %%QT_MKSPECDIR%%/common/qcc-base.conf %%QT_MKSPECDIR%%/common/qnx/qplatformdefs.h %%QT_MKSPECDIR%%/common/rtems-base.conf %%QT_MKSPECDIR%%/common/rtems/qplatformdefs.h %%QT_MKSPECDIR%%/common/sanitize.conf %%QT_MKSPECDIR%%/common/shell-unix.conf %%QT_MKSPECDIR%%/common/shell-win32.conf %%QT_MKSPECDIR%%/common/solaris.conf %%QT_MKSPECDIR%%/common/tvos.conf %%QT_MKSPECDIR%%/common/uikit.conf %%QT_MKSPECDIR%%/common/uikit/GLES2/gl2.h %%QT_MKSPECDIR%%/common/uikit/clang.conf %%QT_MKSPECDIR%%/common/uikit/qmake.conf %%QT_MKSPECDIR%%/common/unix.conf %%QT_MKSPECDIR%%/common/vxworks/qplatformdefs.h %%QT_MKSPECDIR%%/common/wasm/qplatformdefs.h %%QT_MKSPECDIR%%/common/wasm/wasm.conf %%QT_MKSPECDIR%%/common/watchos.conf %%QT_MKSPECDIR%%/common/windows-desktop.conf %%QT_MKSPECDIR%%/common/windows-vulkan.conf %%QT_MKSPECDIR%%/cygwin-g++/qmake.conf %%QT_MKSPECDIR%%/cygwin-g++/qplatformdefs.h %%QT_MKSPECDIR%%/darwin-g++/qmake.conf %%QT_MKSPECDIR%%/darwin-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/common/freebsd_device_post.conf %%QT_MKSPECDIR%%/devices/common/freebsd_device_pre.conf %%QT_MKSPECDIR%%/devices/common/linux_arm_device_post.conf %%QT_MKSPECDIR%%/devices/common/linux_device_post.conf %%QT_MKSPECDIR%%/devices/common/linux_device_pre.conf %%QT_MKSPECDIR%%/devices/freebsd-generic-clang/qmake.conf %%QT_MKSPECDIR%%/devices/freebsd-generic-clang/qplatformdefs.h %%QT_MKSPECDIR%%/devices/freebsd-rasp-pi-clang/qmake.conf %%QT_MKSPECDIR%%/devices/freebsd-rasp-pi-clang/qplatformdefs.h %%QT_MKSPECDIR%%/devices/integrity-armv8-SA8155P/qmake.conf %%QT_MKSPECDIR%%/devices/integrity-armv8-SA8155P/qplatformdefs.h %%QT_MKSPECDIR%%/devices/integrity-armv8-drive-cx/qmake.conf %%QT_MKSPECDIR%%/devices/integrity-armv8-drive-cx/qplatformdefs.h %%QT_MKSPECDIR%%/devices/integrity-armv8-msm8996au/qmake.conf %%QT_MKSPECDIR%%/devices/integrity-armv8-msm8996au/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-archos-gen8-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-archos-gen8-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-arm-amlogic-8726M-g++/qeglfshooks_8726m.cpp %%QT_MKSPECDIR%%/devices/linux-arm-amlogic-8726M-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-arm-amlogic-8726M-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-arm-generic-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-arm-generic-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-arm-hisilicon-hix5hd2-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-arm-hisilicon-hix5hd2-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-arm-trident-pnx8473-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-arm-trident-pnx8473-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-beagleboard-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-beagleboard-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-colibri-vf-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-colibri-vf-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-drive-cx-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-drive-cx-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-emu-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-emu-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-generic-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-generic-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-imx53qsb-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-imx53qsb-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-imx6-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-imx6-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-imx7-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-imx7-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-imx8-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-imx8-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-jetson-tk1-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-jetson-tk1-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-jetson-tk1-pro-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-jetson-tk1-pro-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-jetson-tx1-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-jetson-tx1-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp %%QT_MKSPECDIR%%/devices/linux-mipsel-broadcom-97425-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-mipsel-broadcom-97425-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-mipsel-ci20-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-mipsel-ci20-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-nuc-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-nuc-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-odroid-xu3-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-odroid-xu3-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-rasp-pi-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-rasp-pi-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-rasp-pi2-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-rasp-pi2-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-rasp-pi3-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-rasp-pi3-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-rasp-pi3-vc4-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-rasp-pi3-vc4-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-rasp-pi4-aarch64/qmake.conf %%QT_MKSPECDIR%%/devices/linux-rasp-pi4-aarch64/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-rasp-pi4-v3d-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-rasp-pi4-v3d-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-rcar-h2-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-rcar-h2-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-rcar-m3-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-rcar-m3-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-sh4-stmicro-ST7108-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-sh4-stmicro-ST7108-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-sh4-stmicro-ST7540-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-sh4-stmicro-ST7540-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-snowball-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-snowball-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-tegra2-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-tegra2-g++/qplatformdefs.h %%QT_MKSPECDIR%%/devices/linux-tinkerboard-g++/qmake.conf %%QT_MKSPECDIR%%/devices/linux-tinkerboard-g++/qplatformdefs.h %%QT_MKSPECDIR%%/dummy/qmake.conf %%QT_MKSPECDIR%%/features/android/android.prf %%QT_MKSPECDIR%%/features/android/android_deployment_settings.prf %%QT_MKSPECDIR%%/features/android/default_pre.prf %%QT_MKSPECDIR%%/features/android/resolve_config.prf %%QT_MKSPECDIR%%/features/android/resolve_target.prf %%QT_MKSPECDIR%%/features/android/sdk.prf %%QT_MKSPECDIR%%/features/android/spec_post.prf %%QT_MKSPECDIR%%/features/benchmark.prf %%QT_MKSPECDIR%%/features/build_pass.prf %%QT_MKSPECDIR%%/features/ccache.prf %%QT_MKSPECDIR%%/features/cmake_functions.prf %%QT_MKSPECDIR%%/features/cmdline.prf %%QT_MKSPECDIR%%/features/configure.prf %%QT_MKSPECDIR%%/features/configure_base.prf %%QT_MKSPECDIR%%/features/coverage.prf %%QT_MKSPECDIR%%/features/create_cmake.prf %%QT_MKSPECDIR%%/features/ctest_testcase.prf %%QT_MKSPECDIR%%/features/ctest_testcase_common.prf %%QT_MKSPECDIR%%/features/ctest_testcase_installed.prf %%QT_MKSPECDIR%%/features/data/configure.json %%QT_MKSPECDIR%%/features/data/dummy.cpp %%QT_MKSPECDIR%%/features/data/dumpvcvars.bat %%QT_MKSPECDIR%%/features/data/macros.cpp %%QT_MKSPECDIR%%/features/data/testserver/Dockerfile %%QT_MKSPECDIR%%/features/data/testserver/docker-compose-common.yml %%QT_MKSPECDIR%%/features/dbusadaptors.prf %%QT_MKSPECDIR%%/features/dbuscommon.pri %%QT_MKSPECDIR%%/features/dbusinterfaces.prf %%QT_MKSPECDIR%%/features/declarative_debug.prf %%QT_MKSPECDIR%%/features/default_post.prf %%QT_MKSPECDIR%%/features/default_pre.prf %%QT_MKSPECDIR%%/features/designer_defines.prf %%QT_MKSPECDIR%%/features/device_config.prf %%QT_MKSPECDIR%%/features/egl.prf %%QT_MKSPECDIR%%/features/exceptions.prf %%QT_MKSPECDIR%%/features/exceptions_off.prf %%QT_MKSPECDIR%%/features/exclusive_builds.prf %%QT_MKSPECDIR%%/features/exclusive_builds_post.prf %%QT_MKSPECDIR%%/features/file_copies.prf %%QT_MKSPECDIR%%/features/gc_binaries.prf %%QT_MKSPECDIR%%/features/gcov.prf %%QT_MKSPECDIR%%/features/include_source_dir.prf %%QT_MKSPECDIR%%/features/incredibuild_xge.prf %%QT_MKSPECDIR%%/features/java.prf %%QT_MKSPECDIR%%/features/lex.prf %%QT_MKSPECDIR%%/features/link_ltcg.prf %%QT_MKSPECDIR%%/features/link_pkgconfig.prf %%QT_MKSPECDIR%%/features/lrelease.prf %%QT_MKSPECDIR%%/features/ltcg.prf %%QT_MKSPECDIR%%/features/mac/asset_catalogs.prf %%QT_MKSPECDIR%%/features/mac/default_post.prf %%QT_MKSPECDIR%%/features/mac/default_pre.prf %%QT_MKSPECDIR%%/features/mac/mac.prf %%QT_MKSPECDIR%%/features/mac/no_warn_empty_obj_files.prf %%QT_MKSPECDIR%%/features/mac/objective_c.prf %%QT_MKSPECDIR%%/features/mac/rez.prf %%QT_MKSPECDIR%%/features/mac/sdk.mk %%QT_MKSPECDIR%%/features/mac/sdk.prf %%QT_MKSPECDIR%%/features/mac/toolchain.prf %%QT_MKSPECDIR%%/features/metatypes.prf %%QT_MKSPECDIR%%/features/moc.prf %%QT_MKSPECDIR%%/features/no_debug_info.prf %%QT_MKSPECDIR%%/features/permissions.prf %%QT_MKSPECDIR%%/features/plugin_bundle.prf %%QT_MKSPECDIR%%/features/precompile_header.prf %%QT_MKSPECDIR%%/features/qgltf.prf %%QT_MKSPECDIR%%/features/qlalr.prf %%QT_MKSPECDIR%%/features/qmake_use.prf %%QT_MKSPECDIR%%/features/qml_debug.prf %%QT_MKSPECDIR%%/features/qml_module.prf %%QT_MKSPECDIR%%/features/qml_plugin.prf %%QT_MKSPECDIR%%/features/qmltestcase.prf %%QT_MKSPECDIR%%/features/qt.prf %%QT_MKSPECDIR%%/features/qt_config.prf %%QT_MKSPECDIR%%/features/qt_functions.prf %%QT_MKSPECDIR%%/features/resolve_config.prf %%QT_MKSPECDIR%%/features/resolve_target.prf %%QT_MKSPECDIR%%/features/resources.prf %%QT_MKSPECDIR%%/features/resources_functions.prf %%QT_MKSPECDIR%%/features/rtti.prf %%QT_MKSPECDIR%%/features/rtti_off.prf %%QT_MKSPECDIR%%/features/sanitizer.prf %%QT_MKSPECDIR%%/features/silent.prf %%QT_MKSPECDIR%%/features/simd.prf %%QT_MKSPECDIR%%/features/spec_post.prf %%QT_MKSPECDIR%%/features/spec_pre.prf %%QT_MKSPECDIR%%/features/static_runtime.prf %%QT_MKSPECDIR%%/features/testcase.prf %%QT_MKSPECDIR%%/features/testcase_targets.prf %%QT_MKSPECDIR%%/features/testcocoon.prf %%QT_MKSPECDIR%%/features/testlib_defines.prf %%QT_MKSPECDIR%%/features/toolchain.prf %%QT_MKSPECDIR%%/features/uic.prf %%QT_MKSPECDIR%%/features/uikit/bitcode.prf %%QT_MKSPECDIR%%/features/uikit/default_post.prf %%QT_MKSPECDIR%%/features/uikit/default_pre.prf %%QT_MKSPECDIR%%/features/uikit/device_destinations.sh %%QT_MKSPECDIR%%/features/uikit/devices.py %%QT_MKSPECDIR%%/features/uikit/exclusive_builds_post.prf %%QT_MKSPECDIR%%/features/uikit/gc_binaries.prf %%QT_MKSPECDIR%%/features/uikit/resolve_config.prf %%QT_MKSPECDIR%%/features/uikit/sdk.prf %%QT_MKSPECDIR%%/features/uikit/testcase.prf %%QT_MKSPECDIR%%/features/uikit/testcase_targets.prf %%QT_MKSPECDIR%%/features/uikit/watchos_coretext.prf %%QT_MKSPECDIR%%/features/uikit/xcodebuild.mk %%QT_MKSPECDIR%%/features/uikit/xcodebuild.prf %%QT_MKSPECDIR%%/features/unix/bsymbolic_functions.prf %%QT_MKSPECDIR%%/features/unix/hide_symbols.prf %%QT_MKSPECDIR%%/features/unix/largefile.prf %%QT_MKSPECDIR%%/features/unix/no_direct_extern_access.prf %%QT_MKSPECDIR%%/features/unix/opengl.prf %%QT_MKSPECDIR%%/features/unix/separate_debug_info.prf %%QT_MKSPECDIR%%/features/unix/thread.prf %%QT_MKSPECDIR%%/features/unix/x11.prf %%QT_MKSPECDIR%%/features/unix/x11inc.prf %%QT_MKSPECDIR%%/features/unix/x11lib.prf %%QT_MKSPECDIR%%/features/unix/x11sm.prf %%QT_MKSPECDIR%%/features/unsupported/testserver.prf %%QT_MKSPECDIR%%/features/use_c_linker.prf %%QT_MKSPECDIR%%/features/vxworks.prf %%QT_MKSPECDIR%%/features/warn_off.prf %%QT_MKSPECDIR%%/features/warn_on.prf %%QT_MKSPECDIR%%/features/wasm/default_pre.prf %%QT_MKSPECDIR%%/features/wasm/emcc_ver.prf %%QT_MKSPECDIR%%/features/wasm/wasm.prf %%QT_MKSPECDIR%%/features/wayland-scanner.prf %%QT_MKSPECDIR%%/features/win32/console.prf %%QT_MKSPECDIR%%/features/win32/default_pre.prf %%QT_MKSPECDIR%%/features/win32/dumpcpp.prf %%QT_MKSPECDIR%%/features/win32/idcidl.prf %%QT_MKSPECDIR%%/features/win32/msvc_mp.prf %%QT_MKSPECDIR%%/features/win32/opengl.prf %%QT_MKSPECDIR%%/features/win32/separate_debug_info.prf %%QT_MKSPECDIR%%/features/win32/stl.prf %%QT_MKSPECDIR%%/features/win32/stl_off.prf %%QT_MKSPECDIR%%/features/win32/windeployqt.prf %%QT_MKSPECDIR%%/features/win32/windows.prf %%QT_MKSPECDIR%%/features/win32/windows_vulkan_sdk.prf %%QT_MKSPECDIR%%/features/xctest.prf %%QT_MKSPECDIR%%/features/yacc.prf %%QT_MKSPECDIR%%/freebsd-clang/qmake.conf %%QT_MKSPECDIR%%/freebsd-clang/qplatformdefs.h %%QT_MKSPECDIR%%/freebsd-g++/qmake.conf %%QT_MKSPECDIR%%/freebsd-g++/qplatformdefs.h %%QT_MKSPECDIR%%/haiku-g++/qmake.conf %%QT_MKSPECDIR%%/haiku-g++/qplatformdefs.h %%QT_MKSPECDIR%%/hpuxi-g++-64/qmake.conf %%QT_MKSPECDIR%%/hpuxi-g++-64/qplatformdefs.h %%QT_MKSPECDIR%%/hurd-g++/qmake.conf %%QT_MKSPECDIR%%/hurd-g++/qplatformdefs.h %%QT_MKSPECDIR%%/integrity-armv7-imx6/qmake.conf %%QT_MKSPECDIR%%/integrity-armv7-imx6/qplatformdefs.h %%QT_MKSPECDIR%%/integrity-armv7/qmake.conf %%QT_MKSPECDIR%%/integrity-armv7/qplatformdefs.h %%QT_MKSPECDIR%%/integrity-armv8-rcar/qmake.conf %%QT_MKSPECDIR%%/integrity-armv8-rcar/qplatformdefs.h %%QT_MKSPECDIR%%/integrity-x86/qmake.conf %%QT_MKSPECDIR%%/integrity-x86/qplatformdefs.h %%QT_MKSPECDIR%%/linux-aarch64-gnu-g++/qmake.conf %%QT_MKSPECDIR%%/linux-aarch64-gnu-g++/qplatformdefs.h %%QT_MKSPECDIR%%/linux-arm-gnueabi-g++/qmake.conf %%QT_MKSPECDIR%%/linux-arm-gnueabi-g++/qplatformdefs.h %%QT_MKSPECDIR%%/linux-clang-32/qmake.conf %%QT_MKSPECDIR%%/linux-clang-32/qplatformdefs.h %%QT_MKSPECDIR%%/linux-clang-libc++-32/qmake.conf %%QT_MKSPECDIR%%/linux-clang-libc++-32/qplatformdefs.h %%QT_MKSPECDIR%%/linux-clang-libc++/qmake.conf %%QT_MKSPECDIR%%/linux-clang-libc++/qplatformdefs.h %%QT_MKSPECDIR%%/linux-clang/qmake.conf %%QT_MKSPECDIR%%/linux-clang/qplatformdefs.h %%QT_MKSPECDIR%%/linux-g++-32/qmake.conf %%QT_MKSPECDIR%%/linux-g++-32/qplatformdefs.h %%QT_MKSPECDIR%%/linux-g++-64/qmake.conf %%QT_MKSPECDIR%%/linux-g++-64/qplatformdefs.h %%QT_MKSPECDIR%%/linux-g++/qmake.conf %%QT_MKSPECDIR%%/linux-g++/qplatformdefs.h %%QT_MKSPECDIR%%/linux-icc-32/qmake.conf %%QT_MKSPECDIR%%/linux-icc-32/qplatformdefs.h %%QT_MKSPECDIR%%/linux-icc-64/qmake.conf %%QT_MKSPECDIR%%/linux-icc-64/qplatformdefs.h %%QT_MKSPECDIR%%/linux-icc-k1om/qmake.conf %%QT_MKSPECDIR%%/linux-icc-k1om/qplatformdefs.h %%QT_MKSPECDIR%%/linux-icc/qmake.conf %%QT_MKSPECDIR%%/linux-icc/qplatformdefs.h %%QT_MKSPECDIR%%/linux-llvm/qmake.conf %%QT_MKSPECDIR%%/linux-llvm/qplatformdefs.h %%QT_MKSPECDIR%%/linux-lsb-g++/qmake.conf %%QT_MKSPECDIR%%/linux-lsb-g++/qplatformdefs.h %%QT_MKSPECDIR%%/lynxos-g++/qmake.conf %%QT_MKSPECDIR%%/lynxos-g++/qplatformdefs.h %%QT_MKSPECDIR%%/macx-clang/Info.plist.app %%QT_MKSPECDIR%%/macx-clang/Info.plist.dSYM.in %%QT_MKSPECDIR%%/macx-clang/Info.plist.disable_highdpi %%QT_MKSPECDIR%%/macx-clang/Info.plist.lib %%QT_MKSPECDIR%%/macx-clang/qmake.conf %%QT_MKSPECDIR%%/macx-clang/qplatformdefs.h %%QT_MKSPECDIR%%/macx-g++/Info.plist.app %%QT_MKSPECDIR%%/macx-g++/Info.plist.dSYM.in %%QT_MKSPECDIR%%/macx-g++/Info.plist.lib %%QT_MKSPECDIR%%/macx-g++/qmake.conf %%QT_MKSPECDIR%%/macx-g++/qplatformdefs.h %%QT_MKSPECDIR%%/macx-icc/Info.plist.app %%QT_MKSPECDIR%%/macx-icc/Info.plist.dSYM.in %%QT_MKSPECDIR%%/macx-icc/Info.plist.lib %%QT_MKSPECDIR%%/macx-icc/qmake.conf %%QT_MKSPECDIR%%/macx-icc/qplatformdefs.h %%QT_MKSPECDIR%%/macx-ios-clang/Info.plist.app %%QT_MKSPECDIR%%/macx-ios-clang/Info.plist.dSYM.in %%QT_MKSPECDIR%%/macx-ios-clang/Info.plist.lib %%QT_MKSPECDIR%%/macx-ios-clang/LaunchScreen.storyboard %%QT_MKSPECDIR%%/macx-ios-clang/qmake.conf %%QT_MKSPECDIR%%/macx-ios-clang/qplatformdefs.h %%QT_MKSPECDIR%%/macx-visionos-clang/Info.plist.app %%QT_MKSPECDIR%%/macx-visionos-clang/Info.plist.dSYM.in %%QT_MKSPECDIR%%/macx-visionos-clang/Info.plist.lib %%QT_MKSPECDIR%%/macx-visionos-clang/qmake.conf %%QT_MKSPECDIR%%/macx-visionos-clang/qplatformdefs.h %%QT_MKSPECDIR%%/macx-xcode/QtTest.plist %%QT_MKSPECDIR%%/macx-xcode/WorkspaceSettings.xcsettings %%QT_MKSPECDIR%%/macx-xcode/default.xcscheme %%QT_MKSPECDIR%%/macx-xcode/qmake.conf %%QT_MKSPECDIR%%/macx-xcode/qplatformdefs.h %%QT_MKSPECDIR%%/modules/README %%QT_MKSPECDIR%%/modules/qt_lib_concurrent.pri %%QT_MKSPECDIR%%/modules/qt_lib_core.pri %%QT_MKSPECDIR%%/modules/qt_lib_core_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_dbus.pri %%QT_MKSPECDIR%%/modules/qt_lib_dbus_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_devicediscovery_support_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_example_icons_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_examples_asset_downloader_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_fb_support_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_gui.pri %%QT_MKSPECDIR%%/modules/qt_lib_gui_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_input_support_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_kms_support_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_network.pri %%QT_MKSPECDIR%%/modules/qt_lib_network_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_opengl.pri %%QT_MKSPECDIR%%/modules/qt_lib_opengl_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_openglwidgets.pri %%QT_MKSPECDIR%%/modules/qt_lib_printsupport.pri %%QT_MKSPECDIR%%/modules/qt_lib_printsupport_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_sql.pri %%QT_MKSPECDIR%%/modules/qt_lib_sql_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_testinternals_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_testlib.pri %%QT_MKSPECDIR%%/modules/qt_lib_testlib_private.pri %%WAYLAND%%%%QT_MKSPECDIR%%/modules/qt_lib_waylandclient.pri %%WAYLAND%%%%QT_MKSPECDIR%%/modules/qt_lib_waylandclient_private.pri %%WAYLAND%%%%QT_MKSPECDIR%%/modules/qt_lib_waylandglobal_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_widgets.pri %%QT_MKSPECDIR%%/modules/qt_lib_widgets_private.pri %%WAYLAND%%%%QT_MKSPECDIR%%/modules/qt_lib_wl_shell_integration_private.pri %%X11%%%%QT_MKSPECDIR%%/modules/qt_lib_xcb_qpa_lib_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_xml.pri %%QT_MKSPECDIR%%/modules/qt_lib_xml_private.pri %%QT_MKSPECDIR%%/netbsd-g++/qmake.conf %%QT_MKSPECDIR%%/netbsd-g++/qplatformdefs.h %%QT_MKSPECDIR%%/openbsd-g++/qmake.conf %%QT_MKSPECDIR%%/openbsd-g++/qplatformdefs.h %%QT_MKSPECDIR%%/qconfig.pri %%QT_MKSPECDIR%%/qmodule.pri %%QT_MKSPECDIR%%/qnx-aarch64le-qcc/qmake.conf %%QT_MKSPECDIR%%/qnx-aarch64le-qcc/qplatformdefs.h %%QT_MKSPECDIR%%/qnx-armle-v7-qcc/qmake.conf %%QT_MKSPECDIR%%/qnx-armle-v7-qcc/qplatformdefs.h %%QT_MKSPECDIR%%/qnx-x86-64-qcc/qmake.conf %%QT_MKSPECDIR%%/qnx-x86-64-qcc/qplatformdefs.h %%QT_MKSPECDIR%%/qnx-x86-qcc/qmake.conf %%QT_MKSPECDIR%%/qnx-x86-qcc/qplatformdefs.h %%QT_MKSPECDIR%%/solaris-cc-64-stlport/qmake.conf %%QT_MKSPECDIR%%/solaris-cc-64-stlport/qplatformdefs.h %%QT_MKSPECDIR%%/solaris-cc-64/qmake.conf %%QT_MKSPECDIR%%/solaris-cc-64/qplatformdefs.h %%QT_MKSPECDIR%%/solaris-cc-stlport/qmake.conf %%QT_MKSPECDIR%%/solaris-cc-stlport/qplatformdefs.h %%QT_MKSPECDIR%%/solaris-cc/qmake.conf %%QT_MKSPECDIR%%/solaris-cc/qplatformdefs.h %%QT_MKSPECDIR%%/solaris-g++-64/qmake.conf %%QT_MKSPECDIR%%/solaris-g++-64/qplatformdefs.h %%QT_MKSPECDIR%%/solaris-g++/qmake.conf %%QT_MKSPECDIR%%/solaris-g++/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/linux-host-g++/qmake.conf %%QT_MKSPECDIR%%/unsupported/linux-host-g++/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/linux-scratchbox2-g++/qmake.conf %%QT_MKSPECDIR%%/unsupported/linux-scratchbox2-g++/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/macx-tvos-clang/Info.plist.app %%QT_MKSPECDIR%%/unsupported/macx-tvos-clang/Info.plist.lib %%QT_MKSPECDIR%%/unsupported/macx-tvos-clang/qmake.conf %%QT_MKSPECDIR%%/unsupported/macx-tvos-clang/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/macx-watchos-clang/Info.plist.app %%QT_MKSPECDIR%%/unsupported/macx-watchos-clang/Info.plist.lib %%QT_MKSPECDIR%%/unsupported/macx-watchos-clang/qmake.conf %%QT_MKSPECDIR%%/unsupported/macx-watchos-clang/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/qnx-X11-g++/qmake.conf %%QT_MKSPECDIR%%/unsupported/qnx-X11-g++/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/vxworks-ppc-dcc/qmake.conf %%QT_MKSPECDIR%%/unsupported/vxworks-ppc-dcc/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/vxworks-ppc-g++/qmake.conf %%QT_MKSPECDIR%%/unsupported/vxworks-ppc-g++/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/vxworks-simpentium-dcc/qmake.conf %%QT_MKSPECDIR%%/unsupported/vxworks-simpentium-dcc/qplatformdefs.h %%QT_MKSPECDIR%%/unsupported/vxworks-simpentium-g++/qmake.conf %%QT_MKSPECDIR%%/unsupported/vxworks-simpentium-g++/qplatformdefs.h %%QT_MKSPECDIR%%/vxworks-clang/qplatformdefs.h %%QT_MKSPECDIR%%/wasm-emscripten-64/qmake.conf %%QT_MKSPECDIR%%/wasm-emscripten-64/qplatformdefs.h %%QT_MKSPECDIR%%/wasm-emscripten/qmake.conf %%QT_MKSPECDIR%%/wasm-emscripten/qplatformdefs.h %%QT_MKSPECDIR%%/win32-arm64-msvc/qmake.conf %%QT_MKSPECDIR%%/win32-arm64-msvc/qplatformdefs.h %%QT_MKSPECDIR%%/win32-clang-g++/qmake.conf %%QT_MKSPECDIR%%/win32-clang-g++/qplatformdefs.h %%QT_MKSPECDIR%%/win32-clang-msvc/qmake.conf %%QT_MKSPECDIR%%/win32-clang-msvc/qplatformdefs.h %%QT_MKSPECDIR%%/win32-g++/qmake.conf %%QT_MKSPECDIR%%/win32-g++/qplatformdefs.h %%QT_MKSPECDIR%%/win32-icc-k1om/qmake.conf %%QT_MKSPECDIR%%/win32-icc-k1om/qplatformdefs.h %%QT_MKSPECDIR%%/win32-icc/qmake.conf %%QT_MKSPECDIR%%/win32-icc/qplatformdefs.h %%QT_MKSPECDIR%%/win32-msvc/qmake.conf %%QT_MKSPECDIR%%/win32-msvc/qplatformdefs.h %%DEBUG%%%%QT_LIBDIR%%/objects-Debug/ExampleIconsPrivate_resources_1/.qt/rcc/qrc_example_icons_init.cpp.o %%NO_DEBUG%%%%QT_LIBDIR%%/objects-Release/ExampleIconsPrivate_resources_1/.qt/rcc/qrc_example_icons_init.cpp.o %%QT_PLUGINDIR%%/generic/libqevdevkeyboardplugin.so %%QT_PLUGINDIR%%/generic/libqevdevmouseplugin.so %%QT_PLUGINDIR%%/generic/libqevdevtabletplugin.so %%QT_PLUGINDIR%%/generic/libqevdevtouchplugin.so %%QT_PLUGINDIR%%/generic/libqlibinputplugin.so %%QT_PLUGINDIR%%/generic/libqtuiotouchplugin.so %%QT_PLUGINDIR%%/imageformats/libqgif.so %%QT_PLUGINDIR%%/imageformats/libqico.so %%QT_PLUGINDIR%%/imageformats/libqjpeg.so %%QT_PLUGINDIR%%/networkinformation/libqglib.so %%QT_PLUGINDIR%%/platforminputcontexts/libcomposeplatforminputcontextplugin.so %%QT_PLUGINDIR%%/platforminputcontexts/libibusplatforminputcontextplugin.so %%QT_PLUGINDIR%%/platforms/libqminimal.so %%QT_PLUGINDIR%%/platforms/libqoffscreen.so %%QT_PLUGINDIR%%/platforms/libqvkkhrdisplay.so %%QT_PLUGINDIR%%/platforms/libqvnc.so %%WAYLAND%%%%QT_PLUGINDIR%%/platforms/libqwayland.so %%X11%%%%QT_PLUGINDIR%%/platforms/libqxcb.so %%QT_PLUGINDIR%%/platformthemes/libqgtk3.so %%QT_PLUGINDIR%%/platformthemes/libqxdgdesktopportal.so %%CUPS%%%%QT_PLUGINDIR%%/printsupport/libcupsprintersupport.so %%QT_PLUGINDIR%%/tls/libqcertonlybackend.so %%QT_PLUGINDIR%%/tls/libqopensslbackend.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-decoration-client/libbradient.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libdmabuf-server.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libdrm-egl-server.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libshm-emulation-server.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libvulkan-server.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-shell-integration/libfullscreen-shell-v1.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-shell-integration/libwl-shell-plugin.so %%WAYLAND%%%%QT_PLUGINDIR%%/wayland-shell-integration/libxdg-shell.so %%X11%%%%QT_PLUGINDIR%%/xcbglintegrations/libqxcb-egl-integration.so %%X11%%%%QT_PLUGINDIR%%/xcbglintegrations/libqxcb-glx-integration.so %%QT_SBOMDIR%%/qtbase-%%FULLVER%%.spdx libdata/pkgconfig/Qt6Concurrent.pc libdata/pkgconfig/Qt6Core.pc libdata/pkgconfig/Qt6DBus.pc libdata/pkgconfig/Qt6Gui.pc libdata/pkgconfig/Qt6Network.pc libdata/pkgconfig/Qt6OpenGL.pc libdata/pkgconfig/Qt6OpenGLWidgets.pc libdata/pkgconfig/Qt6Platform.pc libdata/pkgconfig/Qt6PrintSupport.pc libdata/pkgconfig/Qt6Sql.pc libdata/pkgconfig/Qt6Test.pc %%WAYLAND%%libdata/pkgconfig/Qt6WaylandClient.pc libdata/pkgconfig/Qt6Widgets.pc libdata/pkgconfig/Qt6Xml.pc %%QT_TOOLDIR%%/cmake_automoc_parser %%QT_TOOLDIR%%/ensure_pro_file.cmake %%QT_TOOLDIR%%/moc %%QT_TOOLDIR%%/qlalr %%QT_TOOLDIR%%/qt-android-runner.py %%QT_TOOLDIR%%/qt-cmake-private %%QT_TOOLDIR%%/qt-cmake-private-install.cmake %%QT_TOOLDIR%%/qt-cmake-standalone-test %%QT_TOOLDIR%%/qt-internal-configure-examples %%QT_TOOLDIR%%/qt-internal-configure-tests %%QT_TOOLDIR%%/qt-testrunner.py +%%QT_TOOLDIR%%/qt_cyclonedx_generator.py %%QT_TOOLDIR%%/qvkgen %%WAYLAND%%%%QT_TOOLDIR%%/qtwaylandscanner %%QT_TOOLDIR%%/rcc %%QT_TOOLDIR%%/sanitizer-testrunner.py %%QT_TOOLDIR%%/syncqt %%QT_TOOLDIR%%/tracegen %%QT_TOOLDIR%%/tracepointgen %%QT_TOOLDIR%%/uic %%QT_DOCDIR%%/config/exampleurl-qt3d.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtactiveqt.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtandroidextras.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtbase.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtcharts.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtconnectivity.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtdatavis3d.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtdeclarative.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtdoc.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtgamepad.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtgraphicaleffects.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtimageformats.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtlocation.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtlottie.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtmacextras.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtmultimedia.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtnetworkauth.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtpositioning.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtpurchasing.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtquickcontrols.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtquickcontrols2.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtremoteobjects.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtscript.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtscxml.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtsensors.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtserialbus.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtserialport.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtspeech.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtsvg.qdocconf %%QT_DOCDIR%%/config/exampleurl-qttools.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtvirtualkeyboard.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtwayland.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtwebchannel.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtwebengine.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtwebsockets.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtwebview.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtwinextras.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtx11extras.qdocconf %%QT_DOCDIR%%/config/exampleurl-qtxmlpatterns.qdocconf %%QT_DOCDIR%%/global/app-examples-template/README.md %%QT_DOCDIR%%/global/app-examples-template/app-examples-template.qdoc %%QT_DOCDIR%%/global/compat.qdocconf %%QT_DOCDIR%%/global/config.qdocconf %%QT_DOCDIR%%/global/cpp-doc-macros.qdocconf %%QT_DOCDIR%%/global/disabledwarnings.qdocconf %%QT_DOCDIR%%/global/externalsites.qdocconf %%QT_DOCDIR%%/global/externalsites/external-resources.qdoc %%QT_DOCDIR%%/global/externalsites/qt-webpages.qdoc %%QT_DOCDIR%%/global/externalsites/qtcreator.qdoc %%QT_DOCDIR%%/global/externalsites/qtdesignstudio.qdoc %%QT_DOCDIR%%/global/externalsites/rfc.qdoc %%QT_DOCDIR%%/global/fileextensions.qdocconf %%QT_DOCDIR%%/global/grid.qdocconf %%QT_DOCDIR%%/global/html-config.qdocconf %%QT_DOCDIR%%/global/html-footer-online.qdocconf %%QT_DOCDIR%%/global/html-footer.qdocconf %%QT_DOCDIR%%/global/html-header-offline.qdocconf %%QT_DOCDIR%%/global/html-header-online.qdocconf %%QT_DOCDIR%%/global/htmltabs.qdocconf %%QT_DOCDIR%%/global/includes-online/search.qdoc %%QT_DOCDIR%%/global/includes/cli-build-cmake.qdocinc %%QT_DOCDIR%%/global/includes/corelib/port-from-qregexp.qdocinc %%QT_DOCDIR%%/global/includes/examples-run.qdocinc %%QT_DOCDIR%%/global/includes/module-use.qdocinc %%QT_DOCDIR%%/global/includes/squish-tested-example.qdocinc %%QT_DOCDIR%%/global/includes/standardpath/functiondocs.qdocinc %%QT_DOCDIR%%/global/macros-online.qdocconf %%QT_DOCDIR%%/global/macros.qdocconf %%QT_DOCDIR%%/global/manifest-meta.qdocconf %%QT_DOCDIR%%/global/qt-cpp-defines.qdocconf %%QT_DOCDIR%%/global/qt-html-templates-offline-simple.qdocconf %%QT_DOCDIR%%/global/qt-html-templates-offline.qdocconf %%QT_DOCDIR%%/global/qt-html-templates-online.qdocconf %%QT_DOCDIR%%/global/qt-module-defaults-offline.qdocconf %%QT_DOCDIR%%/global/qt-module-defaults-online-commercial.qdocconf %%QT_DOCDIR%%/global/qt-module-defaults-online.qdocconf %%QT_DOCDIR%%/global/qt-module-defaults.qdocconf %%QT_DOCDIR%%/global/snippets/code/doc_src_port_from_qregexp.cpp %%QT_DOCDIR%%/global/template/images/Qt-dark_gradient.png %%QT_DOCDIR%%/global/template/images/Qt-footer-bg.jpg %%QT_DOCDIR%%/global/template/images/Qt-footer_shadow.png %%QT_DOCDIR%%/global/template/images/Qt-gradient.png %%QT_DOCDIR%%/global/template/images/Qt-header-bg.jpg %%QT_DOCDIR%%/global/template/images/Qt-logo.png %%QT_DOCDIR%%/global/template/images/arrow.png %%QT_DOCDIR%%/global/template/images/arrow_bc.png %%QT_DOCDIR%%/global/template/images/arrow_down.png %%QT_DOCDIR%%/global/template/images/bg_l.png %%QT_DOCDIR%%/global/template/images/bg_l_blank.png %%QT_DOCDIR%%/global/template/images/bg_ll_blank.png %%QT_DOCDIR%%/global/template/images/bg_r.png %%QT_DOCDIR%%/global/template/images/bg_ul_blank.png %%QT_DOCDIR%%/global/template/images/bgrContent.png %%QT_DOCDIR%%/global/template/images/blu_dot.png %%QT_DOCDIR%%/global/template/images/box_bg.png %%QT_DOCDIR%%/global/template/images/breadcrumb.png %%QT_DOCDIR%%/global/template/images/btn_next.png %%QT_DOCDIR%%/global/template/images/btn_prev.png %%QT_DOCDIR%%/global/template/images/bullet_dn.png %%QT_DOCDIR%%/global/template/images/bullet_gt.png %%QT_DOCDIR%%/global/template/images/bullet_sq.png %%QT_DOCDIR%%/global/template/images/bullet_up.png %%QT_DOCDIR%%/global/template/images/feedbackground.png %%QT_DOCDIR%%/global/template/images/header_bg.png %%QT_DOCDIR%%/global/template/images/home.png %%QT_DOCDIR%%/global/template/images/horBar.png %%QT_DOCDIR%%/global/template/images/ico_out.png %%QT_DOCDIR%%/global/template/images/logo.png %%QT_DOCDIR%%/global/template/images/page.png %%QT_DOCDIR%%/global/template/images/page_bg.png %%QT_DOCDIR%%/global/template/images/spinner.gif %%QT_DOCDIR%%/global/template/images/sprites-combined.png %%QT_DOCDIR%%/global/template/scripts/extras.js %%QT_DOCDIR%%/global/template/scripts/main.js %%QT_DOCDIR%%/global/template/style/cookie-confirm.css %%QT_DOCDIR%%/global/template/style/cookiebar-x.png %%QT_DOCDIR%%/global/template/style/doc_search.png %%QT_DOCDIR%%/global/template/style/gsc.css %%QT_DOCDIR%%/global/template/style/htmltabs.css %%QT_DOCDIR%%/global/template/style/icomoon.eot %%QT_DOCDIR%%/global/template/style/icomoon.svg %%QT_DOCDIR%%/global/template/style/icomoon.ttf %%QT_DOCDIR%%/global/template/style/icomoon.woff %%QT_DOCDIR%%/global/template/style/list_arrow.png %%QT_DOCDIR%%/global/template/style/list_expand.png %%QT_DOCDIR%%/global/template/style/offline-dark.css %%QT_DOCDIR%%/global/template/style/offline-simple.css %%QT_DOCDIR%%/global/template/style/offline.css %%QT_DOCDIR%%/global/template/style/online.css %%QT_DOCDIR%%/global/template/style/tech_preview.svg %%QT_DOCDIR%%/global/template/style/theqtcompany.png %%QT_DOCDIR%%/global/tools-doc-front-page/README.md %%QT_DOCDIR%%/global/tools-doc-front-page/images/api-reference.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/app-development.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/build-32x32.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/demo-32x32.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/folder-32x32.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/getting-started.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/ide.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/installation.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/paste_general-32x32.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/platform-and-toolchain.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/settings-32x32.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/tutorials.png %%QT_DOCDIR%%/global/tools-doc-front-page/images/web-32x32.png %%QT_DOCDIR%%/global/tools-doc-front-page/tool-name.qdoc %%QT_DOCDIR%%/global/warninglimit.qdocconf %%QT_DATADIR%%/modules/Concurrent.json %%QT_DATADIR%%/modules/Core.json %%QT_DATADIR%%/modules/DBus.json %%QT_DATADIR%%/modules/DeviceDiscoverySupportPrivate.json %%QT_DATADIR%%/modules/ExampleIconsPrivate.json %%QT_DATADIR%%/modules/ExamplesAssetDownloaderPrivate.json %%QT_DATADIR%%/modules/FbSupportPrivate.json %%QT_DATADIR%%/modules/Gui.json %%QT_DATADIR%%/modules/InputSupportPrivate.json %%QT_DATADIR%%/modules/KmsSupportPrivate.json %%QT_DATADIR%%/modules/Network.json %%QT_DATADIR%%/modules/OpenGL.json %%QT_DATADIR%%/modules/OpenGLWidgets.json %%QT_DATADIR%%/modules/PrintSupport.json %%QT_DATADIR%%/modules/Sql.json %%QT_DATADIR%%/modules/Test.json %%QT_DATADIR%%/modules/TestInternalsPrivate.json %%WAYLAND%%%%QT_DATADIR%%/modules/WaylandClient.json %%WAYLAND%%%%QT_DATADIR%%/modules/WaylandGlobalPrivate.json %%QT_DATADIR%%/modules/Widgets.json %%WAYLAND%%%%QT_DATADIR%%/modules/WlShellIntegrationPrivate.json %%X11%%%%QT_DATADIR%%/modules/XcbQpaPrivate.json %%QT_DATADIR%%/modules/Xml.json %%QT_DATADIR%%/wayland/extensions/README.md %%QT_DATADIR%%/wayland/extensions/REUSE.toml %%QT_DATADIR%%/wayland/extensions/brcm.xml %%QT_DATADIR%%/wayland/extensions/drm-egl-server-buffer.xml %%QT_DATADIR%%/wayland/extensions/hardware-integration.xml %%QT_DATADIR%%/wayland/extensions/libhybris-egl-server-buffer.xml %%QT_DATADIR%%/wayland/extensions/qt-dmabuf-server-buffer.xml %%QT_DATADIR%%/wayland/extensions/qt-text-input-method-unstable-v1.xml %%QT_DATADIR%%/wayland/extensions/qt-texture-sharing-unstable-v1.xml %%QT_DATADIR%%/wayland/extensions/qt-vulkan-server-buffer-unstable-v1.xml %%QT_DATADIR%%/wayland/extensions/qt-windowmanager.xml %%QT_DATADIR%%/wayland/extensions/server-buffer-extension.xml %%QT_DATADIR%%/wayland/extensions/shm-emulation-server-buffer.xml %%QT_DATADIR%%/wayland/protocols/MIT_LICENSE.txt %%QT_DATADIR%%/wayland/protocols/appmenu/LGPL-2.1-or-later.txt %%QT_DATADIR%%/wayland/protocols/appmenu/REUSE.toml %%QT_DATADIR%%/wayland/protocols/appmenu/appmenu.xml %%QT_DATADIR%%/wayland/protocols/appmenu/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/color-management/REUSE.toml +%%QT_DATADIR%%/wayland/protocols/color-management/color-management-v1.xml %%QT_DATADIR%%/wayland/protocols/color-management/qt_attribution.json -%%QT_DATADIR%%/wayland/protocols/color-management/xx-color-management-v4.xml %%QT_DATADIR%%/wayland/protocols/cursor-shape/REUSE.toml %%QT_DATADIR%%/wayland/protocols/cursor-shape/cursor-shape-v1.xml %%QT_DATADIR%%/wayland/protocols/fractional-scale/REUSE.toml %%QT_DATADIR%%/wayland/protocols/fractional-scale/fractional-scale-v1.xml %%QT_DATADIR%%/wayland/protocols/fractional-scale/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/fullscreen-shell/REUSE.toml %%QT_DATADIR%%/wayland/protocols/fullscreen-shell/fullscreen-shell-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/fullscreen-shell/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/idle-inhibit/REUSE.toml %%QT_DATADIR%%/wayland/protocols/idle-inhibit/idle-inhibit-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/linux-dmabuf/REUSE.toml %%QT_DATADIR%%/wayland/protocols/linux-dmabuf/linux-dmabuf-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/linux-dmabuf/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/pointer-gestures/REUSE.toml %%QT_DATADIR%%/wayland/protocols/pointer-gestures/pointer-gestures-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/pointer-gestures/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/pointer-warp/REUSE.toml %%QT_DATADIR%%/wayland/protocols/pointer-warp/pointer-warp-v1.xml %%QT_DATADIR%%/wayland/protocols/pointer-warp/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/presentation-time/REUSE.toml %%QT_DATADIR%%/wayland/protocols/presentation-time/presentation-time.xml %%QT_DATADIR%%/wayland/protocols/presentation-time/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/scaler/REUSE.toml %%QT_DATADIR%%/wayland/protocols/scaler/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/scaler/scaler.xml %%QT_DATADIR%%/wayland/protocols/tablet/REUSE.toml %%QT_DATADIR%%/wayland/protocols/tablet/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/tablet/tablet-unstable-v2.xml %%QT_DATADIR%%/wayland/protocols/text-input/v1/REUSE.toml %%QT_DATADIR%%/wayland/protocols/text-input/v1/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/text-input/v1/text-input-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/text-input/v2/HPND_LICENSE.txt %%QT_DATADIR%%/wayland/protocols/text-input/v2/REUSE.toml %%QT_DATADIR%%/wayland/protocols/text-input/v2/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/text-input/v2/text-input-unstable-v2.xml %%QT_DATADIR%%/wayland/protocols/text-input/v3/REUSE.toml %%QT_DATADIR%%/wayland/protocols/text-input/v3/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/text-input/v3/text-input-unstable-v3.xml %%QT_DATADIR%%/wayland/protocols/viewporter/REUSE.toml %%QT_DATADIR%%/wayland/protocols/viewporter/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/viewporter/viewporter.xml %%QT_DATADIR%%/wayland/protocols/wayland/README %%QT_DATADIR%%/wayland/protocols/wayland/REUSE.toml %%QT_DATADIR%%/wayland/protocols/wayland/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/wayland/wayland.xml %%QT_DATADIR%%/wayland/protocols/wl-eglstream/REUSE.toml %%QT_DATADIR%%/wayland/protocols/wl-eglstream/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/wl-eglstream/wl-eglstream-controller.xml %%QT_DATADIR%%/wayland/protocols/wlr-data-control/REUSE.toml %%QT_DATADIR%%/wayland/protocols/wlr-data-control/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/wlr-data-control/wlr-data-control-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/wp-primary-selection/REUSE.toml %%QT_DATADIR%%/wayland/protocols/wp-primary-selection/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/wp-primary-selection/wp-primary-selection-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/xdg-activation/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-activation/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/xdg-activation/xdg-activation-v1.xml %%QT_DATADIR%%/wayland/protocols/xdg-decoration/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-decoration/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/xdg-decoration/xdg-decoration-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/xdg-dialog/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-dialog/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/xdg-dialog/xdg-dialog-v1.xml %%QT_DATADIR%%/wayland/protocols/xdg-foreign/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-foreign/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/xdg-foreign/xdg-foreign-unstable-v2.xml %%QT_DATADIR%%/wayland/protocols/xdg-output/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-output/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/xdg-output/xdg-output-unstable-v1.xml %%QT_DATADIR%%/wayland/protocols/xdg-shell/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-shell/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/xdg-shell/xdg-shell-unstable-v6.xml %%QT_DATADIR%%/wayland/protocols/xdg-shell/xdg-shell.xml %%QT_DATADIR%%/wayland/protocols/xdg-system-bell/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-system-bell/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/xdg-system-bell/xdg-system-bell-v1.xml %%QT_DATADIR%%/wayland/protocols/xdg-toplevel-drag/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml %%QT_DATADIR%%/wayland/protocols/xdg-toplevel-icon/REUSE.toml %%QT_DATADIR%%/wayland/protocols/xdg-toplevel-icon/qt_attribution.json %%QT_DATADIR%%/wayland/protocols/xdg-toplevel-icon/xdg-toplevel-icon-v1.xml diff --git a/devel/qt6-grpc/distinfo b/devel/qt6-grpc/distinfo index af42410b074c..298e5bf85ff2 100644 --- a/devel/qt6-grpc/distinfo +++ b/devel/qt6-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965099 -SHA256 (KDE/Qt/6.10.1/qtgrpc-everywhere-src-6.10.1.tar.xz) = 98138fb8633c4922ef7ef49b8301f7cbfb7beb7897d44d72e639120a29f4577f -SIZE (KDE/Qt/6.10.1/qtgrpc-everywhere-src-6.10.1.tar.xz) = 620108 +TIMESTAMP = 1770199312 +SHA256 (KDE/Qt/6.10.2/qtgrpc-everywhere-src-6.10.2.tar.xz) = 7386bfc9c10c7920e5ff22dcf067e95f379bb379e4d916269f4465ab295ed136 +SIZE (KDE/Qt/6.10.2/qtgrpc-everywhere-src-6.10.2.tar.xz) = 622164 diff --git a/devel/qt6-languageserver/distinfo b/devel/qt6-languageserver/distinfo index 0e3ff363362a..b14ee4609946 100644 --- a/devel/qt6-languageserver/distinfo +++ b/devel/qt6-languageserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965167 -SHA256 (KDE/Qt/6.10.1/qtlanguageserver-everywhere-src-6.10.1.tar.xz) = 3360526b4f4d556673b31e29a49e15d02da52d5eaa53b0204d56a0ba160a556c -SIZE (KDE/Qt/6.10.1/qtlanguageserver-everywhere-src-6.10.1.tar.xz) = 136208 +TIMESTAMP = 1770199318 +SHA256 (KDE/Qt/6.10.2/qtlanguageserver-everywhere-src-6.10.2.tar.xz) = 9a043f2c84b0b470065fc7a954dc4ff0388db3e1b2c457c3d69670baecc40d53 +SIZE (KDE/Qt/6.10.2/qtlanguageserver-everywhere-src-6.10.2.tar.xz) = 136264 diff --git a/devel/qt6-location/distinfo b/devel/qt6-location/distinfo index 33589f8a03ea..f7d7b66862fb 100644 --- a/devel/qt6-location/distinfo +++ b/devel/qt6-location/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964327 -SHA256 (KDE/Qt/6.10.1/qtlocation-everywhere-src-6.10.1.tar.xz) = 2b9618f1b99cdc51d6697a79f3a57f4c2b629711549912067db8cd2b40794f09 -SIZE (KDE/Qt/6.10.1/qtlocation-everywhere-src-6.10.1.tar.xz) = 3151780 +TIMESTAMP = 1770199324 +SHA256 (KDE/Qt/6.10.2/qtlocation-everywhere-src-6.10.2.tar.xz) = d313f05dedc593517c47d0fa3eb131a2597c01db23de263fe89fea561be50f3c +SIZE (KDE/Qt/6.10.2/qtlocation-everywhere-src-6.10.2.tar.xz) = 3151364 diff --git a/devel/qt6-positioning/distinfo b/devel/qt6-positioning/distinfo index 4de231f52f90..73f4f84221fc 100644 --- a/devel/qt6-positioning/distinfo +++ b/devel/qt6-positioning/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965263 -SHA256 (KDE/Qt/6.10.1/qtpositioning-everywhere-src-6.10.1.tar.xz) = abb311ef1bd6e39f090d22480e265d13f8537d2e2f4c88f22d6519547f46be23 -SIZE (KDE/Qt/6.10.1/qtpositioning-everywhere-src-6.10.1.tar.xz) = 649012 +TIMESTAMP = 1770199330 +SHA256 (KDE/Qt/6.10.2/qtpositioning-everywhere-src-6.10.2.tar.xz) = 7051fa64477c66769840cad396fc3772a01ba5516363c8842a7a513fa0c4cdce +SIZE (KDE/Qt/6.10.2/qtpositioning-everywhere-src-6.10.2.tar.xz) = 648904 diff --git a/devel/qt6-remoteobjects/distinfo b/devel/qt6-remoteobjects/distinfo index cc2db05886dd..3260937ba85c 100644 --- a/devel/qt6-remoteobjects/distinfo +++ b/devel/qt6-remoteobjects/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964389 -SHA256 (KDE/Qt/6.10.1/qtremoteobjects-everywhere-src-6.10.1.tar.xz) = 7c9e56dbe2c400e33d13626a27d822a7c95b7d95f2272b198a788c2b4a9b8a0d -SIZE (KDE/Qt/6.10.1/qtremoteobjects-everywhere-src-6.10.1.tar.xz) = 528992 +TIMESTAMP = 1770199336 +SHA256 (KDE/Qt/6.10.2/qtremoteobjects-everywhere-src-6.10.2.tar.xz) = bc683f044fe74dcf06c2b47f31fff2d967b5ac81896620108697dcc942eb65cd +SIZE (KDE/Qt/6.10.2/qtremoteobjects-everywhere-src-6.10.2.tar.xz) = 528904 diff --git a/devel/qt6-scxml/distinfo b/devel/qt6-scxml/distinfo index cf8c4904215b..e48adb514f4e 100644 --- a/devel/qt6-scxml/distinfo +++ b/devel/qt6-scxml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964392 -SHA256 (KDE/Qt/6.10.1/qtscxml-everywhere-src-6.10.1.tar.xz) = eb67a0e5d4c6d488e3013f8dbef859a00e10bb033472eb53688fce350e3a1869 -SIZE (KDE/Qt/6.10.1/qtscxml-everywhere-src-6.10.1.tar.xz) = 546444 +TIMESTAMP = 1770199341 +SHA256 (KDE/Qt/6.10.2/qtscxml-everywhere-src-6.10.2.tar.xz) = 0f9c178db3f1b1b06d20172aaaa4d7f5513bcb99de01f880c29e23b5ffdd236a +SIZE (KDE/Qt/6.10.2/qtscxml-everywhere-src-6.10.2.tar.xz) = 546512 diff --git a/devel/qt6-tools/distinfo b/devel/qt6-tools/distinfo index 430fdfd1a9b3..50f5659cea39 100644 --- a/devel/qt6-tools/distinfo +++ b/devel/qt6-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965288 -SHA256 (KDE/Qt/6.10.1/qttools-everywhere-src-6.10.1.tar.xz) = 8148408380ffea03101a26305c812b612ea30dbc07121e58707601522404d49b -SIZE (KDE/Qt/6.10.1/qttools-everywhere-src-6.10.1.tar.xz) = 10047008 +TIMESTAMP = 1770199350 +SHA256 (KDE/Qt/6.10.2/qttools-everywhere-src-6.10.2.tar.xz) = 1e3d2c07c1fd76d2425c6eaeeaa62ffaff5f79210c4e1a5bc2a6a9db668d5b24 +SIZE (KDE/Qt/6.10.2/qttools-everywhere-src-6.10.2.tar.xz) = 10074484 diff --git a/devel/qt6-translations/distinfo b/devel/qt6-translations/distinfo index 24564ae76719..07b5d653c193 100644 --- a/devel/qt6-translations/distinfo +++ b/devel/qt6-translations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965292 -SHA256 (KDE/Qt/6.10.1/qttranslations-everywhere-src-6.10.1.tar.xz) = 8e49a2df88a12c376a479ae7bd272a91cf57ebb4e7c0cf7341b3565df99d2314 -SIZE (KDE/Qt/6.10.1/qttranslations-everywhere-src-6.10.1.tar.xz) = 1626252 +TIMESTAMP = 1770199357 +SHA256 (KDE/Qt/6.10.2/qttranslations-everywhere-src-6.10.2.tar.xz) = b3b3813bc9d76b545716dc8b6e659fa71b6e2bc14569e9fab6dab8b30650a644 +SIZE (KDE/Qt/6.10.2/qttranslations-everywhere-src-6.10.2.tar.xz) = 1680564 diff --git a/devel/qt6-translations/pkg-plist b/devel/qt6-translations/pkg-plist index 72d8b7e617a1..19fb47dd6f9c 100644 --- a/devel/qt6-translations/pkg-plist +++ b/devel/qt6-translations/pkg-plist @@ -1,301 +1,306 @@ %%QT_SBOMDIR%%/qttranslations-%%FULLVER%%.spdx %%QT_L10NDIR%%/assistant_ar.qm %%QT_L10NDIR%%/assistant_bg.qm %%QT_L10NDIR%%/assistant_cs.qm %%QT_L10NDIR%%/assistant_da.qm %%QT_L10NDIR%%/assistant_de.qm %%QT_L10NDIR%%/assistant_en.qm %%QT_L10NDIR%%/assistant_es.qm %%QT_L10NDIR%%/assistant_fr.qm %%QT_L10NDIR%%/assistant_hr.qm %%QT_L10NDIR%%/assistant_hu.qm %%QT_L10NDIR%%/assistant_ja.qm %%QT_L10NDIR%%/assistant_ka.qm %%QT_L10NDIR%%/assistant_ko.qm %%QT_L10NDIR%%/assistant_nl.qm %%QT_L10NDIR%%/assistant_pl.qm %%QT_L10NDIR%%/assistant_pt_BR.qm %%QT_L10NDIR%%/assistant_ru.qm %%QT_L10NDIR%%/assistant_sk.qm %%QT_L10NDIR%%/assistant_sl.qm %%QT_L10NDIR%%/assistant_sv.qm %%QT_L10NDIR%%/assistant_tr.qm %%QT_L10NDIR%%/assistant_uk.qm %%QT_L10NDIR%%/assistant_zh_CN.qm %%QT_L10NDIR%%/assistant_zh_TW.qm %%QT_L10NDIR%%/catalogs.json %%QT_L10NDIR%%/designer_ar.qm %%QT_L10NDIR%%/designer_bg.qm %%QT_L10NDIR%%/designer_cs.qm %%QT_L10NDIR%%/designer_da.qm %%QT_L10NDIR%%/designer_de.qm %%QT_L10NDIR%%/designer_en.qm %%QT_L10NDIR%%/designer_es.qm %%QT_L10NDIR%%/designer_fr.qm %%QT_L10NDIR%%/designer_hr.qm %%QT_L10NDIR%%/designer_hu.qm %%QT_L10NDIR%%/designer_ja.qm %%QT_L10NDIR%%/designer_ka.qm %%QT_L10NDIR%%/designer_ko.qm %%QT_L10NDIR%%/designer_nl.qm %%QT_L10NDIR%%/designer_pl.qm +%%QT_L10NDIR%%/designer_pt_BR.qm %%QT_L10NDIR%%/designer_ru.qm %%QT_L10NDIR%%/designer_sk.qm %%QT_L10NDIR%%/designer_sl.qm %%QT_L10NDIR%%/designer_sv.qm %%QT_L10NDIR%%/designer_tr.qm %%QT_L10NDIR%%/designer_uk.qm %%QT_L10NDIR%%/designer_zh_CN.qm %%QT_L10NDIR%%/designer_zh_TW.qm %%QT_L10NDIR%%/linguist_ar.qm %%QT_L10NDIR%%/linguist_bg.qm %%QT_L10NDIR%%/linguist_cs.qm %%QT_L10NDIR%%/linguist_da.qm %%QT_L10NDIR%%/linguist_de.qm %%QT_L10NDIR%%/linguist_en.qm %%QT_L10NDIR%%/linguist_es.qm %%QT_L10NDIR%%/linguist_fr.qm %%QT_L10NDIR%%/linguist_hr.qm %%QT_L10NDIR%%/linguist_hu.qm %%QT_L10NDIR%%/linguist_it.qm %%QT_L10NDIR%%/linguist_ja.qm %%QT_L10NDIR%%/linguist_ka.qm %%QT_L10NDIR%%/linguist_ko.qm %%QT_L10NDIR%%/linguist_nl.qm %%QT_L10NDIR%%/linguist_pl.qm +%%QT_L10NDIR%%/linguist_pt_BR.qm %%QT_L10NDIR%%/linguist_ru.qm %%QT_L10NDIR%%/linguist_sk.qm %%QT_L10NDIR%%/linguist_sl.qm %%QT_L10NDIR%%/linguist_sv.qm %%QT_L10NDIR%%/linguist_tr.qm %%QT_L10NDIR%%/linguist_uk.qm %%QT_L10NDIR%%/linguist_zh_CN.qm %%QT_L10NDIR%%/linguist_zh_TW.qm %%QT_L10NDIR%%/qt_ar.qm %%QT_L10NDIR%%/qt_bg.qm %%QT_L10NDIR%%/qt_ca.qm %%QT_L10NDIR%%/qt_cs.qm %%QT_L10NDIR%%/qt_da.qm %%QT_L10NDIR%%/qt_de.qm %%QT_L10NDIR%%/qt_en.qm %%QT_L10NDIR%%/qt_es.qm %%QT_L10NDIR%%/qt_fa.qm %%QT_L10NDIR%%/qt_fi.qm %%QT_L10NDIR%%/qt_fr.qm %%QT_L10NDIR%%/qt_gd.qm %%QT_L10NDIR%%/qt_gl.qm %%QT_L10NDIR%%/qt_he.qm %%QT_L10NDIR%%/qt_help_ar.qm %%QT_L10NDIR%%/qt_help_bg.qm %%QT_L10NDIR%%/qt_help_ca.qm %%QT_L10NDIR%%/qt_help_cs.qm %%QT_L10NDIR%%/qt_help_da.qm %%QT_L10NDIR%%/qt_help_de.qm %%QT_L10NDIR%%/qt_help_en.qm %%QT_L10NDIR%%/qt_help_es.qm %%QT_L10NDIR%%/qt_help_fr.qm %%QT_L10NDIR%%/qt_help_gl.qm %%QT_L10NDIR%%/qt_help_hr.qm %%QT_L10NDIR%%/qt_help_hu.qm %%QT_L10NDIR%%/qt_help_it.qm %%QT_L10NDIR%%/qt_help_ja.qm %%QT_L10NDIR%%/qt_help_ka.qm %%QT_L10NDIR%%/qt_help_ko.qm %%QT_L10NDIR%%/qt_help_nl.qm %%QT_L10NDIR%%/qt_help_nn.qm %%QT_L10NDIR%%/qt_help_pl.qm %%QT_L10NDIR%%/qt_help_pt_BR.qm %%QT_L10NDIR%%/qt_help_ru.qm %%QT_L10NDIR%%/qt_help_sk.qm %%QT_L10NDIR%%/qt_help_sl.qm %%QT_L10NDIR%%/qt_help_sv.qm %%QT_L10NDIR%%/qt_help_tr.qm %%QT_L10NDIR%%/qt_help_uk.qm %%QT_L10NDIR%%/qt_help_zh_CN.qm %%QT_L10NDIR%%/qt_help_zh_TW.qm %%QT_L10NDIR%%/qt_hr.qm %%QT_L10NDIR%%/qt_hu.qm %%QT_L10NDIR%%/qt_it.qm %%QT_L10NDIR%%/qt_ja.qm %%QT_L10NDIR%%/qt_ka.qm %%QT_L10NDIR%%/qt_ko.qm %%QT_L10NDIR%%/qt_lg.qm %%QT_L10NDIR%%/qt_lt.qm %%QT_L10NDIR%%/qt_lv.qm %%QT_L10NDIR%%/qt_nl.qm %%QT_L10NDIR%%/qt_nn.qm %%QT_L10NDIR%%/qt_pl.qm %%QT_L10NDIR%%/qt_pt_BR.qm %%QT_L10NDIR%%/qt_pt_PT.qm %%QT_L10NDIR%%/qt_ru.qm %%QT_L10NDIR%%/qt_sk.qm %%QT_L10NDIR%%/qt_sl.qm %%QT_L10NDIR%%/qt_sv.qm %%QT_L10NDIR%%/qt_tr.qm %%QT_L10NDIR%%/qt_uk.qm %%QT_L10NDIR%%/qt_zh_CN.qm %%QT_L10NDIR%%/qt_zh_TW.qm %%QT_L10NDIR%%/qtbase_ar.qm %%QT_L10NDIR%%/qtbase_bg.qm %%QT_L10NDIR%%/qtbase_ca.qm %%QT_L10NDIR%%/qtbase_cs.qm %%QT_L10NDIR%%/qtbase_da.qm %%QT_L10NDIR%%/qtbase_de.qm %%QT_L10NDIR%%/qtbase_en.qm %%QT_L10NDIR%%/qtbase_es.qm %%QT_L10NDIR%%/qtbase_fa.qm %%QT_L10NDIR%%/qtbase_fi.qm %%QT_L10NDIR%%/qtbase_fr.qm %%QT_L10NDIR%%/qtbase_gd.qm %%QT_L10NDIR%%/qtbase_he.qm %%QT_L10NDIR%%/qtbase_hr.qm %%QT_L10NDIR%%/qtbase_hu.qm %%QT_L10NDIR%%/qtbase_it.qm %%QT_L10NDIR%%/qtbase_ja.qm %%QT_L10NDIR%%/qtbase_ka.qm %%QT_L10NDIR%%/qtbase_ko.qm %%QT_L10NDIR%%/qtbase_lg.qm %%QT_L10NDIR%%/qtbase_lv.qm %%QT_L10NDIR%%/qtbase_nl.qm %%QT_L10NDIR%%/qtbase_nn.qm %%QT_L10NDIR%%/qtbase_pl.qm %%QT_L10NDIR%%/qtbase_pt_BR.qm %%QT_L10NDIR%%/qtbase_ru.qm %%QT_L10NDIR%%/qtbase_sk.qm %%QT_L10NDIR%%/qtbase_sv.qm %%QT_L10NDIR%%/qtbase_tr.qm %%QT_L10NDIR%%/qtbase_uk.qm %%QT_L10NDIR%%/qtbase_zh_CN.qm %%QT_L10NDIR%%/qtbase_zh_TW.qm %%QT_L10NDIR%%/qtconnectivity_bg.qm %%QT_L10NDIR%%/qtconnectivity_ca.qm %%QT_L10NDIR%%/qtconnectivity_da.qm %%QT_L10NDIR%%/qtconnectivity_de.qm %%QT_L10NDIR%%/qtconnectivity_en.qm %%QT_L10NDIR%%/qtconnectivity_es.qm %%QT_L10NDIR%%/qtconnectivity_hr.qm %%QT_L10NDIR%%/qtconnectivity_hu.qm %%QT_L10NDIR%%/qtconnectivity_ka.qm %%QT_L10NDIR%%/qtconnectivity_ko.qm %%QT_L10NDIR%%/qtconnectivity_nl.qm %%QT_L10NDIR%%/qtconnectivity_pl.qm %%QT_L10NDIR%%/qtconnectivity_pt_BR.qm %%QT_L10NDIR%%/qtconnectivity_ru.qm %%QT_L10NDIR%%/qtconnectivity_sv.qm %%QT_L10NDIR%%/qtconnectivity_tr.qm %%QT_L10NDIR%%/qtconnectivity_uk.qm %%QT_L10NDIR%%/qtconnectivity_zh_CN.qm %%QT_L10NDIR%%/qtdeclarative_ar.qm %%QT_L10NDIR%%/qtdeclarative_bg.qm %%QT_L10NDIR%%/qtdeclarative_ca.qm %%QT_L10NDIR%%/qtdeclarative_da.qm %%QT_L10NDIR%%/qtdeclarative_de.qm %%QT_L10NDIR%%/qtdeclarative_en.qm %%QT_L10NDIR%%/qtdeclarative_es.qm %%QT_L10NDIR%%/qtdeclarative_fa.qm %%QT_L10NDIR%%/qtdeclarative_fi.qm %%QT_L10NDIR%%/qtdeclarative_fr.qm %%QT_L10NDIR%%/qtdeclarative_hr.qm %%QT_L10NDIR%%/qtdeclarative_hu.qm %%QT_L10NDIR%%/qtdeclarative_ja.qm %%QT_L10NDIR%%/qtdeclarative_ka.qm %%QT_L10NDIR%%/qtdeclarative_ko.qm %%QT_L10NDIR%%/qtdeclarative_lv.qm %%QT_L10NDIR%%/qtdeclarative_nl.qm %%QT_L10NDIR%%/qtdeclarative_nn.qm %%QT_L10NDIR%%/qtdeclarative_pl.qm %%QT_L10NDIR%%/qtdeclarative_pt_BR.qm %%QT_L10NDIR%%/qtdeclarative_ru.qm %%QT_L10NDIR%%/qtdeclarative_sk.qm %%QT_L10NDIR%%/qtdeclarative_sv.qm %%QT_L10NDIR%%/qtdeclarative_tr.qm %%QT_L10NDIR%%/qtdeclarative_uk.qm %%QT_L10NDIR%%/qtdeclarative_zh_CN.qm %%QT_L10NDIR%%/qtdeclarative_zh_TW.qm %%QT_L10NDIR%%/qtlocation_bg.qm %%QT_L10NDIR%%/qtlocation_ca.qm %%QT_L10NDIR%%/qtlocation_da.qm %%QT_L10NDIR%%/qtlocation_de.qm %%QT_L10NDIR%%/qtlocation_en.qm %%QT_L10NDIR%%/qtlocation_es.qm %%QT_L10NDIR%%/qtlocation_fi.qm %%QT_L10NDIR%%/qtlocation_fr.qm %%QT_L10NDIR%%/qtlocation_hr.qm %%QT_L10NDIR%%/qtlocation_hu.qm %%QT_L10NDIR%%/qtlocation_ka.qm %%QT_L10NDIR%%/qtlocation_ko.qm %%QT_L10NDIR%%/qtlocation_nl.qm %%QT_L10NDIR%%/qtlocation_pl.qm %%QT_L10NDIR%%/qtlocation_pt_BR.qm %%QT_L10NDIR%%/qtlocation_ru.qm %%QT_L10NDIR%%/qtlocation_sv.qm %%QT_L10NDIR%%/qtlocation_tr.qm %%QT_L10NDIR%%/qtlocation_uk.qm %%QT_L10NDIR%%/qtlocation_zh_CN.qm %%QT_L10NDIR%%/qtmultimedia_ar.qm %%QT_L10NDIR%%/qtmultimedia_bg.qm %%QT_L10NDIR%%/qtmultimedia_ca.qm %%QT_L10NDIR%%/qtmultimedia_cs.qm %%QT_L10NDIR%%/qtmultimedia_da.qm %%QT_L10NDIR%%/qtmultimedia_de.qm %%QT_L10NDIR%%/qtmultimedia_en.qm %%QT_L10NDIR%%/qtmultimedia_es.qm %%QT_L10NDIR%%/qtmultimedia_fa.qm %%QT_L10NDIR%%/qtmultimedia_fi.qm %%QT_L10NDIR%%/qtmultimedia_fr.qm %%QT_L10NDIR%%/qtmultimedia_hr.qm %%QT_L10NDIR%%/qtmultimedia_hu.qm %%QT_L10NDIR%%/qtmultimedia_it.qm %%QT_L10NDIR%%/qtmultimedia_ja.qm %%QT_L10NDIR%%/qtmultimedia_ka.qm %%QT_L10NDIR%%/qtmultimedia_ko.qm %%QT_L10NDIR%%/qtmultimedia_nl.qm %%QT_L10NDIR%%/qtmultimedia_nn.qm %%QT_L10NDIR%%/qtmultimedia_pl.qm %%QT_L10NDIR%%/qtmultimedia_pt_BR.qm %%QT_L10NDIR%%/qtmultimedia_ru.qm %%QT_L10NDIR%%/qtmultimedia_sk.qm %%QT_L10NDIR%%/qtmultimedia_sv.qm %%QT_L10NDIR%%/qtmultimedia_tr.qm %%QT_L10NDIR%%/qtmultimedia_uk.qm %%QT_L10NDIR%%/qtmultimedia_zh_CN.qm %%QT_L10NDIR%%/qtmultimedia_zh_TW.qm %%QT_L10NDIR%%/qtserialport_de.qm %%QT_L10NDIR%%/qtserialport_en.qm %%QT_L10NDIR%%/qtserialport_es.qm %%QT_L10NDIR%%/qtserialport_ja.qm %%QT_L10NDIR%%/qtserialport_ka.qm %%QT_L10NDIR%%/qtserialport_ko.qm %%QT_L10NDIR%%/qtserialport_pl.qm +%%QT_L10NDIR%%/qtserialport_pt_BR.qm %%QT_L10NDIR%%/qtserialport_ru.qm %%QT_L10NDIR%%/qtserialport_sv.qm %%QT_L10NDIR%%/qtserialport_tr.qm %%QT_L10NDIR%%/qtserialport_uk.qm %%QT_L10NDIR%%/qtserialport_zh_CN.qm %%QT_L10NDIR%%/qtwebengine_ca.qm %%QT_L10NDIR%%/qtwebengine_de.qm %%QT_L10NDIR%%/qtwebengine_en.qm %%QT_L10NDIR%%/qtwebengine_es.qm %%QT_L10NDIR%%/qtwebengine_ka.qm %%QT_L10NDIR%%/qtwebengine_ko.qm %%QT_L10NDIR%%/qtwebengine_lg.qm %%QT_L10NDIR%%/qtwebengine_pl.qm +%%QT_L10NDIR%%/qtwebengine_pt_BR.qm %%QT_L10NDIR%%/qtwebengine_ru.qm %%QT_L10NDIR%%/qtwebengine_sv.qm %%QT_L10NDIR%%/qtwebengine_tr.qm %%QT_L10NDIR%%/qtwebengine_uk.qm %%QT_L10NDIR%%/qtwebengine_zh_CN.qm %%QT_L10NDIR%%/qtwebsockets_ca.qm %%QT_L10NDIR%%/qtwebsockets_de.qm %%QT_L10NDIR%%/qtwebsockets_en.qm %%QT_L10NDIR%%/qtwebsockets_es.qm %%QT_L10NDIR%%/qtwebsockets_fr.qm %%QT_L10NDIR%%/qtwebsockets_ja.qm %%QT_L10NDIR%%/qtwebsockets_ka.qm %%QT_L10NDIR%%/qtwebsockets_ko.qm %%QT_L10NDIR%%/qtwebsockets_pl.qm +%%QT_L10NDIR%%/qtwebsockets_pt_BR.qm %%QT_L10NDIR%%/qtwebsockets_ru.qm %%QT_L10NDIR%%/qtwebsockets_sv.qm %%QT_L10NDIR%%/qtwebsockets_tr.qm %%QT_L10NDIR%%/qtwebsockets_uk.qm %%QT_L10NDIR%%/qtwebsockets_zh_CN.qm diff --git a/devel/shiboken6/distinfo b/devel/shiboken6/distinfo index 1352a23dd89a..ebdea13b2fb4 100644 --- a/devel/shiboken6/distinfo +++ b/devel/shiboken6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764560150 -SHA256 (KDE/Qt/6.10.1/pyside-setup-everywhere-src-6.10.1.tar.xz) = fd54f40853d61dfd845dbb40d4f89fbd63df5ed341b3d9a2c77bb5c947a0a838 -SIZE (KDE/Qt/6.10.1/pyside-setup-everywhere-src-6.10.1.tar.xz) = 17746968 +TIMESTAMP = 1770203144 +SHA256 (KDE/Qt/6.10.2/pyside-setup-everywhere-src-6.10.2.tar.xz) = 05eec38bb71bffff8860786e3c0766cc4b86affc72439bd246c54889bdcb7400 +SIZE (KDE/Qt/6.10.2/pyside-setup-everywhere-src-6.10.2.tar.xz) = 17877708 diff --git a/graphics/qt6-3d/distinfo b/graphics/qt6-3d/distinfo index 5d0304f67f1b..5674370bbb7d 100644 --- a/graphics/qt6-3d/distinfo +++ b/graphics/qt6-3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763963621 -SHA256 (KDE/Qt/6.10.1/qt3d-everywhere-src-6.10.1.tar.xz) = 60593fd54f7b1e48dc67ddce0f1113e4593878872539677104c92926ef039c9a -SIZE (KDE/Qt/6.10.1/qt3d-everywhere-src-6.10.1.tar.xz) = 141828584 +TIMESTAMP = 1770199415 +SHA256 (KDE/Qt/6.10.2/qt3d-everywhere-src-6.10.2.tar.xz) = febbca9d491feca0fa2d770e912590b4ef18e461f739ca6e855ea62a488bbb6d +SIZE (KDE/Qt/6.10.2/qt3d-everywhere-src-6.10.2.tar.xz) = 141816364 diff --git a/graphics/qt6-imageformats/distinfo b/graphics/qt6-imageformats/distinfo index 57456ecb10b3..065f533bc3c4 100644 --- a/graphics/qt6-imageformats/distinfo +++ b/graphics/qt6-imageformats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964322 -SHA256 (KDE/Qt/6.10.1/qtimageformats-everywhere-src-6.10.1.tar.xz) = 498eabdf2381db96f808942b3e3c765f6360fe6c0e9961f0a45ff7a4c68d7a72 -SIZE (KDE/Qt/6.10.1/qtimageformats-everywhere-src-6.10.1.tar.xz) = 2032448 +TIMESTAMP = 1770199422 +SHA256 (KDE/Qt/6.10.2/qtimageformats-everywhere-src-6.10.2.tar.xz) = 8b8f9c718638081e7b3c000e7f31910140b1202a98e98df5d1b496fe6f639d67 +SIZE (KDE/Qt/6.10.2/qtimageformats-everywhere-src-6.10.2.tar.xz) = 2032388 diff --git a/graphics/qt6-lottie/distinfo b/graphics/qt6-lottie/distinfo index a39bb713fd29..aa33fbeab1bb 100644 --- a/graphics/qt6-lottie/distinfo +++ b/graphics/qt6-lottie/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965202 -SHA256 (KDE/Qt/6.10.1/qtlottie-everywhere-src-6.10.1.tar.xz) = bc9c363c48486d790a998d25119bc0e7d2499266c3be96e61e3032422b0457c2 -SIZE (KDE/Qt/6.10.1/qtlottie-everywhere-src-6.10.1.tar.xz) = 718848 +TIMESTAMP = 1770199428 +SHA256 (KDE/Qt/6.10.2/qtlottie-everywhere-src-6.10.2.tar.xz) = a5d86b7a07833a0f2bd203042bbc156ec6588fd957f00a3c166788410ea4028c +SIZE (KDE/Qt/6.10.2/qtlottie-everywhere-src-6.10.2.tar.xz) = 720244 diff --git a/graphics/qt6-quickeffectmaker/distinfo b/graphics/qt6-quickeffectmaker/distinfo index 26d5bf65f13e..e1710bd4e518 100644 --- a/graphics/qt6-quickeffectmaker/distinfo +++ b/graphics/qt6-quickeffectmaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965272 -SHA256 (KDE/Qt/6.10.1/qtquickeffectmaker-everywhere-src-6.10.1.tar.xz) = 3036984cc55054f59c4a7c7d30d9b9a2dd7491344b3201c5a133cc3cdf12acc9 -SIZE (KDE/Qt/6.10.1/qtquickeffectmaker-everywhere-src-6.10.1.tar.xz) = 4343612 +TIMESTAMP = 1770199435 +SHA256 (KDE/Qt/6.10.2/qtquickeffectmaker-everywhere-src-6.10.2.tar.xz) = e3caf13b4e0c0d9e6d696192137615e8e748d7999272c74472945067f469c2c4 +SIZE (KDE/Qt/6.10.2/qtquickeffectmaker-everywhere-src-6.10.2.tar.xz) = 4343172 diff --git a/graphics/qt6-svg/distinfo b/graphics/qt6-svg/distinfo index c29fd945ee86..1b1294f392a9 100644 --- a/graphics/qt6-svg/distinfo +++ b/graphics/qt6-svg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964406 -SHA256 (KDE/Qt/6.10.1/qtsvg-everywhere-src-6.10.1.tar.xz) = c02f355a58f3bbcf404a628bf488b6aeb2d84a94c269afdb86f6e529343ab01f -SIZE (KDE/Qt/6.10.1/qtsvg-everywhere-src-6.10.1.tar.xz) = 2613980 +TIMESTAMP = 1770199441 +SHA256 (KDE/Qt/6.10.2/qtsvg-everywhere-src-6.10.2.tar.xz) = f07ff80f38caf235187200345392ca7479445ddf49a36c3694cd52a735dad6e1 +SIZE (KDE/Qt/6.10.2/qtsvg-everywhere-src-6.10.2.tar.xz) = 2614740 diff --git a/graphics/qt6-wayland/Makefile b/graphics/qt6-wayland/Makefile index dd24ca6b56e5..93520069c109 100644 --- a/graphics/qt6-wayland/Makefile +++ b/graphics/qt6-wayland/Makefile @@ -1,20 +1,26 @@ PORTNAME= wayland DISTVERSION= ${QT6_VERSION} CATEGORIES= graphics wayland PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt6 wrapper for Wayland BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers LIB_DEPENDS= libdrm.so:graphics/libdrm \ libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon USES= cmake compiler:c++17-lang gl pkgconfig \ qt-dist:6 USE_GL= opengl egl -USE_QT= base declarative svg USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} +USE_QT= base declarative svg + +pre-configure: + @(if [ ! -e ${QT_LIBDIR}/libQt6WaylandClient.so ] ; then \ + ${ECHO_MSG} "Error: this module requires devel/qt6-base to be built with the WAYLAND option enabled." ; \ + exit 1; \ + fi) .include diff --git a/graphics/qt6-wayland/distinfo b/graphics/qt6-wayland/distinfo index 26343c7c315e..72e7632abdce 100644 --- a/graphics/qt6-wayland/distinfo +++ b/graphics/qt6-wayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964414 -SHA256 (KDE/Qt/6.10.1/qtwayland-everywhere-src-6.10.1.tar.xz) = 49bf6db800227a6b2c971f4c5d03dd1e81297e7ffb296ce4a96437304f27cb13 -SIZE (KDE/Qt/6.10.1/qtwayland-everywhere-src-6.10.1.tar.xz) = 901632 +TIMESTAMP = 1770199447 +SHA256 (KDE/Qt/6.10.2/qtwayland-everywhere-src-6.10.2.tar.xz) = 391998eb432719df26a6a67d8efdc67f8bf2afdd76c1ee3381ebff4fe7527ee2 +SIZE (KDE/Qt/6.10.2/qtwayland-everywhere-src-6.10.2.tar.xz) = 901748 diff --git a/misc/qt6-doc/distinfo b/misc/qt6-doc/distinfo index 8a67e305023a..439d2033565e 100644 --- a/misc/qt6-doc/distinfo +++ b/misc/qt6-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763963686 -SHA256 (KDE/Qt/6.10.1/qtdoc-everywhere-src-6.10.1.tar.xz) = 03a6614bbb3281a94f645e11ac95a3ef20411bf5e0146fca3fc17a32ae07099a -SIZE (KDE/Qt/6.10.1/qtdoc-everywhere-src-6.10.1.tar.xz) = 47381584 +TIMESTAMP = 1770199469 +SHA256 (KDE/Qt/6.10.2/qtdoc-everywhere-src-6.10.2.tar.xz) = 8c14a9ed1067facb52eb88a37ce5bf7a1b1ffb8829c30dd2792d05e02cb83704 +SIZE (KDE/Qt/6.10.2/qtdoc-everywhere-src-6.10.2.tar.xz) = 47429420 diff --git a/misc/qt6-doc/pkg-plist b/misc/qt6-doc/pkg-plist index a3c6d99993d7..ab6911c7d14c 100644 --- a/misc/qt6-doc/pkg-plist +++ b/misc/qt6-doc/pkg-plist @@ -1,473 +1,478 @@ %%QT_DOCDIR%%/qtcmake.qch %%QT_DOCDIR%%/qtcmake/cmake-build-on-cmdline.html %%QT_DOCDIR%%/qtcmake/cmake-build-qml-application.html %%QT_DOCDIR%%/qtcmake/cmake-build-reusable-qml-module.html %%QT_DOCDIR%%/qtcmake/cmake-command-reference.html %%QT_DOCDIR%%/qtcmake/cmake-deployment.html %%QT_DOCDIR%%/qtcmake/cmake-get-started.html %%QT_DOCDIR%%/qtcmake/cmake-imported-targets.html %%QT_DOCDIR%%/qtcmake/cmake-making-qt-available.html %%QT_DOCDIR%%/qtcmake/cmake-manual.html %%QT_DOCDIR%%/qtcmake/cmake-property-reference.html %%QT_DOCDIR%%/qtcmake/cmake-qt5-and-qt6-compatibility.html %%QT_DOCDIR%%/qtcmake/cmake-supported-cmake-versions.html %%QT_DOCDIR%%/qtcmake/cmake-variable-reference.html %%QT_DOCDIR%%/qtcmake/images/arrow_bc.png %%QT_DOCDIR%%/qtcmake/images/bgrContent.png %%QT_DOCDIR%%/qtcmake/images/btn_next.png %%QT_DOCDIR%%/qtcmake/images/btn_prev.png %%QT_DOCDIR%%/qtcmake/images/bullet_dn.png %%QT_DOCDIR%%/qtcmake/images/bullet_sq.png %%QT_DOCDIR%%/qtcmake/images/home.png %%QT_DOCDIR%%/qtcmake/images/ico_out.png %%QT_DOCDIR%%/qtcmake/images/logo.png %%QT_DOCDIR%%/qtcmake/qt-cmake-policies.html %%QT_DOCDIR%%/qtcmake/qtcmake.index %%QT_DOCDIR%%/qtcmake/qtcmake.qhp %%QT_DOCDIR%%/qtcmake/style/offline-dark.css %%QT_DOCDIR%%/qtcmake/style/offline-simple.css %%QT_DOCDIR%%/qtcmake/style/offline.css +%%QT_DOCDIR%%/qtcmake/style/tech_preview.svg %%QT_DOCDIR%%/qtdoc.qch %%QT_DOCDIR%%/qtdoc/accessibility.html %%QT_DOCDIR%%/qtdoc/accessible-qtquick.html %%QT_DOCDIR%%/qtdoc/accessible-qwidget.html %%QT_DOCDIR%%/qtdoc/accessible.html %%QT_DOCDIR%%/qtdoc/activeqt-idc.html %%QT_DOCDIR%%/qtdoc/activeqt-testcon.html %%QT_DOCDIR%%/qtdoc/android-3rdparty-libs.html %%QT_DOCDIR%%/qtdoc/android-build-environment-variables.html %%QT_DOCDIR%%/qtdoc/android-building-projects-from-commandline.html %%QT_DOCDIR%%/qtdoc/android-building.html %%QT_DOCDIR%%/qtdoc/android-emojis.html %%QT_DOCDIR%%/qtdoc/android-environment-variables.html %%QT_DOCDIR%%/qtdoc/android-getting-started.html %%QT_DOCDIR%%/qtdoc/android-how-it-works.html %%QT_DOCDIR%%/qtdoc/android-openssl-support.html %%QT_DOCDIR%%/qtdoc/android-platform-notes.html %%QT_DOCDIR%%/qtdoc/android-publishing-to-googleplay.html %%QT_DOCDIR%%/qtdoc/android-runtime-licensing-notes.html %%QT_DOCDIR%%/qtdoc/android-services.html %%QT_DOCDIR%%/qtdoc/android-supported-versions-selection-guidelines.html %%QT_DOCDIR%%/qtdoc/android.html %%QT_DOCDIR%%/qtdoc/annotated.html %%QT_DOCDIR%%/qtdoc/appicon.html %%QT_DOCDIR%%/qtdoc/best-practices.html %%QT_DOCDIR%%/qtdoc/bughowto.html %%QT_DOCDIR%%/qtdoc/build-optimized-qt.html %%QT_DOCDIR%%/qtdoc/build-sources.html %%QT_DOCDIR%%/qtdoc/building-qt-for-qnx.html %%QT_DOCDIR%%/qtdoc/classes.html %%QT_DOCDIR%%/qtdoc/classesandfunctions.html %%QT_DOCDIR%%/qtdoc/configure-linux-device.html %%QT_DOCDIR%%/qtdoc/configure-options.html %%QT_DOCDIR%%/qtdoc/create-your-first-applications.html %%QT_DOCDIR%%/qtdoc/cross-compiling-qt.html %%QT_DOCDIR%%/qtdoc/debug.html %%QT_DOCDIR%%/qtdoc/deployment-android.html %%QT_DOCDIR%%/qtdoc/deployment-plugins.html %%QT_DOCDIR%%/qtdoc/deployment.html %%QT_DOCDIR%%/qtdoc/desktop-integration.html %%QT_DOCDIR%%/qtdoc/embedded-linux.html %%QT_DOCDIR%%/qtdoc/examples-animation.html %%QT_DOCDIR%%/qtdoc/examples-draganddrop.html %%QT_DOCDIR%%/qtdoc/examples-gestures.html %%QT_DOCDIR%%/qtdoc/examples-ios.html %%QT_DOCDIR%%/qtdoc/examples-ipc.html %%QT_DOCDIR%%/qtdoc/examples-layouts.html %%QT_DOCDIR%%/qtdoc/examples-license.html %%QT_DOCDIR%%/qtdoc/examples-manifest.xml %%QT_DOCDIR%%/qtdoc/examples-sql.html %%QT_DOCDIR%%/qtdoc/examples-threadandconcurrent.html %%QT_DOCDIR%%/qtdoc/examples-widgets-tools.html %%QT_DOCDIR%%/qtdoc/examples-xml.html %%QT_DOCDIR%%/qtdoc/exceptionsafety.html %%QT_DOCDIR%%/qtdoc/explore-qt.html %%QT_DOCDIR%%/qtdoc/exportcontrols.html %%QT_DOCDIR%%/qtdoc/extras-changes-qt6.html %%QT_DOCDIR%%/qtdoc/fdl.html %%QT_DOCDIR%%/qtdoc/feature-delivery-example.html %%QT_DOCDIR%%/qtdoc/functions.html %%QT_DOCDIR%%/qtdoc/get-and-install-qt-cli.html %%QT_DOCDIR%%/qtdoc/get-and-install-qt.html %%QT_DOCDIR%%/qtdoc/getting-sources-from-git.html %%QT_DOCDIR%%/qtdoc/gettingstarted.html %%QT_DOCDIR%%/qtdoc/gpl.html %%QT_DOCDIR%%/qtdoc/groups.html %%QT_DOCDIR%%/qtdoc/hierarchy.html %%QT_DOCDIR%%/qtdoc/highdpi.html %%QT_DOCDIR%%/qtdoc/i18n-plural-rules.html %%QT_DOCDIR%%/qtdoc/i18n-source-translation.html %%QT_DOCDIR%%/qtdoc/images/5OiIqFTjUZI.jpg %%QT_DOCDIR%%/qtdoc/images/BenchmarkDemoQt6.png %%QT_DOCDIR%%/qtdoc/images/CustomStyle_Dark.png %%QT_DOCDIR%%/qtdoc/images/CustomStyle_Light.png %%QT_DOCDIR%%/qtdoc/images/FX_Material_Showroom.png %%QT_DOCDIR%%/qtdoc/images/Material_Dark.png %%QT_DOCDIR%%/qtdoc/images/Material_Light.png %%QT_DOCDIR%%/qtdoc/images/Settings_CustomStyle.png %%QT_DOCDIR%%/qtdoc/images/Settings_Material.png %%QT_DOCDIR%%/qtdoc/images/Settings_iOS.png %%QT_DOCDIR%%/qtdoc/images/accessibleobjecttree.png %%QT_DOCDIR%%/qtdoc/images/addalarms.png %%QT_DOCDIR%%/qtdoc/images/alarms2.png %%QT_DOCDIR%%/qtdoc/images/alarms3.png %%QT_DOCDIR%%/qtdoc/images/android-source-folder.png %%QT_DOCDIR%%/qtdoc/images/android.webp %%QT_DOCDIR%%/qtdoc/images/animation-examples.png %%QT_DOCDIR%%/qtdoc/images/arrow_bc.png %%QT_DOCDIR%%/qtdoc/images/bgrContent.png %%QT_DOCDIR%%/qtdoc/images/btn_next.png %%QT_DOCDIR%%/qtdoc/images/btn_prev.png %%QT_DOCDIR%%/qtdoc/images/bullet_dn.png %%QT_DOCDIR%%/qtdoc/images/bullet_sq.png %%QT_DOCDIR%%/qtdoc/images/car_configurator_overview.png %%QT_DOCDIR%%/qtdoc/images/coffee_machine_emptycup.png %%QT_DOCDIR%%/qtdoc/images/coffee_machine_modify.png %%QT_DOCDIR%%/qtdoc/images/coffee_machine_overview.png %%QT_DOCDIR%%/qtdoc/images/coffee_machine_selection.png %%QT_DOCDIR%%/qtdoc/images/coffee_machine_selection_android_landscape.png %%QT_DOCDIR%%/qtdoc/images/coffee_machine_selection_windows.png %%QT_DOCDIR%%/qtdoc/images/colorpalette_editing.png %%QT_DOCDIR%%/qtdoc/images/colorpalette_listing.png %%QT_DOCDIR%%/qtdoc/images/colorpalette_urlselection.png %%QT_DOCDIR%%/qtdoc/images/colorpalette_userlisting.png %%QT_DOCDIR%%/qtdoc/images/controls.png %%QT_DOCDIR%%/qtdoc/images/deployment-mac-application.png %%QT_DOCDIR%%/qtdoc/images/deployment-mac-bundlestructure.png %%QT_DOCDIR%%/qtdoc/images/desktop_dark.png %%QT_DOCDIR%%/qtdoc/images/desktop_light.png %%QT_DOCDIR%%/qtdoc/images/detailscreen.png %%QT_DOCDIR%%/qtdoc/images/dice-screenshot.webp %%QT_DOCDIR%%/qtdoc/images/documentviewer_open.png %%QT_DOCDIR%%/qtdoc/images/dprgadget.png %%QT_DOCDIR%%/qtdoc/images/dynamic-loaded-pro.png %%QT_DOCDIR%%/qtdoc/images/dynamic-pro.png %%QT_DOCDIR%%/qtdoc/images/fastboot-mode.png %%QT_DOCDIR%%/qtdoc/images/front-coding.png %%QT_DOCDIR%%/qtdoc/images/front-ui.png %%QT_DOCDIR%%/qtdoc/images/home.png %%QT_DOCDIR%%/qtdoc/images/iOS_Dark.png %%QT_DOCDIR%%/qtdoc/images/iOS_Light.png %%QT_DOCDIR%%/qtdoc/images/ico_out.png %%QT_DOCDIR%%/qtdoc/images/integrity-os.png %%QT_DOCDIR%%/qtdoc/images/ios.webp %%QT_DOCDIR%%/qtdoc/images/layout-examples.png %%QT_DOCDIR%%/qtdoc/images/lightningviewer.jpg %%QT_DOCDIR%%/qtdoc/images/logo.png %%QT_DOCDIR%%/qtdoc/images/lottietoqmlexample.png %%QT_DOCDIR%%/qtdoc/images/macos.webp -%%QT_DOCDIR%%/qtdoc/images/mainscreen.png %%QT_DOCDIR%%/qtdoc/images/maintenancetool.png %%QT_DOCDIR%%/qtdoc/images/mediaplayerapp.png %%QT_DOCDIR%%/qtdoc/images/mobile_dark.png %%QT_DOCDIR%%/qtdoc/images/mobile_light.png %%QT_DOCDIR%%/qtdoc/images/nmvurCcsWos.jpg %%QT_DOCDIR%%/qtdoc/images/ok.png %%QT_DOCDIR%%/qtdoc/images/open-project.png %%QT_DOCDIR%%/qtdoc/images/osmbuildings.jpg %%QT_DOCDIR%%/qtdoc/images/piemenu.gif %%QT_DOCDIR%%/qtdoc/images/project-structure.png %%QT_DOCDIR%%/qtdoc/images/project_structure.png %%QT_DOCDIR%%/qtdoc/images/qml-application.png %%QT_DOCDIR%%/qtdoc/images/qt-android-architecture.drawio.svg %%QT_DOCDIR%%/qtdoc/images/qt-codesample.png %%QT_DOCDIR%%/qtdoc/images/qt-creator-sdks.webp %%QT_DOCDIR%%/qtdoc/images/qt-edu-apply.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-browse-qbsp.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-contribute.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-creator-open.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-creator-welcome.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-custominstallation.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-design-studio-open.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-design-studio-welcome.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-download.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-eeula-terms.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-install-design-studio.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-install-finish-design-studio.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-install-finish-qt.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-install-qt.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-install-xcode.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-login.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-maintenancetool.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-password.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-qbsp-download.png %%QT_DOCDIR%%/qtdoc/images/qt-edu-qbsp.png %%QT_DOCDIR%%/qtdoc/images/qt-embedded-fontfeatures.png %%QT_DOCDIR%%/qtdoc/images/qtcreator-clazy-checks-for-porting-to-qt6.png %%QT_DOCDIR%%/qtdoc/images/qtcreator-create-templates.png %%QT_DOCDIR%%/qtdoc/images/qtcreator-qt-quick-editors.png %%QT_DOCDIR%%/qtdoc/images/qtdesignstudio.webp %%QT_DOCDIR%%/qtdoc/images/qthangman-example.png %%QT_DOCDIR%%/qtdoc/images/qthangman-store-example.png %%QT_DOCDIR%%/qtdoc/images/qtinstallercomponents.png +%%QT_DOCDIR%%/qtdoc/images/qtjenny-callback-extended-class.drawio.svg +%%QT_DOCDIR%%/qtdoc/images/qtjenny-callback-interface.drawio.svg %%QT_DOCDIR%%/qtdoc/images/qtjenny-sequence.drawio.svg -%%QT_DOCDIR%%/qtdoc/images/qtjennydemo_overview.png +%%QT_DOCDIR%%/qtdoc/images/qtjennydemo_overview.webp %%QT_DOCDIR%%/qtdoc/images/qtquick-demo-calqlatr.png %%QT_DOCDIR%%/qtdoc/images/qtquick-demo-clocks-small.png %%QT_DOCDIR%%/qtdoc/images/qtquick-demo-graphs-csv.png %%QT_DOCDIR%%/qtdoc/images/qtquick-demo-photosurface-small.png %%QT_DOCDIR%%/qtdoc/images/qtquick-demo-rssnews-small.png %%QT_DOCDIR%%/qtdoc/images/qtquick-demo-samegame-med-1.png %%QT_DOCDIR%%/qtdoc/images/qtquick-demo-samegame-med-2.png %%QT_DOCDIR%%/qtdoc/images/qtquick-demo-stocqt.png %%QT_DOCDIR%%/qtdoc/images/qtquick3D.png %%QT_DOCDIR%%/qtdoc/images/quickeffectmaker.png %%QT_DOCDIR%%/qtdoc/images/rhiarch.png %%QT_DOCDIR%%/qtdoc/images/robotarm-example.png %%QT_DOCDIR%%/qtdoc/images/sa8155-target.png %%QT_DOCDIR%%/qtdoc/images/sa8155p.png %%QT_DOCDIR%%/qtdoc/images/scalability-gridlayout.png %%QT_DOCDIR%%/qtdoc/images/session.png %%QT_DOCDIR%%/qtdoc/images/small_dark.png %%QT_DOCDIR%%/qtdoc/images/small_light.png %%QT_DOCDIR%%/qtdoc/images/splash-screen-launch.webp %%QT_DOCDIR%%/qtdoc/images/sql-examples.png %%QT_DOCDIR%%/qtdoc/images/thread-examples.png %%QT_DOCDIR%%/qtdoc/images/threadsandobjects.png %%QT_DOCDIR%%/qtdoc/images/tiger.png %%QT_DOCDIR%%/qtdoc/images/tool-examples.png %%QT_DOCDIR%%/qtdoc/images/vectorimageexample.png %%QT_DOCDIR%%/qtdoc/images/vxwb-advanced-settings.png %%QT_DOCDIR%%/qtdoc/images/vxwb-cmake-rtp-project.png %%QT_DOCDIR%%/qtdoc/images/vxwb-connection.png %%QT_DOCDIR%%/qtdoc/images/vxwb-rundebug-settings.png %%QT_DOCDIR%%/qtdoc/images/vxwb-rundebug.png %%QT_DOCDIR%%/qtdoc/images/wayland-multi-process.png %%QT_DOCDIR%%/qtdoc/images/wayland-single-process-develop.png %%QT_DOCDIR%%/qtdoc/images/wayland-single-process-eglfs.png %%QT_DOCDIR%%/qtdoc/images/weatherforecastexample.png %%QT_DOCDIR%%/qtdoc/images/webassembly.webp %%QT_DOCDIR%%/qtdoc/images/windows.webp %%QT_DOCDIR%%/qtdoc/images/wiring1.png %%QT_DOCDIR%%/qtdoc/images/wiring2.png %%QT_DOCDIR%%/qtdoc/images/x11.webp %%QT_DOCDIR%%/qtdoc/images/xNIz78IPBu0.jpg %%QT_DOCDIR%%/qtdoc/images/xml-examples.png %%QT_DOCDIR%%/qtdoc/images/xr_physicsbase_teleportation.jpg %%QT_DOCDIR%%/qtdoc/index.html %%QT_DOCDIR%%/qtdoc/inputs-linux-device.html %%QT_DOCDIR%%/qtdoc/integrity-building-and-flashing-dd-project.html %%QT_DOCDIR%%/qtdoc/integrity-building-monolith.html %%QT_DOCDIR%%/qtdoc/integrity-building-qt-8155p-on-ubuntu.html %%QT_DOCDIR%%/qtdoc/integrity-building-qt-8155p-on-windows.html %%QT_DOCDIR%%/qtdoc/integrity-flash-image-and-run.html %%QT_DOCDIR%%/qtdoc/integrity-installing-dependencies.html %%QT_DOCDIR%%/qtdoc/integrity-linux-monolith.html %%QT_DOCDIR%%/qtdoc/integrity-monolith-project-tutorial.html %%QT_DOCDIR%%/qtdoc/integrity-win-monolith.html %%QT_DOCDIR%%/qtdoc/integrity.html %%QT_DOCDIR%%/qtdoc/internationalization.html %%QT_DOCDIR%%/qtdoc/ios-building-from-source.html %%QT_DOCDIR%%/qtdoc/ios-platform-notes.html %%QT_DOCDIR%%/qtdoc/ios.html %%QT_DOCDIR%%/qtdoc/ipc-overview.html %%QT_DOCDIR%%/qtdoc/known-issues.html %%QT_DOCDIR%%/qtdoc/lgpl.html %%QT_DOCDIR%%/qtdoc/license-changes.html %%QT_DOCDIR%%/qtdoc/licenses-used-in-qt.html %%QT_DOCDIR%%/qtdoc/licensing.html %%QT_DOCDIR%%/qtdoc/linux-building.html %%QT_DOCDIR%%/qtdoc/linux-deployment.html %%QT_DOCDIR%%/qtdoc/linux-issues.html %%QT_DOCDIR%%/qtdoc/linux-requirements.html %%QT_DOCDIR%%/qtdoc/linux.html %%QT_DOCDIR%%/qtdoc/localization.html %%QT_DOCDIR%%/qtdoc/macos-building.html %%QT_DOCDIR%%/qtdoc/macos-deployment.html %%QT_DOCDIR%%/qtdoc/macos-issues.html %%QT_DOCDIR%%/qtdoc/macos.html %%QT_DOCDIR%%/qtdoc/mobiledevelopment.html %%QT_DOCDIR%%/qtdoc/moc.html %%QT_DOCDIR%%/qtdoc/modulechanges.html %%QT_DOCDIR%%/qtdoc/modules-cpp.html %%QT_DOCDIR%%/qtdoc/modules-qml.html %%QT_DOCDIR%%/qtdoc/modules.html %%QT_DOCDIR%%/qtdoc/namespaces.html %%QT_DOCDIR%%/qtdoc/newclasses60.html %%QT_DOCDIR%%/qtdoc/newclasses61.html %%QT_DOCDIR%%/qtdoc/newclasses610.html %%QT_DOCDIR%%/qtdoc/newclasses62.html %%QT_DOCDIR%%/qtdoc/newclasses63.html %%QT_DOCDIR%%/qtdoc/newclasses64.html %%QT_DOCDIR%%/qtdoc/newclasses65.html %%QT_DOCDIR%%/qtdoc/newclasses66.html %%QT_DOCDIR%%/qtdoc/newclasses67.html %%QT_DOCDIR%%/qtdoc/newclasses68.html %%QT_DOCDIR%%/qtdoc/newclasses69.html %%QT_DOCDIR%%/qtdoc/obsoleteclasses.html %%QT_DOCDIR%%/qtdoc/obsoleteqmltypes.html %%QT_DOCDIR%%/qtdoc/overviews-main.html %%QT_DOCDIR%%/qtdoc/overviews.html %%QT_DOCDIR%%/qtdoc/packaging-recommendations.html %%QT_DOCDIR%%/qtdoc/plugins-howto.html %%QT_DOCDIR%%/qtdoc/porting-qt3d-to-qtquick3d.html %%QT_DOCDIR%%/qtdoc/porting-to-android.html %%QT_DOCDIR%%/qtdoc/porting-to-qt6-using-clazy.html %%QT_DOCDIR%%/qtdoc/portingguide.html %%QT_DOCDIR%%/qtdoc/qmltypes.html %%QT_DOCDIR%%/qtdoc/qmlvaluetypes.html %%QT_DOCDIR%%/qtdoc/qnx-support.html %%QT_DOCDIR%%/qtdoc/qnx-target-requirements.html %%QT_DOCDIR%%/qtdoc/qnx.html %%QT_DOCDIR%%/qtdoc/qt-activex.html %%QT_DOCDIR%%/qtdoc/qt-additional-modules.html %%QT_DOCDIR%%/qtdoc/qt-attribution-cmake-macros.html %%QT_DOCDIR%%/qtdoc/qt-attribution-llvm.html %%QT_DOCDIR%%/qtdoc/qt-attribution-llvmpipe.html %%QT_DOCDIR%%/qtdoc/qt-conf.html %%QT_DOCDIR%%/qtdoc/qt-debian-packages.html %%QT_DOCDIR%%/qtdoc/qt-edu-for-designers.html %%QT_DOCDIR%%/qtdoc/qt-edu-for-developers.html %%QT_DOCDIR%%/qtdoc/qt-edu-mcu.html %%QT_DOCDIR%%/qtdoc/qt-edu-raspberry-pi.html %%QT_DOCDIR%%/qtdoc/qt-edu-resources.html %%QT_DOCDIR%%/qtdoc/qt-embedded-fonts.html %%QT_DOCDIR%%/qtdoc/qt-embedded-kmap2qmap.html %%QT_DOCDIR%%/qtdoc/qt-for-education.html %%QT_DOCDIR%%/qtdoc/qt-framework-product-information.html %%QT_DOCDIR%%/qtdoc/qt-gui-concepts.html %%QT_DOCDIR%%/qtdoc/qt-intro.html %%QT_DOCDIR%%/qtdoc/qt-online-installation.html %%QT_DOCDIR%%/qtdoc/qt-releases.html %%QT_DOCDIR%%/qtdoc/qt-tools-utilities.html %%QT_DOCDIR%%/qtdoc/qt6-buildsystem.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-colorpaletteclient.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-dice-roundcarpet.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-dice-table.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-graphs-csv-hedley.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-graphs-csv-mio.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-graphs-csv-row-json.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-graphs-csv-string-view.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-graphs-csv.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-thermostatexample-materialicons.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-thermostatexample-phosphoricons.html %%QT_DOCDIR%%/qtdoc/qtdoc-attribution-todolistexample-materialicons.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-android-splashscreen-manifest-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-android-splashscreen-quick-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-calqlatr-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-car-configurator-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-clocks-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-coffee-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-colorpaletteclient-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-dice-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-documentviewer-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-fx-material-showroom-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-graphs-csv-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-hangman-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-lightningviewer-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-mediaplayer-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-osmbuildings-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-photosurface-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-qtjennydemo-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-robotarm-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-rssnews-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-samegame-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-stocqt-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-thermostat-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-todolist-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-windowembedding-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-demos-xr-physicsbase-teleportation-example.html %%QT_DOCDIR%%/qtdoc/qtdoc-toc.html +%%QT_DOCDIR%%/qtdoc/qtdoc-tutorials-alarms-example.html %%QT_DOCDIR%%/qtdoc/qtdoc.index %%QT_DOCDIR%%/qtdoc/qtdoc.qhp %%QT_DOCDIR%%/qtdoc/qtentrypoint.html %%QT_DOCDIR%%/qtdoc/qtexamples.html %%QT_DOCDIR%%/qtdoc/qtexamplesandtutorials.html +%%QT_DOCDIR%%/qtdoc/qtjenny-callbacks.html %%QT_DOCDIR%%/qtdoc/qtjenny-concepts.html %%QT_DOCDIR%%/qtdoc/qtjenny-configuration.html %%QT_DOCDIR%%/qtdoc/qtjenny-installation.html %%QT_DOCDIR%%/qtdoc/qtjenny-knownissues.html %%QT_DOCDIR%%/qtdoc/qtjenny-whatsnew.html %%QT_DOCDIR%%/qtdoc/qtjenny.html %%QT_DOCDIR%%/qtdoc/qtlanguages.html %%QT_DOCDIR%%/qtdoc/qtmodules.html %%QT_DOCDIR%%/qtdoc/qtpurchasing-androidclasses.html %%QT_DOCDIR%%/qtdoc/qtpurchasing-appstore.html %%QT_DOCDIR%%/qtdoc/qtpurchasing-baseclasses.html %%QT_DOCDIR%%/qtdoc/qtpurchasing-googleplay.html %%QT_DOCDIR%%/qtdoc/qtpurchasing-iosclasses.html -%%QT_DOCDIR%%/qtdoc/qtquick-tutorial-alarms.html %%QT_DOCDIR%%/qtdoc/qundo.html %%QT_DOCDIR%%/qtdoc/rcc.html %%QT_DOCDIR%%/qtdoc/reference-overview.html %%QT_DOCDIR%%/qtdoc/restoring-geometry.html %%QT_DOCDIR%%/qtdoc/sbom.html %%QT_DOCDIR%%/qtdoc/scalability.html %%QT_DOCDIR%%/qtdoc/security.html %%QT_DOCDIR%%/qtdoc/session.html %%QT_DOCDIR%%/qtdoc/sharedlibrary.html %%QT_DOCDIR%%/qtdoc/signalsandslots-syntaxes.html %%QT_DOCDIR%%/qtdoc/solutions-for-application-development.html %%QT_DOCDIR%%/qtdoc/style/offline-dark.css %%QT_DOCDIR%%/qtdoc/style/offline-simple.css %%QT_DOCDIR%%/qtdoc/style/offline.css +%%QT_DOCDIR%%/qtdoc/style/tech_preview.svg %%QT_DOCDIR%%/qtdoc/style/tree_config.xml %%QT_DOCDIR%%/qtdoc/supported-platforms.html %%QT_DOCDIR%%/qtdoc/testing-and-debugging.html %%QT_DOCDIR%%/qtdoc/thread.html %%QT_DOCDIR%%/qtdoc/threads-modules.html %%QT_DOCDIR%%/qtdoc/threads-qobject.html %%QT_DOCDIR%%/qtdoc/threads-reentrancy.html %%QT_DOCDIR%%/qtdoc/threads-synchronizing.html %%QT_DOCDIR%%/qtdoc/threads-technologies.html %%QT_DOCDIR%%/qtdoc/threads.html %%QT_DOCDIR%%/qtdoc/tools-for-qt-quick-uis.html %%QT_DOCDIR%%/qtdoc/topics-app-development.html %%QT_DOCDIR%%/qtdoc/topics-core.html %%QT_DOCDIR%%/qtdoc/topics-data-io.html %%QT_DOCDIR%%/qtdoc/topics-graphics.html %%QT_DOCDIR%%/qtdoc/topics-graphics2d.html %%QT_DOCDIR%%/qtdoc/topics-network-connectivity.html %%QT_DOCDIR%%/qtdoc/topics-ui.html %%QT_DOCDIR%%/qtdoc/topics-vectorimageformats.html %%QT_DOCDIR%%/qtdoc/touchinputexamples.html %%QT_DOCDIR%%/qtdoc/trademarks.html %%QT_DOCDIR%%/qtdoc/uic.html %%QT_DOCDIR%%/qtdoc/unicode.html %%QT_DOCDIR%%/qtdoc/unix-signals.html %%QT_DOCDIR%%/qtdoc/untrusteddata.html %%QT_DOCDIR%%/qtdoc/vxworks.html %%QT_DOCDIR%%/qtdoc/wasm.html %%QT_DOCDIR%%/qtdoc/wayland-and-qt.html %%QT_DOCDIR%%/qtdoc/wayland-requirements.html %%QT_DOCDIR%%/qtdoc/webos.html %%QT_DOCDIR%%/qtdoc/whatsnew60.html %%QT_DOCDIR%%/qtdoc/whatsnew61.html %%QT_DOCDIR%%/qtdoc/whatsnew610.html %%QT_DOCDIR%%/qtdoc/whatsnew62.html %%QT_DOCDIR%%/qtdoc/whatsnew63.html %%QT_DOCDIR%%/qtdoc/whatsnew64.html %%QT_DOCDIR%%/qtdoc/whatsnew65.html %%QT_DOCDIR%%/qtdoc/whatsnew66.html %%QT_DOCDIR%%/qtdoc/whatsnew67.html %%QT_DOCDIR%%/qtdoc/whatsnew68.html %%QT_DOCDIR%%/qtdoc/whatsnew69.html %%QT_DOCDIR%%/qtdoc/whatsnewqt6.html %%QT_DOCDIR%%/qtdoc/why-moc.html %%QT_DOCDIR%%/qtdoc/windows-building.html %%QT_DOCDIR%%/qtdoc/windows-deployment.html %%QT_DOCDIR%%/qtdoc/windows-graphics.html %%QT_DOCDIR%%/qtdoc/windows-issues.html %%QT_DOCDIR%%/qtdoc/windows-winappsdk.html %%QT_DOCDIR%%/qtdoc/windows.html %%QT_DOCDIR%%/qtdoc/xml-processing.html %%QT_DOCDIR%%/qtplatformintegration.qch %%QT_DOCDIR%%/qtplatformintegration/images/arrow_bc.png %%QT_DOCDIR%%/qtplatformintegration/images/bgrContent.png %%QT_DOCDIR%%/qtplatformintegration/images/btn_next.png %%QT_DOCDIR%%/qtplatformintegration/images/btn_prev.png %%QT_DOCDIR%%/qtplatformintegration/images/bullet_dn.png %%QT_DOCDIR%%/qtplatformintegration/images/bullet_sq.png %%QT_DOCDIR%%/qtplatformintegration/images/home.png %%QT_DOCDIR%%/qtplatformintegration/images/ico_out.png %%QT_DOCDIR%%/qtplatformintegration/images/logo.png %%QT_DOCDIR%%/qtplatformintegration/native-interfaces.html %%QT_DOCDIR%%/qtplatformintegration/platform-integration.html %%QT_DOCDIR%%/qtplatformintegration/platform-type-conversions.html %%QT_DOCDIR%%/qtplatformintegration/qnativeinterface.html %%QT_DOCDIR%%/qtplatformintegration/qpa.html %%QT_DOCDIR%%/qtplatformintegration/qtplatformintegration.index %%QT_DOCDIR%%/qtplatformintegration/qtplatformintegration.qhp %%QT_DOCDIR%%/qtplatformintegration/style/offline-dark.css %%QT_DOCDIR%%/qtplatformintegration/style/offline-simple.css %%QT_DOCDIR%%/qtplatformintegration/style/offline.css +%%QT_DOCDIR%%/qtplatformintegration/style/tech_preview.svg diff --git a/misc/qt6-examples/distinfo b/misc/qt6-examples/distinfo index 3611afbb8d0f..dc464820c582 100644 --- a/misc/qt6-examples/distinfo +++ b/misc/qt6-examples/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964318 -SHA256 (KDE/Qt/6.10.1/qt-everywhere-src-6.10.1.tar.xz) = 0ed08b079719394303cd2054b66b2dc0c5895ceeb88fb6131c18991c980bf00f -SIZE (KDE/Qt/6.10.1/qt-everywhere-src-6.10.1.tar.xz) = 1314503800 +TIMESTAMP = 1770199986 +SHA256 (KDE/Qt/6.10.2/qt-everywhere-src-6.10.2.tar.xz) = c3df0f0e421130cc52ed81cb712358804471ce9bd2a41d97828f9f5b1bf7fed2 +SIZE (KDE/Qt/6.10.2/qt-everywhere-src-6.10.2.tar.xz) = 1315359412 diff --git a/misc/qt6-examples/pkg-plist b/misc/qt6-examples/pkg-plist index 1dc3cc4fea63..9d34c7af6feb 100644 --- a/misc/qt6-examples/pkg-plist +++ b/misc/qt6-examples/pkg-plist @@ -1,9280 +1,9371 @@ %%QT_EXAMPLEDIR%%/CMakeLists.txt %%QT_EXAMPLEDIR%%/README %%QT_EXAMPLEDIR%%/activeqt/CMakeLists.txt %%QT_EXAMPLEDIR%%/activeqt/README %%QT_EXAMPLEDIR%%/activeqt/activeqt.pro %%QT_EXAMPLEDIR%%/activeqt/comapp/CMakeLists.txt %%QT_EXAMPLEDIR%%/activeqt/comapp/comapp.pro %%QT_EXAMPLEDIR%%/activeqt/comapp/comapp.rc %%QT_EXAMPLEDIR%%/activeqt/comapp/doc/snippets/doc_src_examples_activeqt_comapp.qdoc %%QT_EXAMPLEDIR%%/activeqt/comapp/doc/src/comapp.qdoc %%QT_EXAMPLEDIR%%/activeqt/comapp/main.cpp %%QT_EXAMPLEDIR%%/activeqt/qutlook/CMakeLists.txt %%QT_EXAMPLEDIR%%/activeqt/qutlook/addressview.cpp %%QT_EXAMPLEDIR%%/activeqt/qutlook/addressview.h %%QT_EXAMPLEDIR%%/activeqt/qutlook/doc/src/qutlook.qdoc %%QT_EXAMPLEDIR%%/activeqt/qutlook/fileopen.xpm %%QT_EXAMPLEDIR%%/activeqt/qutlook/fileprint.xpm %%QT_EXAMPLEDIR%%/activeqt/qutlook/filesave.xpm %%QT_EXAMPLEDIR%%/activeqt/qutlook/main.cpp %%QT_EXAMPLEDIR%%/activeqt/qutlook/qutlook.pro %%QT_EXAMPLEDIR%%/activeqt/shared.pri %%QT_EXAMPLEDIR%%/activeqt/simple/CMakeLists.txt %%QT_EXAMPLEDIR%%/activeqt/simple/doc/src/simple.qdoc %%QT_EXAMPLEDIR%%/activeqt/simple/main.cpp %%QT_EXAMPLEDIR%%/activeqt/simple/simple.def %%QT_EXAMPLEDIR%%/activeqt/simple/simple.ico %%QT_EXAMPLEDIR%%/activeqt/simple/simple.inf %%QT_EXAMPLEDIR%%/activeqt/simple/simple.pro %%QT_EXAMPLEDIR%%/activeqt/simple/simple.rc %%QT_EXAMPLEDIR%%/activeqt/wrapper/CMakeLists.txt %%QT_EXAMPLEDIR%%/activeqt/wrapper/doc/src/wrapper.qdoc %%QT_EXAMPLEDIR%%/activeqt/wrapper/main.cpp %%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapper.inf %%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapper.pro %%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.def %%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.ico %%QT_EXAMPLEDIR%%/activeqt/wrapper/wrapperax.rc %%QT_EXAMPLEDIR%%/aggregate/examples.pro %%QT_EXAMPLEDIR%%/assistant/CMakeLists.txt %%QT_EXAMPLEDIR%%/assistant/assistant.pro %%QT_EXAMPLEDIR%%/assistant/doc/images/remotecontrol-example.png %%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-example.png %%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-findfiledialog.png %%QT_EXAMPLEDIR%%/assistant/doc/images/simpletextviewer-mainwindow.png %%QT_EXAMPLEDIR%%/assistant/doc/src/remotecontrol.qdoc %%QT_EXAMPLEDIR%%/assistant/doc/src/simpletextviewer.qdoc %%QT_EXAMPLEDIR%%/assistant/remotecontrol/CMakeLists.txt %%QT_EXAMPLEDIR%%/assistant/remotecontrol/enter.png %%QT_EXAMPLEDIR%%/assistant/remotecontrol/main.cpp %%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.cpp %%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.h %%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.pro %%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.qrc %%QT_EXAMPLEDIR%%/assistant/remotecontrol/remotecontrol.ui %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/assistant.cpp %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/assistant.h %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/about.txt %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/browse.html %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/filedialog.html %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/findfile.html %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/browse.png %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/fadedfilemenu.png %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/filedialog.png %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/handbook.png %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/icon.png %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/mainwindow.png %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/open.png %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/images/wildcard.png %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/index.html %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/intro.html %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/openfile.html %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qch %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhc %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhcp %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/simpletextviewer.qhp %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/documentation/wildcardmatching.html %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/findfiledialog.cpp %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/findfiledialog.h %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/main.cpp %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/mainwindow.cpp %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/mainwindow.h %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/simpletextviewer.pro %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/textedit.cpp %%QT_EXAMPLEDIR%%/assistant/simpletextviewer/textedit.h %%QT_EXAMPLEDIR%%/bluetooth/CMakeLists.txt %%QT_EXAMPLEDIR%%/bluetooth/bluetooth.pro %%QT_EXAMPLEDIR%%/bluetooth/btchat/CMakeLists.txt %%QT_EXAMPLEDIR%%/bluetooth/btchat/btchat.pro %%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.cpp %%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.h %%QT_EXAMPLEDIR%%/bluetooth/btchat/chat.ui %%QT_EXAMPLEDIR%%/bluetooth/btchat/chatclient.cpp %%QT_EXAMPLEDIR%%/bluetooth/btchat/chatclient.h %%QT_EXAMPLEDIR%%/bluetooth/btchat/chatserver.cpp %%QT_EXAMPLEDIR%%/bluetooth/btchat/chatserver.h %%QT_EXAMPLEDIR%%/bluetooth/btchat/doc/images/btchat-example.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/doc/src/btchat.qdoc %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24/bluetooth.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24/bluetooth_dark.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24/send.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24/send_dark.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@2/bluetooth.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@2/bluetooth_dark.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@2/send.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@2/send_dark.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@3/bluetooth.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@3/bluetooth_dark.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@3/send.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@3/send_dark.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@4/bluetooth.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@4/bluetooth_dark.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@4/send.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/24x24@4/send_dark.png %%QT_EXAMPLEDIR%%/bluetooth/btchat/icons/btchat/index.theme %%QT_EXAMPLEDIR%%/bluetooth/btchat/main.cpp %%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.cpp %%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.h %%QT_EXAMPLEDIR%%/bluetooth/btchat/remoteselector.ui %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/App.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/BluetoothAlarmDialog.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/BottomLine.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/CMakeLists.txt %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Connect.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/GameButton.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/GamePage.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/GameSettings.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Main.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Measure.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/README.md %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/SplashScreen.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/Stats.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/StatsLabel.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/TitleBar.qml %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/bluetoothbaseclass.cpp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/bluetoothbaseclass.h %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/connectionhandler.cpp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/connectionhandler.h %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/devicefinder.cpp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/devicefinder.h %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/devicehandler.cpp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/devicehandler.h %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/deviceinfo.cpp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/deviceinfo.h %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/images/heartgame-result.webp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/images/heartgame-running.webp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/images/heartgame-search.webp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/images/heartgame-start.webp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/doc/src/heartrate-game.qdoc %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/heartrate-game.pro %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/heartrate-global.h %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/alert.svg %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/bluetooth.svg %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/bt_off_to_on.png %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/clock.svg %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/heart.png %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/logo.png %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/progress.svg %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/images/search.svg %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/main.cpp %%QT_EXAMPLEDIR%%/bluetooth/heartrate-game/qmldir %%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/CMakeLists.txt %%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc %%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/heartrate-server.pro %%QT_EXAMPLEDIR%%/bluetooth/heartrate-server/main.cpp %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/CMakeLists.txt %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Characteristics.qml %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Devices.qml %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Dialog.qml %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Header.qml %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Label.qml %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Main.qml %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Menu.qml %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/Services.qml %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/assets/busy_dark.png %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/characteristicinfo.cpp %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/characteristicinfo.h %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/device.cpp %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/device.h %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/deviceinfo.cpp %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/deviceinfo.h %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-chars.png %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-devices.png %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/images/lowenergyscanner-services.png %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/lowenergyscanner.pro %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/main.cpp %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/qmldir %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/serviceinfo.cpp %%QT_EXAMPLEDIR%%/bluetooth/lowenergyscanner/serviceinfo.h %%QT_EXAMPLEDIR%%/bluetooth/shared/Info.cmake.ios.plist %%QT_EXAMPLEDIR%%/bluetooth/shared/Info.cmake.macos.plist %%QT_EXAMPLEDIR%%/bluetooth/shared/Info.qmake.ios.plist %%QT_EXAMPLEDIR%%/bluetooth/shared/Info.qmake.macos.plist %%QT_EXAMPLEDIR%%/charts/CMakeLists.txt %%QT_EXAMPLEDIR%%/charts/audio/CMakeLists.txt %%QT_EXAMPLEDIR%%/charts/audio/apple/Info.cmake.plist %%QT_EXAMPLEDIR%%/charts/audio/apple/Info.qmake.plist %%QT_EXAMPLEDIR%%/charts/audio/audio.pro %%QT_EXAMPLEDIR%%/charts/audio/main.cpp %%QT_EXAMPLEDIR%%/charts/audio/widget.cpp %%QT_EXAMPLEDIR%%/charts/audio/widget.h %%QT_EXAMPLEDIR%%/charts/audio/xyseriesiodevice.cpp %%QT_EXAMPLEDIR%%/charts/audio/xyseriesiodevice.h %%QT_EXAMPLEDIR%%/charts/charts.pro %%QT_EXAMPLEDIR%%/charts/chartsgallery/CMakeLists.txt %%QT_EXAMPLEDIR%%/charts/chartsgallery/areawidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/areawidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/barmodelmappermodel.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/barmodelmappermodel.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/barmodelmapperwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/barmodelmapperwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/barpercentwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/barpercentwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/barstackedwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/barstackedwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/barwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/barwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/boxplotdatareader.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/boxplotdatareader.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/boxplotwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/boxplotwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/callout.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/callout.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/calloutview.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/calloutview.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/calloutwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/calloutwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/candlestickdatareader.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/candlestickdatareader.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/candlestickwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/candlestickwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/chartsgallery.pro %%QT_EXAMPLEDIR%%/charts/chartsgallery/chartsgallery.qrc %%QT_EXAMPLEDIR%%/charts/chartsgallery/contentwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/contentwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/customchartwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/customchartwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/data/blue_triangle.png %%QT_EXAMPLEDIR%%/charts/chartsgallery/data/boxplot_a.txt %%QT_EXAMPLEDIR%%/charts/chartsgallery/data/boxplot_b.txt %%QT_EXAMPLEDIR%%/charts/chartsgallery/data/candlestick.txt %%QT_EXAMPLEDIR%%/charts/chartsgallery/data/green_triangle.png %%QT_EXAMPLEDIR%%/charts/chartsgallery/data/sun_spots.txt %%QT_EXAMPLEDIR%%/charts/chartsgallery/datetimeaxiswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/datetimeaxiswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/images/ChartWidgetGallery.png %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-areachart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-barchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-barmodelmapper.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-boxplotchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-callout.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-candlestickchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-chartthemes.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-customchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-datetimeaxis.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-donutbreakdown.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-horizontalbarchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-horizontalpercentbarchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-horizontalstackedbarchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-legend.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-legendmarkers.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-lineandbarchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-linechart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-logvalueaxis.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-modeldata.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-multiaxis.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-nesteddonuts.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-openglseries.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-percentbarchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-pointconfiguration.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-pointsselectionandmarkers.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-polarchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-scatterchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-selectedbar.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-splinechart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-stackedbarchart.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-stackedbarchartdrilldown.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/examples-temperaturerecords.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/gallery.qdoc %%QT_EXAMPLEDIR%%/charts/chartsgallery/doc/src/gallery.qdocinc %%QT_EXAMPLEDIR%%/charts/chartsgallery/donutbreakdownchart.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/donutbreakdownchart.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/donutbreakdownmainslice.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/donutbreakdownmainslice.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/donutbreakdownwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/donutbreakdownwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/donutwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/donutwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/dynamicsplinewidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/dynamicsplinewidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/horizontalbarwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/horizontalbarwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/horizontalpercentbarwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/horizontalpercentbarwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/horizontalstackedbarwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/horizontalstackedbarwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/interactionschart.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/interactionschart.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/interactionsview.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/interactionsview.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/interactionswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/interactionswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/legendmarkerswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/legendmarkerswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/legendwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/legendwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/lightmarkerswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/lightmarkerswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/lineandbarwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/lineandbarwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/linewidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/linewidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/logaxiswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/logaxiswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/main.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/mainwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/mainwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/modeldatamodel.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/modeldatamodel.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/modeldatawidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/modeldatawidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/multiaxiswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/multiaxiswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/nesteddonutswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/nesteddonutswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/pccbrushtool.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/pccbrushtool.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/pcccustomslice.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/pcccustomslice.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/pccpentool.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/pccpentool.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/pccwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/pccwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/piedrilldownchart.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/piedrilldownchart.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/piedrilldownslice.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/piedrilldownslice.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/piedrilldownwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/piedrilldownwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/piewidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/piewidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/pointconfigurationwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/pointconfigurationwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/polarchartview.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/polarchartview.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/polarchartwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/polarchartwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/scatterinteractionswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/scatterinteractionswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/scatterwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/scatterwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/selectedbarwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/selectedbarwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/splinewidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/splinewidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/stackeddrilldownchart.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/stackeddrilldownchart.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/stackeddrilldownseries.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/stackeddrilldownseries.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/stackeddrilldownwidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/stackeddrilldownwidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/temperaturerecordswidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/temperaturerecordswidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/themewidget.cpp %%QT_EXAMPLEDIR%%/charts/chartsgallery/themewidget.h %%QT_EXAMPLEDIR%%/charts/chartsgallery/themewidget.ui %%QT_EXAMPLEDIR%%/charts/openglseries/CMakeLists.txt %%QT_EXAMPLEDIR%%/charts/openglseries/datasource.cpp %%QT_EXAMPLEDIR%%/charts/openglseries/datasource.h %%QT_EXAMPLEDIR%%/charts/openglseries/main.cpp %%QT_EXAMPLEDIR%%/charts/openglseries/openglseries.pro %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/CMakeLists.txt %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/doc/images/QMLChartsGallery.png %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/doc/src/examples-qmlaxes.qdoc %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/doc/src/examples-qmlcustomizations.qdoc %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/doc/src/examples-qmlcustomlegend.qdoc %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/doc/src/examples-qmlf1legends.qdoc %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/doc/src/examples-qmlpolarchart.qdoc %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/doc/src/qmlchartsgallery.qdoc %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/doc/src/qmlchartsgallery.qdocinc %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/main.cpp %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/AreaSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/BarSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/BarSeriesHorizontal.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/BarSeriesPercent.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/BarSeriesPercentHorizontal.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/BarSeriesStacked.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/BarSeriesStackedHorizontal.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/BoxPlotSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/CandlestickSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/CategoryAxis.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/CategoryAxisPolar.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/DateTimeAxis.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/DateTimeAxisPolar.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/Donut.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/LineSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/Main.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/PieChart.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/ScatterSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/SplineSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/TwoSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/TwoSeriesPolar.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/WheelOfFortune.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/customlegend/AnimatedAreaSeries.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/customlegend/ChartViewHighlighted.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/customlegend/ChartViewSelector.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/customlegend/ChartViewStacked.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/customlegend/CustomLegend.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/customlegend/Main.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/f1legends/F1Legends.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qml/f1legends/SpeedsList.qml %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qmlchartsgallery.pro %%QT_EXAMPLEDIR%%/charts/qmlchartsgallery/qmlchartsgallery.qrc %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/CMakeLists.txt %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/datasource.cpp %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/datasource.h %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/main.cpp %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qml/qmloscilloscope/MultiButton.qml %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qml/qmloscilloscope/ScopeView.qml %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qml/qmloscilloscope/main.qml %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/qmloscilloscope.pro %%QT_EXAMPLEDIR%%/charts/qmloscilloscope/resources.qrc %%QT_EXAMPLEDIR%%/charts/qmlweather/CMakeLists.txt %%QT_EXAMPLEDIR%%/charts/qmlweather/main.cpp %%QT_EXAMPLEDIR%%/charts/qmlweather/qml/qmlweather/main.qml %%QT_EXAMPLEDIR%%/charts/qmlweather/qmlweather.pro %%QT_EXAMPLEDIR%%/charts/qmlweather/resources.qrc %%QT_EXAMPLEDIR%%/charts/zoomlinechart/CMakeLists.txt %%QT_EXAMPLEDIR%%/charts/zoomlinechart/chart.cpp %%QT_EXAMPLEDIR%%/charts/zoomlinechart/chart.h %%QT_EXAMPLEDIR%%/charts/zoomlinechart/chartview.cpp %%QT_EXAMPLEDIR%%/charts/zoomlinechart/chartview.h %%QT_EXAMPLEDIR%%/charts/zoomlinechart/main.cpp %%QT_EXAMPLEDIR%%/charts/zoomlinechart/zoomlinechart.pro %%QT_EXAMPLEDIR%%/coap/CMakeLists.txt %%QT_EXAMPLEDIR%%/coap/coap.pro %%QT_EXAMPLEDIR%%/coap/doc/examples.qdoc %%QT_EXAMPLEDIR%%/coap/doc/images/quickmulticastclient.webp %%QT_EXAMPLEDIR%%/coap/doc/images/quicksecureclient.png %%QT_EXAMPLEDIR%%/coap/doc/images/simplecoapclient.webp %%QT_EXAMPLEDIR%%/coap/doc/quickmulticastclient.qdoc %%QT_EXAMPLEDIR%%/coap/doc/quicksecureclient.qdoc %%QT_EXAMPLEDIR%%/coap/doc/simplecoapclient.qdoc %%QT_EXAMPLEDIR%%/coap/quickmulticastclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/coap/quickmulticastclient/Main.qml %%QT_EXAMPLEDIR%%/coap/quickmulticastclient/main.cpp %%QT_EXAMPLEDIR%%/coap/quickmulticastclient/qmlcoapmulticastclient.cpp %%QT_EXAMPLEDIR%%/coap/quickmulticastclient/qmlcoapmulticastclient.h %%QT_EXAMPLEDIR%%/coap/quickmulticastclient/qmldir %%QT_EXAMPLEDIR%%/coap/quickmulticastclient/quickmulticastclient.pro %%QT_EXAMPLEDIR%%/coap/quicksecureclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/coap/quicksecureclient/FilePicker.qml %%QT_EXAMPLEDIR%%/coap/quicksecureclient/Main.qml %%QT_EXAMPLEDIR%%/coap/quicksecureclient/main.cpp %%QT_EXAMPLEDIR%%/coap/quicksecureclient/qmlcoapsecureclient.cpp %%QT_EXAMPLEDIR%%/coap/quicksecureclient/qmlcoapsecureclient.h %%QT_EXAMPLEDIR%%/coap/quicksecureclient/qmldir %%QT_EXAMPLEDIR%%/coap/quicksecureclient/quicksecureclient.pro %%QT_EXAMPLEDIR%%/coap/simplecoapclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/coap/simplecoapclient/main.cpp %%QT_EXAMPLEDIR%%/coap/simplecoapclient/mainwindow.cpp %%QT_EXAMPLEDIR%%/coap/simplecoapclient/mainwindow.h %%QT_EXAMPLEDIR%%/coap/simplecoapclient/mainwindow.ui %%QT_EXAMPLEDIR%%/coap/simplecoapclient/optiondialog.cpp %%QT_EXAMPLEDIR%%/coap/simplecoapclient/optiondialog.h %%QT_EXAMPLEDIR%%/coap/simplecoapclient/optiondialog.ui %%QT_EXAMPLEDIR%%/coap/simplecoapclient/simplecoapclient.pro %%QT_EXAMPLEDIR%%/core/permissions/CMakeLists.txt %%QT_EXAMPLEDIR%%/core/permissions/Info.plist %%QT_EXAMPLEDIR%%/core/permissions/Main.qml %%QT_EXAMPLEDIR%%/core/permissions/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/core/permissions/main.cpp %%QT_EXAMPLEDIR%%/core5/CMakeLists.txt %%QT_EXAMPLEDIR%%/core5/core5.pro %%QT_EXAMPLEDIR%%/core5/widgets/CMakeLists.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/CMakeLists.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/CMakeLists.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/codecs.pro %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/codecs.qrc %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/doc/images/codecs-example.png %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/doc/src/codecs.qdoc %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/iso-8859-1.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/iso-8859-15.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/utf-16.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/utf-16be.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/utf-16le.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodedfiles/utf-8.txt %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodingdialog.cpp %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/encodingdialog.h %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/images/editcopy.png %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/main.cpp %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/mainwindow.cpp %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/mainwindow.h %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/previewform.cpp %%QT_EXAMPLEDIR%%/core5/widgets/tools/codecs/previewform.h %%QT_EXAMPLEDIR%%/core5/widgets/tools/tools.pro %%QT_EXAMPLEDIR%%/core5/widgets/widgets.pro %%QT_EXAMPLEDIR%%/corelib/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/bindableproperties/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindableproperties.pro %%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindablesubscription.cpp %%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindablesubscription.h %%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindablesubscription.pro %%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindableuser.cpp %%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/bindableuser.h %%QT_EXAMPLEDIR%%/corelib/bindableproperties/bindablesubscription/main.cpp %%QT_EXAMPLEDIR%%/corelib/bindableproperties/doc/images/bindable_properties_example.png %%QT_EXAMPLEDIR%%/corelib/bindableproperties/doc/src/bindableproperties.qdoc %%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/countries.qrc %%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/finland.png %%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/germany.png %%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/norway.png %%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/subscriptionwindow.cpp %%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/subscriptionwindow.h %%QT_EXAMPLEDIR%%/corelib/bindableproperties/shared/subscriptionwindow.ui %%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/main.cpp %%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/subscription.cpp %%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/subscription.h %%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/subscription.pro %%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/user.cpp %%QT_EXAMPLEDIR%%/corelib/bindableproperties/subscription/user.h %%QT_EXAMPLEDIR%%/corelib/corelib.pro %%QT_EXAMPLEDIR%%/corelib/ipc/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/ipc/README %%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/localfortuneclient-example.png %%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/localfortuneserver-example.png %%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/sharedmemory-example_1.png %%QT_EXAMPLEDIR%%/corelib/ipc/doc/images/sharedmemory-example_2.png %%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/localfortuneclient.qdoc %%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/localfortuneserver.qdoc %%QT_EXAMPLEDIR%%/corelib/ipc/doc/src/sharedmemory.qdoc %%QT_EXAMPLEDIR%%/corelib/ipc/ipc.pro %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/client.cpp %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/client.h %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/localfortuneclient.pro %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneclient/main.cpp %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/localfortuneserver.pro %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/main.cpp %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/server.cpp %%QT_EXAMPLEDIR%%/corelib/ipc/localfortuneserver/server.h %%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.cpp %%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.h %%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/dialog.ui %%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/image.png %%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/main.cpp %%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/qt.png %%QT_EXAMPLEDIR%%/corelib/ipc/sharedmemory/sharedmemory.pro %%QT_EXAMPLEDIR%%/corelib/mimetypes/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/mimetypes/doc/images/mimetypebrowser.png %%QT_EXAMPLEDIR%%/corelib/mimetypes/doc/src/mimetypebrowser.qdoc %%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/main.cpp %%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mainwindow.cpp %%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mainwindow.h %%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mimetypebrowser.pro %%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mimetypemodel.cpp %%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypebrowser/mimetypemodel.h %%QT_EXAMPLEDIR%%/corelib/mimetypes/mimetypes.pro %%QT_EXAMPLEDIR%%/corelib/platform/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-hdpi/icon.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-ldpi/icon.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-mdpi/icon.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-xhdpi/icon.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-xxhdpi/icon.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/res/drawable-xxxhdpi/icon.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/android/src/org/qtproject/example/androidnotifier/NotificationClient.java %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/androidnotifier.pro %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/doc/images/androidnotifier.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/images/happy.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/images/sad.png %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/main.cpp %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/main.qrc %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/notificationclient.cpp %%QT_EXAMPLEDIR%%/corelib/platform/androidnotifier/notificationclient.h %%QT_EXAMPLEDIR%%/corelib/platform/platform.pro %%QT_EXAMPLEDIR%%/corelib/serialization/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/cbordump.pro %%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/cbortag.py %%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/doc/images/cbordump.png %%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/doc/src/cbordump.qdoc %%QT_EXAMPLEDIR%%/corelib/serialization/cbordump/main.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/serialization/convert/cborconverter.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/cborconverter.h %%QT_EXAMPLEDIR%%/corelib/serialization/convert/convert.pro %%QT_EXAMPLEDIR%%/corelib/serialization/convert/converter.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/converter.h %%QT_EXAMPLEDIR%%/corelib/serialization/convert/datastreamconverter.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/datastreamconverter.h %%QT_EXAMPLEDIR%%/corelib/serialization/convert/debugtextdumper.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/debugtextdumper.h %%QT_EXAMPLEDIR%%/corelib/serialization/convert/doc/images/convert.png %%QT_EXAMPLEDIR%%/corelib/serialization/convert/doc/src/convert.qdoc %%QT_EXAMPLEDIR%%/corelib/serialization/convert/jsonconverter.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/jsonconverter.h %%QT_EXAMPLEDIR%%/corelib/serialization/convert/main.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/nullconverter.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/nullconverter.h %%QT_EXAMPLEDIR%%/corelib/serialization/convert/textconverter.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/textconverter.h %%QT_EXAMPLEDIR%%/corelib/serialization/convert/variantorderedmap.h %%QT_EXAMPLEDIR%%/corelib/serialization/convert/xmlconverter.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/convert/xmlconverter.h %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/character.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/character.h %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/doc/src/savegame.qdoc %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/game.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/game.h %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/level.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/level.h %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/main.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/savegame/savegame.pro %%QT_EXAMPLEDIR%%/corelib/serialization/serialization.pro %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/doc/images/filemenu.png %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/doc/images/helpmenu.png %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/doc/images/screenshot.png %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/doc/src/qxmlstreambookmarks.qdoc %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/jennifer.xbel %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/main.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/mainwindow.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/mainwindow.h %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/streambookmarks.pro %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/xbelreader.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/xbelreader.h %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/xbelwriter.cpp %%QT_EXAMPLEDIR%%/corelib/serialization/streambookmarks/xbelwriter.h %%QT_EXAMPLEDIR%%/corelib/threads/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/threads/README %%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot-example.png %%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll1.png %%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll2.png %%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_scroll3.png %%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom1.png %%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom2.png %%QT_EXAMPLEDIR%%/corelib/threads/doc/images/mandelbrot_zoom3.png %%QT_EXAMPLEDIR%%/corelib/threads/doc/images/queuedcustomtype-example.png %%QT_EXAMPLEDIR%%/corelib/threads/doc/src/mandelbrot.qdoc %%QT_EXAMPLEDIR%%/corelib/threads/doc/src/queuedcustomtype.qdoc %%QT_EXAMPLEDIR%%/corelib/threads/doc/src/semaphores.qdoc %%QT_EXAMPLEDIR%%/corelib/threads/doc/src/waitconditions.qdoc %%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/main.cpp %%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrot.pro %%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrotwidget.cpp %%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/mandelbrotwidget.h %%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/renderthread.cpp %%QT_EXAMPLEDIR%%/corelib/threads/mandelbrot/renderthread.h %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/block.cpp %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/block.h %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/main.cpp %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/queuedcustomtype.pro %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/renderthread.cpp %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/renderthread.h %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/window.cpp %%QT_EXAMPLEDIR%%/corelib/threads/queuedcustomtype/window.h %%QT_EXAMPLEDIR%%/corelib/threads/semaphores/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/threads/semaphores/semaphores.cpp %%QT_EXAMPLEDIR%%/corelib/threads/semaphores/semaphores.pro %%QT_EXAMPLEDIR%%/corelib/threads/threads.pro %%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.cpp %%QT_EXAMPLEDIR%%/corelib/threads/waitconditions/waitconditions.pro %%QT_EXAMPLEDIR%%/corelib/time/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/application/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/application/application.pro %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/application/main.cpp %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/calendarbackendplugin.pro %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/common/calendarBackendInterface.h %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/doc/images/calendarwindow_transition.png %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/doc/src/calendarbackendplugin.qdoc %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/calendarbackend.cpp %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/calendarbackend.h %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/calendarplugin.cpp %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/calendarplugin.h %%QT_EXAMPLEDIR%%/corelib/time/calendarbackendplugin/plugin/plugin.pro %%QT_EXAMPLEDIR%%/corelib/time/time.pro %%QT_EXAMPLEDIR%%/corelib/tools/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/tools/README %%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/CMakeLists.txt %%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/contiguouscache.pro %%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/main.cpp %%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/randomlistmodel.cpp %%QT_EXAMPLEDIR%%/corelib/tools/contiguouscache/randomlistmodel.h %%QT_EXAMPLEDIR%%/corelib/tools/doc/src/contiguouscache.qdoc %%QT_EXAMPLEDIR%%/corelib/tools/tools.pro %%QT_EXAMPLEDIR%%/datavisualization/CMakeLists.txt %%QT_EXAMPLEDIR%%/datavisualization/datavisualization.pro %%QT_EXAMPLEDIR%%/datavisualization/examples.pri %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/CMakeLists.txt %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/axesinputhandler.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/axesinputhandler.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/bargraph.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/bargraph.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/custominputhandler.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/custominputhandler.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/layer_1.png %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/layer_2.png %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/layer_3.png %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/license.txt %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/maptexture.jpg %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/oilrig.obj %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/pipe.obj %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/raindata.txt %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/refinery.obj %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/data/topography.png %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/doc/images/graphgallery-example.png %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/doc/src/graphgallery.qdoc %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/graphgallery.pro %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/graphgallery.qrc %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/graphmodifier.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/graphmodifier.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/highlightseries.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/highlightseries.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/main.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/rainfalldata.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/rainfalldata.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/scatterdatamodifier.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/scatterdatamodifier.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/scattergraph.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/scattergraph.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/surfacegraph.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/surfacegraph.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/surfacegraphmodifier.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/surfacegraphmodifier.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/topographicseries.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/topographicseries.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/variantbardatamapping.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/variantbardatamapping.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/variantbardataproxy.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/variantbardataproxy.h %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/variantdataset.cpp %%QT_EXAMPLEDIR%%/datavisualization/graphgallery/variantdataset.h %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/CMakeLists.txt %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/customformatter.cpp %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/customformatter.h %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/doc/images/qmlaxishandling-example.png %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/doc/src/qmlaxishandling.qdoc %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/main.cpp %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qml/qmlaxishandling/AxisDragging.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qml/qmlaxishandling/AxisFormatting.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qml/qmlaxishandling/Data.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qml/qmlaxishandling/cube.obj %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qml/qmlaxishandling/cubetexture.png %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qml/qmlaxishandling/main.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qmlaxishandling.pro %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qmlaxishandling.qrc %%QT_EXAMPLEDIR%%/datavisualization/qmlaxishandling/qmldir %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/CMakeLists.txt %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/doc/images/qmlbars-example.png %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/doc/src/qmlbars.qdoc %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/main.cpp %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/Axes.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/Data.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qml/qmlbars/main.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qmlbars.pro %%QT_EXAMPLEDIR%%/datavisualization/qmlbars/qmlbars.qrc %%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/CMakeLists.txt %%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/doc/images/qmlscatter-example.png %%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/doc/src/qmlscatter.qdoc %%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/main.cpp %%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qml/qmlscatter/Data.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qml/qmlscatter/main.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qmlscatter.pro %%QT_EXAMPLEDIR%%/datavisualization/qmlscatter/qmlscatter.qrc %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/CMakeLists.txt %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/datasource.cpp %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/datasource.h %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/doc/images/qmlsurfacegallery-example.png %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/doc/src/qmlsurfacegallery.qdoc %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/main.cpp %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SpectrogramData.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceHeightMap.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceOscilloscope.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceSpectrogram.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/heightmap.png %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/heightmap.readme %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/main.qml %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qmlsurfacegallery.pro %%QT_EXAMPLEDIR%%/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc %%QT_EXAMPLEDIR%%/datavisualization/volumetric/CMakeLists.txt %%QT_EXAMPLEDIR%%/datavisualization/volumetric/doc/images/volumetric-example.png %%QT_EXAMPLEDIR%%/datavisualization/volumetric/doc/src/volumetric.qdoc %%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_ground.png %%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_magma.png %%QT_EXAMPLEDIR%%/datavisualization/volumetric/layer_water.png %%QT_EXAMPLEDIR%%/datavisualization/volumetric/main.cpp %%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.cpp %%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.h %%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.pro %%QT_EXAMPLEDIR%%/datavisualization/volumetric/volumetric.qrc %%QT_EXAMPLEDIR%%/dbus/CMakeLists.txt %%QT_EXAMPLEDIR%%/dbus/chat/CMakeLists.txt %%QT_EXAMPLEDIR%%/dbus/chat/chat.cpp %%QT_EXAMPLEDIR%%/dbus/chat/chat.h %%QT_EXAMPLEDIR%%/dbus/chat/chat.pro %%QT_EXAMPLEDIR%%/dbus/chat/chatmainwindow.ui %%QT_EXAMPLEDIR%%/dbus/chat/org.example.chat.xml %%QT_EXAMPLEDIR%%/dbus/complexpingpong/CMakeLists.txt %%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.cpp %%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.h %%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexping.pro %%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpingpong.pro %%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.cpp %%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.h %%QT_EXAMPLEDIR%%/dbus/complexpingpong/complexpong.pro %%QT_EXAMPLEDIR%%/dbus/complexpingpong/ping-common.h %%QT_EXAMPLEDIR%%/dbus/dbus.pro %%QT_EXAMPLEDIR%%/dbus/doc/images/dbus-chat-example.webp %%QT_EXAMPLEDIR%%/dbus/doc/src/chat.qdoc %%QT_EXAMPLEDIR%%/dbus/doc/src/complexpingpong.qdoc %%QT_EXAMPLEDIR%%/dbus/doc/src/pingpong.qdoc %%QT_EXAMPLEDIR%%/dbus/pingpong/CMakeLists.txt %%QT_EXAMPLEDIR%%/dbus/pingpong/ping-common.h %%QT_EXAMPLEDIR%%/dbus/pingpong/ping.cpp %%QT_EXAMPLEDIR%%/dbus/pingpong/ping.pro %%QT_EXAMPLEDIR%%/dbus/pingpong/pingpong.pro %%QT_EXAMPLEDIR%%/dbus/pingpong/pong.cpp %%QT_EXAMPLEDIR%%/dbus/pingpong/pong.pro %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/CMakeLists.txt %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/CMakeLists.txt %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.cpp %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.h %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.pro %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/main.cpp %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/common/car.xml %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/CMakeLists.txt %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/connected.svg %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/connecting.svg %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.cpp %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.h %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.pro %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/down.svg %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/icons.qrc %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/left.svg %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/main.cpp %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/right.svg %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/up.svg %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/images/remotecontrolledcar-car-example.webp %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc %%QT_EXAMPLEDIR%%/dbus/remotecontrolledcar/remotecontrolledcar.pro %%QT_EXAMPLEDIR%%/demos/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/README.md %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/AmbientEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/App.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/BubblesEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/CloudEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/DebugBox.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/DustEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/ExplosionEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/Button.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/CardMaterial.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/Checkbox.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/CheckboxImages.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/CheckboxImages_1.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/IconsCards.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/IconsCheckbox.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/IconsCheckbox_1.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/IconsFunctional.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/LabelQt.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/LayoutFull.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/ListEffects.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/ListMaterial.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/ListModels.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/ListSelection.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/Material_pop_up.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/MouseScroll.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/Scrollbar.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/State_Idle.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/assets/qtlogo.png %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Figma_Assets/assets/vector.svg %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/FireEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/FlashEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/FloorComponent.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/HeatwaveEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/LineparticleEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/MouseRotatorAndWASD.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Pocket_Demo_SkylightUI/ButtonTabs.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Pocket_Demo_SkylightUI/ButtonWithIcon.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Pocket_Demo_SkylightUI/IconsSkylight.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Pocket_Demo_SkylightUI/Layout.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Pocket_Demo_SkylightUI/images/Icon_Colorful.svg %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Pocket_Demo_SkylightUI/images/Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Pocket_Demo_SkylightUI/images/Icon_Light.svg %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/RainEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/Screen01.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/ShockwaveEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/SmokeEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/SnowEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/SparksEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/SteamEffect.ui.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/color_table.png %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/color_table2.png %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/fonts/fonts.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/SSS.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/SSS.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/bubble.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/bubble.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/cloud.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/cloud.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/debris.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/debris.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/dustcloud.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/dustcloud.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/fire.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/fire.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/flash.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/flash.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/floor.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/floor.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/heatwave.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/heatwave.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/raindrop.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/raindrop.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/rainsplash.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/shockwave.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/shockwave.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/sky.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/sky.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/smoke.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/smoke.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/smokerm.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/smokerm.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/snow.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/snow.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/spark.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/spark.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/steam.frag %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/content/shaders/steam.vert %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/doc/images/FX_Material_Showroom.png %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/doc/src/FX_Material_Showroom.qdoc %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/AsphaltMaterial.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/CopperMaterial.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/GoldMaterial.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/SilverMaterial.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/_asset_ref.json %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/designer/asphalt.metainfo %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/designer/copper.metainfo %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/designer/gold.metainfo %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/designer/silver.metainfo %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/ComponentBundles/MaterialBundle/qmldir %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/PocketDemo/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/PocketDemo/Constants.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/PocketDemo/designer/plugin.metainfo %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/PocketDemo/qmldir %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Application/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Application/quickstudioapplication.cpp %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Application/quickstudioapplication_p.h %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/ArcItem.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/RectangleItem.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/StraightArrow.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/SvgPathItem.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/TriangleItem.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/plugins.qmltypes %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/qmldir %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/imports/QtQuick/Studio/Components/qtstudiocomponentsplugin.cpp %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/main.qml %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/qmlmodules %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/src/app_environment.h %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/src/imagedownloader.cpp %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/src/imagedownloader.h %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/src/import_qml_plugins.h %%QT_EXAMPLEDIR%%/demos/FX_Material_Showroom/src/main.cpp %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/Main.qml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/java/io/qt/qtsplashscreeninandroid/SplashActivity.java %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/drawable/logo.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/drawable/qtsplashscreen.xml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/mipmap-hdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/mipmap-mdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/mipmap-xhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/mipmap-xxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/mipmap-xxxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/values/qtactivitytheme.xml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/android/res/values/splashstarttheme.xml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/doc/images/splash-screen-launch.webp %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/doc/src/qt-splashscreen-in-android.qdoc %%QT_EXAMPLEDIR%%/demos/android/splashscreen/manifest/main.cpp %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/Main.qml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/Splash.qml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/java/io/qt/qmlsplashscreeninandroid/SplashActivity.java %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/res/mipmap-hdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/res/mipmap-mdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/res/mipmap-xhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/res/mipmap-xxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/res/mipmap-xxxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/res/values/color.xml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/res/values/splashstarttheme.xml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/android/res/values/theme.xml %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/doc/images/splash-screen-launch.webp %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/doc/src/qml-splashscreen-in-android.qdoc %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/main.cpp %%QT_EXAMPLEDIR%%/demos/android/splashscreen/quick/qt_logo.png %%QT_EXAMPLEDIR%%/demos/calqlatr/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/calqlatr/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/calqlatr/Main.qml %%QT_EXAMPLEDIR%%/demos/calqlatr/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/demos/calqlatr/android/res/drawable-hdpi/icon.png %%QT_EXAMPLEDIR%%/demos/calqlatr/android/res/drawable-ldpi/icon.png %%QT_EXAMPLEDIR%%/demos/calqlatr/android/res/drawable-mdpi/icon.png %%QT_EXAMPLEDIR%%/demos/calqlatr/android/res/drawable-xhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/calqlatr/android/res/drawable-xxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/calqlatr/android/res/drawable-xxxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.pro %%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.qmlproject %%QT_EXAMPLEDIR%%/demos/calqlatr/calqlatr.qrc %%QT_EXAMPLEDIR%%/demos/calqlatr/content/ApplicationState.qml %%QT_EXAMPLEDIR%%/demos/calqlatr/content/BackspaceButton.qml %%QT_EXAMPLEDIR%%/demos/calqlatr/content/CalculatorButton.qml %%QT_EXAMPLEDIR%%/demos/calqlatr/content/Display.qml %%QT_EXAMPLEDIR%%/demos/calqlatr/content/NumberPad.qml %%QT_EXAMPLEDIR%%/demos/calqlatr/content/calculator.js %%QT_EXAMPLEDIR%%/demos/calqlatr/content/images/backspace.svg %%QT_EXAMPLEDIR%%/demos/calqlatr/content/images/backspace_fill.svg %%QT_EXAMPLEDIR%%/demos/calqlatr/doc/images/qtquick-demo-calqlatr.png %%QT_EXAMPLEDIR%%/demos/calqlatr/doc/src/calqlatr.qdoc %%QT_EXAMPLEDIR%%/demos/calqlatr/ios/Assets.xcassets/AppIcon.appiconset/AppleIconCalqlatr.png %%QT_EXAMPLEDIR%%/demos/calqlatr/ios/Assets.xcassets/AppIcon.appiconset/Contents.json %%QT_EXAMPLEDIR%%/demos/calqlatr/main.cpp %%QT_EXAMPLEDIR%%/demos/calqlatr/qmldir %%QT_EXAMPLEDIR%%/demos/calqlatr/test/Squish_testsuite_calqulator/shared/scripts/names.py %%QT_EXAMPLEDIR%%/demos/calqlatr/test/Squish_testsuite_calqulator/suite.conf %%QT_EXAMPLEDIR%%/demos/calqlatr/test/Squish_testsuite_calqulator/tst_buttonsAndClear/test.py %%QT_EXAMPLEDIR%%/demos/calqlatr/test/Squish_testsuite_calqulator/tst_main_operations/test.py %%QT_EXAMPLEDIR%%/demos/calqlatr/test/Squish_testsuite_calqulator/tst_numberpad/test.py %%QT_EXAMPLEDIR%%/demos/calqlatr/test/Squish_testsuite_calqulator/tst_operatorsNotAvailable/test.py %%QT_EXAMPLEDIR%%/demos/calqlatr/test/Squish_testsuite_calqulator/tst_scientific_operations_landscape/test.py %%QT_EXAMPLEDIR%%/demos/calqlatr/windows/calqlatr.ico %%QT_EXAMPLEDIR%%/demos/calqlatr/windows/calqlatr.rc %%QT_EXAMPLEDIR%%/demos/car-configurator/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/CarConfigurator.qmlproject %%QT_EXAMPLEDIR%%/demos/car-configurator/CarConfigurator.qmlproject.qtds %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/EV_SportsCar_low/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/EV_SportsCar_low/Ev_SportsCar_low.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/EV_SportsCar_low/Hood.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/EV_SportsCar_low/MyDoorLeft.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/EV_SportsCar_low/MyDoorRight.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/EV_SportsCar_low/TrunkLid.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/EV_SportsCar_low/qmldir %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/InteriorShadow/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/InteriorShadow/InteriorShadow.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/InteriorShadow/qmldir %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/LightDecal/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/LightDecal/LightDecal.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/LightDecal/qmldir %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Pebbles/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Pebbles/Pebbles.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Pebbles/qmldir %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/ShadowPlane/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/ShadowPlane/ShadowPlane.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/ShadowPlane/qmldir %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Venodhb_LOD0/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Venodhb_LOD0/Venodhb_LOD0.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Venodhb_LOD0/qmldir %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/Ventdee_LOD0.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/asset_imports/Quick3DAssets/Ventdee_LOD0/qmldir %%QT_EXAMPLEDIR%%/demos/car-configurator/buildsetup.cmake %%QT_EXAMPLEDIR%%/demos/car-configurator/content/App.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/content/CameraReset.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/DebugBox.ui.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/DoorButton.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/Headlights.ui.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/InteriorPointLight.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/KissButton.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/KissButtonSeparator.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/MouseRotatorAndWASD.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/PinchWidget.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/ScreenPrimary.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/WallEffect1/WallEffect1.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/WallEffect2/WallEffect2.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/WallEffect3/WallEffect3.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/assets/assets_download.json %%QT_EXAMPLEDIR%%/demos/car-configurator/content/doorIcon/Door_button.ui.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/doorIcon/Icons.ui.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/doorIcon/Logo.ui.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/content/images/builtWithQt.png %%QT_EXAMPLEDIR%%/demos/car-configurator/doc/images/car_configurator_overview.png %%QT_EXAMPLEDIR%%/demos/car-configurator/doc/src/car_configurator.qdoc %%QT_EXAMPLEDIR%%/demos/car-configurator/imports/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/imports/CarRendering/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/car-configurator/imports/CarRendering/Constants.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/imports/CarRendering/DirectoryFontLoader.qml %%QT_EXAMPLEDIR%%/demos/car-configurator/imports/CarRendering/qmldir %%QT_EXAMPLEDIR%%/demos/car-configurator/qmlcomponents.cmake %%QT_EXAMPLEDIR%%/demos/car-configurator/qmlmodules.cmake %%QT_EXAMPLEDIR%%/demos/car-configurator/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/demos/car-configurator/src/app_environment.h %%QT_EXAMPLEDIR%%/demos/car-configurator/src/import_qml_components_plugins.h %%QT_EXAMPLEDIR%%/demos/car-configurator/src/import_qml_plugins.h %%QT_EXAMPLEDIR%%/demos/car-configurator/src/main.cpp %%QT_EXAMPLEDIR%%/demos/clocks/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/clocks/Clock.qml %%QT_EXAMPLEDIR%%/demos/clocks/Main.qml %%QT_EXAMPLEDIR%%/demos/clocks/clocks.pro %%QT_EXAMPLEDIR%%/demos/clocks/clocks.qmlproject %%QT_EXAMPLEDIR%%/demos/clocks/clocks.qrc %%QT_EXAMPLEDIR%%/demos/clocks/doc/images/qtquick-demo-clocks-small.png %%QT_EXAMPLEDIR%%/demos/clocks/doc/src/clocks.qdoc %%QT_EXAMPLEDIR%%/demos/clocks/images/arrow.png %%QT_EXAMPLEDIR%%/demos/clocks/images/background.png %%QT_EXAMPLEDIR%%/demos/clocks/images/center.png %%QT_EXAMPLEDIR%%/demos/clocks/images/clock-night.png %%QT_EXAMPLEDIR%%/demos/clocks/images/clock.png %%QT_EXAMPLEDIR%%/demos/clocks/images/hour.png %%QT_EXAMPLEDIR%%/demos/clocks/images/minute.png %%QT_EXAMPLEDIR%%/demos/clocks/images/quit.png %%QT_EXAMPLEDIR%%/demos/clocks/images/second.png %%QT_EXAMPLEDIR%%/demos/clocks/main.cpp %%QT_EXAMPLEDIR%%/demos/clocks/qmldir %%QT_EXAMPLEDIR%%/demos/coffee/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/coffee/ApplicationFlow.qml %%QT_EXAMPLEDIR%%/demos/coffee/ApplicationFlowForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/coffee/ChoosingCoffee.qml %%QT_EXAMPLEDIR%%/demos/coffee/ChoosingCoffeeForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/CoffeeCard.qml %%QT_EXAMPLEDIR%%/demos/coffee/CoffeeCardForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/CoffeeConfig.qml %%QT_EXAMPLEDIR%%/demos/coffee/Colors.qml %%QT_EXAMPLEDIR%%/demos/coffee/Config.qml %%QT_EXAMPLEDIR%%/demos/coffee/Cup.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/CustomButton.qml %%QT_EXAMPLEDIR%%/demos/coffee/CustomButtonForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/CustomSlider.qml %%QT_EXAMPLEDIR%%/demos/coffee/CustomSliderForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/CustomToolBar.qml %%QT_EXAMPLEDIR%%/demos/coffee/CustomToolBarForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/Home.qml %%QT_EXAMPLEDIR%%/demos/coffee/HomeForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/Insert.qml %%QT_EXAMPLEDIR%%/demos/coffee/InsertForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/Main.qml %%QT_EXAMPLEDIR%%/demos/coffee/Progress.qml %%QT_EXAMPLEDIR%%/demos/coffee/ProgressForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/Ready.qml %%QT_EXAMPLEDIR%%/demos/coffee/ReadyForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/Settings.qml %%QT_EXAMPLEDIR%%/demos/coffee/SettingsForm.ui.qml %%QT_EXAMPLEDIR%%/demos/coffee/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-anydpi-v26/ic_launcher.xml %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-hdpi/ic_launcher.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-hdpi/ic_launcher_background.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-hdpi/ic_launcher_foreground.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-hdpi/ic_launcher_monochrome.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-mdpi/ic_launcher.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-mdpi/ic_launcher_background.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-mdpi/ic_launcher_foreground.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-mdpi/ic_launcher_monochrome.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xhdpi/ic_launcher.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xhdpi/ic_launcher_background.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xhdpi/ic_launcher_foreground.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xhdpi/ic_launcher_monochrome.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xxhdpi/ic_launcher.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xxhdpi/ic_launcher_background.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xxhdpi/ic_launcher_foreground.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xxhdpi/ic_launcher_monochrome.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xxxhdpi/ic_launcher.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xxxhdpi/ic_launcher_background.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xxxhdpi/ic_launcher_foreground.png %%QT_EXAMPLEDIR%%/demos/coffee/android/res/mipmap-xxxhdpi/ic_launcher_monochrome.png %%QT_EXAMPLEDIR%%/demos/coffee/coffee.pro %%QT_EXAMPLEDIR%%/demos/coffee/coffeemachine.qrc %%QT_EXAMPLEDIR%%/demos/coffee/doc/images/coffee_machine_emptycup.png %%QT_EXAMPLEDIR%%/demos/coffee/doc/images/coffee_machine_modify.png %%QT_EXAMPLEDIR%%/demos/coffee/doc/images/coffee_machine_overview.png %%QT_EXAMPLEDIR%%/demos/coffee/doc/images/coffee_machine_overview_landscape.png %%QT_EXAMPLEDIR%%/demos/coffee/doc/images/coffee_machine_selection.png %%QT_EXAMPLEDIR%%/demos/coffee/doc/images/coffee_machine_selection_android_landscape.png %%QT_EXAMPLEDIR%%/demos/coffee/doc/images/coffee_machine_selection_windows.png %%QT_EXAMPLEDIR%%/demos/coffee/doc/src/coffee.qdoc %%QT_EXAMPLEDIR%%/demos/coffee/images/Cups/card_cup_dark.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/Cups/card_cup_light.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/Cups/dark_cup.svgz %%QT_EXAMPLEDIR%%/demos/coffee/images/Cups/home_dark.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/Cups/home_light.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/Cups/light_cup.svgz %%QT_EXAMPLEDIR%%/demos/coffee/images/Ingredients/Milk_foam.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/Ingredients/espresso_coffee.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/Ingredients/milk.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/Ingredients/sugar.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/Polygon.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/Qt-logo-white-transparent.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/check.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/dark_mode_black_24dp.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/ellipse_dark.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/ellipse_light.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/keyboard_backspace_black.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/keyboard_backspace_black_left.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/keyboard_backspace_black_right.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/keyboard_backspace_white_left.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/keyboard_backspace_white_right.svg %%QT_EXAMPLEDIR%%/demos/coffee/images/icons/light_mode_black_24dp.svg %%QT_EXAMPLEDIR%%/demos/coffee/ios/Assets.xcassets/AppIcon.appiconset/App Icon-Coffee.png %%QT_EXAMPLEDIR%%/demos/coffee/ios/Assets.xcassets/AppIcon.appiconset/Contents.json %%QT_EXAMPLEDIR%%/demos/coffee/main.cpp %%QT_EXAMPLEDIR%%/demos/coffee/qmldir %%QT_EXAMPLEDIR%%/demos/coffee/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/shared/scripts/names.py %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/shared/scripts/shared.py %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/suite.conf %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/tst_choosing_coffee/test.py %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/tst_home/test.py %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/tst_insert/test.py %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/tst_progress/test.py %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/tst_ready/test.py %%QT_EXAMPLEDIR%%/demos/coffee/test/Squish_testsuite_coffeemachine/tst_settings/test.py %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/ColorPalette/ColorDialogDelete.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/ColorPalette/ColorDialogEditor.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/ColorPalette/ColorView.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/ColorPalette/Main.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/ColorPalette/ServerSelection.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/ColorPalette/UserMenu.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/ColorPalette/qmldir %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/QtExampleStyle/Button.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/QtExampleStyle/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/QtExampleStyle/Popup.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/QtExampleStyle/TextField.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/QtExampleStyle/UIStyle.qml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/QtExampleStyle/qmldir %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/abstractresource.h %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/basiclogin.cpp %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/basiclogin.h %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/colorpalette.qrc %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/colorpaletteclient.pro %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/doc/images/colorpalette_editing.png %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/doc/images/colorpalette_listing.png %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/doc/images/colorpalette_urlselection.png %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/doc/images/colorpalette_userlisting.png %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/doc/src/colorpaletteclient.qdoc %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/REUSE.toml %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/close.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/delete.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/dots.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/edit.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/login.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/logout.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/ok.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/plus.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/qt.png %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/qt_attribution.json %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/testserver.png %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/update.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/user.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/icons/userMask.svg %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/main.cpp %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/paginatedresource.cpp %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/paginatedresource.h %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/restservice.cpp %%QT_EXAMPLEDIR%%/demos/colorpaletteclient/restservice.h %%QT_EXAMPLEDIR%%/demos/demos.pro %%QT_EXAMPLEDIR%%/demos/dice/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/dice/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/dice/Carpet.qml %%QT_EXAMPLEDIR%%/demos/dice/DiceSpawner.qml %%QT_EXAMPLEDIR%%/demos/dice/Dice_low.qml %%QT_EXAMPLEDIR%%/demos/dice/Main.qml %%QT_EXAMPLEDIR%%/demos/dice/Menu_Icon.svg %%QT_EXAMPLEDIR%%/demos/dice/PhysicalDie.qml %%QT_EXAMPLEDIR%%/demos/dice/PhysicalTable.qml %%QT_EXAMPLEDIR%%/demos/dice/REUSE.toml %%QT_EXAMPLEDIR%%/demos/dice/RoundTable.qml %%QT_EXAMPLEDIR%%/demos/dice/Scene.qml %%QT_EXAMPLEDIR%%/demos/dice/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/demos/dice/android/res/drawable-hdpi/icon.png %%QT_EXAMPLEDIR%%/demos/dice/android/res/drawable-ldpi/icon.png %%QT_EXAMPLEDIR%%/demos/dice/android/res/drawable-mdpi/icon.png %%QT_EXAMPLEDIR%%/demos/dice/android/res/drawable-xhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/dice/android/res/drawable-xxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/dice/android/res/drawable-xxxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/dice/dice.pro %%QT_EXAMPLEDIR%%/demos/dice/doc/images/dice-screenshot.webp %%QT_EXAMPLEDIR%%/demos/dice/doc/src/dice.qdoc %%QT_EXAMPLEDIR%%/demos/dice/ios/Assets.xcassets/AppIcon.appiconset/App-Icon-Apple-Qt-Dice.png %%QT_EXAMPLEDIR%%/demos/dice/ios/Assets.xcassets/AppIcon.appiconset/Contents.json %%QT_EXAMPLEDIR%%/demos/dice/license_carpet.txt %%QT_EXAMPLEDIR%%/demos/dice/license_table.txt %%QT_EXAMPLEDIR%%/demos/dice/main.cpp %%QT_EXAMPLEDIR%%/demos/dice/maps/M_Side_Table_Natural_Wenge_Wood_4K_baseColor_small.jpg %%QT_EXAMPLEDIR%%/demos/dice/maps/M_Side_Table_Natural_Wenge_Wood_4K_metallicRoughness_small.png %%QT_EXAMPLEDIR%%/demos/dice/maps/M_Side_Table_Natural_Wenge_Wood_4K_normal_small.png %%QT_EXAMPLEDIR%%/demos/dice/maps/carpet_texture_baseColor.jpeg %%QT_EXAMPLEDIR%%/demos/dice/meshes/cube_001.mesh %%QT_EXAMPLEDIR%%/demos/dice/meshes/object_2.mesh %%QT_EXAMPLEDIR%%/demos/dice/meshes/object_3.mesh %%QT_EXAMPLEDIR%%/demos/dice/meshes/side_Table_Pine_LOD0_M_Side_Table_Natural_Wenge_Wood_4K_0.mesh %%QT_EXAMPLEDIR%%/demos/dice/qmldir %%QT_EXAMPLEDIR%%/demos/dice/qt_attribution.json %%QT_EXAMPLEDIR%%/demos/dice/sounds/onedice.wav %%QT_EXAMPLEDIR%%/demos/dice/sounds/rolling.wav %%QT_EXAMPLEDIR%%/demos/documentviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/documentviewer/app/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/documentviewer/app/abstractviewer.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/app/abstractviewer.h %%QT_EXAMPLEDIR%%/demos/documentviewer/app/abstractviewerglobal.h %%QT_EXAMPLEDIR%%/demos/documentviewer/app/documentviewer.qrc %%QT_EXAMPLEDIR%%/demos/documentviewer/app/docviewer_de.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/app/docviewer_en.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/copy.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/copy@2x.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/cut.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/cut@2x.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/paste.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/paste@2x.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/qt-logo.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/qt-logo@2x.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/zoom-in.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/zoom-in@2x.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/zoom-out.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/images/zoom-out@2x.png %%QT_EXAMPLEDIR%%/demos/documentviewer/app/main.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/app/mainwindow.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/app/mainwindow.h %%QT_EXAMPLEDIR%%/demos/documentviewer/app/mainwindow.ui %%QT_EXAMPLEDIR%%/demos/documentviewer/app/recentfilemenu.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/app/recentfilemenu.h %%QT_EXAMPLEDIR%%/demos/documentviewer/app/recentfiles.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/app/recentfiles.h %%QT_EXAMPLEDIR%%/demos/documentviewer/app/translator.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/app/translator.h %%QT_EXAMPLEDIR%%/demos/documentviewer/app/viewerfactory.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/app/viewerfactory.h %%QT_EXAMPLEDIR%%/demos/documentviewer/app/viewerinterfaces.h %%QT_EXAMPLEDIR%%/demos/documentviewer/doc/images/documentviewer_open.png %%QT_EXAMPLEDIR%%/demos/documentviewer/doc/images/txtviewer_screenshot.png %%QT_EXAMPLEDIR%%/demos/documentviewer/doc/src/documentviewer.qdoc %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/Q3DViewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/Q3DViewer/QueryMimeTypes.qml %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/Q3DViewer/Viewer.qml %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/Q3DViewer/q3dviewer.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/Q3DViewer/q3dviewer.h %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/Q3DViewer/q3dviewer.json %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/imageviewer.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/imageviewer.h %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/imageviewer.json %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/imgviewer_de.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/imageviewer/imgviewer_en.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer.h %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer.json %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer_de.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/jsonviewer/jsonviewer_en.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/hoverwatcher.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/hoverwatcher.h %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/pdfviewer.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/pdfviewer.h %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/pdfviewer.json %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/pdfviewer_de.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/pdfviewer_en.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/zoomselector.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/pdfviewer/zoomselector.h %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/txtviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/txtviewer/txtviewer.cpp %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/txtviewer/txtviewer.h %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/txtviewer/txtviewer.json %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/txtviewer/txtviewer_de.ts %%QT_EXAMPLEDIR%%/demos/documentviewer/plugins/txtviewer/txtviewer_en.ts %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/REUSE.toml %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/CMakeSettings.json %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/LICENSE %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/Makefile %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/README.md %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/cpp.hint %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/csv.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/external/hedley.h %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/external/mio.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/external/string_view.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/basic_csv_parser.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/basic_csv_parser.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/col_names.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/col_names.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/common.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_format.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_format.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_reader.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_reader.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_reader_iterator.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_row.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_row.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_row_json.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_stat.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_stat.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_utility.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_utility.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/csv_writer.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/include/internal/data_type.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/csv-parser/single_include/csv.hpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/3rdparty/qt_attribution.json %%QT_EXAMPLEDIR%%/demos/graphs_csv/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/graphs_csv/Main.qml %%QT_EXAMPLEDIR%%/demos/graphs_csv/Units.qml %%QT_EXAMPLEDIR%%/demos/graphs_csv/components/CustomTableView.qml %%QT_EXAMPLEDIR%%/demos/graphs_csv/components/Graph.qml %%QT_EXAMPLEDIR%%/demos/graphs_csv/components/HorizontalHeaderDelegate.qml %%QT_EXAMPLEDIR%%/demos/graphs_csv/components/LegendItem.qml %%QT_EXAMPLEDIR%%/demos/graphs_csv/components/VerticalHeaderDelegate.qml %%QT_EXAMPLEDIR%%/demos/graphs_csv/data/medals.csv %%QT_EXAMPLEDIR%%/demos/graphs_csv/datamodel.cpp %%QT_EXAMPLEDIR%%/demos/graphs_csv/datamodel.h %%QT_EXAMPLEDIR%%/demos/graphs_csv/doc/images/qtquick-demo-graphs-csv.png %%QT_EXAMPLEDIR%%/demos/graphs_csv/doc/src/graphs_csv.qdoc %%QT_EXAMPLEDIR%%/demos/graphs_csv/main.cpp %%QT_EXAMPLEDIR%%/demos/hangman/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/hangman/dict.txt %%QT_EXAMPLEDIR%%/demos/hangman/doc/images/qthangman-example.png %%QT_EXAMPLEDIR%%/demos/hangman/doc/images/qthangman-store-example.png %%QT_EXAMPLEDIR%%/demos/hangman/doc/src/androidclasses.qdoc %%QT_EXAMPLEDIR%%/demos/hangman/doc/src/appstore.qdoc %%QT_EXAMPLEDIR%%/demos/hangman/doc/src/baseclass.qdoc %%QT_EXAMPLEDIR%%/demos/hangman/doc/src/googleplay.qdoc %%QT_EXAMPLEDIR%%/demos/hangman/doc/src/iosclasses.qdoc %%QT_EXAMPLEDIR%%/demos/hangman/doc/src/qtpurchasing-overview.qdoc %%QT_EXAMPLEDIR%%/demos/hangman/hangman.pro %%QT_EXAMPLEDIR%%/demos/hangman/hangmangame.cpp %%QT_EXAMPLEDIR%%/demos/hangman/hangmangame.h %%QT_EXAMPLEDIR%%/demos/hangman/main.cpp %%QT_EXAMPLEDIR%%/demos/hangman/main.qml %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinappproduct.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinappproduct.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinapppurchasebackend.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinapppurchasebackend.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinapptransaction.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidinapptransaction.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/androidjni.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/build.gradle %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/Base64.java %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/Base64DecoderException.java %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/InAppPurchase.java %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/REUSE.toml %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/Security.java %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inappproduct.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inappproduct.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inapppurchasebackend.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inapppurchasebackend.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inappstore.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inappstore.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inapptransaction.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/inapp/inapptransaction.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchasebackend.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchasebackend.mm %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchaseproduct.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchaseproduct.mm %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchasetransaction.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/ios/iosinapppurchasetransaction.mm %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/purchasing.pri %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/qmltypes/inappproductqmltype.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/qmltypes/inappproductqmltype.h %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/qmltypes/inappstoreqmltype.cpp %%QT_EXAMPLEDIR%%/demos/hangman/purchasing/qmltypes/inappstoreqmltype.h %%QT_EXAMPLEDIR%%/demos/hangman/qml/GameView.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/GuessWordView.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/Hangman.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/HowToView.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/Key.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/Letter.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/LetterSelector.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/MainView.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/PageHeader.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/ScoreItem.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/SimpleButton.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/SplashScreen.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/StoreItem.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/StoreView.qml %%QT_EXAMPLEDIR%%/demos/hangman/qml/Word.qml %%QT_EXAMPLEDIR%%/demos/hangman/resources.qrc %%QT_EXAMPLEDIR%%/demos/lightningviewer/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/lightningviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/lightningviewer/Info.plist %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/ActionsLayer.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/Deployment.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/DistanceTimeLayer.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/LightningMapLayer.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/LightningView.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/LightningViewConfig.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/Main.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/MapLayersDrawer.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/MapLayersItem.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/MapTypeConfig.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/MapView.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/SwitchMap.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/controller.cpp %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/controller.h %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/icons/distance.svg %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/icons/globe.svg %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/icons/lightning-layer.svg %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/icons/lightning-strike.svg %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/icons/map-layers.svg %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/icons/map.svg %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/icons/recenter.svg %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/icons/user-location.svg %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/laststrikeinfo.h %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/lightningitemdata.cpp %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/lightningitemdata.h %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/lightningitemmodel.cpp %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/lightningitemmodel.h %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/lightningprovider.cpp %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerModule/lightningprovider.h %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/Button.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/Config.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/RoundButton.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/StyleImage.qml %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-checked-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-checked-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-checked-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-checked-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-checked-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-checked-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-checked.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-checked@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/button-background@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-checked-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-checked-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-checked-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-checked-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-checked-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-checked-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-checked.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-checked@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/flatbutton-background@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-checked-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-checked-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-checked-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-checked-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-checked-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-checked-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-checked.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-checked@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/dark/images/roundbutton-background@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-checked-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-checked-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-checked-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-checked-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-checked-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-checked-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-checked.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-checked@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/button-background@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-checked-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-checked-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-checked-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-checked-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-checked-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-checked-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-checked.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-checked@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/flatbutton-background@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-checked-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-checked-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-checked-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-checked-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-checked-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-checked-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-checked.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-checked@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-disabled.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-disabled@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-hovered.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-hovered@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-pressed.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background-pressed@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/LightningViewerStyle/light/images/roundbutton-background@2x.png %%QT_EXAMPLEDIR%%/demos/lightningviewer/doc/images/lightningviewer.jpg %%QT_EXAMPLEDIR%%/demos/lightningviewer/doc/src/lightningviewer.qdoc %%QT_EXAMPLEDIR%%/demos/lightningviewer/main.cpp %%QT_EXAMPLEDIR%%/demos/maroon/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/maroon/Main.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/BuildButton.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/GameCanvas.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/GameOverScreen.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/InfoBar.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/NewGameScreen.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/audio/bomb-action.wav %%QT_EXAMPLEDIR%%/demos/maroon/content/audio/catch-action.wav %%QT_EXAMPLEDIR%%/demos/maroon/content/audio/catch.wav %%QT_EXAMPLEDIR%%/demos/maroon/content/audio/currency.wav %%QT_EXAMPLEDIR%%/demos/maroon/content/audio/factory-action.wav %%QT_EXAMPLEDIR%%/demos/maroon/content/audio/melee-action.wav %%QT_EXAMPLEDIR%%/demos/maroon/content/audio/projectile-action.wav %%QT_EXAMPLEDIR%%/demos/maroon/content/audio/shooter-action.wav %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/background.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb-action.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb-idle.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/bomb.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/button-help.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/button-play.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/catch-action.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/catch.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/cloud.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/currency.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-bomb.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-factory.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-melee.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-pointer.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog-shooter.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/dialog.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory-action.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory-idle.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/factory.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/grid.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/help.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/lifes.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo-bubble.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo-fish.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/logo.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee-action.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee-idle.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/melee.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/mob-idle.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/mob.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/points.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/projectile-action.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/projectile.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/scores.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter-action.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter-idle.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/shooter.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/sunlight.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-1.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-2.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-3.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-blank.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-gameover.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/text-go.png %%QT_EXAMPLEDIR%%/demos/maroon/content/gfx/wave.png %%QT_EXAMPLEDIR%%/demos/maroon/content/logic.js %%QT_EXAMPLEDIR%%/demos/maroon/content/mobs/MobBase.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Bomb.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Factory.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Melee.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/towers/Ranged.qml %%QT_EXAMPLEDIR%%/demos/maroon/content/towers/TowerBase.qml %%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-1.png %%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-2.png %%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-3.jpg %%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-4.jpg %%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-5.jpg %%QT_EXAMPLEDIR%%/demos/maroon/doc/images/qtquick-demo-maroon-med-6.jpg %%QT_EXAMPLEDIR%%/demos/maroon/doc/src/maroon.qdoc %%QT_EXAMPLEDIR%%/demos/maroon/main.cpp %%QT_EXAMPLEDIR%%/demos/maroon/maroon.pro %%QT_EXAMPLEDIR%%/demos/maroon/maroon.qrc %%QT_EXAMPLEDIR%%/demos/maroon/qmldir %%QT_EXAMPLEDIR%%/demos/mediaplayer/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/mediaplayer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/mediaplayer/Config/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/mediaplayer/Config/Config.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/Config/qmldir %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/AudioControl.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/ControlImages.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/CustomButton.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/CustomRadioButton.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/CustomSlider.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/PlaybackControl.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/PlaybackRateControl.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/PlaybackSeekControl.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Add_file.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Add_file_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Cancel_Button.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Error.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/FullScreen_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/FullScreen_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Load_Button.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Loop_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Loop_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Loop_Playlist.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Menu_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Menu_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Mute_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Mute_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Next_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Next_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Play_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Playlist_Active.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Playlist_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Playlist_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Previous_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Previous_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Rate_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Rate_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Settings_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Settings_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Shuffle_Active.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Shuffle_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Shuffle_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Single_Loop.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Stop_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Trash_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Trash_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Volume_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/icons/Volume_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaControls/qmldir %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/ErrorPopup.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/Images.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/Main.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/MetadataInfo.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/PlayerMenuBar.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/PlaylistInfo.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/SettingsInfo.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/ThemeInfo.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/TouchMenu.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/TracksInfo.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/TracksOptions.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/UrlPopup.qml %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Default_CoverArt.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Movie_Active.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Movie_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Movie_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Music_Active.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Music_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Music_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Shadow.png %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Shadow@2x.png %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/icons/Warning_Icon.svg %%QT_EXAMPLEDIR%%/demos/mediaplayer/MediaPlayer/qmldir %%QT_EXAMPLEDIR%%/demos/mediaplayer/doc/images/controls.png %%QT_EXAMPLEDIR%%/demos/mediaplayer/doc/images/mediaplayerapp.png %%QT_EXAMPLEDIR%%/demos/mediaplayer/doc/images/project_structure.png %%QT_EXAMPLEDIR%%/demos/mediaplayer/doc/src/mediaplayer.qdoc %%QT_EXAMPLEDIR%%/demos/mediaplayer/doc/src/mediaplayer.rst %%QT_EXAMPLEDIR%%/demos/mediaplayer/filenameprovider.h %%QT_EXAMPLEDIR%%/demos/mediaplayer/main.cpp %%QT_EXAMPLEDIR%%/demos/mediaplayer/mediaplayer.py %%QT_EXAMPLEDIR%%/demos/mediaplayer/mediaplayer.pyproject %%QT_EXAMPLEDIR%%/demos/osmbuildings/3rdparty/mapbox/REUSE.toml %%QT_EXAMPLEDIR%%/demos/osmbuildings/3rdparty/mapbox/earcut.h %%QT_EXAMPLEDIR%%/demos/osmbuildings/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/osmbuildings/Main.qml %%QT_EXAMPLEDIR%%/demos/osmbuildings/OSMCameraController.qml %%QT_EXAMPLEDIR%%/demos/osmbuildings/customshaderbuildings.frag %%QT_EXAMPLEDIR%%/demos/osmbuildings/customshaderbuildings.vert %%QT_EXAMPLEDIR%%/demos/osmbuildings/customshadertiles.frag %%QT_EXAMPLEDIR%%/demos/osmbuildings/doc/images/osmbuildings.jpg %%QT_EXAMPLEDIR%%/demos/osmbuildings/doc/src/osmbuildings.qdoc %%QT_EXAMPLEDIR%%/demos/osmbuildings/geometry.cpp %%QT_EXAMPLEDIR%%/demos/osmbuildings/geometry.h %%QT_EXAMPLEDIR%%/demos/osmbuildings/main.cpp %%QT_EXAMPLEDIR%%/demos/osmbuildings/manager.cpp %%QT_EXAMPLEDIR%%/demos/osmbuildings/manager.h %%QT_EXAMPLEDIR%%/demos/osmbuildings/qml.qrc %%QT_EXAMPLEDIR%%/demos/osmbuildings/request.cpp %%QT_EXAMPLEDIR%%/demos/osmbuildings/request.h %%QT_EXAMPLEDIR%%/demos/photosurface/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/photosurface/doc/images/qtquick-demo-photosurface-small.png %%QT_EXAMPLEDIR%%/demos/photosurface/doc/src/photosurface.qdoc %%QT_EXAMPLEDIR%%/demos/photosurface/main.cpp %%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qml %%QT_EXAMPLEDIR%%/demos/photosurface/photosurface.qmlproject %%QT_EXAMPLEDIR%%/demos/photosurface/resources/MomentumAnimation.qml %%QT_EXAMPLEDIR%%/demos/photosurface/resources/SlideShow.qml %%QT_EXAMPLEDIR%%/demos/photosurface/resources/folder.png %%QT_EXAMPLEDIR%%/demos/photosurface/resources/icon.png %%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.icns %%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.ico %%QT_EXAMPLEDIR%%/demos/photosurface/resources/photosurface.rc %%QT_EXAMPLEDIR%%/demos/photosurface/resources/shaders/gneiss.frag %%QT_EXAMPLEDIR%%/demos/photosurface/resources/welcome.pdf %%QT_EXAMPLEDIR%%/demos/qtjennydemo/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/qtjennydemo/Main.qml %%QT_EXAMPLEDIR%%/demos/qtjennydemo/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/demos/qtjennydemo/android/res/drawable-hdpi/icon.png %%QT_EXAMPLEDIR%%/demos/qtjennydemo/android/res/drawable-ldpi/icon.png %%QT_EXAMPLEDIR%%/demos/qtjennydemo/android/res/drawable-mdpi/icon.png %%QT_EXAMPLEDIR%%/demos/qtjennydemo/android/res/drawable-xhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/qtjennydemo/android/res/drawable-xxhdpi/icon.png %%QT_EXAMPLEDIR%%/demos/qtjennydemo/android/res/drawable-xxxhdpi/icon.png +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/android/src/org/qtproject/qtjennydemo/NativeInvocationHandler.java %%QT_EXAMPLEDIR%%/demos/qtjennydemo/backend.cpp %%QT_EXAMPLEDIR%%/demos/qtjennydemo/backend.h -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/doc/images/qtjennydemo_overview.png +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/contentobserver.cpp +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/contentobserver.h +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/doc/images/qtjennydemo_overview.webp %%QT_EXAMPLEDIR%%/demos/qtjennydemo/doc/src/qtjennydemo.qdoc %%QT_EXAMPLEDIR%%/demos/qtjennydemo/main.cpp -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/app/build.gradle -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/app/src/main/AndroidManifest.xml -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/app/src/main/java/org/qtproject/qt/qtjenny_generator/GenerateCppCode.kt -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/app/src/main/java/org/qtproject/qt/qtjenny_generator/MainActivity.kt -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/app/src/main/res/values/strings.xml -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/build.gradle -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/gradle.properties -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/gradle/libs.versions.toml -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/gradle/wrapper/gradle-wrapper.jar -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/gradle/wrapper/gradle-wrapper.properties -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/gradlew -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/gradlew.bat -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/settings.gradle -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/constructor_definition.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/constructors_ids_declarations.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/constructors_ids_initialisations.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/field_getter.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/field_setter.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/fields_ids_declarations.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/fields_ids_initialisations.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/header_final_postamble.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/header_initfunctions.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/header_initvars.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/header_postamble.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/header_preamble.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/initclass_postamble.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/initclass_preamble.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/method_definition.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/method_prologue.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/methods_ids_declarations.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/methods_ids_initialisations.kte -%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_generator/templates/param.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/nativedispatch.cpp +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/nativedispatch.h +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/build.gradle +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/gradle.properties +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/gradle/libs.versions.toml +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/gradle/wrapper/gradle-wrapper.jar +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/gradle/wrapper/gradle-wrapper.properties +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/gradlew +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/gradlew.bat +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/settings.gradle +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/src/main/AndroidManifest.xml +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/src/main/java/org/qtproject/qt/qtjenny_baseclass/GenerateCppCode.kt +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/constructor_definition.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/constructors_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/constructors_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/field_getter.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/field_setter.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/fields_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/fields_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/header_final_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/header_initfunctions.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/header_initvars.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/header_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/header_preamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/initclass_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/initclass_preamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/method_definition.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/method_prologue.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/methods_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/methods_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_baseclass/templates/param.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/build.gradle +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/gradle.properties +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/gradle/libs.versions.toml +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/gradle/wrapper/gradle-wrapper.jar +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/gradle/wrapper/gradle-wrapper.properties +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/gradlew +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/gradlew.bat +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/settings.gradle +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/src/main/AndroidManifest.xml +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/src/main/java/org/qtproject/qt/qtjenny_callback/GenerateCppCode.kt +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/constructor_definition.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/constructors_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/constructors_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/field_getter.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/field_setter.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/fields_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/fields_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/header_final_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/header_initfunctions.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/header_initvars.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/header_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/header_preamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/initclass_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/initclass_preamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/method_definition.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/method_prologue.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/methods_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/methods_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_callback/templates/param.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/app/build.gradle +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/app/src/main/AndroidManifest.xml +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/app/src/main/java/org/qtproject/qt/qtjenny_general/GenerateCppCode.kt +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/app/src/main/java/org/qtproject/qt/qtjenny_general/MainActivity.kt +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/app/src/main/res/values/strings.xml +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/build.gradle +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/gradle.properties +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/gradle/libs.versions.toml +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/gradle/wrapper/gradle-wrapper.jar +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/gradle/wrapper/gradle-wrapper.properties +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/gradlew +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/gradlew.bat +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/settings.gradle +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/constructor_definition.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/constructors_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/constructors_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/field_getter.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/field_setter.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/fields_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/fields_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/header_final_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/header_initfunctions.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/header_initvars.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/header_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/header_preamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/header_preamble.kte~ +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/initclass_postamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/initclass_preamble.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/method_definition.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/method_prologue.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/methods_ids_declarations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/methods_ids_initialisations.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/qtjenny_general/templates/param.kte +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/volumeandbrightnessobserver.cpp +%%QT_EXAMPLEDIR%%/demos/qtjennydemo/volumeandbrightnessobserver.h %%QT_EXAMPLEDIR%%/demos/robotarm/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/robotarm/Backend/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/robotarm/Backend/animatedparam.cpp %%QT_EXAMPLEDIR%%/demos/robotarm/Backend/animatedparam.h %%QT_EXAMPLEDIR%%/demos/robotarm/Backend/backend.cpp %%QT_EXAMPLEDIR%%/demos/robotarm/Backend/backend.h %%QT_EXAMPLEDIR%%/demos/robotarm/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/robotarm/Main.qml %%QT_EXAMPLEDIR%%/demos/robotarm/RobotArm.qmlproject %%QT_EXAMPLEDIR%%/demos/robotarm/backend_mock/Backend/BackendMock.qml %%QT_EXAMPLEDIR%%/demos/robotarm/backend_mock/Backend/qmldir %%QT_EXAMPLEDIR%%/demos/robotarm/content/+Material/App.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/+Material/Circle.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/+Material/LabeledSlider.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/App.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/robotarm/content/Circle.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/LabeledSlider.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/MainScreen.ui.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/NodeIndicator.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/RoboticArm.ui.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/Toggle.ui.qml %%QT_EXAMPLEDIR%%/demos/robotarm/content/fonts/fonts.txt %%QT_EXAMPLEDIR%%/demos/robotarm/content/maps/qt.png %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/arm.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/base.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/forearm.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/hand.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/hand_grab_b.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/hand_grab_b_hinge_1.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/hand_grab_b_hinge_2.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/hand_grab_t.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/hand_grab_t_hinge_1.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/hand_grab_t_hinge_2.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/hand_hinge.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/content/meshes/root.mesh %%QT_EXAMPLEDIR%%/demos/robotarm/doc/images/robotarm-example.png %%QT_EXAMPLEDIR%%/demos/robotarm/doc/src/robotarm.qdoc %%QT_EXAMPLEDIR%%/demos/robotarm/imports/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/robotarm/imports/RobotArm/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/robotarm/imports/RobotArm/Constants.qml %%QT_EXAMPLEDIR%%/demos/robotarm/imports/RobotArm/designer/plugin.metainfo %%QT_EXAMPLEDIR%%/demos/robotarm/imports/RobotArm/qmldir %%QT_EXAMPLEDIR%%/demos/robotarm/qmlmodules %%QT_EXAMPLEDIR%%/demos/robotarm/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/demos/robotarm/src/app_environment.h %%QT_EXAMPLEDIR%%/demos/robotarm/src/import_qml_plugins.h %%QT_EXAMPLEDIR%%/demos/robotarm/src/main.cpp %%QT_EXAMPLEDIR%%/demos/rssnews/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/rssnews/Main.qml %%QT_EXAMPLEDIR%%/demos/rssnews/content/BusyIndicator.qml %%QT_EXAMPLEDIR%%/demos/rssnews/content/CategoryDelegate.qml %%QT_EXAMPLEDIR%%/demos/rssnews/content/NewsDelegate.qml %%QT_EXAMPLEDIR%%/demos/rssnews/content/RssFeeds.qml %%QT_EXAMPLEDIR%%/demos/rssnews/content/ScrollBar.qml %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Asia.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Business.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Entertainment.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Europe.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Health.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Politics.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Science.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Sports.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/Technology.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/TopStories.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/USNational.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/World.jpg %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/btn_close.png %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/busy.png %%QT_EXAMPLEDIR%%/demos/rssnews/content/images/scrollbar.png %%QT_EXAMPLEDIR%%/demos/rssnews/doc/images/qtquick-demo-rssnews-small.png %%QT_EXAMPLEDIR%%/demos/rssnews/doc/src/rssnews.qdoc %%QT_EXAMPLEDIR%%/demos/rssnews/main.cpp %%QT_EXAMPLEDIR%%/demos/rssnews/qmldir %%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.pro %%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.qmlproject %%QT_EXAMPLEDIR%%/demos/rssnews/rssnews.qrc %%QT_EXAMPLEDIR%%/demos/samegame/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/samegame/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/samegame/Main.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/Block.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/BlockEmitter.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/Button.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/GameArea.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/LogoAnimation.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/MenuEmitter.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/PaintEmitter.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/PrimaryPack.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/PuzzleBlock.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/SamegameText.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/Settings.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/SimpleBlock.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/SmokeText.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/background-puzzle.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/background.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bar.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/blue-puzzle.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/blue.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bubble-highscore.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/bubble-puzzle.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-1.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-2.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-3.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-4.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-game-new.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-menu.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-puzzle-next.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/but-quit.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/green-puzzle.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/green.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-fail.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-ok.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/icon-time.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-a.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-e.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-g.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-m.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo-s.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/logo.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-brick.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-paint.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/particle-smoke.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/red-puzzle.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/red.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-highscore-new.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-highscore.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-no-winner.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1-go.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1-won.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p1.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2-go.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2-won.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/text-p2.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/yellow-puzzle.png %%QT_EXAMPLEDIR%%/demos/samegame/content/gfx/yellow.png %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/TemplateBase.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level0.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level1.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level2.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level3.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level4.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level5.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level6.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level7.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level8.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/levels/level9.qml %%QT_EXAMPLEDIR%%/demos/samegame/content/samegame.js %%QT_EXAMPLEDIR%%/demos/samegame/doc/images/qtquick-demo-samegame-med-1.png %%QT_EXAMPLEDIR%%/demos/samegame/doc/images/qtquick-demo-samegame-med-2.png %%QT_EXAMPLEDIR%%/demos/samegame/doc/src/samegame.qdoc %%QT_EXAMPLEDIR%%/demos/samegame/main.cpp %%QT_EXAMPLEDIR%%/demos/samegame/qmldir %%QT_EXAMPLEDIR%%/demos/samegame/samegame.pro %%QT_EXAMPLEDIR%%/demos/samegame/samegame.qmlproject %%QT_EXAMPLEDIR%%/demos/samegame/samegame.qrc %%QT_EXAMPLEDIR%%/demos/stocqt/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/stocqt/Main.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/stocqt/content/FavoriteChart.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/FavoriteView.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/SettingsView.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/StockChart.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/StockListView.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/StockView.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/AddDelegate.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/FavStatsDelegate.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/FavTab.ui.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/Keystats.ui.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/Legend.ui.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/Navbar.ui.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/Search.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/Star.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/StockCheckbox.ui.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/StockDelegate.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/StockDetail.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/StockTitle.ui.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/TabMenu.ui.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/components/TimeBar.qml %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/arrowDown.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/arrowLeft.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/arrowUp.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/fullscreen.png %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/home.png %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logoBG.png %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/AAPL.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ABNB.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ACGL.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ADBE.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ADI.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ADP.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ADSK.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/AEP.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ALGN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/AMAT.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/AMD.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/AMGN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/AMZN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ANSS.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ASML.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ATVI.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/AVGO.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/AZN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/BIDU.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/BIIB.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/BKNG.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/BKR.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CDNS.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CEG.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CHTR.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CMCSA.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CME.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/COST.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CPRT.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CRWD.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CSCO.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CSGP.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CSX.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CTAS.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/CTSH.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/DDOG.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/DLTR.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/DXCM.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/EA.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/EBAY.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ENPH.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/EQIX.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/EXC.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/FANG.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/FAST.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/FTNT.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/GFS.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/GILD.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/GOOG.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/GOOGL.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/HON.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/IDXX.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ILMN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/INTC.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/INTU.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ISRG.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/JD.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/KDP.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/KHC.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/KLAC.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/LCID.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/LRCX.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/LULU.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MAR.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MCHP.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MDLZ.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MELI.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/META.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MNST.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MRNA.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MRVL.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MSFT.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/MU.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/NFLX.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/NTES.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/NVDA.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/NXPI.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ODFL.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ON.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ORLY.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/PANW.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/PAYX.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/PCAR.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/PDD.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/PEP.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/PYPL.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/QCOM.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/QTCOM.HE.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/REGN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/RIVN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ROST.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/RYAAY.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/SBUX.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/SGEN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/SIRI.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/SNPS.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/TEAM.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/TMUS.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/TSLA.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/TXN.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/VRSK.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/VRTX.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/WBA.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/WBD.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/WDAY.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/XEL.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ZM.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/logos/ZS.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/qtLogo.png %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/qtLogo2.png %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/save1.png %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/save2.png %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/searchIcon.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/settings.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/stackStar.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/starEmpty.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/starFilled.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/starMuted.svg %%QT_EXAMPLEDIR%%/demos/stocqt/content/images/timeGreen.svg %%QT_EXAMPLEDIR%%/demos/stocqt/data/AAPL.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ABNB.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ADBE.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ADI.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ADP.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ADSK.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/AEP.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ALGN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/AMAT.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/AMD.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/AMGN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/AMZN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ANSS.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ASML.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ATVI.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/AVGO.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/AZN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/BIIB.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/BKNG.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/BKR.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CDNS.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CEG.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CHTR.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CMCSA.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/COST.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CPRT.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CRWD.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CSCO.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CSGP.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CSX.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CTAS.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/CTSH.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/DDOG.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/DLTR.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/DXCM.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/EA.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/EBAY.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ENPH.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/EXC.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/FANG.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/FAST.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/FISV.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/FTNT.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/GFS.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/GILD.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/GOOG.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/GOOGL.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/HON.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/IDXX.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ILMN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/INTC.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/INTU.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ISRG.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/JD.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/KDP.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/KHC.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/KLAC.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/LCID.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/LRCX.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/LULU.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MAR.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MCHP.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MDLZ.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MELI.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/META.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MNST.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MRNA.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MRVL.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MSFT.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/MU.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/NFLX.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/NVDA.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/NXPI.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ODFL.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ORLY.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/PANW.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/PAYX.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/PCAR.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/PDD.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/PEP.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/PYPL.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/QCOM.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/QTCOM.HE.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/REGN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/RIVN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ROST.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/SBUX.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/SGEN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/SIRI.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/SNPS.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/TEAM.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/TMUS.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/TSLA.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/TXN.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/VRSK.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/VRTX.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/WBA.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/WBD.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/WDAY.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/XEL.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ZM.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/ZS.json %%QT_EXAMPLEDIR%%/demos/stocqt/data/quotes.json %%QT_EXAMPLEDIR%%/demos/stocqt/doc/images/qtquick-demo-stocqt.png %%QT_EXAMPLEDIR%%/demos/stocqt/doc/src/stocqt.qdoc %%QT_EXAMPLEDIR%%/demos/stocqt/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/demos/stocqt/src/apihandler.cpp %%QT_EXAMPLEDIR%%/demos/stocqt/src/apihandler.h %%QT_EXAMPLEDIR%%/demos/stocqt/src/favoritesmodel.cpp %%QT_EXAMPLEDIR%%/demos/stocqt/src/favoritesmodel.h %%QT_EXAMPLEDIR%%/demos/stocqt/src/main.cpp %%QT_EXAMPLEDIR%%/demos/stocqt/src/stockengine.cpp %%QT_EXAMPLEDIR%%/demos/stocqt/src/stockengine.h %%QT_EXAMPLEDIR%%/demos/stocqt/src/stocklistmodel.cpp %%QT_EXAMPLEDIR%%/demos/stocqt/src/stocklistmodel.h %%QT_EXAMPLEDIR%%/demos/stocqt/src/stockmodel.cpp %%QT_EXAMPLEDIR%%/demos/stocqt/src/stockmodel.h %%QT_EXAMPLEDIR%%/demos/stocqt/src/timeformatter.cpp %%QT_EXAMPLEDIR%%/demos/stocqt/src/timeformatter.h %%QT_EXAMPLEDIR%%/demos/thermostat/.qmllint.ini %%QT_EXAMPLEDIR%%/demos/thermostat/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/thermostat/Main.qml %%QT_EXAMPLEDIR%%/demos/thermostat/REUSE.toml %%QT_EXAMPLEDIR%%/demos/thermostat/Thermostat.qmlproject %%QT_EXAMPLEDIR%%/demos/thermostat/content/App.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/BottomBar.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/BottomBarForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/thermostat/content/EnergyInfo.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/EnergyInfoForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/HomePage.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/HomePageForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/HumidityInfo.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/HumidityInfoForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomItem.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomItemForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomOption.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomOptionForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomsScrollView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomsScrollViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomsSwipeView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomsSwipeViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomsView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/RoomsViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ScheduleScrollView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ScheduleScrollViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ScheduleStackView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ScheduleStackViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ScheduleSwipeView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ScheduleSwipeViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ScheduleView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ScheduleViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/SideBar.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/SideBarForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/StatisticsScrollView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/StatisticsScrollViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/StatisticsStackView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/StatisticsStackViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/StatisticsSwipeView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/StatisticsSwipeViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/StatisticsView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/StatisticsViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureInfo.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureInfoForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureSetter.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureSetterDesktopView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureSetterDesktopViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureSetterForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureSetterMobileView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureSetterMobileViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureSetterSmallView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TemperatureSetterSmallViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatInfo.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatInfoForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatScrollView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatScrollViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatSettings.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatSettingsForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatStackView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatStackViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatSwipeView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatSwipeViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatView.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/ThermostatViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TimeSchedule.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TimeScheduleForm.ui.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/TimeSelector.qml %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/Auto.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/Cool.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/Dry.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/Eco.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/Fan.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/Heat.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/arrow.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/bedroom.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/circle.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/down.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/drop.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/edit.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/energy.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/home.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/kid_room.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/kitchen.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/living_room.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/logo.png %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/maxTemp.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/minTemp.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/more.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/power.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/schedule.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/settings.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/stats.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/temperature.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/theme.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/thermostat.svg %%QT_EXAMPLEDIR%%/demos/thermostat/content/images/up.svg %%QT_EXAMPLEDIR%%/demos/thermostat/doc/images/desktop_dark.png %%QT_EXAMPLEDIR%%/demos/thermostat/doc/images/desktop_light.png %%QT_EXAMPLEDIR%%/demos/thermostat/doc/images/mobile_dark.png %%QT_EXAMPLEDIR%%/demos/thermostat/doc/images/mobile_light.png %%QT_EXAMPLEDIR%%/demos/thermostat/doc/images/small_dark.png %%QT_EXAMPLEDIR%%/demos/thermostat/doc/images/small_light.png %%QT_EXAMPLEDIR%%/demos/thermostat/doc/src/thermostat.qdoc %%QT_EXAMPLEDIR%%/demos/thermostat/imports/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/thermostat/imports/Thermostat/AppSettings.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/Thermostat/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/thermostat/imports/Thermostat/Constants.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/Thermostat/Database.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/Thermostat/Room.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/Thermostat/RoomsModel.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/Thermostat/Utils.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/Thermostat/qmldir %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CalendarControl.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CustomComboBox.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CustomDial.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CustomRadioButton.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CustomRoundButton.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CustomSlider.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CustomSwitch.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/CustomTextField.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/StatisticsChart.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/TemperatureLabel.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/ThermostatControl.qml %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/images/keyboard.svg %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/images/thermometer.svg %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/images/tooltip.svg %%QT_EXAMPLEDIR%%/demos/thermostat/imports/ThermostatCustomControls/qmldir %%QT_EXAMPLEDIR%%/demos/thermostat/qmlmodules %%QT_EXAMPLEDIR%%/demos/thermostat/qt_attribution.json %%QT_EXAMPLEDIR%%/demos/thermostat/src/app_environment.h %%QT_EXAMPLEDIR%%/demos/thermostat/src/import_qml_plugins.h %%QT_EXAMPLEDIR%%/demos/thermostat/src/main.cpp %%QT_EXAMPLEDIR%%/demos/todolist/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/todolist/Main.qml %%QT_EXAMPLEDIR%%/demos/todolist/REUSE.toml %%QT_EXAMPLEDIR%%/demos/todolist/ToDoList.qmlproject %%QT_EXAMPLEDIR%%/demos/todolist/content/App.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/todolist/content/CalendarView.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/CalendarViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/Clock.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/ClockForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/ClockView.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/ClockViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/FontSizeSettings.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/FontSizeSettingsForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/HomePage.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/HomePageForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/MaxTasksSettings.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/MaxTasksSettingsForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/NavBar.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/NavBarForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/NewTask.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/NewTaskForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/OtherSettings.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/OtherSettingsForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/QuickTaskField.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/QuickTaskFieldForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/SettingsView.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/SettingsViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/StyleSettings.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/StyleSettingsForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/TasksList.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/TasksListForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/TasksListsView.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/TasksListsViewForm.ui.qml %%QT_EXAMPLEDIR%%/demos/todolist/content/fonts/fonts.txt %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Add_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Before_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Calendar_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Check_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Clock.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Clock_Dark.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Clock_Hand.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Clock_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Enter_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Font_Size_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/HideTasks_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/LeftArrow_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/LeftArrow_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Minutes_Clock.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Minutes_Clock_Dark.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Next_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Qt_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Random_Task_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Remove_Done_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Right_Arrow_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Right_Arrow_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Settings_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/ShowTasks_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Style_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Tasks_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/content/images/Theme_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/CustomStyle_Dark.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/CustomStyle_Light.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/Material_Dark.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/Material_Light.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/Settings_CustomStyle.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/Settings_Material.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/Settings_iOS.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/iOS_Dark.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/images/iOS_Light.png %%QT_EXAMPLEDIR%%/demos/todolist/doc/src/todolist.qdoc %%QT_EXAMPLEDIR%%/demos/todolist/imports/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/AmPmButton.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/CustomButton.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/CustomLabel.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/CustomTextArea.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/CustomTextField.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/SwipeDelegateContent.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/TasksListDelegate.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/TimeInput.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/TimeTextField.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/images/Drag_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/images/Drag_Icon_Dark.svg %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/images/Red_Trash.svg %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/images/Star_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/images/White_Star.svg %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/images/White_Trash.svg %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomControls/qmldir %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/Button.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/CheckBox.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/ComboBox.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/Dialog.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/ItemDelegate.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/Page.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/Pane.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/RadioDelegate.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/SwitchDelegate.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/TextArea.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/TextField.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/ToolBar.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/ToolButton.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/ToolTip.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/images/Expand_Icon.svg %%QT_EXAMPLEDIR%%/demos/todolist/imports/CustomStyle/qmldir %%QT_EXAMPLEDIR%%/demos/todolist/imports/ToDoList/AppSettings.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/ToDoList/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/todolist/imports/ToDoList/Constants.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/ToDoList/Database.qml %%QT_EXAMPLEDIR%%/demos/todolist/imports/ToDoList/qmldir %%QT_EXAMPLEDIR%%/demos/todolist/qmlmodules.cmake %%QT_EXAMPLEDIR%%/demos/todolist/qt_attribution.json %%QT_EXAMPLEDIR%%/demos/todolist/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/demos/todolist/src/app_environment.h %%QT_EXAMPLEDIR%%/demos/todolist/src/import_qml_plugins.h %%QT_EXAMPLEDIR%%/demos/todolist/src/main.cpp %%QT_EXAMPLEDIR%%/demos/windowembedding/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/windowembedding/Main.qml %%QT_EXAMPLEDIR%%/demos/windowembedding/doc/images/android.webp %%QT_EXAMPLEDIR%%/demos/windowembedding/doc/images/ios.webp %%QT_EXAMPLEDIR%%/demos/windowembedding/doc/images/macos.webp %%QT_EXAMPLEDIR%%/demos/windowembedding/doc/images/webassembly.webp %%QT_EXAMPLEDIR%%/demos/windowembedding/doc/images/windows.webp %%QT_EXAMPLEDIR%%/demos/windowembedding/doc/images/x11.webp %%QT_EXAMPLEDIR%%/demos/windowembedding/doc/src/windowembedding.qdoc %%QT_EXAMPLEDIR%%/demos/windowembedding/main.cpp %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/BeamModel.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/CMakeLists.txt %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Campfire.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/CampfireMaterial.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Chair.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/CommonResources.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Fence.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Fire.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/FireResources.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Firewood.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Grass.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Ground.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/House.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/InvisibleMaterial.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Main.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/ParticleResources.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/PhysicsbaseTeleporter.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Prompter.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Smoke.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Stands.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Table.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/TargetIndicator.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/Torch.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/TorchGripper.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/ValueFader.qml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/doc/images/xr_physicsbase_teleportation.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/doc/src/xr_physicsbase_teleportation.qdoc %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/main.cpp %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/block/defaultMaterial_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/block/license.txt %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/block_instances.xml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/block_instances.xml.bin %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube21_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_0012_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_0022_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_0032_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_003_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_004_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_005_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_006_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_007_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cube_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cylinder_002_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/cylinder_low_campfire_0_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/campfire/license.txt %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/chair/defaultMaterial_mesh13.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/chair/defaultMaterial_mesh16.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/chair/defaultMaterial_mesh19.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/chair/defaultMaterial_mesh5.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/chair/license.txt %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/cylinder_invert.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/fence_instances.xml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/fence_instances.xml.bin %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/firewood/license.txt %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/firewood/plane_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/firewood_instances.xml %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/firewood_instances.xml.bin %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_004_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_006_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_007_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_009_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_010_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_012_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_014_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_016_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_019_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/house/cube_020_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/table/defaultMaterial_mesh17.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/table/defaultMaterial_mesh20.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/table/defaultMaterial_mesh23.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/table/defaultMaterial_mesh26.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/table/defaultMaterial_mesh27.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/table/defaultMaterial_mesh7.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/table/license.txt %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/torch/license.txt %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/meshes/torch/object_1_mesh.mesh %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/shaders/fire.frag %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/shaders/fire.vert %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/shaders/grass.frag %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/shaders/grass.vert %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/shaders/invisible.frag %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/shaders/invisible.vert %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/shaders/target_indicator.frag %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/shaders/target_indicator.vert %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/OpenfootageNET_lowerAustria01-1024.hdr %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/bark_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/bark_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/block/block_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/block/block_mr.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/block/block_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/campfire/campfire_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/campfire/campfire_mr.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/campfire/campfire_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/chair/chair_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/chair/chair_mr.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/chair/chair_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/fire.mp4 %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/firewood/firewood_a.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/firewood/firewood_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/firewood/firewood_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/firewood/firewood_r.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/grass_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/ground_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/ground_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/ground_r.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/house/rock_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/house/rock_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/house/rock_r.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/house/wood_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/house/wood_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/house/wood_r.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/perlin.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/smoke_sprite.png %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/table/table_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/table/table_mr.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/table/table_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/torch/torch_bc.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/torch/torch_n.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/torch/torch_r.jpg %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/media/textures/turbulence.png %%QT_EXAMPLEDIR%%/demos/xr_physicsbase_teleportation/qml.qrc %%QT_EXAMPLEDIR%%/designer/CMakeLists.txt %%QT_EXAMPLEDIR%%/designer/README %%QT_EXAMPLEDIR%%/designer/calculatorbuilder/CMakeLists.txt %%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.pro %%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorbuilder.qrc %%QT_EXAMPLEDIR%%/designer/calculatorbuilder/calculatorform.ui %%QT_EXAMPLEDIR%%/designer/calculatorbuilder/main.cpp %%QT_EXAMPLEDIR%%/designer/calculatorform/CMakeLists.txt %%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.cpp %%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.h %%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.pro %%QT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.ui %%QT_EXAMPLEDIR%%/designer/calculatorform/main.cpp %%QT_EXAMPLEDIR%%/designer/calculatorform_mi/CMakeLists.txt %%QT_EXAMPLEDIR%%/designer/calculatorform_mi/calculatorform.cpp %%QT_EXAMPLEDIR%%/designer/calculatorform_mi/calculatorform.h %%QT_EXAMPLEDIR%%/designer/calculatorform_mi/calculatorform.ui %%QT_EXAMPLEDIR%%/designer/calculatorform_mi/calculatorform_mi.pro %%QT_EXAMPLEDIR%%/designer/calculatorform_mi/main.cpp %%QT_EXAMPLEDIR%%/designer/containerextension/CMakeLists.txt %%QT_EXAMPLEDIR%%/designer/containerextension/containerextension.pro %%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.cpp %%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidget.h %%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetcontainerextension.cpp %%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetcontainerextension.h %%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetextensionfactory.cpp %%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetextensionfactory.h %%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetplugin.cpp %%QT_EXAMPLEDIR%%/designer/containerextension/multipagewidgetplugin.h %%QT_EXAMPLEDIR%%/designer/customwidgetplugin/CMakeLists.txt %%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.cpp %%QT_EXAMPLEDIR%%/designer/customwidgetplugin/analogclock.h %%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.cpp %%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.h %%QT_EXAMPLEDIR%%/designer/customwidgetplugin/customwidgetplugin.pro %%QT_EXAMPLEDIR%%/designer/designer.pro %%QT_EXAMPLEDIR%%/designer/doc/images/calculatorbuilder-example.webp %%QT_EXAMPLEDIR%%/designer/doc/images/calculatorform-example.webp %%QT_EXAMPLEDIR%%/designer/doc/images/containerextension-example.webp %%QT_EXAMPLEDIR%%/designer/doc/images/customwidgetplugin-example.webp %%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-dialog.webp %%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-example.webp %%QT_EXAMPLEDIR%%/designer/doc/images/taskmenuextension-menu.webp %%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_containerextension.pro %%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_customwidgetplugin.pro %%QT_EXAMPLEDIR%%/designer/doc/snippets/doc_src_examples_taskmenuextension.pro %%QT_EXAMPLEDIR%%/designer/doc/src/calculatorbuilder.qdoc %%QT_EXAMPLEDIR%%/designer/doc/src/calculatorform.qdoc %%QT_EXAMPLEDIR%%/designer/doc/src/calculatorform_mi.qdoc %%QT_EXAMPLEDIR%%/designer/doc/src/containerextension.qdoc %%QT_EXAMPLEDIR%%/designer/doc/src/customwidgetplugin.qdoc %%QT_EXAMPLEDIR%%/designer/doc/src/taskmenuextension.qdoc %%QT_EXAMPLEDIR%%/designer/taskmenuextension/CMakeLists.txt %%QT_EXAMPLEDIR%%/designer/taskmenuextension/taskmenuextension.pro %%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.cpp %%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoe.h %%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoedialog.cpp %%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoedialog.h %%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoeplugin.cpp %%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoeplugin.h %%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoetaskmenu.cpp %%QT_EXAMPLEDIR%%/designer/taskmenuextension/tictactoetaskmenu.h %%QT_EXAMPLEDIR%%/examples.pro %%QT_EXAMPLEDIR%%/graphs/2d/2d.pro %%QT_EXAMPLEDIR%%/graphs/2d/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/cockpit.pro %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/cockpit.qrc %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/doc/images/cockpit-example.png %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/doc/src/cockpit.qdoc %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/main.cpp %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/ArtificialHorizon.qml %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/ControlPanel.qml %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/Map.qml %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/Speedometer.qml %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/VibrationSensor.qml %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/airplane-ico.png %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/bar.frag %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/bar.frag.qsb %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/circleMarker.frag %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/circleMarker.frag.qsb %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/main.qml %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/pitchbar.frag %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/pitchbar.frag.qsb %%QT_EXAMPLEDIR%%/graphs/2d/cockpit/qml/cockpit/plane-fro.png %%QT_EXAMPLEDIR%%/graphs/2d/examples.pri %%QT_EXAMPLEDIR%%/graphs/2d/hellographs/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/2d/hellographs/doc/images/hellographs-example.png %%QT_EXAMPLEDIR%%/graphs/2d/hellographs/doc/src/hellographs.qdoc %%QT_EXAMPLEDIR%%/graphs/2d/hellographs/hellographs.pro %%QT_EXAMPLEDIR%%/graphs/2d/hellographs/hellographs.qrc %%QT_EXAMPLEDIR%%/graphs/2d/hellographs/main.cpp %%QT_EXAMPLEDIR%%/graphs/2d/hellographs/qml/hellographs/main.qml %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/doc/images/quickwidgetgraphs-example.png %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/doc/src/quickwidgetgraphs.qdoc %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/main.cpp %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/piegraph.cpp %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/piegraph.h %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/piewidget.cpp %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/piewidget.h %%QT_EXAMPLEDIR%%/graphs/2d/quickwidgetgraphs/quickwidgetgraphs.pro %%QT_EXAMPLEDIR%%/graphs/3d/3d.pro %%QT_EXAMPLEDIR%%/graphs/3d/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/axishandling.pro %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/axishandling.qrc %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/customformatter.cpp %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/customformatter.h %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/doc/images/axishandling-example.png %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/doc/src/axishandling.qdoc %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/main.cpp %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/qml/axishandling/AxisDragging.qml %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/qml/axishandling/AxisFormatting.qml %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/qml/axishandling/Data.qml %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/qml/axishandling/cube.mesh %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/qml/axishandling/cubetexture.png %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/qml/axishandling/main.qml %%QT_EXAMPLEDIR%%/graphs/3d/axishandling/qmldir %%QT_EXAMPLEDIR%%/graphs/3d/bars/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/3d/bars/bars.pro %%QT_EXAMPLEDIR%%/graphs/3d/bars/bars.qrc %%QT_EXAMPLEDIR%%/graphs/3d/bars/doc/images/bars-example.png %%QT_EXAMPLEDIR%%/graphs/3d/bars/doc/src/bars.qdoc %%QT_EXAMPLEDIR%%/graphs/3d/bars/main.cpp %%QT_EXAMPLEDIR%%/graphs/3d/bars/qml/bars/Axes.qml %%QT_EXAMPLEDIR%%/graphs/3d/bars/qml/bars/Data.qml %%QT_EXAMPLEDIR%%/graphs/3d/bars/qml/bars/main.qml %%QT_EXAMPLEDIR%%/graphs/3d/equation/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/3d/equation/doc/images/equation-example.png %%QT_EXAMPLEDIR%%/graphs/3d/equation/doc/src/equation.qdoc %%QT_EXAMPLEDIR%%/graphs/3d/equation/equation.pro %%QT_EXAMPLEDIR%%/graphs/3d/equation/equation.qrc %%QT_EXAMPLEDIR%%/graphs/3d/equation/images/opacitymap.png %%QT_EXAMPLEDIR%%/graphs/3d/equation/main.cpp %%QT_EXAMPLEDIR%%/graphs/3d/equation/qml/equation/Main.qml %%QT_EXAMPLEDIR%%/graphs/3d/equation/qml/equation/calculator.js %%QT_EXAMPLEDIR%%/graphs/3d/examples.pri %%QT_EXAMPLEDIR%%/graphs/3d/scatter/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/3d/scatter/doc/images/scatter-example.png %%QT_EXAMPLEDIR%%/graphs/3d/scatter/doc/src/scatter.qdoc %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/background.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/background_hide.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/camera.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/camera2.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/flatten.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/shadow.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/shadow_hide.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/smooth_curve.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/images/theme.svg %%QT_EXAMPLEDIR%%/graphs/3d/scatter/main.cpp %%QT_EXAMPLEDIR%%/graphs/3d/scatter/qml/scatter/Data.qml %%QT_EXAMPLEDIR%%/graphs/3d/scatter/qml/scatter/Graph.qml %%QT_EXAMPLEDIR%%/graphs/3d/scatter/qml/scatter/main.qml %%QT_EXAMPLEDIR%%/graphs/3d/scatter/scatter.pro %%QT_EXAMPLEDIR%%/graphs/3d/scatter/scatter.qrc %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/datasource.cpp %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/datasource.h %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/doc/images/surfacegallery-example.png %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/doc/src/surfacegallery.qdoc %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/main.cpp %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/qml/surfacegallery/SpectrogramData.qml %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/qml/surfacegallery/SurfaceHeightMap.qml %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/qml/surfacegallery/SurfaceSpectrogram.qml %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/qml/surfacegallery/heightmap.png %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/qml/surfacegallery/heightmap.readme %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/qml/surfacegallery/main.qml %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/surfacegallery.pro %%QT_EXAMPLEDIR%%/graphs/3d/surfacegallery/surfacegallery.qrc %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/bargraph.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/bargraph.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/layer_1.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/layer_2.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/layer_3.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/license.txt %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/maptexture.jpg %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/narrowarrow.mesh %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/oilrig.mesh %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/pipe.mesh %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/raindata.txt %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/refinery.mesh %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/refinery.obj %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/data/topography.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/doc/images/widgetgraphgallery-example.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/doc/src/widgetgraphgallery.qdoc %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/graphmodifier.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/graphmodifier.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/highlightseries.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/highlightseries.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/main.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/rainfalldata.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/rainfalldata.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/scatterdatamodifier.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/scatterdatamodifier.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/scattergraph.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/scattergraph.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/scattergraphwidget.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/scattergraphwidget.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/surfacegraph.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/surfacegraph.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/surfacegraphmodifier.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/surfacegraphmodifier.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/surfacegraphwidget.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/surfacegraphwidget.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/topographicseries.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/topographicseries.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/widgetgraphgallery.pro %%QT_EXAMPLEDIR%%/graphs/3d/widgetgraphgallery/widgetgraphgallery.qrc %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/doc/images/widgetvolumetric-example.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/doc/src/widgetvolumetric.qdoc %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/layer_ground.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/layer_magma.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/layer_water.png %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/main.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/volumetric.cpp %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/volumetric.h %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/widgetvolumetric.pro %%QT_EXAMPLEDIR%%/graphs/3d/widgetvolumetric/widgetvolumetric.qrc %%QT_EXAMPLEDIR%%/graphs/graphprinting/CMakeLists.txt %%QT_EXAMPLEDIR%%/graphs/graphprinting/doc/images/graphprinting-example.png %%QT_EXAMPLEDIR%%/graphs/graphprinting/doc/src/graphprinting.qdoc %%QT_EXAMPLEDIR%%/graphs/graphprinting/graphprinter.cpp %%QT_EXAMPLEDIR%%/graphs/graphprinting/graphprinter.h %%QT_EXAMPLEDIR%%/graphs/graphprinting/main.cpp %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/Graph2D.qml %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/Graph3D.qml %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/box_left.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/box_left_fill.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/documents.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/documents_fill.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/flatten.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/flatten_square_fill.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/folder.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/folder_fill.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/main.qml %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/print.svg %%QT_EXAMPLEDIR%%/graphs/graphprinting/qml/graphprinting/print_fill.svg %%QT_EXAMPLEDIR%%/gui/CMakeLists.txt %%QT_EXAMPLEDIR%%/gui/doc/images/rhiwindow_example.jpg %%QT_EXAMPLEDIR%%/gui/doc/src/rasterwindow.qdoc %%QT_EXAMPLEDIR%%/gui/doc/src/rhiwindow.qdoc %%QT_EXAMPLEDIR%%/gui/gui.pro %%QT_EXAMPLEDIR%%/gui/rasterwindow/CMakeLists.txt %%QT_EXAMPLEDIR%%/gui/rasterwindow/main.cpp %%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.cpp %%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.h %%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.pri %%QT_EXAMPLEDIR%%/gui/rasterwindow/rasterwindow.pro %%QT_EXAMPLEDIR%%/gui/rhiwindow/CMakeLists.txt %%QT_EXAMPLEDIR%%/gui/rhiwindow/main.cpp %%QT_EXAMPLEDIR%%/gui/rhiwindow/rhiwindow.cpp %%QT_EXAMPLEDIR%%/gui/rhiwindow/rhiwindow.h %%QT_EXAMPLEDIR%%/gui/rhiwindow/rhiwindow.pri %%QT_EXAMPLEDIR%%/gui/rhiwindow/rhiwindow.pro %%QT_EXAMPLEDIR%%/gui/rhiwindow/rhiwindow.qrc %%QT_EXAMPLEDIR%%/gui/rhiwindow/shaders/color.frag %%QT_EXAMPLEDIR%%/gui/rhiwindow/shaders/color.vert %%QT_EXAMPLEDIR%%/gui/rhiwindow/shaders/prebuilt/color.frag.qsb %%QT_EXAMPLEDIR%%/gui/rhiwindow/shaders/prebuilt/color.vert.qsb %%QT_EXAMPLEDIR%%/gui/rhiwindow/shaders/prebuilt/quad.frag.qsb %%QT_EXAMPLEDIR%%/gui/rhiwindow/shaders/prebuilt/quad.vert.qsb %%QT_EXAMPLEDIR%%/gui/rhiwindow/shaders/quad.frag %%QT_EXAMPLEDIR%%/gui/rhiwindow/shaders/quad.vert %%QT_EXAMPLEDIR%%/help/CMakeLists.txt %%QT_EXAMPLEDIR%%/help/README %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/CMakeLists.txt %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/contextsensitivehelp.pro %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/amount.html %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/filter.html %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/plants.html %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/rain.html %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/source.html %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/temperature.html %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/time.html %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qch %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhc %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhcp %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/docs/wateringmachine.qhp %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/helpbrowser.cpp %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/helpbrowser.h %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/main.cpp %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.cpp %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.h %%QT_EXAMPLEDIR%%/help/contextsensitivehelp/wateringconfigdialog.ui %%QT_EXAMPLEDIR%%/help/doc/images/context-sensitive-help-example.png %%QT_EXAMPLEDIR%%/help/doc/src/contextsensitivehelp.qdoc %%QT_EXAMPLEDIR%%/help/help.pro %%QT_EXAMPLEDIR%%/httpserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/httpserver/colorpalette/CMakeLists.txt %%QT_EXAMPLEDIR%%/httpserver/colorpalette/apibehavior.h %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/colors.json %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/1-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/10-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/11-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/12-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/2-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/3-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/4-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/5-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/6-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/7-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/8-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/img/9-image.jpg %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/sessions.json %%QT_EXAMPLEDIR%%/httpserver/colorpalette/assets/users.json %%QT_EXAMPLEDIR%%/httpserver/colorpalette/colorpalette.pro %%QT_EXAMPLEDIR%%/httpserver/colorpalette/main.cpp %%QT_EXAMPLEDIR%%/httpserver/colorpalette/types.h %%QT_EXAMPLEDIR%%/httpserver/colorpalette/utils.h %%QT_EXAMPLEDIR%%/httpserver/httpserver.pro %%QT_EXAMPLEDIR%%/httpserver/simple/CMakeLists.txt %%QT_EXAMPLEDIR%%/httpserver/simple/assets/certificate.crt %%QT_EXAMPLEDIR%%/httpserver/simple/assets/private.key %%QT_EXAMPLEDIR%%/httpserver/simple/assets/qt-logo.png %%QT_EXAMPLEDIR%%/httpserver/simple/main.cpp %%QT_EXAMPLEDIR%%/httpserver/simple/simple.pro %%QT_EXAMPLEDIR%%/linguist/CMakeLists.txt %%QT_EXAMPLEDIR%%/linguist/README %%QT_EXAMPLEDIR%%/linguist/arrowpad/CMakeLists.txt %%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.cpp %%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.h %%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad.pro %%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad_en.ts %%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad_fr.ts %%QT_EXAMPLEDIR%%/linguist/arrowpad/arrowpad_nl.ts %%QT_EXAMPLEDIR%%/linguist/arrowpad/main.cpp %%QT_EXAMPLEDIR%%/linguist/arrowpad/mainwindow.cpp %%QT_EXAMPLEDIR%%/linguist/arrowpad/mainwindow.h %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_en.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_fr.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-arrowpad_nl.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-hellotr_en.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-hellotr_la.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-i18n.png +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock-idbased-dialog_de.webp +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock-idbased-dialog_en.webp +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock-idbased_de.webp +%%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock-idbased_en.webp %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock_de_DE.webp %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock_en_GB.webp %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock_en_US.webp %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock_switchlang_de.webp %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-localizedclock_switchlang_en.webp %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_en.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_pt_bad.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_10_pt_good.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_11_en.png %%QT_EXAMPLEDIR%%/linguist/doc/images/linguist-trollprint_11_pt.png %%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_arrowpad.cpp %%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_arrowpad.qdoc %%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_hellotr.qdoc %%QT_EXAMPLEDIR%%/linguist/doc/snippets/doc_src_examples_trollprint.cpp %%QT_EXAMPLEDIR%%/linguist/doc/src/arrowpad.qdoc %%QT_EXAMPLEDIR%%/linguist/doc/src/hellotr.qdoc %%QT_EXAMPLEDIR%%/linguist/doc/src/i18n.qdoc +%%QT_EXAMPLEDIR%%/linguist/doc/src/localizedclock-idbased.qdoc %%QT_EXAMPLEDIR%%/linguist/doc/src/localizedclock-switchlang.qdoc %%QT_EXAMPLEDIR%%/linguist/doc/src/localizedclock.qdoc %%QT_EXAMPLEDIR%%/linguist/doc/src/trollprint.qdoc %%QT_EXAMPLEDIR%%/linguist/hellotr/CMakeLists.txt %%QT_EXAMPLEDIR%%/linguist/hellotr/hellotr.pro %%QT_EXAMPLEDIR%%/linguist/hellotr/hellotr_en.ts %%QT_EXAMPLEDIR%%/linguist/hellotr/hellotr_la.ts %%QT_EXAMPLEDIR%%/linguist/hellotr/main.cpp %%QT_EXAMPLEDIR%%/linguist/i18n/CMakeLists.txt %%QT_EXAMPLEDIR%%/linguist/i18n/i18n.pro %%QT_EXAMPLEDIR%%/linguist/i18n/languagechooser.cpp %%QT_EXAMPLEDIR%%/linguist/i18n/languagechooser.h %%QT_EXAMPLEDIR%%/linguist/i18n/main.cpp %%QT_EXAMPLEDIR%%/linguist/i18n/mainwindow.cpp %%QT_EXAMPLEDIR%%/linguist/i18n/mainwindow.h %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_ar.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_cs.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_de.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_el.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_en.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_eo.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_fr.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_it.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_ja.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_ko.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_nb.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_ru.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_sv.ts %%QT_EXAMPLEDIR%%/linguist/i18n/translations/i18n_zh.ts %%QT_EXAMPLEDIR%%/linguist/linguist.pro +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/CMakeLists.txt +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/Main.qml +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/dialog.cpp +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/dialog.h +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/dialog.ui +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_ar.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_de.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_en.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_es.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_fr.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_it.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_ja.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_ko.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_pt.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/i18n/clock_zh.ts +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/main.cpp +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/timezonemanager.cpp +%%QT_EXAMPLEDIR%%/linguist/localizedclock-idbased/timezonemanager.h %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/CMakeLists.txt %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/Main.qml %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/globe.png %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_ar.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_de.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_en.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_es.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_fr.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_it.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_ja.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_ko.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_pt.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/i18n/clock_zh.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/main.cpp %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/translatormanager.cpp %%QT_EXAMPLEDIR%%/linguist/localizedclock-switchlocale/translatormanager.h %%QT_EXAMPLEDIR%%/linguist/localizedclock/CMakeLists.txt %%QT_EXAMPLEDIR%%/linguist/localizedclock/Main.qml %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_ar.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_de.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_en.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_es.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_fr.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_it.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_ja.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_ko.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_pt.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/i18n/clock_zh.ts %%QT_EXAMPLEDIR%%/linguist/localizedclock/main.cpp %%QT_EXAMPLEDIR%%/linguist/trollprint/CMakeLists.txt %%QT_EXAMPLEDIR%%/linguist/trollprint/main.cpp %%QT_EXAMPLEDIR%%/linguist/trollprint/mainwindow.cpp %%QT_EXAMPLEDIR%%/linguist/trollprint/mainwindow.h %%QT_EXAMPLEDIR%%/linguist/trollprint/printpanel.cpp %%QT_EXAMPLEDIR%%/linguist/trollprint/printpanel.h %%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint.pro %%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint_en.ts %%QT_EXAMPLEDIR%%/linguist/trollprint/trollprint_pt.ts %%QT_EXAMPLEDIR%%/mqtt/CMakeLists.txt %%QT_EXAMPLEDIR%%/mqtt/doc/examples.qdoc %%QT_EXAMPLEDIR%%/mqtt/doc/images/quickpublication.png %%QT_EXAMPLEDIR%%/mqtt/doc/images/quicksubscription.png %%QT_EXAMPLEDIR%%/mqtt/doc/images/simpleclient.png %%QT_EXAMPLEDIR%%/mqtt/doc/images/subscriptions.png %%QT_EXAMPLEDIR%%/mqtt/doc/quickpublication.qdoc %%QT_EXAMPLEDIR%%/mqtt/doc/quicksubscription.qdoc %%QT_EXAMPLEDIR%%/mqtt/doc/simpleclient.qdoc %%QT_EXAMPLEDIR%%/mqtt/doc/subscriptions.qdoc %%QT_EXAMPLEDIR%%/mqtt/doc/websocketsubscription.qdoc %%QT_EXAMPLEDIR%%/mqtt/mqtt.pro %%QT_EXAMPLEDIR%%/mqtt/quickpublication/CMakeLists.txt %%QT_EXAMPLEDIR%%/mqtt/quickpublication/Main.qml %%QT_EXAMPLEDIR%%/mqtt/quickpublication/main.cpp %%QT_EXAMPLEDIR%%/mqtt/quickpublication/qmldir %%QT_EXAMPLEDIR%%/mqtt/quickpublication/qmlmqttclient.cpp %%QT_EXAMPLEDIR%%/mqtt/quickpublication/qmlmqttclient.h %%QT_EXAMPLEDIR%%/mqtt/quickpublication/quickpublication.pro %%QT_EXAMPLEDIR%%/mqtt/quicksubscription/CMakeLists.txt %%QT_EXAMPLEDIR%%/mqtt/quicksubscription/Main.qml %%QT_EXAMPLEDIR%%/mqtt/quicksubscription/main.cpp %%QT_EXAMPLEDIR%%/mqtt/quicksubscription/qmldir %%QT_EXAMPLEDIR%%/mqtt/quicksubscription/qmlmqttclient.cpp %%QT_EXAMPLEDIR%%/mqtt/quicksubscription/qmlmqttclient.h %%QT_EXAMPLEDIR%%/mqtt/quicksubscription/quicksubscription.pro %%QT_EXAMPLEDIR%%/mqtt/simpleclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/mqtt/simpleclient/main.cpp %%QT_EXAMPLEDIR%%/mqtt/simpleclient/mainwindow.cpp %%QT_EXAMPLEDIR%%/mqtt/simpleclient/mainwindow.h %%QT_EXAMPLEDIR%%/mqtt/simpleclient/mainwindow.ui %%QT_EXAMPLEDIR%%/mqtt/simpleclient/simpleclient.pro %%QT_EXAMPLEDIR%%/mqtt/subscriptions/CMakeLists.txt %%QT_EXAMPLEDIR%%/mqtt/subscriptions/main.cpp %%QT_EXAMPLEDIR%%/mqtt/subscriptions/mainwindow.cpp %%QT_EXAMPLEDIR%%/mqtt/subscriptions/mainwindow.h %%QT_EXAMPLEDIR%%/mqtt/subscriptions/mainwindow.ui %%QT_EXAMPLEDIR%%/mqtt/subscriptions/subscriptions.pro %%QT_EXAMPLEDIR%%/mqtt/subscriptions/subscriptionwindow.cpp %%QT_EXAMPLEDIR%%/mqtt/subscriptions/subscriptionwindow.h %%QT_EXAMPLEDIR%%/mqtt/subscriptions/subscriptionwindow.ui %%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/CMakeLists.txt %%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/clientsubscription.cpp %%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/clientsubscription.h %%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/main.cpp %%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/websocketiodevice.cpp %%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/websocketiodevice.h %%QT_EXAMPLEDIR%%/mqtt/websocketsubscription/websocketsubscription.pro %%QT_EXAMPLEDIR%%/multimedia/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/audiodevices/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/audiodevices/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.cpp %%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.h %%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.pro %%QT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevicesbase.ui %%QT_EXAMPLEDIR%%/multimedia/audiodevices/doc/images/audiodevices.png %%QT_EXAMPLEDIR%%/multimedia/audiodevices/doc/src/audiodevices.qdoc %%QT_EXAMPLEDIR%%/multimedia/audiodevices/main.cpp %%QT_EXAMPLEDIR%%/multimedia/audiooutput/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.cpp %%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.h %%QT_EXAMPLEDIR%%/multimedia/audiooutput/audiooutput.pro %%QT_EXAMPLEDIR%%/multimedia/audiooutput/doc/images/audiooutput-example.png %%QT_EXAMPLEDIR%%/multimedia/audiooutput/doc/src/audiooutput.qdoc %%QT_EXAMPLEDIR%%/multimedia/audiooutput/main.cpp %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.cpp %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.h %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.pro %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/audiorecorder.ui %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/doc/images/audiorecorder.png %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/doc/src/audiorecorder.qdoc %%QT_EXAMPLEDIR%%/multimedia/audiorecorder/main.cpp %%QT_EXAMPLEDIR%%/multimedia/audiosource/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/audiosource/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/audiosource/audiosource.cpp %%QT_EXAMPLEDIR%%/multimedia/audiosource/audiosource.h %%QT_EXAMPLEDIR%%/multimedia/audiosource/audiosource.pro %%QT_EXAMPLEDIR%%/multimedia/audiosource/doc/images/audiosource-example.png %%QT_EXAMPLEDIR%%/multimedia/audiosource/doc/src/audiosource.qdoc %%QT_EXAMPLEDIR%%/multimedia/audiosource/main.cpp %%QT_EXAMPLEDIR%%/multimedia/camera/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/camera/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/multimedia/camera/camera.cpp %%QT_EXAMPLEDIR%%/multimedia/camera/camera.h %%QT_EXAMPLEDIR%%/multimedia/camera/camera.pro %%QT_EXAMPLEDIR%%/multimedia/camera/camera.qrc %%QT_EXAMPLEDIR%%/multimedia/camera/camera.ui %%QT_EXAMPLEDIR%%/multimedia/camera/camera_mobile.ui %%QT_EXAMPLEDIR%%/multimedia/camera/doc/images/camera-example.png %%QT_EXAMPLEDIR%%/multimedia/camera/doc/src/camera.qdoc %%QT_EXAMPLEDIR%%/multimedia/camera/images/shutter.svg %%QT_EXAMPLEDIR%%/multimedia/camera/imagesettings.cpp %%QT_EXAMPLEDIR%%/multimedia/camera/imagesettings.h %%QT_EXAMPLEDIR%%/multimedia/camera/imagesettings.ui %%QT_EXAMPLEDIR%%/multimedia/camera/ios/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/camera/macos/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/camera/main.cpp %%QT_EXAMPLEDIR%%/multimedia/camera/metadatadialog.cpp %%QT_EXAMPLEDIR%%/multimedia/camera/metadatadialog.h %%QT_EXAMPLEDIR%%/multimedia/camera/videosettings.cpp %%QT_EXAMPLEDIR%%/multimedia/camera/videosettings.h %%QT_EXAMPLEDIR%%/multimedia/camera/videosettings.ui %%QT_EXAMPLEDIR%%/multimedia/camera/videosettings_mobile.ui %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraButton.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraListButton.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraListPopup.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraPropertyButton.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/CameraPropertyPopup.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/FlashControl.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/Info.plist %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/PhotoCaptureControls.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/PhotoPreview.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/Popup.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/VideoCaptureControls.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/VideoPreview.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/ZoomControl.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.pro %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qml %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qmlproject %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/declarative-camera.qrc %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/images/CaptureControls.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/images/FlashControls.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/images/VideoCaptureControls.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/images/ZoomControl.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/images/qml-camera.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/images/qml-declarative-portrait.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/doc/src/declarative-camera.qdoc %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_auto_mode.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_camera_setting.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_auto.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_fill.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_off.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_flash_redeye.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_cloudy.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_flourescent.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_incandescent.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/camera_white_balance_sunny.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/toolbutton.png %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/images/toolbutton.sci %%QT_EXAMPLEDIR%%/multimedia/declarative-camera/qmlcamera.cpp %%QT_EXAMPLEDIR%%/multimedia/multimedia.pro %%QT_EXAMPLEDIR%%/multimedia/player/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/player/audiolevelmeter.cpp %%QT_EXAMPLEDIR%%/multimedia/player/audiolevelmeter.h %%QT_EXAMPLEDIR%%/multimedia/player/doc/images/mediaplayerex.jpg %%QT_EXAMPLEDIR%%/multimedia/player/doc/src/player.qdoc %%QT_EXAMPLEDIR%%/multimedia/player/main.cpp %%QT_EXAMPLEDIR%%/multimedia/player/player.cpp %%QT_EXAMPLEDIR%%/multimedia/player/player.h %%QT_EXAMPLEDIR%%/multimedia/player/player.pro %%QT_EXAMPLEDIR%%/multimedia/player/playercontrols.cpp %%QT_EXAMPLEDIR%%/multimedia/player/playercontrols.h %%QT_EXAMPLEDIR%%/multimedia/player/playlistmodel.cpp %%QT_EXAMPLEDIR%%/multimedia/player/playlistmodel.h %%QT_EXAMPLEDIR%%/multimedia/player/qmediaplaylist.cpp %%QT_EXAMPLEDIR%%/multimedia/player/qmediaplaylist.h %%QT_EXAMPLEDIR%%/multimedia/player/qmediaplaylist_p.cpp %%QT_EXAMPLEDIR%%/multimedia/player/qmediaplaylist_p.h %%QT_EXAMPLEDIR%%/multimedia/player/qplaylistfileparser.cpp %%QT_EXAMPLEDIR%%/multimedia/player/qplaylistfileparser.h %%QT_EXAMPLEDIR%%/multimedia/player/videowidget.cpp %%QT_EXAMPLEDIR%%/multimedia/player/videowidget.h %%QT_EXAMPLEDIR%%/multimedia/screencapture/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/screencapture/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/screencapture/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/multimedia/screencapture/doc/images/screencapture.jpg %%QT_EXAMPLEDIR%%/multimedia/screencapture/doc/src/screencapture.qdoc %%QT_EXAMPLEDIR%%/multimedia/screencapture/main.cpp %%QT_EXAMPLEDIR%%/multimedia/screencapture/screencapture.pro %%QT_EXAMPLEDIR%%/multimedia/screencapture/screencapturepreview.cpp %%QT_EXAMPLEDIR%%/multimedia/screencapture/screencapturepreview.h %%QT_EXAMPLEDIR%%/multimedia/screencapture/screenlistmodel.cpp %%QT_EXAMPLEDIR%%/multimedia/screencapture/screenlistmodel.h %%QT_EXAMPLEDIR%%/multimedia/screencapture/windowlistmodel.cpp %%QT_EXAMPLEDIR%%/multimedia/screencapture/windowlistmodel.h %%QT_EXAMPLEDIR%%/multimedia/shared/shared.pri %%QT_EXAMPLEDIR%%/multimedia/video/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/Main.qml %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/controls/AudioControl.qml %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/controls/MetadataInfo.qml %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/controls/PlaybackControl.qml %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/controls/PlaybackSeekControl.qml %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/controls/SettingsPopup.qml %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/controls/TracksInfo.qml %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/controls/UrlPopup.qml %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/qtmultimedia-examples-qml-media-player-settings.png %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/images/qtmultimedia-examples-qml-media-player.png %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/doc/src/mediaplayer.qdoc %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/backward10.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/ff.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/forward10.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/link.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/loop.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/more.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/mute.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/open_new.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/pause_symbol.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/play_symbol.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/rewind.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/settings.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/speaker.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/stop_symbol.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/url.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/volume.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/volume_mute.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/zoom_maximize.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/images/zoom_minimize.svg %%QT_EXAMPLEDIR%%/multimedia/video/mediaplayer/main.cpp %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/doc/images/qmlvideo-menu.jpg %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/doc/images/qmlvideo-overlay.jpg %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/doc/images/video-qml-paint-rate.png %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/doc/src/qmlvideo.qdoc %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitor/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitor/FrequencyItem.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitor/PerformanceItem.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitor/frequencymonitor.cpp %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitor/frequencymonitor.h %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/frequencymonitor/qmldir %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/main.cpp %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo.png %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo.pro %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo.svg %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraBasic.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraDrag.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraDummy.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraFullScreen.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraFullScreenInverted.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraItem.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraMove.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraOverlay.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraResize.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraRotate.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/CameraSpin.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/Content.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/ErrorDialog.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/Main.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/Scene.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneBasic.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneDrag.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneFullScreen.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneFullScreenInverted.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneMove.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneMulti.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneOverlay.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneResize.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneRotate.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneSelectionPanel.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SceneSpin.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/SeekControl.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoBasic.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoDrag.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoDummy.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoFillMode.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoFullScreen.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoFullScreenInverted.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoItem.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoMetadata.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoMove.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoOverlay.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoPlaybackRate.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoResize.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoRotate.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoSeek.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/VideoSpin.qml %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/images/folder.png %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/images/leaves.jpg %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/images/up.png %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/qmldir %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/qmlvideo_global.h %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/videosingleton.cpp %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/qmlvideo/videosingleton.h %%QT_EXAMPLEDIR%%/multimedia/video/qmlvideo/trace.h %%QT_EXAMPLEDIR%%/multimedia/video/recorder/AudioInputSelect.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/video/recorder/Controls.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/Info.plist.in %%QT_EXAMPLEDIR%%/multimedia/video/recorder/Main.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/MediaList.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/PermissionHelper.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/Playback.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/RecordButton.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/SettingsEncoder.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/SettingsMetaData.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/Style.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/StyleParameter.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/StyleRectangle.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/VideoSourceSelect.qml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/images/qml-recorder-control-bar-overview.gif %%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/images/qml-recorder-overview.gif %%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/images/qmlrecorder.jpg %%QT_EXAMPLEDIR%%/multimedia/video/recorder/doc/src/recorder.qdoc %%QT_EXAMPLEDIR%%/multimedia/video/recorder/main.cpp %%QT_EXAMPLEDIR%%/multimedia/video/video.pro %%QT_EXAMPLEDIR%%/multimedia/videographicsitem/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/videographicsitem/doc/images/video-videographicsitem.png %%QT_EXAMPLEDIR%%/multimedia/videographicsitem/doc/src/videographicsitem.qdoc %%QT_EXAMPLEDIR%%/multimedia/videographicsitem/main.cpp %%QT_EXAMPLEDIR%%/multimedia/videographicsitem/videographicsitem.pro %%QT_EXAMPLEDIR%%/multimedia/videographicsitem/videoplayer.cpp %%QT_EXAMPLEDIR%%/multimedia/videographicsitem/videoplayer.h %%QT_EXAMPLEDIR%%/multimedia/videowidget/CMakeLists.txt %%QT_EXAMPLEDIR%%/multimedia/videowidget/doc/images/video-videowidget.png %%QT_EXAMPLEDIR%%/multimedia/videowidget/doc/src/videowidget.qdoc %%QT_EXAMPLEDIR%%/multimedia/videowidget/main.cpp %%QT_EXAMPLEDIR%%/multimedia/videowidget/videoplayer.cpp %%QT_EXAMPLEDIR%%/multimedia/videowidget/videoplayer.h %%QT_EXAMPLEDIR%%/multimedia/videowidget/videowidget.pro %%QT_EXAMPLEDIR%%/network/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/README %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingclient.cpp %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingclient.h %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/blockingfortuneclient.pro %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/fortunethread.cpp %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/fortunethread.h %%QT_EXAMPLEDIR%%/network/blockingfortuneclient/main.cpp %%QT_EXAMPLEDIR%%/network/broadcastreceiver/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/broadcastreceiver/broadcastreceiver.pro %%QT_EXAMPLEDIR%%/network/broadcastreceiver/main.cpp %%QT_EXAMPLEDIR%%/network/broadcastreceiver/receiver.cpp %%QT_EXAMPLEDIR%%/network/broadcastreceiver/receiver.h %%QT_EXAMPLEDIR%%/network/broadcastsender/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/broadcastsender/broadcastsender.pro %%QT_EXAMPLEDIR%%/network/broadcastsender/main.cpp %%QT_EXAMPLEDIR%%/network/broadcastsender/sender.cpp %%QT_EXAMPLEDIR%%/network/broadcastsender/sender.h %%QT_EXAMPLEDIR%%/network/dnslookup/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/dnslookup/dnslookup.cpp %%QT_EXAMPLEDIR%%/network/dnslookup/dnslookup.h %%QT_EXAMPLEDIR%%/network/dnslookup/dnslookup.pro %%QT_EXAMPLEDIR%%/network/doc/images/blockingfortuneclient-example.png %%QT_EXAMPLEDIR%%/network/doc/images/broadcastreceiver-example.png %%QT_EXAMPLEDIR%%/network/doc/images/broadcastsender-example.png %%QT_EXAMPLEDIR%%/network/doc/images/dnslookup-example.webp %%QT_EXAMPLEDIR%%/network/doc/images/fortuneclient-example.png %%QT_EXAMPLEDIR%%/network/doc/images/fortuneserver-example.png %%QT_EXAMPLEDIR%%/network/doc/images/http-example.webp %%QT_EXAMPLEDIR%%/network/doc/images/multi-stream-client-example.webp %%QT_EXAMPLEDIR%%/network/doc/images/multi-stream-server-example.webp %%QT_EXAMPLEDIR%%/network/doc/images/multicastreceiver-example.webp %%QT_EXAMPLEDIR%%/network/doc/images/multicastsender-example.webp %%QT_EXAMPLEDIR%%/network/doc/images/network-chat-example.webp %%QT_EXAMPLEDIR%%/network/doc/images/rsslisting.png %%QT_EXAMPLEDIR%%/network/doc/images/securesocketclient-example.webp %%QT_EXAMPLEDIR%%/network/doc/images/secureudpclient-example.png %%QT_EXAMPLEDIR%%/network/doc/images/secureudpserver-example.png %%QT_EXAMPLEDIR%%/network/doc/images/threadedfortuneserver-example.png %%QT_EXAMPLEDIR%%/network/doc/images/torrent-example.png %%QT_EXAMPLEDIR%%/network/doc/src/blockingfortuneclient.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/broadcastreceiver.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/broadcastsender.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/dnslookup.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/fortuneclient.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/fortuneserver.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/http.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/multicastreceiver.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/multicastsender.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/multistreamclient.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/multistreamserver.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/network-chat.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/rsslisting.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/securesocketclient.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/secureudpclient.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/secureudpserver.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/threadedfortuneserver.qdoc %%QT_EXAMPLEDIR%%/network/doc/src/torrent.qdoc %%QT_EXAMPLEDIR%%/network/fortuneclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/fortuneclient/client.cpp %%QT_EXAMPLEDIR%%/network/fortuneclient/client.h %%QT_EXAMPLEDIR%%/network/fortuneclient/fortuneclient.pro %%QT_EXAMPLEDIR%%/network/fortuneclient/main.cpp %%QT_EXAMPLEDIR%%/network/fortuneserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/fortuneserver/fortuneserver.pro %%QT_EXAMPLEDIR%%/network/fortuneserver/main.cpp %%QT_EXAMPLEDIR%%/network/fortuneserver/server.cpp %%QT_EXAMPLEDIR%%/network/fortuneserver/server.h %%QT_EXAMPLEDIR%%/network/http/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/http/authenticationdialog.ui %%QT_EXAMPLEDIR%%/network/http/http.pro %%QT_EXAMPLEDIR%%/network/http/httpwindow.cpp %%QT_EXAMPLEDIR%%/network/http/httpwindow.h %%QT_EXAMPLEDIR%%/network/http/main.cpp %%QT_EXAMPLEDIR%%/network/multicastreceiver/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/multicastreceiver/main.cpp %%QT_EXAMPLEDIR%%/network/multicastreceiver/multicastreceiver.pro %%QT_EXAMPLEDIR%%/network/multicastreceiver/receiver.cpp %%QT_EXAMPLEDIR%%/network/multicastreceiver/receiver.h %%QT_EXAMPLEDIR%%/network/multicastsender/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/multicastsender/main.cpp %%QT_EXAMPLEDIR%%/network/multicastsender/multicastsender.pro %%QT_EXAMPLEDIR%%/network/multicastsender/sender.cpp %%QT_EXAMPLEDIR%%/network/multicastsender/sender.h %%QT_EXAMPLEDIR%%/network/multistreamclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/multistreamclient/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/network/multistreamclient/chatconsumer.cpp %%QT_EXAMPLEDIR%%/network/multistreamclient/chatconsumer.h %%QT_EXAMPLEDIR%%/network/multistreamclient/client.cpp %%QT_EXAMPLEDIR%%/network/multistreamclient/client.h %%QT_EXAMPLEDIR%%/network/multistreamclient/consumer.h %%QT_EXAMPLEDIR%%/network/multistreamclient/main.cpp %%QT_EXAMPLEDIR%%/network/multistreamclient/movieconsumer.cpp %%QT_EXAMPLEDIR%%/network/multistreamclient/movieconsumer.h %%QT_EXAMPLEDIR%%/network/multistreamclient/multistreamclient.pro %%QT_EXAMPLEDIR%%/network/multistreamclient/timeconsumer.cpp %%QT_EXAMPLEDIR%%/network/multistreamclient/timeconsumer.h %%QT_EXAMPLEDIR%%/network/multistreamserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/multistreamserver/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/network/multistreamserver/animation.gif %%QT_EXAMPLEDIR%%/network/multistreamserver/chatprovider.cpp %%QT_EXAMPLEDIR%%/network/multistreamserver/chatprovider.h %%QT_EXAMPLEDIR%%/network/multistreamserver/main.cpp %%QT_EXAMPLEDIR%%/network/multistreamserver/movieprovider.cpp %%QT_EXAMPLEDIR%%/network/multistreamserver/movieprovider.h %%QT_EXAMPLEDIR%%/network/multistreamserver/multistreamserver.pro %%QT_EXAMPLEDIR%%/network/multistreamserver/provider.h %%QT_EXAMPLEDIR%%/network/multistreamserver/server.cpp %%QT_EXAMPLEDIR%%/network/multistreamserver/server.h %%QT_EXAMPLEDIR%%/network/multistreamserver/timeprovider.cpp %%QT_EXAMPLEDIR%%/network/multistreamserver/timeprovider.h %%QT_EXAMPLEDIR%%/network/network-chat/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/network-chat/chatdialog.cpp %%QT_EXAMPLEDIR%%/network/network-chat/chatdialog.h %%QT_EXAMPLEDIR%%/network/network-chat/chatdialog.ui %%QT_EXAMPLEDIR%%/network/network-chat/client.cpp %%QT_EXAMPLEDIR%%/network/network-chat/client.h %%QT_EXAMPLEDIR%%/network/network-chat/connection.cpp %%QT_EXAMPLEDIR%%/network/network-chat/connection.h %%QT_EXAMPLEDIR%%/network/network-chat/main.cpp %%QT_EXAMPLEDIR%%/network/network-chat/network-chat.pro %%QT_EXAMPLEDIR%%/network/network-chat/peermanager.cpp %%QT_EXAMPLEDIR%%/network/network-chat/peermanager.h %%QT_EXAMPLEDIR%%/network/network-chat/server.cpp %%QT_EXAMPLEDIR%%/network/network-chat/server.h %%QT_EXAMPLEDIR%%/network/network.pro %%QT_EXAMPLEDIR%%/network/rsslisting/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/rsslisting/main.cpp %%QT_EXAMPLEDIR%%/network/rsslisting/rsslisting.cpp %%QT_EXAMPLEDIR%%/network/rsslisting/rsslisting.h %%QT_EXAMPLEDIR%%/network/rsslisting/rsslisting.pro %%QT_EXAMPLEDIR%%/network/securesocketclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/securesocketclient/certificateinfo.cpp %%QT_EXAMPLEDIR%%/network/securesocketclient/certificateinfo.h %%QT_EXAMPLEDIR%%/network/securesocketclient/certificateinfo.ui %%QT_EXAMPLEDIR%%/network/securesocketclient/encrypted.png %%QT_EXAMPLEDIR%%/network/securesocketclient/main.cpp %%QT_EXAMPLEDIR%%/network/securesocketclient/securesocketclient.pro %%QT_EXAMPLEDIR%%/network/securesocketclient/securesocketclient.qrc %%QT_EXAMPLEDIR%%/network/securesocketclient/sslclient.cpp %%QT_EXAMPLEDIR%%/network/securesocketclient/sslclient.h %%QT_EXAMPLEDIR%%/network/securesocketclient/sslclient.ui %%QT_EXAMPLEDIR%%/network/securesocketclient/sslerrors.ui %%QT_EXAMPLEDIR%%/network/secureudpclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/secureudpclient/addressdialog.cpp %%QT_EXAMPLEDIR%%/network/secureudpclient/addressdialog.h %%QT_EXAMPLEDIR%%/network/secureudpclient/addressdialog.ui %%QT_EXAMPLEDIR%%/network/secureudpclient/association.cpp %%QT_EXAMPLEDIR%%/network/secureudpclient/association.h %%QT_EXAMPLEDIR%%/network/secureudpclient/main.cpp %%QT_EXAMPLEDIR%%/network/secureudpclient/mainwindow.cpp %%QT_EXAMPLEDIR%%/network/secureudpclient/mainwindow.h %%QT_EXAMPLEDIR%%/network/secureudpclient/mainwindow.ui %%QT_EXAMPLEDIR%%/network/secureudpclient/secureudpclient.pro %%QT_EXAMPLEDIR%%/network/secureudpserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/secureudpserver/main.cpp %%QT_EXAMPLEDIR%%/network/secureudpserver/mainwindow.cpp %%QT_EXAMPLEDIR%%/network/secureudpserver/mainwindow.h %%QT_EXAMPLEDIR%%/network/secureudpserver/mainwindow.ui %%QT_EXAMPLEDIR%%/network/secureudpserver/nicselector.cpp %%QT_EXAMPLEDIR%%/network/secureudpserver/nicselector.h %%QT_EXAMPLEDIR%%/network/secureudpserver/nicselector.ui %%QT_EXAMPLEDIR%%/network/secureudpserver/secureudpserver.pro %%QT_EXAMPLEDIR%%/network/secureudpserver/server.cpp %%QT_EXAMPLEDIR%%/network/secureudpserver/server.h %%QT_EXAMPLEDIR%%/network/shared/sctpchannels.h %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/dialog.cpp %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/dialog.h %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/fortuneserver.cpp %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/fortuneserver.h %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/fortunethread.cpp %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/fortunethread.h %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/main.cpp %%QT_EXAMPLEDIR%%/network/threadedfortuneserver/threadedfortuneserver.pro %%QT_EXAMPLEDIR%%/network/torrent/CMakeLists.txt %%QT_EXAMPLEDIR%%/network/torrent/addtorrentdialog.cpp %%QT_EXAMPLEDIR%%/network/torrent/addtorrentdialog.h %%QT_EXAMPLEDIR%%/network/torrent/addtorrentform.ui %%QT_EXAMPLEDIR%%/network/torrent/bencodeparser.cpp %%QT_EXAMPLEDIR%%/network/torrent/bencodeparser.h %%QT_EXAMPLEDIR%%/network/torrent/connectionmanager.cpp %%QT_EXAMPLEDIR%%/network/torrent/connectionmanager.h %%QT_EXAMPLEDIR%%/network/torrent/filemanager.cpp %%QT_EXAMPLEDIR%%/network/torrent/filemanager.h %%QT_EXAMPLEDIR%%/network/torrent/icons.qrc %%QT_EXAMPLEDIR%%/network/torrent/icons/1downarrow.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/1uparrow.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/about.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/bottom.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/edit_add.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/edit_remove.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/exit.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/peertopeer.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/player_pause.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/player_play.svg %%QT_EXAMPLEDIR%%/network/torrent/icons/player_stop.svg %%QT_EXAMPLEDIR%%/network/torrent/main.cpp %%QT_EXAMPLEDIR%%/network/torrent/mainwindow.cpp %%QT_EXAMPLEDIR%%/network/torrent/mainwindow.h %%QT_EXAMPLEDIR%%/network/torrent/metainfo.cpp %%QT_EXAMPLEDIR%%/network/torrent/metainfo.h %%QT_EXAMPLEDIR%%/network/torrent/peerwireclient.cpp %%QT_EXAMPLEDIR%%/network/torrent/peerwireclient.h %%QT_EXAMPLEDIR%%/network/torrent/ratecontroller.cpp %%QT_EXAMPLEDIR%%/network/torrent/ratecontroller.h %%QT_EXAMPLEDIR%%/network/torrent/torrent.pro %%QT_EXAMPLEDIR%%/network/torrent/torrentclient.cpp %%QT_EXAMPLEDIR%%/network/torrent/torrentclient.h %%QT_EXAMPLEDIR%%/network/torrent/torrentserver.cpp %%QT_EXAMPLEDIR%%/network/torrent/torrentserver.h %%QT_EXAMPLEDIR%%/network/torrent/trackerclient.cpp %%QT_EXAMPLEDIR%%/network/torrent/trackerclient.h %%QT_EXAMPLEDIR%%/nfc/CMakeLists.txt %%QT_EXAMPLEDIR%%/nfc/annotatedurl/CMakeLists.txt %%QT_EXAMPLEDIR%%/nfc/annotatedurl/Info.plist %%QT_EXAMPLEDIR%%/nfc/annotatedurl/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/nfc/annotatedurl/annotatedurl.cpp %%QT_EXAMPLEDIR%%/nfc/annotatedurl/annotatedurl.h %%QT_EXAMPLEDIR%%/nfc/annotatedurl/annotatedurl.pro %%QT_EXAMPLEDIR%%/nfc/annotatedurl/doc/images/annotatedurl.png %%QT_EXAMPLEDIR%%/nfc/annotatedurl/doc/images/annotatedurl2.png %%QT_EXAMPLEDIR%%/nfc/annotatedurl/doc/images/annotatedurl3.png %%QT_EXAMPLEDIR%%/nfc/annotatedurl/doc/src/annotatedurl.qdoc %%QT_EXAMPLEDIR%%/nfc/annotatedurl/main.cpp %%QT_EXAMPLEDIR%%/nfc/annotatedurl/mainwindow.cpp %%QT_EXAMPLEDIR%%/nfc/annotatedurl/mainwindow.h %%QT_EXAMPLEDIR%%/nfc/ndefeditor/CMakeLists.txt %%QT_EXAMPLEDIR%%/nfc/ndefeditor/Info.cmake.plist %%QT_EXAMPLEDIR%%/nfc/ndefeditor/Info.qmake.plist %%QT_EXAMPLEDIR%%/nfc/ndefeditor/Main.qml %%QT_EXAMPLEDIR%%/nfc/ndefeditor/MainWindow.qml %%QT_EXAMPLEDIR%%/nfc/ndefeditor/NdefRecordDelegate.qml %%QT_EXAMPLEDIR%%/nfc/ndefeditor/doc/images/ndefeditor.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/doc/src/ndefeditor.qdoc %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20/add.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20/arrow_back.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20/file_download.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20/file_upload.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20/link.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20/text_snippet.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@2/add.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@2/arrow_back.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@2/file_download.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@2/file_upload.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@2/link.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@2/text_snippet.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@3/add.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@3/arrow_back.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@3/file_download.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@3/file_upload.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@3/link.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@3/text_snippet.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@4/add.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@4/arrow_back.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@4/file_download.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@4/file_upload.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@4/link.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/20x20@4/text_snippet.png %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/REUSE.toml %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/index.theme %%QT_EXAMPLEDIR%%/nfc/ndefeditor/icons/ndefeditor/qt_attribution.json %%QT_EXAMPLEDIR%%/nfc/ndefeditor/main.cpp %%QT_EXAMPLEDIR%%/nfc/ndefeditor/ndefeditor.pro %%QT_EXAMPLEDIR%%/nfc/ndefeditor/ndefmessagemodel.cpp %%QT_EXAMPLEDIR%%/nfc/ndefeditor/ndefmessagemodel.h %%QT_EXAMPLEDIR%%/nfc/ndefeditor/nfcmanager.cpp %%QT_EXAMPLEDIR%%/nfc/ndefeditor/nfcmanager.h %%QT_EXAMPLEDIR%%/nfc/ndefeditor/nfctarget.cpp %%QT_EXAMPLEDIR%%/nfc/ndefeditor/nfctarget.h %%QT_EXAMPLEDIR%%/nfc/ndefeditor/qmldir %%QT_EXAMPLEDIR%%/nfc/nfc.pro %%QT_EXAMPLEDIR%%/oauth/CMakeLists.txt %%QT_EXAMPLEDIR%%/oauth/oauth.pro %%QT_EXAMPLEDIR%%/oauth/redditclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/oauth/redditclient/doc/images/redditclient-example.png %%QT_EXAMPLEDIR%%/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc %%QT_EXAMPLEDIR%%/oauth/redditclient/main.cpp %%QT_EXAMPLEDIR%%/oauth/redditclient/redditclient.pro %%QT_EXAMPLEDIR%%/oauth/redditclient/redditmodel.cpp %%QT_EXAMPLEDIR%%/oauth/redditclient/redditmodel.h %%QT_EXAMPLEDIR%%/opcua/CMakeLists.txt %%QT_EXAMPLEDIR%%/opcua/doc/qtopcua-examples.qdoc %%QT_EXAMPLEDIR%%/opcua/opcua.pro %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/certificatedialog.cpp %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/certificatedialog.h %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/certificatedialog.ui %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/doc/images/opcuaviewer.png %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/doc/opcuaviewer.qdoc %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/main.cpp %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/mainwindow.cpp %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/mainwindow.h %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/mainwindow.ui %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/opcuamodel.cpp %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/opcuamodel.h %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/opcuaviewer.pro %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/own/certs/opcuaviewer.der %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/own/private/opcuaviewer.pem %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/trusted/certs/3d8ec65c47524d6ad67bed912c19a895.der %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/trusted/certs/ca.der %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/trusted/certs/open62541-testserver.der %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/pki/trusted/crl/ca.crl.pem %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/treeitem.cpp %%QT_EXAMPLEDIR%%/opcua/opcuaviewer/treeitem.h %%QT_EXAMPLEDIR%%/opcua/waterpump/CMakeLists.txt %%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/doc/simulationserver.qdoc %%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/main.cpp %%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/simulationserver.cpp %%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/simulationserver.h %%QT_EXAMPLEDIR%%/opcua/waterpump/simulationserver/simulationserver.pro %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/CMakeLists.txt %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/MachineDisplay.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/Pump.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/ServerControl.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/Tank1Unit.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/Tank2Unit.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/TankDisplay.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/ValueDisplay.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/doc/images/tankexample.png %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/doc/waterpump-qml.qdoc %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/machine/Machine.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/machine/Tank.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/main.cpp %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/main.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/qml.qrc %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qml/waterpump-qml.pro %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/CMakeLists.txt %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/Pump.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/ServerControl.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/Tank.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/Tank1Unit.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/Tank2Unit.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/TankSimulation.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/ValueDisplay.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/doc/images/tankexample.png %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/doc/waterpump-qmlcpp.qdoc %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/main.cpp %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/main.qml %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/opcuamachinebackend.cpp %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/opcuamachinebackend.h %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/qml.qrc %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump-qmlcpp/waterpump-qmlcpp.pro %%QT_EXAMPLEDIR%%/opcua/waterpump/waterpump.pro %%QT_EXAMPLEDIR%%/opcua/x509/CMakeLists.txt %%QT_EXAMPLEDIR%%/opcua/x509/doc/x509.qdoc %%QT_EXAMPLEDIR%%/opcua/x509/main.cpp %%QT_EXAMPLEDIR%%/opcua/x509/x509.pro %%QT_EXAMPLEDIR%%/opengl/2dpainting/2dpainting.pro %%QT_EXAMPLEDIR%%/opengl/2dpainting/CMakeLists.txt %%QT_EXAMPLEDIR%%/opengl/2dpainting/glwidget.cpp %%QT_EXAMPLEDIR%%/opengl/2dpainting/glwidget.h %%QT_EXAMPLEDIR%%/opengl/2dpainting/helper.cpp %%QT_EXAMPLEDIR%%/opengl/2dpainting/helper.h %%QT_EXAMPLEDIR%%/opengl/2dpainting/main.cpp %%QT_EXAMPLEDIR%%/opengl/2dpainting/widget.cpp %%QT_EXAMPLEDIR%%/opengl/2dpainting/widget.h %%QT_EXAMPLEDIR%%/opengl/2dpainting/window.cpp %%QT_EXAMPLEDIR%%/opengl/2dpainting/window.h %%QT_EXAMPLEDIR%%/opengl/CMakeLists.txt %%QT_EXAMPLEDIR%%/opengl/README %%QT_EXAMPLEDIR%%/opengl/cube/CMakeLists.txt %%QT_EXAMPLEDIR%%/opengl/cube/cube.png %%QT_EXAMPLEDIR%%/opengl/cube/cube.pro %%QT_EXAMPLEDIR%%/opengl/cube/fshader.glsl %%QT_EXAMPLEDIR%%/opengl/cube/geometryengine.cpp %%QT_EXAMPLEDIR%%/opengl/cube/geometryengine.h %%QT_EXAMPLEDIR%%/opengl/cube/main.cpp %%QT_EXAMPLEDIR%%/opengl/cube/mainwidget.cpp %%QT_EXAMPLEDIR%%/opengl/cube/mainwidget.h %%QT_EXAMPLEDIR%%/opengl/cube/shaders.qrc %%QT_EXAMPLEDIR%%/opengl/cube/textures.qrc %%QT_EXAMPLEDIR%%/opengl/cube/vshader.glsl %%QT_EXAMPLEDIR%%/opengl/doc/images/2dpainting-example.png %%QT_EXAMPLEDIR%%/opengl/doc/images/cube.png %%QT_EXAMPLEDIR%%/opengl/doc/images/cube_faces.png %%QT_EXAMPLEDIR%%/opengl/doc/images/hellogl2-example.png %%QT_EXAMPLEDIR%%/opengl/doc/images/hellogles3-example.png %%QT_EXAMPLEDIR%%/opengl/doc/images/stereoexample-leftbuffer.png %%QT_EXAMPLEDIR%%/opengl/doc/images/stereoexample-rightbuffer.png %%QT_EXAMPLEDIR%%/opengl/doc/images/textures-example.png %%QT_EXAMPLEDIR%%/opengl/doc/src/2dpainting.qdoc %%QT_EXAMPLEDIR%%/opengl/doc/src/cube.qdoc %%QT_EXAMPLEDIR%%/opengl/doc/src/hellogl2.qdoc %%QT_EXAMPLEDIR%%/opengl/doc/src/hellogles3.qdoc %%QT_EXAMPLEDIR%%/opengl/doc/src/openglwindow.qdoc %%QT_EXAMPLEDIR%%/opengl/doc/src/stereoqopenglwidget.qdoc %%QT_EXAMPLEDIR%%/opengl/doc/src/textures.qdoc %%QT_EXAMPLEDIR%%/opengl/hellogl2/CMakeLists.txt %%QT_EXAMPLEDIR%%/opengl/hellogl2/glwidget.cpp %%QT_EXAMPLEDIR%%/opengl/hellogl2/glwidget.h %%QT_EXAMPLEDIR%%/opengl/hellogl2/hellogl2.pro %%QT_EXAMPLEDIR%%/opengl/hellogl2/logo.cpp %%QT_EXAMPLEDIR%%/opengl/hellogl2/logo.h %%QT_EXAMPLEDIR%%/opengl/hellogl2/main.cpp %%QT_EXAMPLEDIR%%/opengl/hellogl2/mainwindow.cpp %%QT_EXAMPLEDIR%%/opengl/hellogl2/mainwindow.h %%QT_EXAMPLEDIR%%/opengl/hellogl2/window.cpp %%QT_EXAMPLEDIR%%/opengl/hellogl2/window.h %%QT_EXAMPLEDIR%%/opengl/hellogles3/CMakeLists.txt %%QT_EXAMPLEDIR%%/opengl/hellogles3/glwindow.cpp %%QT_EXAMPLEDIR%%/opengl/hellogles3/glwindow.h %%QT_EXAMPLEDIR%%/opengl/hellogles3/hellogles3.pro %%QT_EXAMPLEDIR%%/opengl/hellogles3/hellogles3.qrc %%QT_EXAMPLEDIR%%/opengl/hellogles3/main.cpp %%QT_EXAMPLEDIR%%/opengl/hellogles3/qtlogo.png %%QT_EXAMPLEDIR%%/opengl/opengl.pro %%QT_EXAMPLEDIR%%/opengl/openglwindow/CMakeLists.txt %%QT_EXAMPLEDIR%%/opengl/openglwindow/main.cpp %%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.cpp %%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.h %%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.pri %%QT_EXAMPLEDIR%%/opengl/openglwindow/openglwindow.pro %%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/CMakeLists.txt %%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/glwidget.cpp %%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/glwidget.h %%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/main.cpp %%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/mainwindow.cpp %%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/mainwindow.h %%QT_EXAMPLEDIR%%/opengl/stereoqopenglwidget/stereoqopenglwidget.pro %%QT_EXAMPLEDIR%%/opengl/textures/CMakeLists.txt %%QT_EXAMPLEDIR%%/opengl/textures/glwidget.cpp %%QT_EXAMPLEDIR%%/opengl/textures/glwidget.h %%QT_EXAMPLEDIR%%/opengl/textures/images/side1.png %%QT_EXAMPLEDIR%%/opengl/textures/images/side2.png %%QT_EXAMPLEDIR%%/opengl/textures/images/side3.png %%QT_EXAMPLEDIR%%/opengl/textures/images/side4.png %%QT_EXAMPLEDIR%%/opengl/textures/images/side5.png %%QT_EXAMPLEDIR%%/opengl/textures/images/side6.png %%QT_EXAMPLEDIR%%/opengl/textures/main.cpp %%QT_EXAMPLEDIR%%/opengl/textures/textures.pro %%QT_EXAMPLEDIR%%/opengl/textures/textures.qrc %%QT_EXAMPLEDIR%%/opengl/textures/window.cpp %%QT_EXAMPLEDIR%%/opengl/textures/window.h %%QT_EXAMPLEDIR%%/pdf/CMakeLists.txt %%QT_EXAMPLEDIR%%/pdf/multipage/.qmllint.ini %%QT_EXAMPLEDIR%%/pdf/multipage/CMakeLists.txt %%QT_EXAMPLEDIR%%/pdf/multipage/Viewer.qml %%QT_EXAMPLEDIR%%/pdf/multipage/doc/src/multipage.qdoc %%QT_EXAMPLEDIR%%/pdf/multipage/main.cpp %%QT_EXAMPLEDIR%%/pdf/multipage/multipage.pro %%QT_EXAMPLEDIR%%/pdf/multipage/pdfapplication.cpp %%QT_EXAMPLEDIR%%/pdf/multipage/pdfapplication.h %%QT_EXAMPLEDIR%%/pdf/multipage/qmldir %%QT_EXAMPLEDIR%%/pdf/multipage/resources/document-open.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-clear.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-copy.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/edit-select-all.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-down-search.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-next-view-page.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-previous-view-page.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/go-up-search.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/macos/Info.plist %%QT_EXAMPLEDIR%%/pdf/multipage/resources/multipage.icns %%QT_EXAMPLEDIR%%/pdf/multipage/resources/rotate-left.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/rotate-right.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/sidebar-collapse-left.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/sidebar-expand-left.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/test.pdf %%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-fit-best.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-fit-width.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-in.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-original.svg %%QT_EXAMPLEDIR%%/pdf/multipage/resources/zoom-out.svg %%QT_EXAMPLEDIR%%/pdf/multipage/viewer.qrc %%QT_EXAMPLEDIR%%/pdf/pdf.pro %%QT_EXAMPLEDIR%%/pdf/singlepage/.qmllint.ini %%QT_EXAMPLEDIR%%/pdf/singlepage/CMakeLists.txt %%QT_EXAMPLEDIR%%/pdf/singlepage/Viewer.qml %%QT_EXAMPLEDIR%%/pdf/singlepage/doc/src/singlepage.qdoc %%QT_EXAMPLEDIR%%/pdf/singlepage/main.cpp %%QT_EXAMPLEDIR%%/pdf/singlepage/qmldir %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/document-open.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/edit-clear.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/edit-copy.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/edit-select-all.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/go-down-search.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/go-next-view-page.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/go-previous-view-page.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/go-up-search.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/rotate-left.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/rotate-right.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/test.pdf %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/zoom-fit-best.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/zoom-fit-width.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/zoom-in.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/zoom-original.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/resources/zoom-out.svg %%QT_EXAMPLEDIR%%/pdf/singlepage/singlepage.pro %%QT_EXAMPLEDIR%%/pdf/singlepage/viewer.qrc %%QT_EXAMPLEDIR%%/pdfwidgets/CMakeLists.txt %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/document-open.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-down-search.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-next-view-page.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-next-view.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-previous-view-page.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-previous-view.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/go-up-search.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-fit-best.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-fit-width.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-in.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-original.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-out.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/images/zoom-previous.svgz %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/main.cpp %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.cpp %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.h %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/mainwindow.ui %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/pdfviewer.pro %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/resources.qrc %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/searchresultdelegate.cpp %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/searchresultdelegate.h %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/zoomselector.cpp %%QT_EXAMPLEDIR%%/pdfwidgets/pdfviewer/zoomselector.h %%QT_EXAMPLEDIR%%/pdfwidgets/pdfwidgets.pro %%QT_EXAMPLEDIR%%/platforms/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/doc/images/portrait_java.png %%QT_EXAMPLEDIR%%/platforms/android/doc/images/qtabstractitemmodel_portrait.png %%QT_EXAMPLEDIR%%/platforms/android/doc/images/qtabstractlistmodel_portrait.png %%QT_EXAMPLEDIR%%/platforms/android/doc/src/qtabstractitemmodel_in_android_studio_projects.qdoc %%QT_EXAMPLEDIR%%/platforms/android/doc/src/qtabstractlistmodel_kotlin_example.qdoc %%QT_EXAMPLEDIR%%/platforms/android/doc/src/qtquick_for_android_studio_projects.qdoc %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel/Main.qml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel/main.cpp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/build.gradle %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/AndroidManifest.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/java/com/example/qtabstractitemmodel_java/MainActivity.java %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/java/com/example/qtabstractitemmodel_java/MyDataModel.java %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/drawable/ic_launcher_background.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/drawable/ic_launcher_foreground.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/layout-land/activity_main.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/layout/activity_main.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-hdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-mdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values-hdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values-ldpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values-mdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values-night/themes.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values-xhdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values-xxhdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values/colors.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values/strings.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/values/themes.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/xml/backup_rules.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/app/src/main/res/xml/data_extraction_rules.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/build.gradle %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/gradle.properties %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/gradle/wrapper/gradle-wrapper.properties %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractitemmodel_java/settings.gradle %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel/Main.qml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel/main.cpp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/build.gradle.kts %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/AndroidManifest.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/java/com/example/qtabstractlistmodel_kotlin/MainActivity.kt %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/java/com/example/qtabstractlistmodel_kotlin/MyListModel.kt %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/drawable/ic_launcher_background.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/drawable/ic_launcher_foreground.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/layout/activity_main.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-hdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-mdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/values-hdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/values-ldpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/values-mdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/values-xhdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/values-xxhdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/values/colors.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/values/strings.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/values/themes.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/xml/backup_rules.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/app/src/main/res/xml/data_extraction_rules.xml %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/build.gradle.kts %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/gradle.properties %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/gradle/wrapper/gradle-wrapper.properties %%QT_EXAMPLEDIR%%/platforms/android/models/qtabstractlistmodel_kotlin/settings.gradle.kts %%QT_EXAMPLEDIR%%/platforms/android/qtquickview/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/qtquickview/Main.qml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview/Second.qml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview/main.cpp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/build.gradle %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/AndroidManifest.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/java/com/example/qtquickview_java/Colors.java %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/java/com/example/qtquickview_java/MainActivity.java %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/drawable/ic_launcher_background.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/drawable/ic_launcher_foreground.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/drawable/switch_thumb.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/drawable/switch_track.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/layout-land/activity_main.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/layout/activity_main.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-hdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-mdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values-hdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values-ldpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values-xhdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values-xxhdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values/colors.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values/strings.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values/styles.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/values/themes.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/xml/backup_rules.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/app/src/main/res/xml/data_extraction_rules.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/build.gradle %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/gradle.properties %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/gradle/wrapper/gradle-wrapper.properties %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_java/settings.gradle %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/CMakeLists.txt %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/build.gradle.kts %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/AndroidManifest.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/java/com/example/qtquickview_kotlin/Colors.kt %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/java/com/example/qtquickview_kotlin/MainActivity.kt %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/drawable/ic_launcher_background.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/drawable/ic_launcher_foreground.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/drawable/switch_thumb.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/drawable/switch_track.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/layout-land/activity_main.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/layout/activity_main.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-hdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-mdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values-hdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values-ldpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values-xhdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values-xxhdpi/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values/colors.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values/dimens.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values/strings.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values/styles.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/values/themes.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/xml/backup_rules.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/app/src/main/res/xml/data_extraction_rules.xml %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/build.gradle.kts %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/gradle.properties %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/gradle/wrapper/gradle-wrapper.properties %%QT_EXAMPLEDIR%%/platforms/android/qtquickview_kotlin/settings.gradle.kts %%QT_EXAMPLEDIR%%/positioning/CMakeLists.txt %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/CMakeLists.txt %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/clientapplication.cpp %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/clientapplication.h %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/doc/src/logfilepositionsource.qdoc %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/logfile.qrc %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/logfilepositionsource.cpp %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/logfilepositionsource.h %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/logfilepositionsource.pro %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/main.cpp %%QT_EXAMPLEDIR%%/positioning/logfilepositionsource/simplelog.txt %%QT_EXAMPLEDIR%%/positioning/positioning.pro %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/.qmllint.ini %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/ApplicationScreen.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/Button.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/CMakeLists.txt %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/Header.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/HelpPopup.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/LegendBox.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/Main.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/PageButton.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/PermissionsScreen.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/PositionBox.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/RssiView.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/SatelliteView.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/SettingsView.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/SkyView.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/Theme.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/ViewSwitch.qml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/doc/images/rssiview_settings.webp %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/doc/images/skyview_tableview.webp %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/doc/src/satelliteinfo.qdoc %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/fonts/REUSE.toml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/fonts/TitilliumWeb-Regular.ttf %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/fonts/TitilliumWeb-SemiBold.ttf %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/fonts/qt_attribution.json %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/REUSE.toml %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/checkbox.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/checkbox_blank.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/darkmode.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/filter.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/help.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/lightmode.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/place.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/qt_attribution.json %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/qtlogo_green.png %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/qtlogo_white.png %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/rssiview.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/satellite1.png %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/satellite2.png %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/satellite_small.png %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/search.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/settings.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/skyview.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/sort.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/icons/tableview.svg %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/main.cpp %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/nmealog.txt %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/qmldir %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/roles.h %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/satelliteinfo.pro %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/satellitemodel.cpp %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/satellitemodel.h %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/sortfiltermodel.cpp %%QT_EXAMPLEDIR%%/positioning/satelliteinfo/sortfiltermodel.h %%QT_EXAMPLEDIR%%/positioning/shared/Info.cmake.ios.plist %%QT_EXAMPLEDIR%%/positioning/shared/Info.cmake.macos.plist %%QT_EXAMPLEDIR%%/positioning/shared/Info.qmake.ios.plist %%QT_EXAMPLEDIR%%/positioning/shared/Info.qmake.macos.plist %%QT_EXAMPLEDIR%%/positioning/weatherinfo/BigForecastIcon.qml %%QT_EXAMPLEDIR%%/positioning/weatherinfo/CMakeLists.txt %%QT_EXAMPLEDIR%%/positioning/weatherinfo/ForecastIcon.qml %%QT_EXAMPLEDIR%%/positioning/weatherinfo/WeatherIcon.qml %%QT_EXAMPLEDIR%%/positioning/weatherinfo/WeatherInfo.qml %%QT_EXAMPLEDIR%%/positioning/weatherinfo/appmodel.cpp %%QT_EXAMPLEDIR%%/positioning/weatherinfo/appmodel.h %%QT_EXAMPLEDIR%%/positioning/weatherinfo/doc/images/example-weatherinfo.png %%QT_EXAMPLEDIR%%/positioning/weatherinfo/doc/src/weatherinfo.qdoc %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/waypoint.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-few-clouds.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-fog.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-haze.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-icy.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-overcast.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-showers-scattered.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-showers.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-sleet.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-snow.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-storm.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-sunny-very-few-clouds.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-sunny.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/icons/weather-thundershower.svg %%QT_EXAMPLEDIR%%/positioning/weatherinfo/main.cpp %%QT_EXAMPLEDIR%%/positioning/weatherinfo/openmeteobackend.cpp %%QT_EXAMPLEDIR%%/positioning/weatherinfo/openmeteobackend.h %%QT_EXAMPLEDIR%%/positioning/weatherinfo/openweathermapbackend.cpp %%QT_EXAMPLEDIR%%/positioning/weatherinfo/openweathermapbackend.h %%QT_EXAMPLEDIR%%/positioning/weatherinfo/providerbackend.cpp %%QT_EXAMPLEDIR%%/positioning/weatherinfo/providerbackend.h %%QT_EXAMPLEDIR%%/positioning/weatherinfo/qmldir %%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherapibackend.cpp %%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherapibackend.h %%QT_EXAMPLEDIR%%/positioning/weatherinfo/weatherinfo.pro %%QT_EXAMPLEDIR%%/qmake/precompile/main.cpp %%QT_EXAMPLEDIR%%/qmake/precompile/mydialog.cpp %%QT_EXAMPLEDIR%%/qmake/precompile/mydialog.h %%QT_EXAMPLEDIR%%/qmake/precompile/mydialog.ui %%QT_EXAMPLEDIR%%/qmake/precompile/myobject.cpp %%QT_EXAMPLEDIR%%/qmake/precompile/myobject.h %%QT_EXAMPLEDIR%%/qmake/precompile/precompile.pro %%QT_EXAMPLEDIR%%/qmake/precompile/stable.h %%QT_EXAMPLEDIR%%/qmake/precompile/util.cpp %%QT_EXAMPLEDIR%%/qmake/tutorial/hello.cpp %%QT_EXAMPLEDIR%%/qmake/tutorial/hello.h %%QT_EXAMPLEDIR%%/qmake/tutorial/hellounix.cpp %%QT_EXAMPLEDIR%%/qmake/tutorial/hellowin.cpp %%QT_EXAMPLEDIR%%/qmake/tutorial/main.cpp %%QT_EXAMPLEDIR%%/qml/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/qml.pro %%QT_EXAMPLEDIR%%/qml/tutorials/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/Main.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/baseproject.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/baseproject.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/birthdayparty.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/birthdayparty.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/person.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/person.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced1-Base-project/qmldir.in %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/Main.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/birthdayparty.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/birthdayparty.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/coercion.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/coercion.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/person.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/person.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/qmldir.in %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/Main.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/birthdayparty.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/birthdayparty.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/default.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/default.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/person.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/person.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/qmldir.in %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/Main.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/birthdayparty.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/birthdayparty.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/grouped.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/grouped.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/person.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/person.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/qmldir.in %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/Main.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/attached.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/attached.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/birthdayparty.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/birthdayparty.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/person.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/person.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/qmldir.in %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/Main.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/birthdayparty.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/birthdayparty.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/happybirthdaysong.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/happybirthdaysong.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/person.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/person.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/qmldir.in %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/valuesource.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/valuesource.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/Main.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/application.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/birthdayparty.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/birthdayparty.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/foreign.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/foreign.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/foreigndisplay.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/happybirthdaysong.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/happybirthdaysong.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/library/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/library/ThirdPartyDisplay.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/library/ThirdPartyDisplay.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/library/library.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/person.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/person.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/advanced7-Foreign-objects-integration/qmldir.in %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml-advanced/extending-qml-advanced.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/App.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/piechart.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/piechart.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter1-basics/qmldir %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/App.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/piechart.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/piechart.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter2-methods/qmldir %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/App.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/piechart.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/piechart.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter3-bindings/qmldir %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/App.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/pieslice.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/pieslice.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter4-customPropertyTypes/qmldir %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/App.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/piechart.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/piechart.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/pieslice.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/pieslice.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter5-listproperties/qmldir %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/App.qml %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/CMakeLists.txt %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/Charts.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/chartsplugin.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.h %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/Charts/qmldir %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/app.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/app.qrc %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pro %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/main.cpp %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/chapter6-plugins/qmldir %%QT_EXAMPLEDIR%%/qml/tutorials/extending-qml/extending-qml.pro %%QT_EXAMPLEDIR%%/qml/tutorials/tutorials.pro %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter1/CMakeLists.txt %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter1/helloplugin.cpp %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter1/helloplugin.h %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter1/plugin.json %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter1/test.qml %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter2/CMakeLists.txt %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter2/helloplugin.cpp %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter2/helloplugin.h %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter2/plugin.json %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter2/test.qml %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter3/CMakeLists.txt %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter3/helloplugin.cpp %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter3/helloplugin.h %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter3/plugin.json %%QT_EXAMPLEDIR%%/qmlcompiler/tutorials/helloworld/chapter3/test.qml %%QT_EXAMPLEDIR%%/qt3d/3d-text/3d-text.pro %%QT_EXAMPLEDIR%%/qt3d/3d-text/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/3d-text/main.cpp %%QT_EXAMPLEDIR%%/qt3d/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/basicshapes-cpp.pro %%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/doc/images/basicshapes-cpp-example.jpg %%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/doc/src/basicshapes.qdoc %%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/main.cpp %%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/scenemodifier.cpp %%QT_EXAMPLEDIR%%/qt3d/basicshapes-cpp/scenemodifier.h %%QT_EXAMPLEDIR%%/qt3d/controls/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/controls/Logo.qml %%QT_EXAMPLEDIR%%/qt3d/controls/Qt_logo.obj %%QT_EXAMPLEDIR%%/qt3d/controls/controls.pro %%QT_EXAMPLEDIR%%/qt3d/controls/controls.qrc %%QT_EXAMPLEDIR%%/qt3d/controls/main.cpp %%QT_EXAMPLEDIR%%/qt3d/controls/main.qml %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/LICENSE %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/default/default_irradiance.dds %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/default/default_specular.dds %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/README.TXT %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/REUSE.toml %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_negx.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_negy.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_negz.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posx.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posy.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/miramar_posz.webp %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/cubemaps/miramar/qt_attribution.json %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/REUSE.toml %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/ball.obj %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/material-sphere.obj %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/plane-10x10.obj %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/qt_attribution.json %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/toyplane.obj %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/obj/trefoil.obj %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/test_scene.dae %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/aluminium_random_brushed/aluminium_random_brushed_basecolor.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/aluminium_random_brushed/aluminium_random_brushed_metallic.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/aluminium_random_brushed/aluminium_random_brushed_normal.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/aluminium_random_brushed/aluminium_random_brushed_roughness.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/american_walnut_crown_cut/american_walnut_crown_cut_basecolor.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/american_walnut_crown_cut/american_walnut_crown_cut_metallic.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/american_walnut_crown_cut/american_walnut_crown_cut_normal.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/american_walnut_crown_cut/american_walnut_crown_cut_roughness.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_ambient_occlusion.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_basecolor.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_metallic.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_normal.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_small_diamond/ceramic_small_diamond_roughness.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_tiles_brown_tomato/ceramic_tiles_brown_tomato_basecolor.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_tiles_brown_tomato/ceramic_tiles_brown_tomato_metallic.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_tiles_brown_tomato/ceramic_tiles_brown_tomato_normal.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/ceramic_tiles_brown_tomato/ceramic_tiles_brown_tomato_roughness.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/copper_brushed/copper_brushed_basecolor.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/copper_brushed/copper_brushed_metallic.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/copper_brushed/copper_brushed_normal.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/copper_brushed/copper_brushed_roughness.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/gold_leaf_waste/gold_leaf_waste_basecolor.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/gold_leaf_waste/gold_leaf_waste_metallic.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/gold_leaf_waste/gold_leaf_waste_normal.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/gold_leaf_waste/gold_leaf_waste_roughness.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/no-ao.png %%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/textures/pattern_09/readme.txt %%QT_EXAMPLEDIR%%/qt3d/exampleresources/cubemaps.qrc %%QT_EXAMPLEDIR%%/qt3d/exampleresources/obj.qrc %%QT_EXAMPLEDIR%%/qt3d/exampleresources/textures.qrc %%QT_EXAMPLEDIR%%/qt3d/examples.pri %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/gl3/instanced.frag %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/gl3/instanced.vert %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/gl45/instanced.frag %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/gl45/instanced.vert %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instancebuffer.cpp %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instancebuffer.h %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instanced-arrays-qml.pro %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/instanced-arrays-qml.qrc %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/main.cpp %%QT_EXAMPLEDIR%%/qt3d/instanced-arrays-qml/main.qml %%QT_EXAMPLEDIR%%/qt3d/lights/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/lights/PlaneEntity.qml %%QT_EXAMPLEDIR%%/qt3d/lights/SimpleForwardRenderer.qml %%QT_EXAMPLEDIR%%/qt3d/lights/lights.pro %%QT_EXAMPLEDIR%%/qt3d/lights/lights.qrc %%QT_EXAMPLEDIR%%/qt3d/lights/main.cpp %%QT_EXAMPLEDIR%%/qt3d/lights/main.qml %%QT_EXAMPLEDIR%%/qt3d/multiviewport/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/multiviewport/Gear_scene.dae %%QT_EXAMPLEDIR%%/qt3d/multiviewport/QuadViewportFrameGraph.qml %%QT_EXAMPLEDIR%%/qt3d/multiviewport/SimpleCamera.qml %%QT_EXAMPLEDIR%%/qt3d/multiviewport/doc/images/multiviewport-qml-example.jpg %%QT_EXAMPLEDIR%%/qt3d/multiviewport/doc/src/multiviewport.qdoc %%QT_EXAMPLEDIR%%/qt3d/multiviewport/main.cpp %%QT_EXAMPLEDIR%%/qt3d/multiviewport/main.qml %%QT_EXAMPLEDIR%%/qt3d/multiviewport/multiviewport.pro %%QT_EXAMPLEDIR%%/qt3d/multiviewport/multiviewport.qrc %%QT_EXAMPLEDIR%%/qt3d/multiviewport/test_scene.dae %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/BasicCamera.qml %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/Lights.qml %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/TrefoilKnot.qml %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/doc/images/pbr-materials.png %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/doc/src/materials.qdoc %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/main.cpp %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/main.qml %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/materials.qrc %%QT_EXAMPLEDIR%%/qt3d/pbr-materials/pbr-materials.pro %%QT_EXAMPLEDIR%%/qt3d/qt3d.pro %%QT_EXAMPLEDIR%%/qt3d/simple-cpp/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/simple-cpp/doc/images/simple-cpp.png %%QT_EXAMPLEDIR%%/qt3d/simple-cpp/doc/src/simple-cpp.qdoc %%QT_EXAMPLEDIR%%/qt3d/simple-cpp/main.cpp %%QT_EXAMPLEDIR%%/qt3d/simple-cpp/orbittransformcontroller.cpp %%QT_EXAMPLEDIR%%/qt3d/simple-cpp/orbittransformcontroller.h %%QT_EXAMPLEDIR%%/qt3d/simple-cpp/simple-cpp.pro %%QT_EXAMPLEDIR%%/qt3d/simple-qml/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/simple-qml/doc/images/simple-qml.png %%QT_EXAMPLEDIR%%/qt3d/simple-qml/doc/src/simple-qml.qdoc %%QT_EXAMPLEDIR%%/qt3d/simple-qml/main.cpp %%QT_EXAMPLEDIR%%/qt3d/simple-qml/main.qml %%QT_EXAMPLEDIR%%/qt3d/simple-qml/simple-qml.pro %%QT_EXAMPLEDIR%%/qt3d/simple-qml/simple-qml.qrc %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/PlaneModel.qml %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/SceneRoot.qml %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/SimpleMaterial.qml %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/doc/images/simple-custom-material.jpg %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/doc/src/simplecustommaterial.qdoc %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/main.cpp %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/main.qml %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/models.qrc %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/qml.qrc %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders.qrc %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/es2/simpleColor.frag %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/es2/simpleColor.vert %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/gl3/simpleColor.frag %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/gl3/simpleColor.vert %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/gl45/simpleColor.frag %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/shaders/gl45/simpleColor.vert %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/simplecustommaterial.pro %%QT_EXAMPLEDIR%%/qt3d/simplecustommaterial/textures.qrc %%QT_EXAMPLEDIR%%/qt3d/wireframe/BasicCamera.qml %%QT_EXAMPLEDIR%%/qt3d/wireframe/CMakeLists.txt %%QT_EXAMPLEDIR%%/qt3d/wireframe/TrefoilKnot.qml %%QT_EXAMPLEDIR%%/qt3d/wireframe/WireframeEffect.qml %%QT_EXAMPLEDIR%%/qt3d/wireframe/WireframeMaterial.qml %%QT_EXAMPLEDIR%%/qt3d/wireframe/doc/images/qt3d-wireframe-rendering.png %%QT_EXAMPLEDIR%%/qt3d/wireframe/doc/src/wireframe.qdoc %%QT_EXAMPLEDIR%%/qt3d/wireframe/main.cpp %%QT_EXAMPLEDIR%%/qt3d/wireframe/main.qml %%QT_EXAMPLEDIR%%/qt3d/wireframe/shaders/robustwireframe.frag %%QT_EXAMPLEDIR%%/qt3d/wireframe/shaders/robustwireframe.geom %%QT_EXAMPLEDIR%%/qt3d/wireframe/shaders/robustwireframe.vert %%QT_EXAMPLEDIR%%/qt3d/wireframe/wireframe.pro %%QT_EXAMPLEDIR%%/qt3d/wireframe/wireframe.qrc %%QT_EXAMPLEDIR%%/qtconcurrent/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtconcurrent/README %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/doc/images/imagescaling.webp %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/downloaddialog.cpp %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/downloaddialog.h %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/downloaddialog.ui %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/imagescaling.cpp %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/imagescaling.h %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/imagescaling.pro %%QT_EXAMPLEDIR%%/qtconcurrent/imagescaling/main.cpp %%QT_EXAMPLEDIR%%/qtconcurrent/primecounter/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtconcurrent/primecounter/doc/images/primecounter.png %%QT_EXAMPLEDIR%%/qtconcurrent/primecounter/doc/src/qtconcurrent-primecounter.qdoc %%QT_EXAMPLEDIR%%/qtconcurrent/primecounter/main.cpp %%QT_EXAMPLEDIR%%/qtconcurrent/primecounter/primecounter.cpp %%QT_EXAMPLEDIR%%/qtconcurrent/primecounter/primecounter.h %%QT_EXAMPLEDIR%%/qtconcurrent/primecounter/primecounter.pro %%QT_EXAMPLEDIR%%/qtconcurrent/primecounter/primecounter.ui %%QT_EXAMPLEDIR%%/qtconcurrent/qtconcurrent.pro %%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/doc/src/qtconcurrent-wordcount.qdoc %%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/main.cpp %%QT_EXAMPLEDIR%%/qtconcurrent/wordcount/wordcount.pro %%QT_EXAMPLEDIR%%/qtestlib/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtestlib/README %%QT_EXAMPLEDIR%%/qtestlib/qtestlib.pro %%QT_EXAMPLEDIR%%/qtestlib/tutorial1/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtestlib/tutorial1/testqstring.cpp %%QT_EXAMPLEDIR%%/qtestlib/tutorial1/tutorial1.pro %%QT_EXAMPLEDIR%%/qtestlib/tutorial2/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtestlib/tutorial2/testqstring.cpp %%QT_EXAMPLEDIR%%/qtestlib/tutorial2/tutorial2.pro %%QT_EXAMPLEDIR%%/qtestlib/tutorial3/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtestlib/tutorial3/testgui.cpp %%QT_EXAMPLEDIR%%/qtestlib/tutorial3/tutorial3.pro %%QT_EXAMPLEDIR%%/qtestlib/tutorial4/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtestlib/tutorial4/testgui.cpp %%QT_EXAMPLEDIR%%/qtestlib/tutorial4/tutorial4.pro %%QT_EXAMPLEDIR%%/qtestlib/tutorial5/CMakeLists.txt %%QT_EXAMPLEDIR%%/qtestlib/tutorial5/benchmarking.cpp %%QT_EXAMPLEDIR%%/qtestlib/tutorial5/tutorial5.pro %%QT_EXAMPLEDIR%%/quick/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/advancedtext/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/advancedtext/Main.qml %%QT_EXAMPLEDIR%%/quick/advancedtext/TextSample.qml %%QT_EXAMPLEDIR%%/quick/advancedtext/doc/images/qml-advancedtext-example-wrong.png %%QT_EXAMPLEDIR%%/quick/advancedtext/doc/images/qml-advancedtext-example.png %%QT_EXAMPLEDIR%%/quick/advancedtext/doc/src/advancedtext.qdoc %%QT_EXAMPLEDIR%%/quick/advancedtext/fonts/Georama-VariableFont_wdth,wght.ttf %%QT_EXAMPLEDIR%%/quick/advancedtext/main.cpp %%QT_EXAMPLEDIR%%/quick/advancedtext/qt_attribution.json %%QT_EXAMPLEDIR%%/quick/animation/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/animation/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/animation/animation.pro %%QT_EXAMPLEDIR%%/quick/animation/animation.qml %%QT_EXAMPLEDIR%%/quick/animation/animation.qmlproject %%QT_EXAMPLEDIR%%/quick/animation/animation.qrc %%QT_EXAMPLEDIR%%/quick/animation/basics/animators.qml %%QT_EXAMPLEDIR%%/quick/animation/basics/color-animation.qml %%QT_EXAMPLEDIR%%/quick/animation/basics/images/face-smile.png %%QT_EXAMPLEDIR%%/quick/animation/basics/images/moon.png %%QT_EXAMPLEDIR%%/quick/animation/basics/images/shadow.png %%QT_EXAMPLEDIR%%/quick/animation/basics/images/star.png %%QT_EXAMPLEDIR%%/quick/animation/basics/images/sun.png %%QT_EXAMPLEDIR%%/quick/animation/basics/property-animation.qml %%QT_EXAMPLEDIR%%/quick/animation/behaviors/FocusRect.qml %%QT_EXAMPLEDIR%%/quick/animation/behaviors/SideRect.qml %%QT_EXAMPLEDIR%%/quick/animation/behaviors/behavior-example.qml %%QT_EXAMPLEDIR%%/quick/animation/behaviors/tvtennis.qml %%QT_EXAMPLEDIR%%/quick/animation/behaviors/wigglytext.qml %%QT_EXAMPLEDIR%%/quick/animation/doc/images/qml-animations-example.png %%QT_EXAMPLEDIR%%/quick/animation/doc/src/animation.qdoc %%QT_EXAMPLEDIR%%/quick/animation/easing/easing.qml %%QT_EXAMPLEDIR%%/quick/animation/main.cpp %%QT_EXAMPLEDIR%%/quick/animation/pathanimation/pathanimation.qml %%QT_EXAMPLEDIR%%/quick/animation/pathinterpolator/pathinterpolator.qml %%QT_EXAMPLEDIR%%/quick/animation/states/qt-logo.png %%QT_EXAMPLEDIR%%/quick/animation/states/states.qml %%QT_EXAMPLEDIR%%/quick/animation/states/transitions.qml %%QT_EXAMPLEDIR%%/quick/canvas/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/canvas/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/canvas/LabeledSlider.qml %%QT_EXAMPLEDIR%%/quick/canvas/bezierCurve/bezierCurve.qml %%QT_EXAMPLEDIR%%/quick/canvas/canvas.pro %%QT_EXAMPLEDIR%%/quick/canvas/canvas.qml %%QT_EXAMPLEDIR%%/quick/canvas/canvas.qrc %%QT_EXAMPLEDIR%%/quick/canvas/clip/clip.qml %%QT_EXAMPLEDIR%%/quick/canvas/contents/qt-logo.png %%QT_EXAMPLEDIR%%/quick/canvas/doc/images/qml-canvas-example.png %%QT_EXAMPLEDIR%%/quick/canvas/doc/src/canvas.qdoc %%QT_EXAMPLEDIR%%/quick/canvas/main.cpp %%QT_EXAMPLEDIR%%/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml %%QT_EXAMPLEDIR%%/quick/canvas/roundedrect/roundedrect.qml %%QT_EXAMPLEDIR%%/quick/canvas/smile/smile.qml %%QT_EXAMPLEDIR%%/quick/canvas/squircle/squircle.png %%QT_EXAMPLEDIR%%/quick/canvas/squircle/squircle.qml %%QT_EXAMPLEDIR%%/quick/canvas/tiger/tiger.js %%QT_EXAMPLEDIR%%/quick/canvas/tiger/tiger.qml %%QT_EXAMPLEDIR%%/quick/customitems/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/customitems/customitems.pro %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/Dial.qml %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/QuitButton.qml %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/background.png %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/dialcontrol.pro %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/dialcontrol.qml %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/dialcontrol.qmlproject %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/dialcontrol.qrc %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/doc/images/qml-dialcontrol-example.png %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/main.cpp %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/needle.png %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/needle_shadow.png %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/overlay.png %%QT_EXAMPLEDIR%%/quick/customitems/dialcontrol/quit.png %%QT_EXAMPLEDIR%%/quick/customitems/flipable/5_heart.png %%QT_EXAMPLEDIR%%/quick/customitems/flipable/9_club.png %%QT_EXAMPLEDIR%%/quick/customitems/flipable/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/customitems/flipable/Card.qml %%QT_EXAMPLEDIR%%/quick/customitems/flipable/back.png %%QT_EXAMPLEDIR%%/quick/customitems/flipable/doc/images/qml-flipable-example.png %%QT_EXAMPLEDIR%%/quick/customitems/flipable/doc/src/flipable.qdoc %%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.pro %%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qml %%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qmlproject %%QT_EXAMPLEDIR%%/quick/customitems/flipable/flipable.qrc %%QT_EXAMPLEDIR%%/quick/customitems/flipable/main.cpp %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/plugin.h %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/qmldir %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/textballoon.cpp %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/textballoon.h %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/textballoon.pro %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/TextBalloon/textballoon.qrc %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/doc/images/declarative-textballoons_example.png %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/doc/src/textballoons.qdoc %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/main.cpp %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/painteditem.pro %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/painteditem.qrc %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/textballoons.qml %%QT_EXAMPLEDIR%%/quick/customitems/painteditem/textballoonuser.pro %%QT_EXAMPLEDIR%%/quick/draganddrop/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/draganddrop/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/draganddrop/doc/images/qml-draganddrop-example.png %%QT_EXAMPLEDIR%%/quick/draganddrop/doc/src/draganddrop.qdoc %%QT_EXAMPLEDIR%%/quick/draganddrop/draganddrop.pro %%QT_EXAMPLEDIR%%/quick/draganddrop/draganddrop.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/draganddrop.qmlproject %%QT_EXAMPLEDIR%%/quick/draganddrop/draganddrop.qrc %%QT_EXAMPLEDIR%%/quick/draganddrop/external/externaldraganddrop.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/main.cpp %%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/DragTile.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/DropTile.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/tiles/tiles.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/views/Icon.qml %%QT_EXAMPLEDIR%%/quick/draganddrop/views/gridview.qml %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/Main.qml %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/doc/images/qml-embeddedinwidgets-example.jpg %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/doc/src/embeddedinwidgets.qdoc %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/embeddedinwidgets.pro %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/main.cpp %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/qmldir %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/reflect.frag %%QT_EXAMPLEDIR%%/quick/embeddedinwidgets/reflect.frag.qsb %%QT_EXAMPLEDIR%%/quick/flexboxlayout/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/flexboxlayout/Main.qml %%QT_EXAMPLEDIR%%/quick/flexboxlayout/flexboxlayout.pro %%QT_EXAMPLEDIR%%/quick/flexboxlayout/main.cpp %%QT_EXAMPLEDIR%%/quick/imageelements/BorderImageSelector.qml %%QT_EXAMPLEDIR%%/quick/imageelements/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/imageelements/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/imageelements/ImageCell.qml %%QT_EXAMPLEDIR%%/quick/imageelements/MyBorderImage.qml %%QT_EXAMPLEDIR%%/quick/imageelements/ShadowRectangle.qml %%QT_EXAMPLEDIR%%/quick/imageelements/animatedimage.qml %%QT_EXAMPLEDIR%%/quick/imageelements/animatedsprite.qml %%QT_EXAMPLEDIR%%/quick/imageelements/borderimage.qml %%QT_EXAMPLEDIR%%/quick/imageelements/doc/images/qml-imageelements-example.png %%QT_EXAMPLEDIR%%/quick/imageelements/doc/src/imageelements.qdoc %%QT_EXAMPLEDIR%%/quick/imageelements/framestepping.qml %%QT_EXAMPLEDIR%%/quick/imageelements/image.qml %%QT_EXAMPLEDIR%%/quick/imageelements/imageelements.pro %%QT_EXAMPLEDIR%%/quick/imageelements/imageelements.qml %%QT_EXAMPLEDIR%%/quick/imageelements/imageelements.qmlproject %%QT_EXAMPLEDIR%%/quick/imageelements/imageelements.qrc %%QT_EXAMPLEDIR%%/quick/imageelements/main.cpp %%QT_EXAMPLEDIR%%/quick/imageelements/multiframeborderimage.qml %%QT_EXAMPLEDIR%%/quick/imageelements/pics/BearSheet.png %%QT_EXAMPLEDIR%%/quick/imageelements/pics/Uniflow_steam_engine.gif %%QT_EXAMPLEDIR%%/quick/imageelements/pics/arrow.png %%QT_EXAMPLEDIR%%/quick/imageelements/pics/bw.png %%QT_EXAMPLEDIR%%/quick/imageelements/pics/colors-round.sci %%QT_EXAMPLEDIR%%/quick/imageelements/pics/colors-stretch.sci %%QT_EXAMPLEDIR%%/quick/imageelements/pics/colors.png %%QT_EXAMPLEDIR%%/quick/imageelements/pics/multi.ico %%QT_EXAMPLEDIR%%/quick/imageelements/pics/qt-logo.png %%QT_EXAMPLEDIR%%/quick/imageelements/pics/shadow.png %%QT_EXAMPLEDIR%%/quick/imageelements/pics/speaker.png %%QT_EXAMPLEDIR%%/quick/imageelements/shadows.qml %%QT_EXAMPLEDIR%%/quick/imageelements/spritesequence.qml %%QT_EXAMPLEDIR%%/quick/imageprovider/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/imageprovider/ImageProviderCore/qmldir %%QT_EXAMPLEDIR%%/quick/imageprovider/doc/images/qml-imageprovider-example.png %%QT_EXAMPLEDIR%%/quick/imageprovider/doc/src/imageprovider.qdoc %%QT_EXAMPLEDIR%%/quick/imageprovider/imageprovider-example.qml %%QT_EXAMPLEDIR%%/quick/imageprovider/imageprovider.cpp %%QT_EXAMPLEDIR%%/quick/imageprovider/imageprovider.pro %%QT_EXAMPLEDIR%%/quick/imageprovider/imageprovider.qmlproject %%QT_EXAMPLEDIR%%/quick/imageresponseprovider/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/imageresponseprovider/ImageResponseProviderCore/qmldir %%QT_EXAMPLEDIR%%/quick/imageresponseprovider/doc/src/imageresponseprovider.qdoc %%QT_EXAMPLEDIR%%/quick/imageresponseprovider/imageresponseprovider-example.qml %%QT_EXAMPLEDIR%%/quick/imageresponseprovider/imageresponseprovider.cpp %%QT_EXAMPLEDIR%%/quick/imageresponseprovider/imageresponseprovider.pro %%QT_EXAMPLEDIR%%/quick/imageresponseprovider/imageresponseprovider.qmlproject %%QT_EXAMPLEDIR%%/quick/itemvariablerefreshrate/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/itemvariablerefreshrate/content/qt_logo.png %%QT_EXAMPLEDIR%%/quick/itemvariablerefreshrate/doc/images/qml-itemvariablerefreshrate-example.png %%QT_EXAMPLEDIR%%/quick/itemvariablerefreshrate/doc/src/itemvariablerefreshrate.qdoc %%QT_EXAMPLEDIR%%/quick/itemvariablerefreshrate/itemvariablerefreshrate.pro %%QT_EXAMPLEDIR%%/quick/itemvariablerefreshrate/itemvariablerefreshrate.qml %%QT_EXAMPLEDIR%%/quick/itemvariablerefreshrate/itemvariablerefreshrate.qrc %%QT_EXAMPLEDIR%%/quick/itemvariablerefreshrate/main.cpp %%QT_EXAMPLEDIR%%/quick/keyinteraction/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/keyinteraction/ContextMenu.qml %%QT_EXAMPLEDIR%%/quick/keyinteraction/GridMenu.qml %%QT_EXAMPLEDIR%%/quick/keyinteraction/ListMenu.qml %%QT_EXAMPLEDIR%%/quick/keyinteraction/ListViewDelegate.qml %%QT_EXAMPLEDIR%%/quick/keyinteraction/TabMenu.qml %%QT_EXAMPLEDIR%%/quick/keyinteraction/doc/images/qml-keyinteraction-example.png %%QT_EXAMPLEDIR%%/quick/keyinteraction/doc/src/keyinteraction.qdoc %%QT_EXAMPLEDIR%%/quick/keyinteraction/focus.qml %%QT_EXAMPLEDIR%%/quick/keyinteraction/images/arrow.png %%QT_EXAMPLEDIR%%/quick/keyinteraction/images/qt-logo.png %%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.pro %%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.qml %%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.qmlproject %%QT_EXAMPLEDIR%%/quick/keyinteraction/keyinteraction.qrc %%QT_EXAMPLEDIR%%/quick/keyinteraction/main.cpp %%QT_EXAMPLEDIR%%/quick/layouts/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/layouts/doc/src/qtquicklayouts-examples.qdoc %%QT_EXAMPLEDIR%%/quick/layouts/layouts.pro %%QT_EXAMPLEDIR%%/quick/layouts/layouts.qml %%QT_EXAMPLEDIR%%/quick/layouts/layouts.qrc %%QT_EXAMPLEDIR%%/quick/layouts/main.cpp %%QT_EXAMPLEDIR%%/quick/localstorage/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/localstorage/Database.js %%QT_EXAMPLEDIR%%/quick/localstorage/Header.qml %%QT_EXAMPLEDIR%%/quick/localstorage/MyDelegate.qml %%QT_EXAMPLEDIR%%/quick/localstorage/MyModel.qml %%QT_EXAMPLEDIR%%/quick/localstorage/doc/src/localstorage.qdoc %%QT_EXAMPLEDIR%%/quick/localstorage/localstorage.pro %%QT_EXAMPLEDIR%%/quick/localstorage/localstorage.qml %%QT_EXAMPLEDIR%%/quick/localstorage/localstorage.qrc %%QT_EXAMPLEDIR%%/quick/localstorage/main.cpp %%QT_EXAMPLEDIR%%/quick/models/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pro %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel.qrc %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/doc/images/qml-abstractitemmodel-example.png %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/doc/src/abstractitemmodel-example.qdoc %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/main.cpp %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/model.cpp %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/model.h %%QT_EXAMPLEDIR%%/quick/models/abstractitemmodel/view.qml %%QT_EXAMPLEDIR%%/quick/models/models.pro %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/dataobject.cpp %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/dataobject.h %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/doc/images/qml-objectlistmodel-example.png %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/doc/src/objectlistmodel-example.qdoc %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/main.cpp %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel.pro %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel.qrc %%QT_EXAMPLEDIR%%/quick/models/objectlistmodel/view.qml %%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/doc/images/qml-stringlistmodel-example.png %%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/doc/src/stringlistmodel-example.qdoc %%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/main.cpp %%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.pro %%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc %%QT_EXAMPLEDIR%%/quick/models/stringlistmodel/view.qml %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/ContactBookDelegate.qml %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/ThreadedFetchMore.qml %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/doc/images/qml-threadedfetchmore-example.png %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/doc/src/threadedfetchmore-example.qdoc %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/fetchworker.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/fetchworker.h %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/main.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/threadedfetchmore.pro %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/threadedfetchmore.qrc %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/threadedfetchmoremodel.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedfetchmore/threadedfetchmoremodel.h %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/SongListDelegate.qml %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/ThreadedSongList.qml %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/datastorage.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/datastorage.h %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/doc/images/qml-threadedsonglist-example.webp %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/doc/src/threadedsonglist-example.qdoc %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical1.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical2.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical3.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical4.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical5.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/classical6.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal1.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal2.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal3.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal4.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal5.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/metal6.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop1.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop2.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop3.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop4.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop5.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/pop6.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock1.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock2.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock3.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock4.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock5.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/album_covers/rock6.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/images/device/remote.jpeg %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/main.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/mediaelement.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/mediaelement.h %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/queueworker.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/queueworker.h %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/remotemedia.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/remotemedia.h %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/songdatagenerator.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/songdatagenerator.h %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/threadedlistmodel.cpp %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/threadedlistmodel.h %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/threadedsonglist.pro %%QT_EXAMPLEDIR%%/quick/models/threadedsonglist/threadedsonglist.qrc %%QT_EXAMPLEDIR%%/quick/mousearea/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/mousearea/doc/images/qml-mousearea-example.png %%QT_EXAMPLEDIR%%/quick/mousearea/doc/src/mousearea.qdoc %%QT_EXAMPLEDIR%%/quick/mousearea/main.cpp %%QT_EXAMPLEDIR%%/quick/mousearea/mousearea-wheel-example.qml %%QT_EXAMPLEDIR%%/quick/mousearea/mousearea.pro %%QT_EXAMPLEDIR%%/quick/mousearea/mousearea.qml %%QT_EXAMPLEDIR%%/quick/mousearea/mousearea.qmlproject %%QT_EXAMPLEDIR%%/quick/mousearea/mousearea.qrc %%QT_EXAMPLEDIR%%/quick/multieffect/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/multieffect/REUSE.toml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/doc/images/qml-multieffectitemswitcher-example.jpg %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/doc/src/itemswitcher.qdoc %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/itemswitcher.pro %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/main.cpp %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml.qrc %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/ItemSwitcher.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/PagesItem.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/PagesView.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SettingsComponentButton.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SettingsComponentSlider.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SettingsView.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SwitchEffect3DFlip.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SwitchEffectBlinds.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SwitchEffectBlur.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SwitchEffectHeart.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SwitchEffectStars.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/SwitchEffectThunder.qml %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/Built_with_Qt.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/Built_with_Qt_RGB_logo.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/arrow.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/background.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/hblinds.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/heart.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/quit_coding.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/smoke.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/star.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/images/stripes.png %%QT_EXAMPLEDIR%%/quick/multieffect/itemswitcher/qml/main.qml %%QT_EXAMPLEDIR%%/quick/multieffect/multieffect.pro %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/doc/images/qml-neumorphicpanel-example.jpg %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/doc/src/neumorphicpanel.qdoc %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/main.cpp %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/neumorphicpanel.pro %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml.qrc %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/CloudyRectMaterial/CloudyRectMaterial.qep %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/CloudyRectMaterial/CloudyRectMaterial.qml %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/CloudyRectMaterial/cloudyrectmaterial.frag.qsb %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/CloudyRectMaterial/cloudyrectmaterial.vert.qsb %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/Settings.qml %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/SettingsComponentButton.qml %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/SettingsComponentSlider.qml %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/SettingsView.qml %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/images/arrow.png %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/images/qt_logo_white_rgb.png %%QT_EXAMPLEDIR%%/quick/multieffect/neumorphicpanel/qml/main.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/doc/images/qml-multieffecttestbed-example.jpg %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/doc/src/testbed.qdoc %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/main.cpp %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml.qrc %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/CustomMultiEffect/BlurHelper.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/CustomMultiEffect/CustomMultiEffect.qep %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/CustomMultiEffect/CustomMultiEffect.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/CustomMultiEffect/bluritems.frag.qsb %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/CustomMultiEffect/bluritems.vert.qsb %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/CustomMultiEffect/custommultieffect.frag.qsb %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/CustomMultiEffect/custommultieffect.vert.qsb %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/FpsItem.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/ResetSettingsOverlay.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/Settings.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/SettingsComponentCheckBox.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/SettingsComponentColorSelector.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/SettingsComponentSlider.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/SettingsComponentView.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/SettingsView.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/ShaderView.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/TestMaskItem.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/TestSourceItem.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/WarningsItem.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/WarningsView.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/images/Built_with_Qt.png %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/images/Built_with_Qt_RGB_logo.png %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/images/arrow.png %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/images/pause.png %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/images/play.png %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/images/spinner.png %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/images/warning.png %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/qml/main.qml %%QT_EXAMPLEDIR%%/quick/multieffect/testbed/testbed.pro %%QT_EXAMPLEDIR%%/quick/particles/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/particles/affectors/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/particles/affectors/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/particles/affectors/GreyButton.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/affectors.pro %%QT_EXAMPLEDIR%%/quick/particles/affectors/affectors.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/affectors.qmlproject %%QT_EXAMPLEDIR%%/quick/particles/affectors/affectors.qrc %%QT_EXAMPLEDIR%%/quick/particles/affectors/age.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/attractor.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/customaffector.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/doc/images/qml-affectors-example.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/doc/src/affectors.qdoc %%QT_EXAMPLEDIR%%/quick/particles/affectors/friction.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/gravity.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/groupgoal.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/_explo.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/backgroundLeaves.jpg %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/candle.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/finalfrontier.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/matchmask.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/meteor.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/nullRock.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/particleA.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/realLeaf1.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/realLeaf2.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/realLeaf3.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/realLeaf4.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/rocket.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/rocket2.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/images/snowflake.png %%QT_EXAMPLEDIR%%/quick/particles/affectors/main.cpp %%QT_EXAMPLEDIR%%/quick/particles/affectors/move.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/spritegoal.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/turbulence.qml %%QT_EXAMPLEDIR%%/quick/particles/affectors/wander.qml %%QT_EXAMPLEDIR%%/quick/particles/emitters/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/particles/emitters/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/particles/emitters/burstandpulse.qml %%QT_EXAMPLEDIR%%/quick/particles/emitters/customemitter.qml %%QT_EXAMPLEDIR%%/quick/particles/emitters/doc/images/qml-emitters-example.png %%QT_EXAMPLEDIR%%/quick/particles/emitters/doc/src/emitters.qdoc %%QT_EXAMPLEDIR%%/quick/particles/emitters/emitmask.qml %%QT_EXAMPLEDIR%%/quick/particles/emitters/emitters.pro %%QT_EXAMPLEDIR%%/quick/particles/emitters/emitters.qml %%QT_EXAMPLEDIR%%/quick/particles/emitters/emitters.qmlproject %%QT_EXAMPLEDIR%%/quick/particles/emitters/emitters.qrc %%QT_EXAMPLEDIR%%/quick/particles/emitters/images/portal_bg.png %%QT_EXAMPLEDIR%%/quick/particles/emitters/images/starfish_mask.png %%QT_EXAMPLEDIR%%/quick/particles/emitters/main.cpp %%QT_EXAMPLEDIR%%/quick/particles/emitters/maximumemitted.qml %%QT_EXAMPLEDIR%%/quick/particles/emitters/shapeanddirection.qml %%QT_EXAMPLEDIR%%/quick/particles/emitters/trailemitter.qml %%QT_EXAMPLEDIR%%/quick/particles/emitters/velocityfrommotion.qml %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/allatonce.qml %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/colored.qml %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/colortable.qml %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/deformation.qml %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/doc/images/qml-imageparticle-example.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/doc/src/imageparticle.qdoc %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/imageparticle.pro %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/imageparticle.qml %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/imageparticle.qmlproject %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/imageparticle.qrc %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/bear_tiles.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/colortable.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/flower.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_0.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_1.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_2.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_3.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/images/starfish_4.png %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/main.cpp %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/rotation.qml %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/sharing.qml %%QT_EXAMPLEDIR%%/quick/particles/imageparticle/sprites.qml %%QT_EXAMPLEDIR%%/quick/particles/particles.pro %%QT_EXAMPLEDIR%%/quick/particles/system/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/particles/system/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/particles/system/doc/images/qml-system-example.png %%QT_EXAMPLEDIR%%/quick/particles/system/doc/src/system.qdoc %%QT_EXAMPLEDIR%%/quick/particles/system/dynamiccomparison.qml %%QT_EXAMPLEDIR%%/quick/particles/system/dynamicemitters.qml %%QT_EXAMPLEDIR%%/quick/particles/system/images/particle2.png %%QT_EXAMPLEDIR%%/quick/particles/system/images/particle3.png %%QT_EXAMPLEDIR%%/quick/particles/system/images/sparkleSize.png %%QT_EXAMPLEDIR%%/quick/particles/system/main.cpp %%QT_EXAMPLEDIR%%/quick/particles/system/multiplepainters.qml %%QT_EXAMPLEDIR%%/quick/particles/system/startstop.qml %%QT_EXAMPLEDIR%%/quick/particles/system/system.pro %%QT_EXAMPLEDIR%%/quick/particles/system/system.qml %%QT_EXAMPLEDIR%%/quick/particles/system/system.qmlproject %%QT_EXAMPLEDIR%%/quick/particles/system/system.qrc %%QT_EXAMPLEDIR%%/quick/particles/system/timedgroupchanges.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/pointerhandlers/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/Button.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/CheckBox.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/CorkPanel.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/FakeFlickable.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/FlashAnimation.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/LeftDrawer.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/MomentumAnimation.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/MouseFeedbackSprite.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/QuadPieMenu.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/ScrollBar.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/Slider.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/TouchpointFeedbackSprite.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/checkmark.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/cork.jpg %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/fingersprite.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mixer-knob.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_left.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_middle.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_right.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/mouse_wheel_ridges.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/note-yellow.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/components/images/tack.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/corkboards.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-fakeflickable.jpg %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-fling.webp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-joystick.jpg %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-map.webp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-mixer.webp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-multibutton.webp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-piemenu.webp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-pinchhandler.webp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-pointhandler.webp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/images/pointerhandlers-example-taphandler.webp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/doc/src/pointerhandlers.qdoc %%QT_EXAMPLEDIR%%/quick/pointerhandlers/fakeFlickable.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/flingAnimation.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/arrowhead.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/balloon.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/blur-circle.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/cursor-airbrush.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/cursor-eraser.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/cursor-felt-marker.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/cursor-pencil.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/fighter.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/grabbing-location.svg %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/joystick-outer-case-pov.jpg %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/map.svgz %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/missile.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/images/redball.png %%QT_EXAMPLEDIR%%/quick/pointerhandlers/joystick.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/main.cpp %%QT_EXAMPLEDIR%%/quick/pointerhandlers/map.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/mixer.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/multibuttons.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/multiflame.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/pieMenu.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/pinchHandler.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/pointerhandlers.pro %%QT_EXAMPLEDIR%%/quick/pointerhandlers/pointerhandlers.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/qml.qrc %%QT_EXAMPLEDIR%%/quick/pointerhandlers/sidebar.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/singlePointHandlerProperties.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/tabletCanvasDrawing.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/tapHandler.qml %%QT_EXAMPLEDIR%%/quick/pointerhandlers/tapWithModifiers.qml %%QT_EXAMPLEDIR%%/quick/positioners/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/positioners/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/positioners/doc/images/qml-positioners-example.png %%QT_EXAMPLEDIR%%/quick/positioners/doc/src/positioners.qdoc %%QT_EXAMPLEDIR%%/quick/positioners/main.cpp %%QT_EXAMPLEDIR%%/quick/positioners/positioners-attachedproperties.qml %%QT_EXAMPLEDIR%%/quick/positioners/positioners-transitions.qml %%QT_EXAMPLEDIR%%/quick/positioners/positioners.pro %%QT_EXAMPLEDIR%%/quick/positioners/positioners.qml %%QT_EXAMPLEDIR%%/quick/positioners/positioners.qmlproject %%QT_EXAMPLEDIR%%/quick/positioners/positioners.qrc %%QT_EXAMPLEDIR%%/quick/quick-accessibility/Button.qml %%QT_EXAMPLEDIR%%/quick/quick-accessibility/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/quick-accessibility/Checkbox.qml %%QT_EXAMPLEDIR%%/quick/quick-accessibility/Slider.qml %%QT_EXAMPLEDIR%%/quick/quick-accessibility/accessibility.qml %%QT_EXAMPLEDIR%%/quick/quick-accessibility/accessibility.qmlproject %%QT_EXAMPLEDIR%%/quick/quick-accessibility/accessibility.qrc %%QT_EXAMPLEDIR%%/quick/quick-accessibility/doc/src/accessibility.qdoc %%QT_EXAMPLEDIR%%/quick/quick-accessibility/main.cpp %%QT_EXAMPLEDIR%%/quick/quick-accessibility/quick-accessibility.pro %%QT_EXAMPLEDIR%%/quick/quick.pro %%QT_EXAMPLEDIR%%/quick/quickshapes/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/quickshapes/quickshapes.pro %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/arcDirection.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/arcRotation.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/capStyles.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/clippedtigers.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/cubicCurve.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/dashPattern.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/doc/images/qml-shapes-example.png %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/doc/src/shapes.qdoc %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/ellipticalArcs.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/fillItem.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/fillRules.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/fillTransform.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/gradientSpreadModes.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/interactive.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/joinStyles.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/largeOrSmallArc.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/linearGradient.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/main.cpp %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/main.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/quadraticCurve.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/radialGradient.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/rectangle.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/sampling.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/shapegallery.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/shapes.pro %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/shapes.qrc %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/strokeOrFill.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/tapableTriangle.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/text.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/tiger.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/tigerLoader.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/shapes/zoomtiger.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/BouncyShape.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/Cloud.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CloudWithLightning.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CloudWithLightningAndRain_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CloudWithLightning_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CloudWithRain.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CloudWithRain_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CloudWithSnow.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/CloudWithSnow_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/Cloud_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/DemoShape.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/Europe.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/Europe_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/Gear.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/Gear_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/MapLabel.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/REUSE.toml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/SettingsDrawer.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/Sun.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/SunBehindCloud.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/SunBehindCloud_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/SunBehindLargeCloud_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/SunBehindRainCloud.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/SunBehindRainCloud_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/SunBehindSmallCloud.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/SunBehindSmallCloud_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/Sun_generated.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/Europe.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/OFL.txt %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/WorkSans-Regular.ttf %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/apache.txt %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/attribution.txt %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/cloud-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/cloud-with-lightning-and-rain-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/cloud-with-lightning-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/cloud-with-rain-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/cloud-with-snow-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/gear-alt-stroke.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/generate.bat %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/sun-behind-cloud-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/sun-behind-large-cloud-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/sun-behind-rain-cloud-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/sun-behind-small-cloud-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/assets/sun-svgrepo-com.svg %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/doc/images/qml-weatherforecast-example.png %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/doc/images/settings.png %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/doc/images/zoomed.png %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/doc/src/weatherforecast.qdoc %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/main.cpp %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/main.qml %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/qt_attribution.json %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/weatherforecast.pro %%QT_EXAMPLEDIR%%/quick/quickshapes/weatherforecast/weatherforecast.qrc %%QT_EXAMPLEDIR%%/quick/quickwidgets/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/doc/images/qmlpreviewer-example.png %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/doc/src/qmlpreviewer.qdoc %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/main.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/models/errorlistmodel.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/models/errorlistmodel.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/resources.cmake %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/resources/ErrorListView.qml %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/resources/default.qml %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/resources/logo.png %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/states/statecontroller.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/states/statecontroller.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/utility/syntaxhighlighter.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/utility/syntaxhighlighter.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/codeeditor.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/codeeditor.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/editorwidget.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/editorwidget.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/linenumberarea.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/linenumberarea.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/mainwindow.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/mainwindow.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/patheditwidget.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/patheditwidget.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/previewwidget.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qmlpreviewer/widgets/previewwidget.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/doc/images/qquickwidgetversuswindow-opengl-example.jpg %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/doc/src/qquickwidgetversuswindow_opengl.qdoc %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/fbitem.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/fbitem.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/logo.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/logo.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/main.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/mainwindow.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/mainwindow.h %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/qquickwidgetversuswindow_opengl.pro %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/qquickwidgetversuswindow_opengl.qrc %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/test.qml %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag %%QT_EXAMPLEDIR%%/quick/quickwidgets/qquickwidgetversuswindow_opengl/wobble.frag.qsb %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/CMakeLists.txt -%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/images/qtquickwidgets-example.png +%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/images/qquickwidget_grab_screenshot.webp +%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/images/qquickwidget_mdi_example.webp +%%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/images/qtquickwidgets-example.webp %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/doc/src/quickwidget.qdoc %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/main.cpp %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/quickwidget.pro %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/quickwidget.qrc %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidget/rotatingsquare.qml %%QT_EXAMPLEDIR%%/quick/quickwidgets/quickwidgets.pro %%QT_EXAMPLEDIR%%/quick/rendercontrol/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol.pro %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/buildshaders.bat %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/demo.qml %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/doc/images/rendercontrol-d3d11-example.jpg %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/doc/src/rendercontrol_d3d11.qdoc %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/engine.cpp %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/engine.h %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/main.cpp %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/quad.frag %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/quad.frag.inc %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/quad.vert %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/quad.vert.inc %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/rendercontrol.qrc %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/rendercontrol_d3d11.pro %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/window.cpp %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_d3d11/window.h %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/cuberenderer.cpp %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/cuberenderer.h %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/demo.qml %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/doc/images/rendercontrol-opengl-example.jpg %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/doc/src/rendercontrol_opengl.qdoc %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/main.cpp %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/rendercontrol.qrc %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/rendercontrol_opengl.pro %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.cpp %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.h %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_rhi/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_rhi/demo.qml %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_rhi/doc/images/rendercontrol-rhi-example.jpg %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_rhi/doc/src/rendercontrol_rhi.qdoc %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_rhi/main.cpp %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_rhi/rendercontrol_rhi.pro %%QT_EXAMPLEDIR%%/quick/rendercontrol/rendercontrol_rhi/rendercontrol_rhi.qrc %%QT_EXAMPLEDIR%%/quick/responsivelayouts/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/responsivelayouts/doc/images/qtquicklayouts-example-responsivelayouts.png %%QT_EXAMPLEDIR%%/quick/responsivelayouts/doc/src/qtquickresponsiveLayouts-examples.qdoc %%QT_EXAMPLEDIR%%/quick/responsivelayouts/icons/grid.svg %%QT_EXAMPLEDIR%%/quick/responsivelayouts/icons/settings.svg %%QT_EXAMPLEDIR%%/quick/responsivelayouts/icons/text.svg %%QT_EXAMPLEDIR%%/quick/responsivelayouts/main.cpp %%QT_EXAMPLEDIR%%/quick/responsivelayouts/responsivelayouts.pro %%QT_EXAMPLEDIR%%/quick/responsivelayouts/responsivelayouts.qml %%QT_EXAMPLEDIR%%/quick/responsivelayouts/responsivelayouts.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/beziercurve.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/beziercurve.h %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/doc/images/custom-geometry-example.png %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/customitem.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/customitem.h %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/custommaterial.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/custommaterial.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/doc/images/custom-material-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/doc/src/custommaterial.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/shaders/mandelbrot.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/shaders/mandelbrot.frag.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/shaders/mandelbrot.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/custommaterial/shaders/mandelbrot.vert.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/customrender.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/customrender.h %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/doc/images/customrendernode-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/doc/src/customrendernode.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/shaders/customrender.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/customrendernode/shaders/customrender.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/d3d11squircle.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/d3d11squircle.h %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/d3d11underqml.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/d3d11underqml.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/doc/images/d3d11underqml-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/doc/src/d3d11underqml.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/squircle.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/d3d11underqml/squircle.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/doc/images/graph-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/doc/src/graph.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.h %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/graph.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/gridnode.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/gridnode.h %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/linenode.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/linenode.h %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/noisynode.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/noisynode.h %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/compile.bat %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.frag.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/line.vert.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.frag.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/graph/shaders/noisy.vert.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/doc/images/metaltextureimport-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/doc/src/metaltextureimport.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/metaltextureimport.h %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/metaltextureimport.mm %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/metaltextureimport.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/metaltextureimport.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/squircle.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/metaltextureimport/squircle.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/doc/images/metalunderqml-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/doc/src/metalunderqml.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/metalsquircle.h %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/metalsquircle.mm %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/metalunderqml.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/metalunderqml.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/squircle.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/metalunderqml/squircle.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/doc/images/openglunderqml-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/openglunderqml.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/openglunderqml.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/squircle.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/openglunderqml/squircle.h %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/SettingsDrawer.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/doc/images/rhitextureitem-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/doc/src/rhitextureitem.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/icon_settings.png %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/icon_settings@2x.png %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/icon_settings@3x.png %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/icon_settings@4x.png %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/prebuilts_for_qmake/checker.frag.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/prebuilts_for_qmake/color.frag.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/prebuilts_for_qmake/color.vert.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/rhitextureitem.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/rhitextureitem.h %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/rhitextureitem.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/rhitextureitem.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/shaders/checker.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/shaders/color.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/rhitextureitem/shaders/color.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/doc/images/rhiunderqml-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/doc/src/rhiunderqml.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/prebuilts_for_qmake/squircle_rhi.frag.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/prebuilts_for_qmake/squircle_rhi.vert.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/rhisquircle.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/rhisquircle.h %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/rhiunderqml.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/rhiunderqml/rhiunderqml.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/scenegraph.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/shared/squircle_rhi.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/shared/squircle_rhi.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/doc/images/threadedanimation-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/doc/src/threadedanimation.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/spinner.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/spinner.h %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/spinner.png %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/threadedanimation.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/threadedanimation/threadedanimation.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/doc/images/twotextureproviders-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/doc/src/twotextureproviders.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/checker.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/checker.frag.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.frag %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.frag.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.vert %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/shaders/xorblender.vert.qsb %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/twotextureproviders.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/twotextureproviders.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/xorblender.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/twotextureproviders/xorblender.h %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/doc/images/vulkantextureimport-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/doc/src/vulkantextureimport.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/squircle.frag.spv %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/squircle.vert.spv %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.h %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkantextureimport/vulkantextureimport.qrc %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/doc/images/vulkanunderqml-example.jpg %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/doc/src/vulkanunderqml.qdoc %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/main.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/main.qml %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/squircle.frag.spv %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/squircle.vert.spv %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/vulkansquircle.cpp %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/vulkansquircle.h %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/vulkanunderqml.pro %%QT_EXAMPLEDIR%%/quick/scenegraph/vulkanunderqml/vulkanunderqml.qrc %%QT_EXAMPLEDIR%%/quick/shadereffects/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/shadereffects/content/face-smile.png %%QT_EXAMPLEDIR%%/quick/shadereffects/content/qt-logo.png %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/blur.frag %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/blur.frag.qsb %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/colorize.frag %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/colorize.frag.qsb %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/genie.vert %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/genie.vert.qsb %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/outline.frag %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/outline.frag.qsb %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/shadow.frag %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/shadow.frag.qsb %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/wobble.frag %%QT_EXAMPLEDIR%%/quick/shadereffects/content/shaders/wobble.frag.qsb %%QT_EXAMPLEDIR%%/quick/shadereffects/doc/images/qml-shadereffects-example.png %%QT_EXAMPLEDIR%%/quick/shadereffects/doc/src/shadereffects.qdoc %%QT_EXAMPLEDIR%%/quick/shadereffects/main.cpp %%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.pro %%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qml %%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qmlproject %%QT_EXAMPLEDIR%%/quick/shadereffects/shadereffects.qrc %%QT_EXAMPLEDIR%%/quick/shared/Button.qml %%QT_EXAMPLEDIR%%/quick/shared/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/shared/CheckBox.qml %%QT_EXAMPLEDIR%%/quick/shared/Images.qml %%QT_EXAMPLEDIR%%/quick/shared/Label.qml %%QT_EXAMPLEDIR%%/quick/shared/LauncherList.qml %%QT_EXAMPLEDIR%%/quick/shared/README %%QT_EXAMPLEDIR%%/quick/shared/SimpleLauncherDelegate.qml %%QT_EXAMPLEDIR%%/quick/shared/Slider.qml %%QT_EXAMPLEDIR%%/quick/shared/TabSet.qml %%QT_EXAMPLEDIR%%/quick/shared/TextField.qml %%QT_EXAMPLEDIR%%/quick/shared/images/back.png %%QT_EXAMPLEDIR%%/quick/shared/images/checkmark.png %%QT_EXAMPLEDIR%%/quick/shared/images/next.png %%QT_EXAMPLEDIR%%/quick/shared/images/qt-logo.png %%QT_EXAMPLEDIR%%/quick/shared/images/slider_handle.png %%QT_EXAMPLEDIR%%/quick/shared/images/tab.png %%QT_EXAMPLEDIR%%/quick/shared/qmldir %%QT_EXAMPLEDIR%%/quick/shared/quick_shared.qrc %%QT_EXAMPLEDIR%%/quick/shared/shared.h %%QT_EXAMPLEDIR%%/quick/shared/shared.qrc %%QT_EXAMPLEDIR%%/quick/tableview/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/doc/images/gameoflife.png %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/doc/src/gameoflife.qdoc %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/gameoflife.pro %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/gameoflifemodel.cpp %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/gameoflifemodel.h %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/gosperglidergun.cells %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/main.cpp %%QT_EXAMPLEDIR%%/quick/tableview/gameoflife/main.qml %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/doc/images/qt-pixelator.png %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/doc/src/pixelator.qdoc %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/imagemodel.cpp %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/imagemodel.h %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/main.cpp %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/main.qml %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/pixelator.pro %%QT_EXAMPLEDIR%%/quick/tableview/pixelator/qt.png %%QT_EXAMPLEDIR%%/quick/tableview/tableview.pro %%QT_EXAMPLEDIR%%/quick/text/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/text/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/text/doc/images/qml-text-example.png %%QT_EXAMPLEDIR%%/quick/text/doc/src/text.qdoc %%QT_EXAMPLEDIR%%/quick/text/fonts/availableFonts.qml %%QT_EXAMPLEDIR%%/quick/text/fonts/banner.qml %%QT_EXAMPLEDIR%%/quick/text/fonts/content/fonts/tarzeau_ocr_a.ttf %%QT_EXAMPLEDIR%%/quick/text/fonts/fonts.qml %%QT_EXAMPLEDIR%%/quick/text/fonts/hello.qml %%QT_EXAMPLEDIR%%/quick/text/imgtag/TextWithImage.qml %%QT_EXAMPLEDIR%%/quick/text/imgtag/images/face-sad.png %%QT_EXAMPLEDIR%%/quick/text/imgtag/images/face-smile-big.png %%QT_EXAMPLEDIR%%/quick/text/imgtag/images/face-smile.png %%QT_EXAMPLEDIR%%/quick/text/imgtag/images/heart200.png %%QT_EXAMPLEDIR%%/quick/text/imgtag/images/qtlogo.png %%QT_EXAMPLEDIR%%/quick/text/imgtag/images/starfish_2.png %%QT_EXAMPLEDIR%%/quick/text/imgtag/imgtag.qml %%QT_EXAMPLEDIR%%/quick/text/main.cpp %%QT_EXAMPLEDIR%%/quick/text/styledtext-layout.qml %%QT_EXAMPLEDIR%%/quick/text/text.pro %%QT_EXAMPLEDIR%%/quick/text/text.qml %%QT_EXAMPLEDIR%%/quick/text/text.qmlproject %%QT_EXAMPLEDIR%%/quick/text/text.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.pro %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qmlproject %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview1/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.pro %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qmlproject %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview2/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.pro %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qmlproject %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview3/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/ListSelector.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview.qml %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.pro %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qmlproject %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/dynamicview/dynamicview4/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/Cell.qml %%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial1.qml %%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial2.qml %%QT_EXAMPLEDIR%%/quick/tutorials/helloworld/tutorial3.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/Block.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/Button.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/pics/background.jpg %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/pics/redStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.pro %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.qmlproject %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame1/samegame1.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/Block.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/Button.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/pics/background.jpg %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/pics/redStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame.js %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.pro %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.qmlproject %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame2/samegame2.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Block.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Button.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/Dialog.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/pics/background.jpg %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/pics/blueStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/pics/greenStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/pics/redStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame.js %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.pro %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.qmlproject %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame3/samegame3.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/BoomBlock.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/Button.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/Dialog.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/README %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/score_data.xml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/score_style.xsl %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/highscores/scores.php %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/main.cpp %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/background.jpg %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/blueStar.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/blueStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/greenStar.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/greenStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/redStar.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/pics/redStone.png %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame.js %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame.qml %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.pro %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.qmlproject %%QT_EXAMPLEDIR%%/quick/tutorials/samegame/samegame4/samegame4.qrc %%QT_EXAMPLEDIR%%/quick/tutorials/tutorials.pro %%QT_EXAMPLEDIR%%/quick/vectorimage/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/vectorimage/Heart.qml %%QT_EXAMPLEDIR%%/quick/vectorimage/Main.qml %%QT_EXAMPLEDIR%%/quick/vectorimage/doc/images/qml-vectorimage-example.png %%QT_EXAMPLEDIR%%/quick/vectorimage/doc/src/vectorimage.qdoc %%QT_EXAMPLEDIR%%/quick/vectorimage/generate.bat %%QT_EXAMPLEDIR%%/quick/vectorimage/heart.svg %%QT_EXAMPLEDIR%%/quick/vectorimage/main.cpp %%QT_EXAMPLEDIR%%/quick/views/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/views/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/views/delegatemodel/dragselection.qml %%QT_EXAMPLEDIR%%/quick/views/doc/images/qml-modelviews-example.png %%QT_EXAMPLEDIR%%/quick/views/doc/src/views.qdoc %%QT_EXAMPLEDIR%%/quick/views/gridview/gridview-example.qml %%QT_EXAMPLEDIR%%/quick/views/gridview/pics/AddressBook_48.png %%QT_EXAMPLEDIR%%/quick/views/gridview/pics/AudioPlayer_48.png %%QT_EXAMPLEDIR%%/quick/views/gridview/pics/Camera_48.png %%QT_EXAMPLEDIR%%/quick/views/gridview/pics/DateBook_48.png %%QT_EXAMPLEDIR%%/quick/views/gridview/pics/EMail_48.png %%QT_EXAMPLEDIR%%/quick/views/gridview/pics/TodoList_48.png %%QT_EXAMPLEDIR%%/quick/views/gridview/pics/VideoPlayer_48.png %%QT_EXAMPLEDIR%%/quick/views/listview/content/PetsModel.qml %%QT_EXAMPLEDIR%%/quick/views/listview/content/PressAndHoldButton.qml %%QT_EXAMPLEDIR%%/quick/views/listview/content/RecipesModel.qml %%QT_EXAMPLEDIR%%/quick/views/listview/content/SmallText.qml %%QT_EXAMPLEDIR%%/quick/views/listview/content/TextButton.qml %%QT_EXAMPLEDIR%%/quick/views/listview/content/ToggleButton.qml %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/arrow-down.png %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/arrow-up.png %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/fruit-salad.jpg %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/hamburger.jpg %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/lemonade.jpg %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/list-delete.png %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/minus-sign.png %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/moreDown.png %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/moreUp.png %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/pancakes.jpg %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/plus-sign.png %%QT_EXAMPLEDIR%%/quick/views/listview/content/pics/vegetable-soup.jpg %%QT_EXAMPLEDIR%%/quick/views/listview/displaymargin.qml %%QT_EXAMPLEDIR%%/quick/views/listview/dynamiclist.qml %%QT_EXAMPLEDIR%%/quick/views/listview/expandingdelegates.qml %%QT_EXAMPLEDIR%%/quick/views/listview/highlight.qml %%QT_EXAMPLEDIR%%/quick/views/listview/highlightranges.qml %%QT_EXAMPLEDIR%%/quick/views/listview/sections.qml %%QT_EXAMPLEDIR%%/quick/views/main.cpp %%QT_EXAMPLEDIR%%/quick/views/objectmodel/objectmodel.qml %%QT_EXAMPLEDIR%%/quick/views/package/Delegate.qml %%QT_EXAMPLEDIR%%/quick/views/package/view.qml %%QT_EXAMPLEDIR%%/quick/views/pathview/pathview-example.qml %%QT_EXAMPLEDIR%%/quick/views/pathview/pics/AddressBook_48.png %%QT_EXAMPLEDIR%%/quick/views/pathview/pics/AudioPlayer_48.png %%QT_EXAMPLEDIR%%/quick/views/pathview/pics/Camera_48.png %%QT_EXAMPLEDIR%%/quick/views/pathview/pics/DateBook_48.png %%QT_EXAMPLEDIR%%/quick/views/pathview/pics/EMail_48.png %%QT_EXAMPLEDIR%%/quick/views/pathview/pics/TodoList_48.png %%QT_EXAMPLEDIR%%/quick/views/pathview/pics/VideoPlayer_48.png %%QT_EXAMPLEDIR%%/quick/views/views.pro %%QT_EXAMPLEDIR%%/quick/views/views.qml %%QT_EXAMPLEDIR%%/quick/views/views.qmlproject %%QT_EXAMPLEDIR%%/quick/views/views.qrc %%QT_EXAMPLEDIR%%/quick/window/AllScreens.qml %%QT_EXAMPLEDIR%%/quick/window/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick/window/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/quick/window/CurrentScreen.qml %%QT_EXAMPLEDIR%%/quick/window/Splash.qml %%QT_EXAMPLEDIR%%/quick/window/doc/images/qml-window-example.png %%QT_EXAMPLEDIR%%/quick/window/doc/src/window.qdoc %%QT_EXAMPLEDIR%%/quick/window/main.cpp %%QT_EXAMPLEDIR%%/quick/window/resources/icon.icns %%QT_EXAMPLEDIR%%/quick/window/resources/icon.ico %%QT_EXAMPLEDIR%%/quick/window/resources/icon.svg %%QT_EXAMPLEDIR%%/quick/window/resources/icon64.png %%QT_EXAMPLEDIR%%/quick/window/resources/window.rc %%QT_EXAMPLEDIR%%/quick/window/window.pro %%QT_EXAMPLEDIR%%/quick/window/window.qml %%QT_EXAMPLEDIR%%/quick/window/window.qrc %%QT_EXAMPLEDIR%%/quick3d/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/antialiasing/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/antialiasing/antialiasing.pro %%QT_EXAMPLEDIR%%/quick3d/antialiasing/doc/images/antialiasing-example.png %%QT_EXAMPLEDIR%%/quick3d/antialiasing/doc/src/antialiasing.qdoc %%QT_EXAMPLEDIR%%/quick3d/antialiasing/main.cpp %%QT_EXAMPLEDIR%%/quick3d/antialiasing/main.qml %%QT_EXAMPLEDIR%%/quick3d/antialiasing/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/Box.qml %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/bakedlightmap.pro %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/box.mesh %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/box_copyright.txt %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/doc/images/bakedlightmap-example.jpg %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/doc/src/qtquick3d-example-bakedlightmap.qdoc %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/main.cpp %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/main.qml %%QT_EXAMPLEDIR%%/quick3d/bakedlightmap/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/ConesAndCylinderTrio.qml %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/SettingsPane.qml %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/cascadedshadowmaps.pro %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/doc/images/cascadedshadowmaps.webp %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/doc/src/cascadedshadowmaps.qdoc %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/main.cpp %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/main.qml %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/cascadedshadowmaps/sliders.svg %%QT_EXAMPLEDIR%%/quick3d/customeffect/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/customeffect/checkers2.png %%QT_EXAMPLEDIR%%/quick3d/customeffect/customeffect.pro %%QT_EXAMPLEDIR%%/quick3d/customeffect/doc/images/customeffect-example.jpg %%QT_EXAMPLEDIR%%/quick3d/customeffect/doc/src/qtquick3d-examples-customeffect.qdoc %%QT_EXAMPLEDIR%%/quick3d/customeffect/effect.frag %%QT_EXAMPLEDIR%%/quick3d/customeffect/effect2.frag %%QT_EXAMPLEDIR%%/quick3d/customeffect/effect2.vert %%QT_EXAMPLEDIR%%/quick3d/customeffect/main.cpp %%QT_EXAMPLEDIR%%/quick3d/customeffect/main.qml %%QT_EXAMPLEDIR%%/quick3d/customeffect/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/customeffect/qt_logo_rect.png %%QT_EXAMPLEDIR%%/quick3d/customgeometry/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/customgeometry/Main.qml %%QT_EXAMPLEDIR%%/quick3d/customgeometry/TorusMesh.qml %%QT_EXAMPLEDIR%%/quick3d/customgeometry/customgeometry.pro %%QT_EXAMPLEDIR%%/quick3d/customgeometry/doc/images/customgeometry-example.jpg %%QT_EXAMPLEDIR%%/quick3d/customgeometry/doc/src/qtquick3d-examples-customgeometry.qdoc %%QT_EXAMPLEDIR%%/quick3d/customgeometry/examplegeometry.cpp %%QT_EXAMPLEDIR%%/quick3d/customgeometry/examplegeometry.h %%QT_EXAMPLEDIR%%/quick3d/customgeometry/main.cpp %%QT_EXAMPLEDIR%%/quick3d/customgeometry/qmldir %%QT_EXAMPLEDIR%%/quick3d/customgeometry/qt_logo_rect.png %%QT_EXAMPLEDIR%%/quick3d/custominstancing/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/custominstancing/cppinstancetable.cpp %%QT_EXAMPLEDIR%%/quick3d/custominstancing/cppinstancetable.h %%QT_EXAMPLEDIR%%/quick3d/custominstancing/cubeMaterial.frag %%QT_EXAMPLEDIR%%/quick3d/custominstancing/cubeMaterial.vert %%QT_EXAMPLEDIR%%/quick3d/custominstancing/custominstancing.pro %%QT_EXAMPLEDIR%%/quick3d/custominstancing/doc/images/custominstancing.jpg %%QT_EXAMPLEDIR%%/quick3d/custominstancing/doc/src/custominstancing.qdoc %%QT_EXAMPLEDIR%%/quick3d/custominstancing/main.cpp %%QT_EXAMPLEDIR%%/quick3d/custominstancing/main.qml %%QT_EXAMPLEDIR%%/quick3d/custominstancing/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/custommaterial/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/custommaterial/custommaterial.pro %%QT_EXAMPLEDIR%%/quick3d/custommaterial/doc/images/custommaterial-example.jpg %%QT_EXAMPLEDIR%%/quick3d/custommaterial/doc/src/qtquick3d-examples-custommaterial.qdoc %%QT_EXAMPLEDIR%%/quick3d/custommaterial/main.cpp %%QT_EXAMPLEDIR%%/quick3d/custommaterial/main.qml %%QT_EXAMPLEDIR%%/quick3d/custommaterial/maps/OpenfootageNET_lowerAustria01-1024.hdr %%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_customlights.frag %%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_customspecular.frag %%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_distortion.vert %%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_metallic.frag %%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_simple.frag %%QT_EXAMPLEDIR%%/quick3d/custommaterial/material_transparent.frag %%QT_EXAMPLEDIR%%/quick3d/custommaterial/materials.qrc %%QT_EXAMPLEDIR%%/quick3d/custommaterial/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/custommaterial/screen.frag %%QT_EXAMPLEDIR%%/quick3d/custommaterial/weirdShape.mesh %%QT_EXAMPLEDIR%%/quick3d/custommorphing/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/custommorphing/custommorphing.pro %%QT_EXAMPLEDIR%%/quick3d/custommorphing/doc/images/custommorphing.png %%QT_EXAMPLEDIR%%/quick3d/custommorphing/doc/images/partialderivatives.png %%QT_EXAMPLEDIR%%/quick3d/custommorphing/doc/src/custommorphing.qdoc %%QT_EXAMPLEDIR%%/quick3d/custommorphing/main.cpp %%QT_EXAMPLEDIR%%/quick3d/custommorphing/main.qml %%QT_EXAMPLEDIR%%/quick3d/custommorphing/morphgeometry.cpp %%QT_EXAMPLEDIR%%/quick3d/custommorphing/morphgeometry.h %%QT_EXAMPLEDIR%%/quick3d/custommorphing/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/customshaders/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/customshaders/ExampleMaterial.qml %%QT_EXAMPLEDIR%%/quick3d/customshaders/MaterialControl.qml %%QT_EXAMPLEDIR%%/quick3d/customshaders/customshaders.pro %%QT_EXAMPLEDIR%%/quick3d/customshaders/doc/images/customshaders-example.jpg %%QT_EXAMPLEDIR%%/quick3d/customshaders/doc/src/qtquick3d-examples-customshaders.qdoc %%QT_EXAMPLEDIR%%/quick3d/customshaders/example.frag %%QT_EXAMPLEDIR%%/quick3d/customshaders/example.vert %%QT_EXAMPLEDIR%%/quick3d/customshaders/example_tex.frag %%QT_EXAMPLEDIR%%/quick3d/customshaders/main.cpp %%QT_EXAMPLEDIR%%/quick3d/customshaders/main.qml %%QT_EXAMPLEDIR%%/quick3d/customshaders/qt_logo.png %%QT_EXAMPLEDIR%%/quick3d/customshaders/resources.qrc %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/WeirdShape.qml %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/doc/images/dynamiccreation-example.png %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/doc/src/qtquick3d-examples-dynamiccreation.qdoc %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/dynamiccreation.pro %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/main.cpp %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/main.qml %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/dynamiccreation/weirdShape.mesh %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/ColorPicker.qml %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/Main.qml %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/SectionLayout.qml %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/doc/images/stencil_outline.jpg %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/doc/src/qtquick3d-examples-outline_extension.qdoc %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/TreeExpanded.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/TreeExpanded@2x.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/TreeExpanded@3x.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/TreeExpanded@4x.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/TreeUnexpanded.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/TreeUnexpanded@2x.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/TreeUnexpanded@3x.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/TreeUnexpanded@4x.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/images/grid_8x8.png %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/main.cpp %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/models/suzanne.mesh %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/outlinerenderextension.cpp %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/outlinerenderextension.h %%QT_EXAMPLEDIR%%/quick3d/extensions/stenciloutline3d/shaders/huesaturation.frag %%QT_EXAMPLEDIR%%/quick3d/hellocube/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/hellocube/doc/images/hellocube.png %%QT_EXAMPLEDIR%%/quick3d/hellocube/doc/src/hellocube.qdoc %%QT_EXAMPLEDIR%%/quick3d/hellocube/hellocube.pro %%QT_EXAMPLEDIR%%/quick3d/hellocube/main.cpp %%QT_EXAMPLEDIR%%/quick3d/hellocube/main.qml %%QT_EXAMPLEDIR%%/quick3d/hellocube/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/hellocube/qt_logo.png %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/doc/images/helloqtquick3d.jpg %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/doc/src/helloqtquick3d.qdoc %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/helloqtquick3d.pro %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/imageinstancetable.cpp %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/imageinstancetable.h %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/main.cpp %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/main.qml %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/oldqtlogo.mesh %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/helloqtquick3d/qt_logo.png %%QT_EXAMPLEDIR%%/quick3d/instancing/Asteroid.qml %%QT_EXAMPLEDIR%%/quick3d/instancing/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/instancing/SimpleSpaceship.qml %%QT_EXAMPLEDIR%%/quick3d/instancing/doc/images/instancing.jpg %%QT_EXAMPLEDIR%%/quick3d/instancing/doc/src/instancing.qdoc %%QT_EXAMPLEDIR%%/quick3d/instancing/instancing.pro %%QT_EXAMPLEDIR%%/quick3d/instancing/main.cpp %%QT_EXAMPLEDIR%%/quick3d/instancing/main.qml %%QT_EXAMPLEDIR%%/quick3d/instancing/meshes/asteroid.mesh %%QT_EXAMPLEDIR%%/quick3d/instancing/meshes/ship.mesh %%QT_EXAMPLEDIR%%/quick3d/instancing/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/intro/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/intro/doc/images/intro.png %%QT_EXAMPLEDIR%%/quick3d/intro/doc/src/intro.qdoc %%QT_EXAMPLEDIR%%/quick3d/intro/intro.pro %%QT_EXAMPLEDIR%%/quick3d/intro/main.cpp %%QT_EXAMPLEDIR%%/quick3d/intro/main.qml %%QT_EXAMPLEDIR%%/quick3d/intro/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/lights/+windows/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quick3d/lights/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/lights/RotatingLogo.qml %%QT_EXAMPLEDIR%%/quick3d/lights/SettingsDrawer.qml %%QT_EXAMPLEDIR%%/quick3d/lights/custom.vert %%QT_EXAMPLEDIR%%/quick3d/lights/doc/images/lights-example.webp %%QT_EXAMPLEDIR%%/quick3d/lights/doc/src/qtquick3d-examples-lights.qdoc %%QT_EXAMPLEDIR%%/quick3d/lights/icon_settings.png %%QT_EXAMPLEDIR%%/quick3d/lights/icon_settings@2x.png %%QT_EXAMPLEDIR%%/quick3d/lights/icon_settings@3x.png %%QT_EXAMPLEDIR%%/quick3d/lights/icon_settings@4x.png %%QT_EXAMPLEDIR%%/quick3d/lights/lights.pro %%QT_EXAMPLEDIR%%/quick3d/lights/main.cpp %%QT_EXAMPLEDIR%%/quick3d/lights/main.qml %%QT_EXAMPLEDIR%%/quick3d/lights/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/lights/qtlogo.mesh %%QT_EXAMPLEDIR%%/quick3d/lights/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quick3d/lodhelper/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/lodhelper/doc/images/lodhelper-example.jpg %%QT_EXAMPLEDIR%%/quick3d/lodhelper/doc/src/qtquick3d-example-lodhelper.qdoc %%QT_EXAMPLEDIR%%/quick3d/lodhelper/lodhelper.pro %%QT_EXAMPLEDIR%%/quick3d/lodhelper/main.cpp %%QT_EXAMPLEDIR%%/quick3d/lodhelper/main.qml %%QT_EXAMPLEDIR%%/quick3d/lodhelper/maps/baseColor.png %%QT_EXAMPLEDIR%%/quick3d/lodhelper/maps/normal.png %%QT_EXAMPLEDIR%%/quick3d/lodhelper/maps/occlusionRoughnessMetallic.png %%QT_EXAMPLEDIR%%/quick3d/lodhelper/meshes/marble_bust_01_LOD_0.mesh %%QT_EXAMPLEDIR%%/quick3d/lodhelper/meshes/marble_bust_01_LOD_1.mesh %%QT_EXAMPLEDIR%%/quick3d/lodhelper/meshes/marble_bust_01_LOD_2.mesh %%QT_EXAMPLEDIR%%/quick3d/lodhelper/meshes/marble_bust_01_LOD_3.mesh %%QT_EXAMPLEDIR%%/quick3d/lodhelper/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/morphing/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/morphing/RealSlider.qml %%QT_EXAMPLEDIR%%/quick3d/morphing/doc/images/blender.jpg %%QT_EXAMPLEDIR%%/quick3d/morphing/doc/images/morphing.png %%QT_EXAMPLEDIR%%/quick3d/morphing/doc/src/morphing.qdoc %%QT_EXAMPLEDIR%%/quick3d/morphing/main.cpp %%QT_EXAMPLEDIR%%/quick3d/morphing/main.qml %%QT_EXAMPLEDIR%%/quick3d/morphing/morphing.pro %%QT_EXAMPLEDIR%%/quick3d/morphing/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/morphing/suzanne.mesh %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/MaterialRed.qml %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/MaterialRedExtended.qml %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/doc/images/offlineshaders-example.jpg %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/doc/src/qtquick3d-examples-offlineshaders.qdoc %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/main.cpp %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/main.qml %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/maps/metallic/basecolor.jpg %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/materials.qrc %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/offlineshaders.pro %%QT_EXAMPLEDIR%%/quick3d/offlineshaders/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/AppSettings.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/BlendValueTest.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomCheckBox.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomInfoView.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomLabel.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomSelectionBox.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/CustomSlider.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/FireParticles.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/FireStick.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/FireStone.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/Instancing.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/Particles.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/RandomEmitter.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/SettingsView.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/StartupView.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/doc/images/oit-example.jpg %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/doc/src/oit.qdoc %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/arrow_icon.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/color_table3.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/firestone.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/flame.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/icon_settings.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/license.txt %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/pillar_normal.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/qt_logo.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/qt_logo2.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/qt_logo2_n.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/stick_charred.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/stick_heat3.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/images/tilepattern.png %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/main.cpp %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/main.qml %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/meshes/asteroid.mesh %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/meshes/block.mesh %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/meshes/stick3.mesh %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/orderindependenttransparency.pro %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/orderindependenttransparency/qmldir %%QT_EXAMPLEDIR%%/quick3d/particles3d/AlignedParticles.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/AnimatedSprite.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/AppSettings.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/AttractorShapes.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/particles3d/ColorfulParticles.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/CustomCheckBox.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/CustomLabel.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/CustomSelectionBox.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/CustomSlider.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/DynamicBursts.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/EmitAndBurst.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/EmitterCustomShapes.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/EmitterShapes.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/FadingInOut.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/Fire.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/HeartTrail.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/Lights.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/LineParticles.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/LoggingView.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/ModelBlendParticles.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/ModelShape.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/OceanSpider.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/QtLogoAnimation.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/SettingsView.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/Snowing.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/Sorting.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/Speedometer.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/StartupView.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/SystemPlayPause.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/TrailEmitterBurst.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/data/heart_4096.cbor %%QT_EXAMPLEDIR%%/quick3d/particles3d/data/qt_logo_in_4096.cbor %%QT_EXAMPLEDIR%%/quick3d/particles3d/data/qt_logo_out_4096.cbor %%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/images/particles3d-loggingview.jpg %%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/images/particles3d-settings.jpg %%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/images/particles3d-snowing.jpg %%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/images/particles3d-testbed.jpg %%QT_EXAMPLEDIR%%/quick3d/particles3d/doc/src/qtquick3d-examples-particles3d.qdoc %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/arrow_icon.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/bear_black.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/colorTable.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/color_table2.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/color_table3.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/color_table4.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/color_table5.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/dot.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/dust.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/explosion_01_strip13.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/icon_interval.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/icon_logging.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/icon_pause.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/icon_play.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/icon_settings.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/leather_n.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/license.txt %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/qt_logo.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/qt_logo2.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/qt_logo2_n.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/smoke.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/smoke_sprite.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/snowflake.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/speedometer_labels.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/sphere.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/sprite_09.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/star.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/star2.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/images/star3.png %%QT_EXAMPLEDIR%%/quick3d/particles3d/main.cpp %%QT_EXAMPLEDIR%%/quick3d/particles3d/main.qml %%QT_EXAMPLEDIR%%/quick3d/particles3d/meshes/meter_background.mesh %%QT_EXAMPLEDIR%%/quick3d/particles3d/meshes/meter_edge.mesh %%QT_EXAMPLEDIR%%/quick3d/particles3d/meshes/oldqtlogo.mesh %%QT_EXAMPLEDIR%%/quick3d/particles3d/meshes/suzanne.mesh %%QT_EXAMPLEDIR%%/quick3d/particles3d/particles3d.pro %%QT_EXAMPLEDIR%%/quick3d/particles3d/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/particles3d/qmldir %%QT_EXAMPLEDIR%%/quick3d/picking/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/picking/doc/images/picking-example.png %%QT_EXAMPLEDIR%%/quick3d/picking/doc/src/qtquick3d-examples-picking.qdoc %%QT_EXAMPLEDIR%%/quick3d/picking/main.cpp %%QT_EXAMPLEDIR%%/quick3d/picking/main.qml %%QT_EXAMPLEDIR%%/quick3d/picking/maps/roughness.jpg %%QT_EXAMPLEDIR%%/quick3d/picking/materials.qrc %%QT_EXAMPLEDIR%%/quick3d/picking/picking.pro %%QT_EXAMPLEDIR%%/quick3d/picking/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/AlphaPane.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/BackgroundCurtain.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/BasicsPane.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/ClearcoatPane.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/DemoPane.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/DetailsPane.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/MarkdownLabel.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/RefractionPane.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/SpecialPane.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/TextureSourceControl.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/VertexColorMaskFlagsControl.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/VertexColorPane.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/VerticalSectionSeparator.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/assets.qrc %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/doc/images/principledmaterial-example.png %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/doc/src/qtquick3d-examples-principledmaterial.qdoc %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/imagehelper.cpp %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/imagehelper.h %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/main.cpp %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/main.qml %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/OpenfootageNET_garage-1024.hdr %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/alpha_gradient.png %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/curtain_normal.jpg %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/grid.png %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/metallic/basecolor.jpg %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/metallic/metallic.jpg %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/metallic/normal.jpg %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/metallic/roughness.jpg %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/monkey_ao.jpg %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/monkey_thickness.jpg %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/noise.png %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/normal_stamp.png %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/small_envmap.jpg %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/maps/tilepattern.png %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/curtain.mesh %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/frame.mesh %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/logo_lines.mesh %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/logo_points.mesh %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/meshes/suzanne.mesh %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/principledmaterial.pro %%QT_EXAMPLEDIR%%/quick3d/principledmaterial/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/Main.qml %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/doc/images/proceduraltexture-example.jpg %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/doc/src/qtquick3d-examples-proceduraltexture.qdoc %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/gradienttexture.cpp %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/gradienttexture.h %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/main.cpp %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/proceduraltexture.pro %%QT_EXAMPLEDIR%%/quick3d/proceduraltexture/qmldir %%QT_EXAMPLEDIR%%/quick3d/quick3d.pro %%QT_EXAMPLEDIR%%/quick3d/quickball/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/quickball/doc/images/quickball-ball.png %%QT_EXAMPLEDIR%%/quick3d/quickball/doc/images/quickball-example.jpg %%QT_EXAMPLEDIR%%/quick3d/quickball/doc/images/quickball-world.png %%QT_EXAMPLEDIR%%/quick3d/quickball/doc/src/qtquick3d-examples-quickball.qdoc %%QT_EXAMPLEDIR%%/quick3d/quickball/images/ball.jpg %%QT_EXAMPLEDIR%%/quick3d/quickball/images/ball_icon.png %%QT_EXAMPLEDIR%%/quick3d/quickball/images/ball_n.jpg %%QT_EXAMPLEDIR%%/quick3d/quickball/images/grass.jpg %%QT_EXAMPLEDIR%%/quick3d/quickball/images/grass_n.jpg %%QT_EXAMPLEDIR%%/quick3d/quickball/images/particle.png %%QT_EXAMPLEDIR%%/quick3d/quickball/images/qt_logo.jpg %%QT_EXAMPLEDIR%%/quick3d/quickball/images/qt_logo_n.jpg %%QT_EXAMPLEDIR%%/quick3d/quickball/images/quickball.png %%QT_EXAMPLEDIR%%/quick3d/quickball/images/sky.jpg %%QT_EXAMPLEDIR%%/quick3d/quickball/main.cpp %%QT_EXAMPLEDIR%%/quick3d/quickball/main.qml %%QT_EXAMPLEDIR%%/quick3d/quickball/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/quickball/quickball.pro %%QT_EXAMPLEDIR%%/quick3d/quickitems/Built_with_Qt_RGB_logo_vertical.png %%QT_EXAMPLEDIR%%/quick3d/quickitems/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/quickitems/doc/images/quickitems-example.png %%QT_EXAMPLEDIR%%/quick3d/quickitems/doc/src/qtquick3d-examples-quickitems.qdoc %%QT_EXAMPLEDIR%%/quick3d/quickitems/main.cpp %%QT_EXAMPLEDIR%%/quick3d/quickitems/main.qml %%QT_EXAMPLEDIR%%/quick3d/quickitems/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/quickitems/quickitems.pro %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/SettingsPanel.qml %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/doc/images/reflectionprobes-example.jpg %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/doc/src/reflectionprobes.qdoc %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/main.cpp %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/main.qml %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/reflectionprobes.pro %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/res/OpenfootageNET_lowerAustria01-1024.hdr %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/res/icon_settings.png %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/res/snowflake.png %%QT_EXAMPLEDIR%%/quick3d/reflectionprobes/resources.qrc %%QT_EXAMPLEDIR%%/quick3d/runtimeloader/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/runtimeloader/doc/images/runtimeloader-example.jpg %%QT_EXAMPLEDIR%%/quick3d/runtimeloader/doc/images/runtimeloader-normals.jpg %%QT_EXAMPLEDIR%%/quick3d/runtimeloader/doc/src/qtquick3d-examples-runtimeloader.qdoc %%QT_EXAMPLEDIR%%/quick3d/runtimeloader/main.cpp %%QT_EXAMPLEDIR%%/quick3d/runtimeloader/main.qml %%QT_EXAMPLEDIR%%/quick3d/runtimeloader/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/runtimeloader/runtimeloader.pro %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/ColorPicker.qml %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/SectionLayout.qml %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/SettingsPage.qml %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/assets.qrc %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/doc/images/sceneeffects-example.jpg %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/doc/src/qtquick3d-examples-sceneeffects.qdoc %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/TreeExpanded.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/TreeExpanded@2x.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/TreeExpanded@3x.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/TreeExpanded@4x.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/TreeUnexpanded.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/TreeUnexpanded@2x.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/TreeUnexpanded@3x.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/TreeUnexpanded@4x.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/images/grid_8x8.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/luts.qrc %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/luts/grayscale.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/luts/identity.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/luts/inverted.png %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/main.cpp %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/main.qml %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/sceneeffects.pro %%QT_EXAMPLEDIR%%/quick3d/sceneeffects/shaders/huesaturation.frag %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/ScreenSpaceReflections.qml %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/doc/images/screenspacereflections-example.jpg %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/doc/src/screenspacereflections.qdoc %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/main.cpp %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/main.qml %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/maps/OpenfootageNET_lowerAustria01-1024.hdr %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/material_screenspacereflections.frag %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/materials.qrc %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/qt_logo_rect.png %%QT_EXAMPLEDIR%%/quick3d/screenspacereflections/screenspacereflections.pro %%QT_EXAMPLEDIR%%/quick3d/simplefog/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/simplefog/doc/images/simplefog.jpg %%QT_EXAMPLEDIR%%/quick3d/simplefog/doc/src/simplefog.qdoc %%QT_EXAMPLEDIR%%/quick3d/simplefog/main.cpp %%QT_EXAMPLEDIR%%/quick3d/simplefog/main.qml %%QT_EXAMPLEDIR%%/quick3d/simplefog/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/simplefog/simplefog.pro %%QT_EXAMPLEDIR%%/quick3d/skinning/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/skinning/SimpleSkinning.qml %%QT_EXAMPLEDIR%%/quick3d/skinning/SimpleSkinningNew.qml %%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/inverseBindPoses.png %%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/inverseBindPoses2.png %%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/jointinfo.png %%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/jointinfo2.png %%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/skinning.png %%QT_EXAMPLEDIR%%/quick3d/skinning/doc/images/vertexinfo.png %%QT_EXAMPLEDIR%%/quick3d/skinning/doc/src/skinning.qdoc %%QT_EXAMPLEDIR%%/quick3d/skinning/main.cpp %%QT_EXAMPLEDIR%%/quick3d/skinning/main.qml %%QT_EXAMPLEDIR%%/quick3d/skinning/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/skinning/skingeometry.cpp %%QT_EXAMPLEDIR%%/quick3d/skinning/skingeometry.h %%QT_EXAMPLEDIR%%/quick3d/skinning/skinning.pro %%QT_EXAMPLEDIR%%/quick3d/submeshes/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/submeshes/doc/images/submeshes-example.png %%QT_EXAMPLEDIR%%/quick3d/submeshes/doc/images/submeshes-example1.png %%QT_EXAMPLEDIR%%/quick3d/submeshes/doc/images/submeshes-example2.png %%QT_EXAMPLEDIR%%/quick3d/submeshes/doc/src/qtquick3d-examples-submeshes.qdoc %%QT_EXAMPLEDIR%%/quick3d/submeshes/main.cpp %%QT_EXAMPLEDIR%%/quick3d/submeshes/meshes.qrc %%QT_EXAMPLEDIR%%/quick3d/submeshes/meshes/distortedcube.mesh %%QT_EXAMPLEDIR%%/quick3d/submeshes/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/submeshes/qml/DistortedCube.qml %%QT_EXAMPLEDIR%%/quick3d/submeshes/qml/main.qml %%QT_EXAMPLEDIR%%/quick3d/submeshes/submeshes.pro %%QT_EXAMPLEDIR%%/quick3d/view3d/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/view3d/doc/images/view3d-example.png %%QT_EXAMPLEDIR%%/quick3d/view3d/doc/src/qtquick3d-examples-view3d.qdoc %%QT_EXAMPLEDIR%%/quick3d/view3d/main.cpp %%QT_EXAMPLEDIR%%/quick3d/view3d/main.qml %%QT_EXAMPLEDIR%%/quick3d/view3d/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/view3d/teapot.mesh %%QT_EXAMPLEDIR%%/quick3d/view3d/view3d.pro %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/Main.qml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/REUSE.toml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/VirtualAssistant.qmlproject %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/RobotHeart/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/RobotHeart/RobotHeart.hints %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/RobotHeart/RobotHeart.qml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/RobotHeart/meshes/plane.mesh %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/RobotHeart/qmldir %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/VirtualAssistant.hints %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/VirtualAssistant.qml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/meshes/body.mesh %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/meshes/mesh_107.mesh %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/meshes/mesh_108.mesh %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/meshes/mesh_109.mesh %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/asset_imports/Quick3DAssets/VirtualAssistant/qmldir %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/content/App.qml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/content/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/content/ControlPanel.qml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/content/Screen01.ui.qml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/content/SettingsPanel.qml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/content/colosseum_4k.hdr %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/doc/images/VirtualAssistantHome.png %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/doc/src/virtualassistant.qdoc %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/imports/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/imports/Constants/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/imports/Constants/Constants.qml %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/imports/Constants/designer/plugin.metainfo %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/imports/Constants/qmldir %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/qmlmodules %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/qt_attribution.json %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quick3d/virtualassistant/src/main.cpp %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/ArcballController.qml %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/Main.qml %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/OriginGizmo.qml %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/SpacingMap.mjs %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/Spinner.qml %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/alpha_blending.frag %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/alpha_blending.vert %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/doc/images/volumeraycaster.webp %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/doc/src/volumeraycaster.qdoc %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/images/circle.png %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/images/colormap-coolwarm.png %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/images/colormap-gist_rainbow.png %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/images/colormap-gnuplot.png %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/images/colormap-plasma.png %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/images/colormap-rainbow.png %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/images/colormap-viridis.png %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/lineboxgeometry.cpp %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/lineboxgeometry.h %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/main.cpp %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/qmldir %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/qt_attribution.json %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/volumeraycaster.pro %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/volumetexturedata.cpp %%QT_EXAMPLEDIR%%/quick3d/volumeraycaster/volumetexturedata.h %%QT_EXAMPLEDIR%%/quick3d/xr_anchors/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/xr_anchors/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/quick3d/xr_anchors/doc/images/xranchors-example.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_anchors/doc/src/qtquick3d-examples-xranchors.qdoc %%QT_EXAMPLEDIR%%/quick3d/xr_anchors/main.cpp %%QT_EXAMPLEDIR%%/quick3d/xr_anchors/main.qml %%QT_EXAMPLEDIR%%/quick3d/xr_anchors/visionos/MacOSXBundleInfo.plist.in %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/Building.qml %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/building.gltf %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/doc/images/xrfreeformteleportation-example.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/doc/src/qtquick3d-examples-xrfreeformteleportation.qdoc %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/main.cpp %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/main.qml %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Attribution.txt %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tape001_1K_Color.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tape001_1K_NormalGL.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tape001_1K_Roughness.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tiles107_1K_Color.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tiles107_1K_NormalGL.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tiles107_1K_Roughness.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/maps/Tiles108_1K_Color.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/meshes/building.mesh %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/qml.qrc %%QT_EXAMPLEDIR%%/quick3d/xr_freeformteleportation/visionos/MacOSXBundleInfo.plist.in %%QT_EXAMPLEDIR%%/quick3d/xr_input/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/xr_input/ColorView.qml %%QT_EXAMPLEDIR%%/quick3d/xr_input/ExampleButton.qml %%QT_EXAMPLEDIR%%/quick3d/xr_input/Teacup.qml %%QT_EXAMPLEDIR%%/quick3d/xr_input/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/quick3d/xr_input/attribution.txt %%QT_EXAMPLEDIR%%/quick3d/xr_input/doc/images/xrinput-example.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_input/doc/src/qtquick3d-examples-xrinput.qdoc %%QT_EXAMPLEDIR%%/quick3d/xr_input/main.cpp %%QT_EXAMPLEDIR%%/quick3d/xr_input/main.qml %%QT_EXAMPLEDIR%%/quick3d/xr_input/meshes/cup.mesh %%QT_EXAMPLEDIR%%/quick3d/xr_input/meshes/handle.mesh %%QT_EXAMPLEDIR%%/quick3d/xr_input/meshes/teapot.mesh %%QT_EXAMPLEDIR%%/quick3d/xr_input/visionos/MacOSXBundleInfo.plist.in %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/GadgetBox.qml %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/Scene.qml %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/doc/images/xrinteraction-example.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/doc/src/qtquick3d-examples-xrinteraction.qdoc %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/main.cpp %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/main.qml %%QT_EXAMPLEDIR%%/quick3d/xr_interaction/visionos/MacOSXBundleInfo.plist.in %%QT_EXAMPLEDIR%%/quick3d/xr_shared/AimController.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/AxisGadget.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/xr_shared/FreeformTeleporter.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/PickRay.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/ResizeGadget.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/RotateGadget.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/TeleportBeam.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/TeleportTargetIndicator.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/TouchHand.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/TranslateGadget.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/ValueFader.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/XrCursor.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/XrGadget.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/XrItemHandle.qml %%QT_EXAMPLEDIR%%/quick3d/xr_shared/assets/arrows.gltf %%QT_EXAMPLEDIR%%/quick3d/xr_shared/meshes/arrow_mesh.mesh %%QT_EXAMPLEDIR%%/quick3d/xr_shared/meshes/resize_mesh.mesh %%QT_EXAMPLEDIR%%/quick3d/xr_shared/meshes/rotate_mesh.mesh %%QT_EXAMPLEDIR%%/quick3d/xr_shared/shaders/cursor.frag %%QT_EXAMPLEDIR%%/quick3d/xr_shared/shaders/cursor.vert %%QT_EXAMPLEDIR%%/quick3d/xr_shared/shaders/target_indicator.frag %%QT_EXAMPLEDIR%%/quick3d/xr_shared/shaders/target_indicator.vert %%QT_EXAMPLEDIR%%/quick3d/xr_simple/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/xr_simple/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/quick3d/xr_simple/doc/images/xrsimple-example.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_simple/doc/src/qtquick3d-examples-xrsimple.qdoc %%QT_EXAMPLEDIR%%/quick3d/xr_simple/main.cpp %%QT_EXAMPLEDIR%%/quick3d/xr_simple/main.qml %%QT_EXAMPLEDIR%%/quick3d/xr_simple/visionos/MacOSXBundleInfo.plist.in %%QT_EXAMPLEDIR%%/quick3d/xr_touch/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3d/xr_touch/ExampleButton.qml %%QT_EXAMPLEDIR%%/quick3d/xr_touch/Monitor.qml %%QT_EXAMPLEDIR%%/quick3d/xr_touch/ScreenContent.qml %%QT_EXAMPLEDIR%%/quick3d/xr_touch/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/quick3d/xr_touch/assets/monitor.gltf %%QT_EXAMPLEDIR%%/quick3d/xr_touch/doc/images/xrtouch-example.jpg %%QT_EXAMPLEDIR%%/quick3d/xr_touch/doc/src/qtquick3d-examples-xrtouch.qdoc %%QT_EXAMPLEDIR%%/quick3d/xr_touch/main.cpp %%QT_EXAMPLEDIR%%/quick3d/xr_touch/main.qml %%QT_EXAMPLEDIR%%/quick3d/xr_touch/meshes/monitor_mesh.mesh %%QT_EXAMPLEDIR%%/quick3d/xr_touch/visionos/MacOSXBundleInfo.plist.in %%QT_EXAMPLEDIR%%/quick3dphysics/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/Box.qml %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/Crosshair.qml %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/Sphere.qml %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/cannon.pro %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/doc/images/cannon-example.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/doc/src/qtquick3dphysics-examples-cannon.qdoc %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/main.cpp %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/main.qml %%QT_EXAMPLEDIR%%/quick3dphysics/cannon/qml.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/Building.qml %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/Wasd.qml %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/building.gltf %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/charactercontroller.pro %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/doc/images/charactercontroller-example.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/doc/src/qtquick3dphysics-examples-charactercontroller.qdoc %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/main.cpp %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/main.qml %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/Attribution.txt %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/Tape001_1K_Color.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/Tape001_1K_NormalGL.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/Tape001_1K_Roughness.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/Tiles107_1K_Color.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/Tiles107_1K_NormalGL.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/Tiles107_1K_Roughness.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/Tiles108_1K_Color.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/sign.png %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/maps/sphere.png %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/meshes/building.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/charactercontroller/qml.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/CapsuleLink.qml %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/MeshLink.qml %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/compoundshapes.pro %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/doc/images/compoundshapes-example-capsulelink.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/doc/images/compoundshapes-example-meshlink.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/doc/images/compoundshapes-example.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/doc/src/qtquick3dphysics-examples-compoundshapes.qdoc %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/main.cpp %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/main.qml %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/ring.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_001.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_002.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_003.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_004.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_005.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_006.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_007.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_008.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_009.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_010.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_011.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/meshes/segmentedRing_012.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/qml.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/resources.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/compoundshapes/ring.glb %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/customshapes.pro %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/doc/images/customshapes-example.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/doc/src/qtquick3dphysics-examples-customshapes.qdoc %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/main.cpp %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/main.qml %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/maps/cloth-heightmap.png %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/maps/numbers-normal.png %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/maps/numbers.png %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/maps/weave.png %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/cup.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/dodecahedron.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/icosahedron.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/octahedron.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/simpleCup.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/tetrahedron.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/meshes/tower.mesh %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/qml.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/customshapes/resources.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/impeller/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/impeller/doc/images/impeller-example.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/impeller/doc/src/qtquick3dphysics-examples-impeller.qdoc %%QT_EXAMPLEDIR%%/quick3dphysics/impeller/impeller.pro %%QT_EXAMPLEDIR%%/quick3dphysics/impeller/main.cpp %%QT_EXAMPLEDIR%%/quick3dphysics/impeller/main.qml %%QT_EXAMPLEDIR%%/quick3dphysics/impeller/qml.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/mass/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/mass/RolyPoly.qml %%QT_EXAMPLEDIR%%/quick3dphysics/mass/Sphere.qml %%QT_EXAMPLEDIR%%/quick3dphysics/mass/doc/images/mass-example.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/mass/doc/src/qtquick3dphysics-examples-mass.qdoc %%QT_EXAMPLEDIR%%/quick3dphysics/mass/main.cpp %%QT_EXAMPLEDIR%%/quick3dphysics/mass/main.qml %%QT_EXAMPLEDIR%%/quick3dphysics/mass/mass.pro %%QT_EXAMPLEDIR%%/quick3dphysics/mass/qml.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/material/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/material/doc/images/material-example.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/material/doc/src/qtquick3dphysics-examples-material.qdoc %%QT_EXAMPLEDIR%%/quick3dphysics/material/main.cpp %%QT_EXAMPLEDIR%%/quick3dphysics/material/main.qml %%QT_EXAMPLEDIR%%/quick3dphysics/material/material.pro %%QT_EXAMPLEDIR%%/quick3dphysics/material/qml.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/quick3dphysics.pro %%QT_EXAMPLEDIR%%/quick3dphysics/simple/CMakeLists.txt %%QT_EXAMPLEDIR%%/quick3dphysics/simple/doc/images/simple-example.jpg %%QT_EXAMPLEDIR%%/quick3dphysics/simple/doc/src/qtquick3dphysics-examples-simple.qdoc %%QT_EXAMPLEDIR%%/quick3dphysics/simple/main.cpp %%QT_EXAMPLEDIR%%/quick3dphysics/simple/main.qml %%QT_EXAMPLEDIR%%/quick3dphysics/simple/qml.qrc %%QT_EXAMPLEDIR%%/quick3dphysics/simple/simple.pro %%QT_EXAMPLEDIR%%/quickcontrols/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/ApplicationWindow.qml %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/Button.qml %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/Label.qml %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/Popup.qml %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/Switch.qml %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/ToolBar.qml %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/mystyle.cpp %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/MyStyle/mystyle.h %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/attachedstyleproperties.cpp %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/attachedstyleproperties.qml %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/doc/images/qtquickcontrols-attachedstyleproperties.png %%QT_EXAMPLEDIR%%/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols-attachedstyleproperties.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter1/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter1/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter1/chapter1.pro %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter1/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter1/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter1/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/chapter2.pro %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Albert_Einstein.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Albert_Einstein@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Albert_Einstein@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Albert_Einstein@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Ernest_Hemingway.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Ernest_Hemingway@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Ernest_Hemingway@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Ernest_Hemingway@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Hans_Gude.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Hans_Gude@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Hans_Gude@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/Hans_Gude@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/images/images.qrc %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter2/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/ContactPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/ConversationPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/chapter3.pro %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Albert_Einstein.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Albert_Einstein@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Albert_Einstein@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Albert_Einstein@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Ernest_Hemingway.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Ernest_Hemingway@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Ernest_Hemingway@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Ernest_Hemingway@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Hans_Gude.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Hans_Gude@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Hans_Gude@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/Hans_Gude@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/images/images.qrc %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter3/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/ContactPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/ConversationPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/chapter4.pro %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Albert_Einstein.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Albert_Einstein@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Albert_Einstein@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Albert_Einstein@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Ernest_Hemingway.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Ernest_Hemingway@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Ernest_Hemingway@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Ernest_Hemingway@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Hans_Gude.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Hans_Gude@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Hans_Gude@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/Hans_Gude@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/images/images.qrc %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/sqlcontactmodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/sqlcontactmodel.h %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/sqlconversationmodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter4/sqlconversationmodel.h %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/+Material/ChatToolBar.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/ChatToolBar.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/ContactPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/ConversationPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/chapter5.pro %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Albert_Einstein.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Albert_Einstein@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Albert_Einstein@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Albert_Einstein@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Ernest_Hemingway.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Ernest_Hemingway@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Ernest_Hemingway@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Ernest_Hemingway@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Hans_Gude.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Hans_Gude@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Hans_Gude@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/Hans_Gude@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/images/images.qrc %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/sqlcontactmodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/sqlcontactmodel.h %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/sqlconversationmodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chapter5/sqlconversationmodel.h %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/chattutorial.pro %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter1.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter2-listview-header.gif %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter2.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter3-listview-header.gif %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter3-view-margins.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter3.gif %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter4-long-message.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter4-message-timestamp.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter4.gif %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-contacts-material-dark.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-contacts-material-test.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-contacts-material.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-contacts-universal-dark.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-contacts-universal.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-conversations-material-dark.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-conversations-material-test.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-conversations-material.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-conversations-universal-dark.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/images/qtquickcontrols-chattutorial-chapter5-conversations-universal.png %%QT_EXAMPLEDIR%%/quickcontrols/chattutorial/doc/src/qtquickcontrols-chattutorial.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/ContactDelegate.ui.qml %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/ContactDialog.qml %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/ContactForm.ui.qml %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/ContactList.qml %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/ContactView.ui.qml %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/SectionDelegate.ui.qml %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/contactlist.pro %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/contactmodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/contactmodel.h %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/designer/Backend/ContactModel.qml %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/designer/Backend/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/doc/images/qtquickcontrols-contactlist.png %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/doc/src/qtquickcontrols-contactlist.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/contactlist/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/MonthGridDelegate.qml %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/doc/images/qtquickcalendar-eventcalendar.png %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/doc/src/qtquickcontrols-eventcalendar.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/event.h %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/eventcalendar.cpp %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/eventcalendar.pro %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/eventcalendar.qml %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/eventmodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/eventmodel.h %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/sqleventdatabase.cpp %%QT_EXAMPLEDIR%%/quickcontrols/eventcalendar/sqleventdatabase.h %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/doc/images/qtquickcontrols-filesystemexplorer.webp %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/doc/src/qtquickcontrols-filesystemexplorer.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/filesystemexplorer.pro %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/filesystemmodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/filesystemmodel.h %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/app_icon.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/folder_closed.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/folder_open.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/generic_file.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/globe.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/info_sign.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/light_bulb.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/qt_logo.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/read.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/icons/resize.svg %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/linenumbermodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/linenumbermodel.h %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/About.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/Colors.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/Editor.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/FileSystemView.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/MyMenu.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/MyMenuBar.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/ResizeButton.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/Sidebar.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qml/WindowDragHandler.qml %%QT_EXAMPLEDIR%%/quickcontrols/filesystemexplorer/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/MainForm.ui.qml %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/doc/images/qtquickcontrols-flatstyle-creator.png %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/doc/images/qtquickcontrols-flatstyle.png %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/doc/src/qtquickcontrols-flatstyle.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/flatstyle.pro %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/flatstyle.qml %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/flatstyle.qmlproject %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/imports/Flat/Button.qml %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/imports/Flat/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/imports/Flat/CheckBox.qml %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/imports/Flat/Switch.qml %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/imports/Flat/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/imports/Theme/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/imports/Theme/Theme.qml %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/imports/Theme/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/flatstyle/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/gallery/+Material/ToolBar.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/gallery/ToolBar.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-drawer.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-menu.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-welcome.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/gallery/gallery.cpp %%QT_EXAMPLEDIR%%/quickcontrols/gallery/gallery.pro %%QT_EXAMPLEDIR%%/quickcontrols/gallery/gallery.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20/back.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20/drawer.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20/menu.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@2/back.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@2/drawer.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@2/menu.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@3/back.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@3/drawer.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@3/menu.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@4/back.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@4/drawer.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/20x20@4/menu.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/icons/gallery/index.theme %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/arrow.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/arrow@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/arrow@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/arrow@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/arrows.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/arrows@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/arrows@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/arrows@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/qt-logo.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/qt-logo@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/qt-logo@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/images/qt-logo@4x.png %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/BusyIndicatorPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/ButtonPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/CheckBoxPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/ComboBoxPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/DelayButtonPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/DelegatePage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/DialPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/DialogPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/FramePage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/GalleryConfig.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/GroupBoxPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/MenuBarPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/MonthGridPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/PageIndicatorPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/ProgressBarPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/RadioButtonPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/RangeSliderPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/ScrollBarPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/ScrollIndicatorPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/ScrollablePage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/SearchFieldPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/SliderPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/SpinBoxPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/SplitViewPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/StackViewPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/SwipeViewPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/SwitchPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/TabBarPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/TableViewPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/TextAreaPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/TextFieldPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/ToolBarPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/ToolTipPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/TreeViewPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/pages/TumblerPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/gallery/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/gallery/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/automotive.cpp %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/automotive.pro %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/doc/images/qtquickcontrols-automotive.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/doc/src/qtquickcontrols-automotive.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44/air-con.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44/command.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44/message.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44/music.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44/seats.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44/settings.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44/statistics.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44/windows.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/air-con.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/command.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/message.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/music.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/navigation.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/seats.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/settings.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/statistics.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/44x44@2/windows.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/icons.svg %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/automotive/index.theme %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/car.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/car@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/icons.qrc %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/warning.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/warning@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/weather.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/icons/weather@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/applicationwindow-background.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/applicationwindow-background@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background-checked-hovered@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background-checked.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background-checked@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background-hovered.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background-hovered@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background-pressed.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background-pressed@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/button-background@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-background-hovered.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-background-hovered@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-background-pressed.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-background-pressed@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-background.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-background@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-handle-pressed.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-handle-pressed@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-handle.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/dial-handle@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/frame-background.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/frame-background@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/imagine-assets.qrc %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-checked@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-hovered@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-pressed@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-hovered@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-pressed@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/scrollindicator-handle.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/scrollindicator-handle@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-background-horizontal.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-background-horizontal@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-handle-hovered.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-handle-hovered@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-handle-pressed.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-handle-pressed@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-handle.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-handle@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-background.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-background@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-hovered@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-pressed@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/imagine-assets/toolseparator-separator-vertical@2x.9.png %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/qml/FeatureButton.qml %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/qml/LargeLabel.qml %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/qml/automotive.qml %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/qml/qml.qrc %%QT_EXAMPLEDIR%%/quickcontrols/imagine/automotive/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/AppSettings.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/Database.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/FontSizePage.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/HomePage.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/MaxTasksPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/NavBar.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/ProjectPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/SettingsPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/ToggleCompletedTasksPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/doc/images/qtquickcontrols-todolist.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/doc/src/qtquickcontrols-todolist.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/add-new.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/add-new@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/add-new@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/back-white.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/back-white@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/back-white@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/back.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/back@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/back@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/close-white.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/close-white@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/close-white@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/close.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/close@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/close@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/plus-math.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/plus-math@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/plus-math@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/settings.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/settings@2x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/images/settings@3x.png %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/main.qml %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/src/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/ios/todolist/todolist.pro %%QT_EXAMPLEDIR%%/quickcontrols/quickcontrols.pro %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/.qmllint.ini %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/ColumnHeaderView.qml %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/HeaderToolBar.qml %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/HeaderViewTapHandler.qml %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/HelpDialog.qml %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/RowHeaderView.qml %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/datamodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/datamodel.h %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/copy.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/cut.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/help.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/hide.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/insert_column_left.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/insert_column_right.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/insert_row_above.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/insert_row_below.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/paste.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/remove_column.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/remove_row.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/reset_reordering.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/icons/show.svg %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadcell.cpp %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadcell.h %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadformula.cpp %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadformula.h %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadkey.h %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadmimedataprovider.cpp %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadmimedataprovider.h %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadmodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadmodel.h %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/Spreadsheets/spreadrole.h %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/doc/images/spreadsheets-example.png %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/doc/src/spreadsheets.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/spreadsheets/spreadsheet.svg %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/arrow_icon.png %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/content.txt %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/doc/images/qtquickcontrols-tableofcontents.png %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/doc/src/qtquickcontrols-tableofcontents.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/main.cpp %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/treeitem.cpp %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/treeitem.h %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/treemodel.cpp %%QT_EXAMPLEDIR%%/quickcontrols/tableofcontents/treemodel.h %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/+touch/texteditor.html %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/creatorKateHighlighter.png %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/doc/images/qtquickcontrols-texteditor-desktop.jpg %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/doc/images/qtquickcontrols-texteditor-touch.jpg %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/einstein.png %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/example.md %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/fonts/fontello.ttf %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/images/qt-logo.png %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/qml/+touch/texteditor.qml %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/qml/texteditor.qml %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/red.png %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/texteditor.cpp %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/texteditor.html %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/texteditor.pro %%QT_EXAMPLEDIR%%/quickcontrols/texteditor/texteditor.qrc %%QT_EXAMPLEDIR%%/quickcontrols/wearable/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/AlarmsPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/AppSettings.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/Clock.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/DemoMode.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/DemoModeIndicator.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/FitnessPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/LauncherPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/ListHeaderItem.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/ListItem.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/Main.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/MenuHeader.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/NavigationFallbackPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/NavigationPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/NotificationsPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/RouteElement.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/SettingsPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/SwipeViewPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/WeatherPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/WorldClockPage.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/fallbackroute.json %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/fitness.js %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/back-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/back-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/bearleft-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/bearleft-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/bearright-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/bearright-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/bell-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/bell-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/bluetooth-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/bluetooth-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/clock-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/clock-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/darkmode-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/darkmode-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/demomode-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/demomode-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/drop-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/drop-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/forward-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/forward-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/hearth-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/hearth-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/left-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/left-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/lightleft-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/lightleft-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/lightright-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/lightright-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/maps-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/maps-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/notification-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/notification-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/plus-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/plus-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/pressure-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/pressure-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/right-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/right-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/settings-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/settings-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/sun-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/sun-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/sunrise-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/sunrise-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/sunset-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/sunset-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/thermometer-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/thermometer-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/uturnleft-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/uturnleft-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/uturnright-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/uturnright-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-few-clouds-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-few-clouds-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-fog-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-fog-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-haze-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-haze-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-icy-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-icy-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-overcast-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-overcast-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-showers-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-showers-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-showers-scattered-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-showers-scattered-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-sleet-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-sleet-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-snow-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-snow-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-storm-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-storm-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-sunny-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-sunny-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-sunny-very-few-clouds-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-sunny-very-few-clouds-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-thundershower-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/weather-thundershower-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/wifi-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/wifi-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/wind-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/wind-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/icons/yellowsun.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/images/fallbackmap.png %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/images/fitness-man-running-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/images/fitness-man-running-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/images/fitness-man-walking-dark.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/images/fitness-man-walking-light.svg %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/navigation.js %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/notifications.js %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/weather.js %%QT_EXAMPLEDIR%%/quickcontrols/wearable/Wearable/weather.json %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableSettings/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableSettings/WearableSettings.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableSettings/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/CMakeLists.txt %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/PageIndicator.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/Slider.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/Switch.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/UIStyle.qml %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/fonts/OFL.txt %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/fonts/TitilliumWeb-Bold.ttf %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/fonts/TitilliumWeb-Regular.ttf %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/fonts/TitilliumWeb-SemiBold.ttf %%QT_EXAMPLEDIR%%/quickcontrols/wearable/WearableStyle/qmldir %%QT_EXAMPLEDIR%%/quickcontrols/wearable/doc/images/qtquickcontrols-wearable.png %%QT_EXAMPLEDIR%%/quickcontrols/wearable/doc/src/qtquickcontrols-wearable.qdoc %%QT_EXAMPLEDIR%%/quickcontrols/wearable/wearable.cpp %%QT_EXAMPLEDIR%%/quickcontrols/wearable/wearable.pro %%QT_EXAMPLEDIR%%/quickcontrols/wearable/wearable.qrc %%QT_EXAMPLEDIR%%/remoteobjects/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/Clock.qml %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/Plugins.qml %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/center.png %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/clientapp.pro %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/clock.png %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/doc/images/clientapp-example.webp %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/doc/src/clientapp.qdoc %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/hour.png %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/minute.png %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/plugin.h %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/plugins0.qml %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/plugins1.qml %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/plugins2.qml %%QT_EXAMPLEDIR%%/remoteobjects/clientapp/qmldir %%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/doc/src/modelviewclient.qdoc %%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/modelviewclient/modelviewclient.pro %%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/doc/src/modelviewserver.qdoc %%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/modelviewserver/modelviewserver.pro %%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects.pro %%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/doc/images/remoteobjects-server-example.webp %%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/doc/src/remoteobjects_server.qdoc %%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/remoteobjects_server.pro %%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/timemodel.cpp %%QT_EXAMPLEDIR%%/remoteobjects/remoteobjects_server/timemodel.h %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/client.cpp %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/client.h %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/directconnectclient.pro %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectclient/simpleswitch.rep %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/directconnectserver.pro %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.cpp %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.h %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectserver/simpleswitch.rep %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/doc/src/simpleswitch.qdoc %%QT_EXAMPLEDIR%%/remoteobjects/simpleswitch/simpleswitch.pro %%QT_EXAMPLEDIR%%/remoteobjects/ssl/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/ssl/doc/src/ssl.qdoc %%QT_EXAMPLEDIR%%/remoteobjects/ssl/ssl.pro %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslcppclient/sslcppclient.pro %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/cert.qrc %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/client.crt %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/client.key %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/readme %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.key %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.pem %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/rootCA.srl %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/server.crt %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/cert/server.key %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/sslserver.pro %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/timemodel.cpp %%QT_EXAMPLEDIR%%/remoteobjects/ssl/sslserver/timemodel.h %%QT_EXAMPLEDIR%%/remoteobjects/timemodel.rep %%QT_EXAMPLEDIR%%/remoteobjects/websockets/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/cert.qrc %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/client.crt %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/client.key %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/readme %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/rootCA.key %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/rootCA.pem %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/rootCA.srl %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/server.crt %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/cert/server.key %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/common.pri %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/websocketiodevice.cpp %%QT_EXAMPLEDIR%%/remoteobjects/websockets/common/websocketiodevice.h %%QT_EXAMPLEDIR%%/remoteobjects/websockets/doc/src/websocket.qdoc %%QT_EXAMPLEDIR%%/remoteobjects/websockets/websockets.pro %%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsclient/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsclient/wsclient.pro %%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsserver/main.cpp %%QT_EXAMPLEDIR%%/remoteobjects/websockets/wsserver/wsserver.pro %%QT_EXAMPLEDIR%%/scxml/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/calculator/Button.qml %%QT_EXAMPLEDIR%%/scxml/calculator/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/calculator/MainWindow.qml %%QT_EXAMPLEDIR%%/scxml/calculator/calculator-qml.h %%QT_EXAMPLEDIR%%/scxml/calculator/calculator.cpp %%QT_EXAMPLEDIR%%/scxml/calculator/calculator.pro %%QT_EXAMPLEDIR%%/scxml/calculator/doc/images/calculator.png %%QT_EXAMPLEDIR%%/scxml/calculator/doc/src/calculator.qdoc %%QT_EXAMPLEDIR%%/scxml/calculator/qmldir %%QT_EXAMPLEDIR%%/scxml/calculator/statemachine.scxml %%QT_EXAMPLEDIR%%/scxml/ftpclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/ftpclient/doc/images/ftpclient-statechart.png %%QT_EXAMPLEDIR%%/scxml/ftpclient/doc/src/ftpclient.qdoc %%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpclient.pro %%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpcontrolchannel.cpp %%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpcontrolchannel.h %%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpdatachannel.cpp %%QT_EXAMPLEDIR%%/scxml/ftpclient/ftpdatachannel.h %%QT_EXAMPLEDIR%%/scxml/ftpclient/main.cpp %%QT_EXAMPLEDIR%%/scxml/ftpclient/simpleftp.scxml %%QT_EXAMPLEDIR%%/scxml/invoke/Button.qml %%QT_EXAMPLEDIR%%/scxml/invoke/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/invoke/MainView.qml %%QT_EXAMPLEDIR%%/scxml/invoke/SubView.qml %%QT_EXAMPLEDIR%%/scxml/invoke/doc/images/invoke.png %%QT_EXAMPLEDIR%%/scxml/invoke/doc/src/invoke.qdoc %%QT_EXAMPLEDIR%%/scxml/invoke/invoke-qml.h %%QT_EXAMPLEDIR%%/scxml/invoke/invoke.cpp %%QT_EXAMPLEDIR%%/scxml/invoke/invoke.pro %%QT_EXAMPLEDIR%%/scxml/invoke/qmldir %%QT_EXAMPLEDIR%%/scxml/invoke/statemachine.scxml %%QT_EXAMPLEDIR%%/scxml/mediaplayer/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/mediaplayer/MainWindow.qml %%QT_EXAMPLEDIR%%/scxml/mediaplayer/doc/images/mediaplayer.png %%QT_EXAMPLEDIR%%/scxml/mediaplayer/doc/src/mediaplayer.qdoc %%QT_EXAMPLEDIR%%/scxml/mediaplayer/main.cpp %%QT_EXAMPLEDIR%%/scxml/mediaplayer/mediaplayer-qml.h %%QT_EXAMPLEDIR%%/scxml/mediaplayer/mediaplayer.pro %%QT_EXAMPLEDIR%%/scxml/mediaplayer/mediaplayer.scxml %%QT_EXAMPLEDIR%%/scxml/mediaplayer/qmldir %%QT_EXAMPLEDIR%%/scxml/mediaplayer/thedatamodel.cpp %%QT_EXAMPLEDIR%%/scxml/mediaplayer/thedatamodel.h %%QT_EXAMPLEDIR%%/scxml/scxml.pro %%QT_EXAMPLEDIR%%/scxml/sudoku/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/sudoku/data/nearly-solved-sudoku.data %%QT_EXAMPLEDIR%%/scxml/sudoku/data/sudoku.data %%QT_EXAMPLEDIR%%/scxml/sudoku/doc/images/sudoku.png %%QT_EXAMPLEDIR%%/scxml/sudoku/doc/src/sudoku.qdoc %%QT_EXAMPLEDIR%%/scxml/sudoku/main.cpp %%QT_EXAMPLEDIR%%/scxml/sudoku/mainwindow.cpp %%QT_EXAMPLEDIR%%/scxml/sudoku/mainwindow.h %%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.js %%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.pro %%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.qrc %%QT_EXAMPLEDIR%%/scxml/sudoku/sudoku.scxml %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/background.png %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/doc/images/trafficlight.png %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/doc/src/trafficlight-compiling.qdocinc %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/doc/src/trafficlight-state-machine.qdocinc %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/green.png %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/pause.png %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/play.png %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/red.png %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/statemachine.scxml %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/trafficlight.cpp %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/trafficlight.h %%QT_EXAMPLEDIR%%/scxml/trafficlight-common/yellow.png %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/Button.qml %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/Lights.ui.qml %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/MainView.qml %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/doc/src/trafficlight-qml-dynamic.qdoc %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/qmldir %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.cpp %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-dynamic/trafficlight-qml-dynamic.pro %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/Light.qml %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/MainView.qml %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/doc/images/trafficlight.png %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/doc/src/trafficlight-qml-simple.qdoc %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/qmldir %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml-simple.cpp %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml-simple.pro %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-simple/trafficlight-qml.h %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/Button.qml %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/Lights.ui.qml %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/MainView.qml %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/doc/src/trafficlight-qml-static.qdoc %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/qmldir %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.cpp %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml-static.pro %%QT_EXAMPLEDIR%%/scxml/trafficlight-qml-static/trafficlight-qml.h %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/doc/src/trafficlight-widgets-dynamic.qdoc %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic.cpp %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic.pro %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic.qrc %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/CMakeLists.txt %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/doc/src/trafficlight-widgets-static.qdoc %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/trafficlight-widgets-static.cpp %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/trafficlight-widgets-static.pro %%QT_EXAMPLEDIR%%/scxml/trafficlight-widgets-static/trafficlight-widgets-static.qrc %%QT_EXAMPLEDIR%%/sensors/CMakeLists.txt %%QT_EXAMPLEDIR%%/sensors/sensors.pro %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Accelerometer.qml %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/CMakeLists.txt %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Compass.qml %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Gyroscope.qml %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Info.plist %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Magnetometer.qml %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Main.qml %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/ProgressXYZBar.qml %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/Proximity.qml %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/AndroidManifest.xml %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/res/drawable-hdpi/icon.png %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/res/drawable-ldpi/icon.png %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/res/drawable-mdpi/icon.png %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/res/drawable-xhdpi/icon.png %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/res/drawable-xxhdpi/icon.png %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/android/res/drawable-xxxhdpi/icon.png %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/images/sensorsshowcase-gyroscope.webp %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/images/sensorsshowcase-mainview.webp %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/doc/src/sensorsshowcase.qdoc %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/compass.svg %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/magnet.svg %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/images/qt_logo.png %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/main.cpp %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/qmldir %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/sensorsshowcase.pro %%QT_EXAMPLEDIR%%/sensors/sensorsshowcase/sensorsupport.h %%QT_EXAMPLEDIR%%/serialbus/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialbus/can/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialbus/can/bitratebox.cpp %%QT_EXAMPLEDIR%%/serialbus/can/bitratebox.h %%QT_EXAMPLEDIR%%/serialbus/can/can.pro %%QT_EXAMPLEDIR%%/serialbus/can/can.qrc %%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfobox.cpp %%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfobox.h %%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfobox.ui %%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfodialog.cpp %%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfodialog.h %%QT_EXAMPLEDIR%%/serialbus/can/canbusdeviceinfodialog.ui %%QT_EXAMPLEDIR%%/serialbus/can/common.h %%QT_EXAMPLEDIR%%/serialbus/can/connectdialog.cpp %%QT_EXAMPLEDIR%%/serialbus/can/connectdialog.h %%QT_EXAMPLEDIR%%/serialbus/can/connectdialog.ui %%QT_EXAMPLEDIR%%/serialbus/can/images/application-exit.png %%QT_EXAMPLEDIR%%/serialbus/can/images/clear.png %%QT_EXAMPLEDIR%%/serialbus/can/images/connect.png %%QT_EXAMPLEDIR%%/serialbus/can/images/disconnect.png %%QT_EXAMPLEDIR%%/serialbus/can/main.cpp %%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.cpp %%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.h %%QT_EXAMPLEDIR%%/serialbus/can/mainwindow.ui %%QT_EXAMPLEDIR%%/serialbus/can/receivedframesmodel.cpp %%QT_EXAMPLEDIR%%/serialbus/can/receivedframesmodel.h %%QT_EXAMPLEDIR%%/serialbus/can/receivedframesview.cpp %%QT_EXAMPLEDIR%%/serialbus/can/receivedframesview.h %%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.cpp %%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.h %%QT_EXAMPLEDIR%%/serialbus/can/sendframebox.ui %%QT_EXAMPLEDIR%%/serialbus/modbus/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialbus/modbus/client/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialbus/modbus/client/client.pro %%QT_EXAMPLEDIR%%/serialbus/modbus/client/client.qrc %%QT_EXAMPLEDIR%%/serialbus/modbus/client/doc/images/modbusclient.png %%QT_EXAMPLEDIR%%/serialbus/modbus/client/doc/src/modbusclient.qdoc %%QT_EXAMPLEDIR%%/serialbus/modbus/client/images/application-exit.png %%QT_EXAMPLEDIR%%/serialbus/modbus/client/images/connect.png %%QT_EXAMPLEDIR%%/serialbus/modbus/client/images/disconnect.png %%QT_EXAMPLEDIR%%/serialbus/modbus/client/images/settings.png %%QT_EXAMPLEDIR%%/serialbus/modbus/client/main.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/client/mainwindow.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/client/mainwindow.h %%QT_EXAMPLEDIR%%/serialbus/modbus/client/mainwindow.ui %%QT_EXAMPLEDIR%%/serialbus/modbus/client/settingsdialog.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/client/settingsdialog.h %%QT_EXAMPLEDIR%%/serialbus/modbus/client/settingsdialog.ui %%QT_EXAMPLEDIR%%/serialbus/modbus/client/writeregistermodel.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/client/writeregistermodel.h %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/custom.pro %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/doc/images/custom.png %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/doc/src/custom.qdoc %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images.qrc %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images/application-exit.png %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images/connect.png %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images/disconnect.png %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/images/settings.png %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/main.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/mainwindow.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/mainwindow.h %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/mainwindow.ui %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/modbusclient.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/modbusclient.h %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/modbusserver.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/modbusserver.h %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/registermodel.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/custom/registermodel.h %%QT_EXAMPLEDIR%%/serialbus/modbus/modbus.pro %%QT_EXAMPLEDIR%%/serialbus/modbus/server/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialbus/modbus/server/doc/images/modbusserver.png %%QT_EXAMPLEDIR%%/serialbus/modbus/server/doc/src/modbusserver.qdoc %%QT_EXAMPLEDIR%%/serialbus/modbus/server/images/application-exit.png %%QT_EXAMPLEDIR%%/serialbus/modbus/server/images/connect.png %%QT_EXAMPLEDIR%%/serialbus/modbus/server/images/disconnect.png %%QT_EXAMPLEDIR%%/serialbus/modbus/server/images/settings.png %%QT_EXAMPLEDIR%%/serialbus/modbus/server/main.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/server/mainwindow.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/server/mainwindow.h %%QT_EXAMPLEDIR%%/serialbus/modbus/server/mainwindow.ui %%QT_EXAMPLEDIR%%/serialbus/modbus/server/server.pro %%QT_EXAMPLEDIR%%/serialbus/modbus/server/server.qrc %%QT_EXAMPLEDIR%%/serialbus/modbus/server/settingsdialog.cpp %%QT_EXAMPLEDIR%%/serialbus/modbus/server/settingsdialog.h %%QT_EXAMPLEDIR%%/serialbus/modbus/server/settingsdialog.ui %%QT_EXAMPLEDIR%%/serialbus/serialbus.pro %%QT_EXAMPLEDIR%%/serialport/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialport/blockingreceiver/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialport/blockingreceiver/blockingreceiver.pro %%QT_EXAMPLEDIR%%/serialport/blockingreceiver/dialog.cpp %%QT_EXAMPLEDIR%%/serialport/blockingreceiver/dialog.h %%QT_EXAMPLEDIR%%/serialport/blockingreceiver/main.cpp %%QT_EXAMPLEDIR%%/serialport/blockingreceiver/receiverthread.cpp %%QT_EXAMPLEDIR%%/serialport/blockingreceiver/receiverthread.h %%QT_EXAMPLEDIR%%/serialport/blockingsender/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialport/blockingsender/blockingsender.pro %%QT_EXAMPLEDIR%%/serialport/blockingsender/dialog.cpp %%QT_EXAMPLEDIR%%/serialport/blockingsender/dialog.h %%QT_EXAMPLEDIR%%/serialport/blockingsender/main.cpp %%QT_EXAMPLEDIR%%/serialport/blockingsender/senderthread.cpp %%QT_EXAMPLEDIR%%/serialport/blockingsender/senderthread.h %%QT_EXAMPLEDIR%%/serialport/doc/blockingreceiver.qdoc %%QT_EXAMPLEDIR%%/serialport/doc/blockingsender.qdoc %%QT_EXAMPLEDIR%%/serialport/doc/terminal.qdoc %%QT_EXAMPLEDIR%%/serialport/serialport.pro %%QT_EXAMPLEDIR%%/serialport/terminal/CMakeLists.txt %%QT_EXAMPLEDIR%%/serialport/terminal/console.cpp %%QT_EXAMPLEDIR%%/serialport/terminal/console.h %%QT_EXAMPLEDIR%%/serialport/terminal/images/application-exit.png %%QT_EXAMPLEDIR%%/serialport/terminal/images/clear.png %%QT_EXAMPLEDIR%%/serialport/terminal/images/connect.png %%QT_EXAMPLEDIR%%/serialport/terminal/images/disconnect.png %%QT_EXAMPLEDIR%%/serialport/terminal/images/settings.png %%QT_EXAMPLEDIR%%/serialport/terminal/main.cpp %%QT_EXAMPLEDIR%%/serialport/terminal/mainwindow.cpp %%QT_EXAMPLEDIR%%/serialport/terminal/mainwindow.h %%QT_EXAMPLEDIR%%/serialport/terminal/mainwindow.ui %%QT_EXAMPLEDIR%%/serialport/terminal/settingsdialog.cpp %%QT_EXAMPLEDIR%%/serialport/terminal/settingsdialog.h %%QT_EXAMPLEDIR%%/serialport/terminal/settingsdialog.ui %%QT_EXAMPLEDIR%%/serialport/terminal/terminal.pro %%QT_EXAMPLEDIR%%/serialport/terminal/terminal.qrc %%QT_EXAMPLEDIR%%/spatialaudio/CMakeLists.txt %%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/CMakeLists.txt %%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/audiopanning.pro %%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/doc/images/audiopanning-example.png %%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/doc/src/audiopanning.qdoc %%QT_EXAMPLEDIR%%/spatialaudio/audiopanning/main.cpp %%QT_EXAMPLEDIR%%/spatialaudio/spatialaudio.pro %%QT_EXAMPLEDIR%%/speech/CMakeLists.txt %%QT_EXAMPLEDIR%%/speech/hello_speak/CMakeLists.txt %%QT_EXAMPLEDIR%%/speech/hello_speak/doc/images/hellospeak-example.png %%QT_EXAMPLEDIR%%/speech/hello_speak/doc/src/hellospeakex.qdoc %%QT_EXAMPLEDIR%%/speech/hello_speak/hello_speak.pro %%QT_EXAMPLEDIR%%/speech/hello_speak/main.cpp %%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.cpp %%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.h %%QT_EXAMPLEDIR%%/speech/hello_speak/mainwindow.ui %%QT_EXAMPLEDIR%%/speech/quickspeech/CMakeLists.txt %%QT_EXAMPLEDIR%%/speech/quickspeech/Main.qml %%QT_EXAMPLEDIR%%/speech/quickspeech/doc/images/buttons.png %%QT_EXAMPLEDIR%%/speech/quickspeech/doc/images/quickspeech-example.png %%QT_EXAMPLEDIR%%/speech/quickspeech/doc/images/status.gif %%QT_EXAMPLEDIR%%/speech/quickspeech/doc/src/quickspeech.qdoc %%QT_EXAMPLEDIR%%/speech/quickspeech/main.cpp %%QT_EXAMPLEDIR%%/speech/quickspeech/qmldir %%QT_EXAMPLEDIR%%/speech/quickspeech/quickspeech.pro %%QT_EXAMPLEDIR%%/speech/speech.pro %%QT_EXAMPLEDIR%%/sql/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/README %%QT_EXAMPLEDIR%%/sql/books/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/books/bookdelegate.cpp %%QT_EXAMPLEDIR%%/sql/books/bookdelegate.h %%QT_EXAMPLEDIR%%/sql/books/books.pro %%QT_EXAMPLEDIR%%/sql/books/books.qrc %%QT_EXAMPLEDIR%%/sql/books/bookwindow.cpp %%QT_EXAMPLEDIR%%/sql/books/bookwindow.h %%QT_EXAMPLEDIR%%/sql/books/images/star-filled.svg %%QT_EXAMPLEDIR%%/sql/books/images/star.svg %%QT_EXAMPLEDIR%%/sql/books/initdb.h %%QT_EXAMPLEDIR%%/sql/books/main.cpp %%QT_EXAMPLEDIR%%/sql/cachedtable/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/cachedtable/cachedtable.pro %%QT_EXAMPLEDIR%%/sql/cachedtable/main.cpp %%QT_EXAMPLEDIR%%/sql/cachedtable/tableeditor.cpp %%QT_EXAMPLEDIR%%/sql/cachedtable/tableeditor.h %%QT_EXAMPLEDIR%%/sql/connection.h %%QT_EXAMPLEDIR%%/sql/doc/images/books-demo.png %%QT_EXAMPLEDIR%%/sql/doc/images/cachedtable-example.png %%QT_EXAMPLEDIR%%/sql/doc/images/drilldown-example.png %%QT_EXAMPLEDIR%%/sql/doc/images/masterdetail-example.png %%QT_EXAMPLEDIR%%/sql/doc/images/querymodel-example.png %%QT_EXAMPLEDIR%%/sql/doc/images/relationaltablemodel-example.png %%QT_EXAMPLEDIR%%/sql/doc/images/sql-widget-mapper.png %%QT_EXAMPLEDIR%%/sql/doc/images/sqlbrowser-demo.png %%QT_EXAMPLEDIR%%/sql/doc/images/tablemodel-example.png %%QT_EXAMPLEDIR%%/sql/doc/images/widgetmapper-sql-mapping-table.png %%QT_EXAMPLEDIR%%/sql/doc/images/widgetmapper-sql-mapping.png %%QT_EXAMPLEDIR%%/sql/doc/src/books.qdoc %%QT_EXAMPLEDIR%%/sql/doc/src/cachedtable.qdoc %%QT_EXAMPLEDIR%%/sql/doc/src/drilldown.qdoc %%QT_EXAMPLEDIR%%/sql/doc/src/masterdetail.qdoc %%QT_EXAMPLEDIR%%/sql/doc/src/querymodel.qdoc %%QT_EXAMPLEDIR%%/sql/doc/src/relationaltablemodel.qdoc %%QT_EXAMPLEDIR%%/sql/doc/src/sqlbrowser.qdoc %%QT_EXAMPLEDIR%%/sql/doc/src/sqlwidgetmapper.qdoc %%QT_EXAMPLEDIR%%/sql/doc/src/tablemodel.qdoc %%QT_EXAMPLEDIR%%/sql/drilldown/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/drilldown/drilldown.pro %%QT_EXAMPLEDIR%%/sql/drilldown/drilldown.qrc %%QT_EXAMPLEDIR%%/sql/drilldown/imageitem.cpp %%QT_EXAMPLEDIR%%/sql/drilldown/imageitem.h %%QT_EXAMPLEDIR%%/sql/drilldown/images/qt-creator.png %%QT_EXAMPLEDIR%%/sql/drilldown/images/qt-logo.png %%QT_EXAMPLEDIR%%/sql/drilldown/images/qt-project.png %%QT_EXAMPLEDIR%%/sql/drilldown/images/qt-quick.png %%QT_EXAMPLEDIR%%/sql/drilldown/informationwindow.cpp %%QT_EXAMPLEDIR%%/sql/drilldown/informationwindow.h %%QT_EXAMPLEDIR%%/sql/drilldown/main.cpp %%QT_EXAMPLEDIR%%/sql/drilldown/view.cpp %%QT_EXAMPLEDIR%%/sql/drilldown/view.h %%QT_EXAMPLEDIR%%/sql/masterdetail/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/masterdetail/albumdetails.xml %%QT_EXAMPLEDIR%%/sql/masterdetail/database.h %%QT_EXAMPLEDIR%%/sql/masterdetail/dialog.cpp %%QT_EXAMPLEDIR%%/sql/masterdetail/dialog.h %%QT_EXAMPLEDIR%%/sql/masterdetail/images/icon.png %%QT_EXAMPLEDIR%%/sql/masterdetail/images/image.png %%QT_EXAMPLEDIR%%/sql/masterdetail/main.cpp %%QT_EXAMPLEDIR%%/sql/masterdetail/mainwindow.cpp %%QT_EXAMPLEDIR%%/sql/masterdetail/mainwindow.h %%QT_EXAMPLEDIR%%/sql/masterdetail/masterdetail.pro %%QT_EXAMPLEDIR%%/sql/masterdetail/masterdetail.qrc %%QT_EXAMPLEDIR%%/sql/querymodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/querymodel/customsqlmodel.cpp %%QT_EXAMPLEDIR%%/sql/querymodel/customsqlmodel.h %%QT_EXAMPLEDIR%%/sql/querymodel/editablesqlmodel.cpp %%QT_EXAMPLEDIR%%/sql/querymodel/editablesqlmodel.h %%QT_EXAMPLEDIR%%/sql/querymodel/main.cpp %%QT_EXAMPLEDIR%%/sql/querymodel/querymodel.pro %%QT_EXAMPLEDIR%%/sql/relationaltablemodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/relationaltablemodel/relationaltablemodel.cpp %%QT_EXAMPLEDIR%%/sql/relationaltablemodel/relationaltablemodel.pro %%QT_EXAMPLEDIR%%/sql/sql.pro %%QT_EXAMPLEDIR%%/sql/sqlbrowser/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/sqlbrowser/browser.cpp %%QT_EXAMPLEDIR%%/sql/sqlbrowser/browser.h %%QT_EXAMPLEDIR%%/sql/sqlbrowser/browserwidget.ui %%QT_EXAMPLEDIR%%/sql/sqlbrowser/connectionwidget.cpp %%QT_EXAMPLEDIR%%/sql/sqlbrowser/connectionwidget.h %%QT_EXAMPLEDIR%%/sql/sqlbrowser/main.cpp %%QT_EXAMPLEDIR%%/sql/sqlbrowser/qsqlconnectiondialog.cpp %%QT_EXAMPLEDIR%%/sql/sqlbrowser/qsqlconnectiondialog.h %%QT_EXAMPLEDIR%%/sql/sqlbrowser/qsqlconnectiondialog.ui %%QT_EXAMPLEDIR%%/sql/sqlbrowser/sqlbrowser.pro %%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/main.cpp %%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/sqlwidgetmapper.pro %%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/window.cpp %%QT_EXAMPLEDIR%%/sql/sqlwidgetmapper/window.h %%QT_EXAMPLEDIR%%/sql/tablemodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/sql/tablemodel/tablemodel.cpp %%QT_EXAMPLEDIR%%/sql/tablemodel/tablemodel.pro %%QT_EXAMPLEDIR%%/statemachine/CMakeLists.txt %%QT_EXAMPLEDIR%%/statemachine/doc/images/pingpong-example.png %%QT_EXAMPLEDIR%%/statemachine/doc/images/trafficlight-example1.png %%QT_EXAMPLEDIR%%/statemachine/doc/images/trafficlight-example2.png %%QT_EXAMPLEDIR%%/statemachine/doc/src/moveblocks.qdoc %%QT_EXAMPLEDIR%%/statemachine/doc/src/pingpong.qdoc %%QT_EXAMPLEDIR%%/statemachine/doc/src/rogue.qdoc %%QT_EXAMPLEDIR%%/statemachine/doc/src/trafficlight.qdoc %%QT_EXAMPLEDIR%%/statemachine/moveblocks/CMakeLists.txt %%QT_EXAMPLEDIR%%/statemachine/moveblocks/main.cpp %%QT_EXAMPLEDIR%%/statemachine/moveblocks/moveblocks.pro %%QT_EXAMPLEDIR%%/statemachine/pingpong/CMakeLists.txt %%QT_EXAMPLEDIR%%/statemachine/pingpong/main.cpp %%QT_EXAMPLEDIR%%/statemachine/pingpong/pingpong.pro %%QT_EXAMPLEDIR%%/statemachine/rogue/CMakeLists.txt %%QT_EXAMPLEDIR%%/statemachine/rogue/main.cpp %%QT_EXAMPLEDIR%%/statemachine/rogue/movementtransition.h %%QT_EXAMPLEDIR%%/statemachine/rogue/rogue.pro %%QT_EXAMPLEDIR%%/statemachine/rogue/window.cpp %%QT_EXAMPLEDIR%%/statemachine/rogue/window.h %%QT_EXAMPLEDIR%%/statemachine/statemachine.pro %%QT_EXAMPLEDIR%%/statemachine/trafficlight/CMakeLists.txt %%QT_EXAMPLEDIR%%/statemachine/trafficlight/main.cpp %%QT_EXAMPLEDIR%%/statemachine/trafficlight/trafficlight.pro %%QT_EXAMPLEDIR%%/svg/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/draganddrop/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/delayedencoding.pro %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/delayedencoding.qrc %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/images/drag.png %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/images/example.svg %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/main.cpp %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/mimedata.cpp %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/mimedata.h %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/sourcewidget.cpp %%QT_EXAMPLEDIR%%/svg/draganddrop/delayedencoding/sourcewidget.h %%QT_EXAMPLEDIR%%/svg/draganddrop/draganddrop.pro %%QT_EXAMPLEDIR%%/svg/embedded/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/contenttab.cpp %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/contenttab.h %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/data/Explosion.wav %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/data/designer.png %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/data/monkey_on_64x64.png %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/data/sax.mp3 %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/desktopservices.pro %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/desktopservices.qrc %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/desktopwidget.cpp %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/desktopwidget.h %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/linktab.cpp %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/linktab.h %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/main.cpp %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/browser.png %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/heart.svg %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/message.png %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/music.png %%QT_EXAMPLEDIR%%/svg/embedded/desktopservices/resources/photo.png %%QT_EXAMPLEDIR%%/svg/embedded/embedded.pro %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/config.xml %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/demoapplication.cpp %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/demoapplication.h %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/fluidlauncher.cpp %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/fluidlauncher.h %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/fluidlauncher.pro %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/fluidlauncher.qrc %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/main.cpp %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/pictureflow.cpp %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/pictureflow.h %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/anomaly_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/concentriccircles.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/context2d_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/deform.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/desktopservices_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/digiflip.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/elasticnodes.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/embeddedsvgviewer.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/embeddedsvgviewer_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/flickable.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/flightinfo_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/fridgemagnets_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/ftp_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/lightmaps.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/mediaplayer.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/pathstroke.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmlcalculator.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmlclocks.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmldialcontrol.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmleasing.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmlflickr.jpg %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmlphotoviewer.jpg %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/qmltwitter.jpg %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/raycasting.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/saxbookmarks_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/softkeys_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/spectrum.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/styledemo.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/styledemo_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/wiggly.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/screenshots/wiggly_s60.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_1.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_2.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_3.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_4.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_5.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slides/demo_6.png %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slideshow.cpp %%QT_EXAMPLEDIR%%/svg/embedded/fluidlauncher/slideshow.h %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/embeddedsvgviewer.cpp %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/embeddedsvgviewer.h %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/embeddedsvgviewer.pro %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/embeddedsvgviewer.qrc %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/files/default.svg %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/files/v-slider-handle.svg %%QT_EXAMPLEDIR%%/svg/embeddedsvgviewer/main.cpp %%QT_EXAMPLEDIR%%/svg/svggenerator/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/svggenerator/displaywidget.cpp %%QT_EXAMPLEDIR%%/svg/svggenerator/displaywidget.h %%QT_EXAMPLEDIR%%/svg/svggenerator/forms/window.ui %%QT_EXAMPLEDIR%%/svg/svggenerator/main.cpp %%QT_EXAMPLEDIR%%/svg/svggenerator/resources/shapes.dat %%QT_EXAMPLEDIR%%/svg/svggenerator/svggenerator.pro %%QT_EXAMPLEDIR%%/svg/svggenerator/svggenerator.qrc %%QT_EXAMPLEDIR%%/svg/svggenerator/window.cpp %%QT_EXAMPLEDIR%%/svg/svggenerator/window.h %%QT_EXAMPLEDIR%%/svg/svgwidget/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/svgwidget/files/bubbles.svg %%QT_EXAMPLEDIR%%/svg/svgwidget/files/spheres.svg %%QT_EXAMPLEDIR%%/svg/svgwidget/main.cpp %%QT_EXAMPLEDIR%%/svg/svgwidget/svgwidget.pro %%QT_EXAMPLEDIR%%/svg/svgwidget/svgwidget.qrc %%QT_EXAMPLEDIR%%/svg/textobject/CMakeLists.txt %%QT_EXAMPLEDIR%%/svg/textobject/files/heart.svg %%QT_EXAMPLEDIR%%/svg/textobject/main.cpp %%QT_EXAMPLEDIR%%/svg/textobject/resources.qrc %%QT_EXAMPLEDIR%%/svg/textobject/svgtextobject.cpp %%QT_EXAMPLEDIR%%/svg/textobject/svgtextobject.h %%QT_EXAMPLEDIR%%/svg/textobject/textobject.pro %%QT_EXAMPLEDIR%%/svg/textobject/window.cpp %%QT_EXAMPLEDIR%%/svg/textobject/window.h %%QT_EXAMPLEDIR%%/tutorials/CMakeLists.txt %%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmDelegate.qml %%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmDialog.qml %%QT_EXAMPLEDIR%%/tutorials/alarms/AlarmModel.qml %%QT_EXAMPLEDIR%%/tutorials/alarms/CMakeLists.txt %%QT_EXAMPLEDIR%%/tutorials/alarms/Main.qml %%QT_EXAMPLEDIR%%/tutorials/alarms/TumblerDelegate.qml %%QT_EXAMPLEDIR%%/tutorials/alarms/alarms.pro %%QT_EXAMPLEDIR%%/tutorials/alarms/controls_conf.qrc %%QT_EXAMPLEDIR%%/tutorials/alarms/main.cpp %%QT_EXAMPLEDIR%%/tutorials/alarms/qml.qrc %%QT_EXAMPLEDIR%%/tutorials/alarms/qmldir %%QT_EXAMPLEDIR%%/tutorials/alarms/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/tutorials/tutorials.pro %%QT_EXAMPLEDIR%%/uitools/CMakeLists.txt %%QT_EXAMPLEDIR%%/uitools/doc/images/textfinder-example-userinterface.webp %%QT_EXAMPLEDIR%%/uitools/doc/src/textfinder.qdoc %%QT_EXAMPLEDIR%%/uitools/textfinder/CMakeLists.txt %%QT_EXAMPLEDIR%%/uitools/textfinder/forms/input.txt %%QT_EXAMPLEDIR%%/uitools/textfinder/forms/textfinder.ui %%QT_EXAMPLEDIR%%/uitools/textfinder/main.cpp %%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.cpp %%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.h %%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.pro %%QT_EXAMPLEDIR%%/uitools/textfinder/textfinder.qrc %%QT_EXAMPLEDIR%%/uitools/uitools.pro %%QT_EXAMPLEDIR%%/virtualkeyboard/CMakeLists.txt %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/Basic.qml %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/CMakeLists.txt %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/basic-b2qt.qml %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/basic.pro %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/AutoScroller.qml %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/FloatingButton_Active.svg %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/FloatingButton_Available.svg %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/FloatingButton_Unavailable.svg %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/HandwritingModeButton.qml %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/TextArea.qml %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/content/TextField.qml %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/demo.qrc %%QT_EXAMPLEDIR%%/virtualkeyboard/basic/main.cpp %%QT_EXAMPLEDIR%%/virtualkeyboard/virtualkeyboard.pro %%QT_EXAMPLEDIR%%/vulkan/CMakeLists.txt %%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkancubes.png %%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkantriangle.png %%QT_EXAMPLEDIR%%/vulkan/doc/images/hellovulkanwidget.png %%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkancubes.qdoc %%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkantriangle.qdoc %%QT_EXAMPLEDIR%%/vulkan/doc/src/hellovulkanwidget.qdoc %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/CMakeLists.txt %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/camera.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/camera.h %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color.frag %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color.vert %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_frag.spv %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong.frag %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong.vert %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong_frag.spv %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_phong_vert.spv %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/color_vert.spv %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/hellovulkancubes.pro %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/hellovulkancubes.qrc %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/main.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mainwindow.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mainwindow.h %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mesh.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/mesh.h %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/renderer.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/renderer.h %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/shader.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/shader.h %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/vulkanwindow.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkancubes/vulkanwindow.h %%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/CMakeLists.txt %%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/hellovulkantriangle.pro %%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/hellovulkantriangle.qrc %%QT_EXAMPLEDIR%%/vulkan/hellovulkantriangle/main.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/CMakeLists.txt %%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.cpp %%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.h %%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.pro %%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/hellovulkanwidget.qrc %%QT_EXAMPLEDIR%%/vulkan/hellovulkanwidget/main.cpp %%QT_EXAMPLEDIR%%/vulkan/shared/block.buf %%QT_EXAMPLEDIR%%/vulkan/shared/block.txt %%QT_EXAMPLEDIR%%/vulkan/shared/color.frag %%QT_EXAMPLEDIR%%/vulkan/shared/color.vert %%QT_EXAMPLEDIR%%/vulkan/shared/color_frag.spv %%QT_EXAMPLEDIR%%/vulkan/shared/color_vert.spv %%QT_EXAMPLEDIR%%/vulkan/shared/objconvert.js %%QT_EXAMPLEDIR%%/vulkan/shared/qt_logo.buf %%QT_EXAMPLEDIR%%/vulkan/shared/qt_logo.txt %%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.cpp %%QT_EXAMPLEDIR%%/vulkan/shared/trianglerenderer.h %%QT_EXAMPLEDIR%%/vulkan/vulkan.pro %%QT_EXAMPLEDIR%%/wayland/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/custom-extension/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/custom-extension/client-common/customextension.cpp %%QT_EXAMPLEDIR%%/wayland/custom-extension/client-common/customextension.h %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/compositor.pro %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/compositor.qrc %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/customextension.cpp %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/customextension.h %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/images/background.png %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/main.cpp %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/qml/CompositorScreen.qml %%QT_EXAMPLEDIR%%/wayland/custom-extension/compositor/qml/main.qml %%QT_EXAMPLEDIR%%/wayland/custom-extension/cpp-client/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/custom-extension/cpp-client/cpp-client.pro %%QT_EXAMPLEDIR%%/wayland/custom-extension/cpp-client/main.cpp %%QT_EXAMPLEDIR%%/wayland/custom-extension/custom-extension.pro %%QT_EXAMPLEDIR%%/wayland/custom-extension/doc/images/custom-extension.png %%QT_EXAMPLEDIR%%/wayland/custom-extension/doc/src/custom-extension.qdoc %%QT_EXAMPLEDIR%%/wayland/custom-extension/protocol/custom.xml %%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/main.cpp %%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/main.qml %%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/qml-client.pro %%QT_EXAMPLEDIR%%/wayland/custom-extension/qml-client/qml.qrc %%QT_EXAMPLEDIR%%/wayland/custom-shell/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/client-plugin.pro %%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/example-shell.json %%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/exampleshellintegration.cpp %%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/exampleshellintegration.h %%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/examplesurface.cpp %%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/examplesurface.h %%QT_EXAMPLEDIR%%/wayland/custom-shell/client-plugin/main.cpp %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/compositor.pro %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/compositor.qrc %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/exampleshell.cpp %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/exampleshell.h %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/exampleshellintegration.cpp %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/exampleshellintegration.h %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/images/background.png %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/main.cpp %%QT_EXAMPLEDIR%%/wayland/custom-shell/compositor/qml/main.qml %%QT_EXAMPLEDIR%%/wayland/custom-shell/custom-shell.pro %%QT_EXAMPLEDIR%%/wayland/custom-shell/doc/images/custom-shell.jpg %%QT_EXAMPLEDIR%%/wayland/custom-shell/doc/src/custom-shell.qdoc %%QT_EXAMPLEDIR%%/wayland/custom-shell/protocol/example-shell.xml %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/doc/src/fancy-compositor.qdoc %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/fancy-compositor.pro %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/fancy-compositor.qrc %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/images/background.jpg %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/main.cpp %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/qml/Chrome.qml %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/qml/CompositorScreen.qml %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/qml/Keyboard.qml %%QT_EXAMPLEDIR%%/wayland/fancy-compositor/qml/main.qml %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/images/ivi-compositor-1.png %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/images/ivi-compositor-2.png %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/images/ivi-compositor-3.png %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/ivi-compositor.pro %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/ivi-compositor.qrc %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/main.cpp %%QT_EXAMPLEDIR%%/wayland/ivi-compositor/main.qml %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/README %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/compositor.cpp %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/compositor.h %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/doc/images/minimal-cpp.jpg %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/doc/src/minimal-cpp.qdoc %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/main.cpp %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/minimal-cpp.pro %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/window.cpp %%QT_EXAMPLEDIR%%/wayland/minimal-cpp/window.h %%QT_EXAMPLEDIR%%/wayland/minimal-qml/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/minimal-qml/doc/images/minimal-qml.png %%QT_EXAMPLEDIR%%/wayland/minimal-qml/doc/src/minimal-qml.qdoc %%QT_EXAMPLEDIR%%/wayland/minimal-qml/main.cpp %%QT_EXAMPLEDIR%%/wayland/minimal-qml/main.qml %%QT_EXAMPLEDIR%%/wayland/minimal-qml/minimal-qml.pro %%QT_EXAMPLEDIR%%/wayland/minimal-qml/minimal-qml.qrc %%QT_EXAMPLEDIR%%/wayland/multi-output/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/multi-output/doc/images/multi-output.jpg %%QT_EXAMPLEDIR%%/wayland/multi-output/doc/src/multi-output.qdoc %%QT_EXAMPLEDIR%%/wayland/multi-output/images/background.jpg %%QT_EXAMPLEDIR%%/wayland/multi-output/main.cpp %%QT_EXAMPLEDIR%%/wayland/multi-output/multi-output.pro %%QT_EXAMPLEDIR%%/wayland/multi-output/multi-output.qrc %%QT_EXAMPLEDIR%%/wayland/multi-output/qml/GridScreen.qml %%QT_EXAMPLEDIR%%/wayland/multi-output/qml/ShellChrome.qml %%QT_EXAMPLEDIR%%/wayland/multi-output/qml/ShellScreen.qml %%QT_EXAMPLEDIR%%/wayland/multi-output/qml/main.qml %%QT_EXAMPLEDIR%%/wayland/multi-screen/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/multi-screen/doc/images/multi-screen.jpg %%QT_EXAMPLEDIR%%/wayland/multi-screen/doc/src/multi-screen.qdoc %%QT_EXAMPLEDIR%%/wayland/multi-screen/main.cpp %%QT_EXAMPLEDIR%%/wayland/multi-screen/multi-screen.pro %%QT_EXAMPLEDIR%%/wayland/multi-screen/multi-screen.qrc %%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/Chrome.qml %%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/CompositorScreen.qml %%QT_EXAMPLEDIR%%/wayland/multi-screen/qml/main.qml %%QT_EXAMPLEDIR%%/wayland/overview-compositor/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/overview-compositor/doc/images/overview-compositor.jpg %%QT_EXAMPLEDIR%%/wayland/overview-compositor/doc/src/overview-compositor.qdoc %%QT_EXAMPLEDIR%%/wayland/overview-compositor/main.cpp %%QT_EXAMPLEDIR%%/wayland/overview-compositor/main.qml %%QT_EXAMPLEDIR%%/wayland/overview-compositor/overview-compositor.pro %%QT_EXAMPLEDIR%%/wayland/overview-compositor/overview-compositor.qrc %%QT_EXAMPLEDIR%%/wayland/qtshell/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/qtshell/doc/images/qtshell.jpg %%QT_EXAMPLEDIR%%/wayland/qtshell/doc/src/qtshell.qdoc %%QT_EXAMPLEDIR%%/wayland/qtshell/images/background.jpg %%QT_EXAMPLEDIR%%/wayland/qtshell/main.cpp %%QT_EXAMPLEDIR%%/wayland/qtshell/qml/Chrome.qml %%QT_EXAMPLEDIR%%/wayland/qtshell/qml/CompositorScreen.qml %%QT_EXAMPLEDIR%%/wayland/qtshell/qml/main.qml %%QT_EXAMPLEDIR%%/wayland/qtshell/qtshell.pro %%QT_EXAMPLEDIR%%/wayland/qtshell/qtshell.qrc %%QT_EXAMPLEDIR%%/wayland/server-side-decoration/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/server-side-decoration/doc/images/server-side-decoration.png %%QT_EXAMPLEDIR%%/wayland/server-side-decoration/doc/src/server-side-decoration.qdoc %%QT_EXAMPLEDIR%%/wayland/server-side-decoration/main.cpp %%QT_EXAMPLEDIR%%/wayland/server-side-decoration/main.qml %%QT_EXAMPLEDIR%%/wayland/server-side-decoration/server-side-decoration.pro %%QT_EXAMPLEDIR%%/wayland/server-side-decoration/server-side-decoration.qrc %%QT_EXAMPLEDIR%%/wayland/spanning-screens/CMakeLists.txt %%QT_EXAMPLEDIR%%/wayland/spanning-screens/doc/images/spanning-screens.jpg %%QT_EXAMPLEDIR%%/wayland/spanning-screens/doc/src/spanning-screens.qdoc %%QT_EXAMPLEDIR%%/wayland/spanning-screens/main.cpp %%QT_EXAMPLEDIR%%/wayland/spanning-screens/main.qml %%QT_EXAMPLEDIR%%/wayland/spanning-screens/spanning-screens.pro %%QT_EXAMPLEDIR%%/wayland/spanning-screens/spanning-screens.qrc %%QT_EXAMPLEDIR%%/wayland/wayland.pro %%QT_EXAMPLEDIR%%/webchannel/CMakeLists.txt %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient-html.pro %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/chatclient.html %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/images/chatclient-html.png %%QT_EXAMPLEDIR%%/webchannel/chatclient-html/doc/src/chatclient-html.qdoc %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/CMakeLists.txt %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/LoginForm.ui.qml %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/MainForm.ui.qml %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/chatclient-qml.pro %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/chatclient-qml.qmlproject %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/doc/images/chatclient-qml.png %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/doc/src/chatclient-qml.qdoc %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/main.cpp %%QT_EXAMPLEDIR%%/webchannel/chatclient-qml/qmlchatclient.qml %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/CMakeLists.txt %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver-cpp.pro %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver.cpp %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/chatserver.h %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/doc/images/chatserver-cpp.png %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/doc/src/chatserver-cpp.qdoc %%QT_EXAMPLEDIR%%/webchannel/chatserver-cpp/main.cpp %%QT_EXAMPLEDIR%%/webchannel/exampleassets.pri %%QT_EXAMPLEDIR%%/webchannel/nodejs/README %%QT_EXAMPLEDIR%%/webchannel/nodejs/chatclient.js %%QT_EXAMPLEDIR%%/webchannel/nodejs/nodejs.pro %%QT_EXAMPLEDIR%%/webchannel/nodejs/package.json %%QT_EXAMPLEDIR%%/webchannel/qwclient/README %%QT_EXAMPLEDIR%%/webchannel/qwclient/package.json %%QT_EXAMPLEDIR%%/webchannel/qwclient/qwclient.js %%QT_EXAMPLEDIR%%/webchannel/qwclient/qwclient.pro %%QT_EXAMPLEDIR%%/webchannel/shared/qwebchannel.js %%QT_EXAMPLEDIR%%/webchannel/shared/shared.qrc %%QT_EXAMPLEDIR%%/webchannel/shared/websocketclientwrapper.cpp %%QT_EXAMPLEDIR%%/webchannel/shared/websocketclientwrapper.h %%QT_EXAMPLEDIR%%/webchannel/shared/websockettransport.cpp %%QT_EXAMPLEDIR%%/webchannel/shared/websockettransport.h %%QT_EXAMPLEDIR%%/webchannel/standalone/CMakeLists.txt %%QT_EXAMPLEDIR%%/webchannel/standalone/core.h %%QT_EXAMPLEDIR%%/webchannel/standalone/dialog.cpp %%QT_EXAMPLEDIR%%/webchannel/standalone/dialog.h %%QT_EXAMPLEDIR%%/webchannel/standalone/dialog.ui %%QT_EXAMPLEDIR%%/webchannel/standalone/doc/images/standalone-screenshot.png %%QT_EXAMPLEDIR%%/webchannel/standalone/doc/src/standalone.qdoc %%QT_EXAMPLEDIR%%/webchannel/standalone/index.html %%QT_EXAMPLEDIR%%/webchannel/standalone/main.cpp %%QT_EXAMPLEDIR%%/webchannel/standalone/standalone.pro %%QT_EXAMPLEDIR%%/webchannel/webchannel.pro %%QT_EXAMPLEDIR%%/webenginequick/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebBrowser.qml %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebTab.qml %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebTabBar.qml %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebTabButton.qml %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebTabStack.qml %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/WebToolButton.qml %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/doc/images/lifecycle-automatic.png %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/doc/images/lifecycle-manual.png %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/doc/images/lifecycle.png %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/doc/src/lifecycle.qdoc %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/lifecycle.pro %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/main.cpp %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/qtquickcontrols2.conf %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/resources.qrc %%QT_EXAMPLEDIR%%/webenginequick/lifecycle/utils.h %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/ApplicationRoot.qml %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/BrowserDialog.qml %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/BrowserWindow.qml %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/DownloadView.qml %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/FindBar.qml %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/FullScreenNotification.qml %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/Info.cmake.macos.plist %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/WebAuthDialog.qml %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/doc/images/quicknanobrowser-demo.jpg %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/doc/src/quicknanobrowser.qdoc %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/COPYING %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/REUSE.toml %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/go-next.png %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/go-previous.png %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/process-stop.png %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/qt_attribution.json %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/icons/3rdparty/view-refresh.png %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/main.cpp %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/qmldir %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/quicknanobrowser.exe.manifest %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/quicknanobrowser.pro %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/resources.qrc %%QT_EXAMPLEDIR%%/webenginequick/quicknanobrowser/utils.h %%QT_EXAMPLEDIR%%/webenginequick/webenginequick.pro %%QT_EXAMPLEDIR%%/webenginewidgets/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/client.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/client.pro %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/clientcertificate.pro %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/doc/images/granted.png %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/doc/images/selection.png %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/doc/src/clientcertificate.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/resources/ca.pem %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/resources/client.key %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/resources/client.pem %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/resources/client.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/resources/server.key %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/resources/server.pem %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/resources/server.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/server.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/clientcertificate/server.pro %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/REUSE.toml %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/contentmanipulation.pro %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/doc/images/contentmanipulation-example.png %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/doc/src/contentmanipulation.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/jquery.min.js %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/jquery.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/mainwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/contentmanipulation/mainwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/COPYING %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/REUSE.toml %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/qt_attribution.json %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/3rdparty/view-refresh.png %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiebrowser.pro %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiebrowser.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiedialog.ui %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/cookiewidget.ui %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/doc/images/cookiebrowser.png %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/doc/src/cookiebrowser.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/cookiebrowser/mainwindow.ui %%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/doc/images/html2pdf-example.png %%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/doc/src/html2pdf.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/html2pdf.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/html2pdf/html2pdf.pro %%QT_EXAMPLEDIR%%/webenginewidgets/maps/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/maps/Info.cmake.macos.plist %%QT_EXAMPLEDIR%%/webenginewidgets/maps/doc/images/maps-example.png %%QT_EXAMPLEDIR%%/webenginewidgets/maps/doc/src/maps.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/maps/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/maps/mainwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/maps/mainwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/maps/maps.pro %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/data.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/icon.png %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/data/index.html %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/doc/images/notifications-example.png %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/doc/src/notifications.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/notificationpopup.h %%QT_EXAMPLEDIR%%/webenginewidgets/notifications/notifications.pro %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/Info.cmake.macos.plist %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/doc/images/permissionbrowser-example.png %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/doc/src/permissionbrowser.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/mainwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/mainwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/mainwindow.ui %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/permissionbrowser.exe.manifest %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/permissionbrowser.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/permissiondialog.ui %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/permissionwidget.ui %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/resources/3rdparty/COPYING %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/resources/3rdparty/REUSE.toml %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/resources/3rdparty/go-next.png %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/resources/3rdparty/go-previous.png %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/resources/3rdparty/qt_attribution.json %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/resources/3rdparty/view-refresh.png %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/resources/AppLogoColor.png %%QT_EXAMPLEDIR%%/webenginewidgets/permissionbrowser/resources/landing.html %%QT_EXAMPLEDIR%%/webenginewidgets/printme/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/data.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/index.html %%QT_EXAMPLEDIR%%/webenginewidgets/printme/data/style.css %%QT_EXAMPLEDIR%%/webenginewidgets/printme/doc/images/printme-example.png %%QT_EXAMPLEDIR%%/webenginewidgets/printme/doc/src/printme.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/printme/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/printme/printhandler.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/printme/printhandler.h %%QT_EXAMPLEDIR%%/webenginewidgets/printme/printme.pro %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/content/index.html %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/content/ping.js %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/content/style.css %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/content/worker.js %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/data/data.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/data/icon.png %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/doc/images/notification.png %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/doc/images/permissions.png %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/doc/images/push-notifications.png %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/doc/images/website.png %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/doc/src/push-notifications.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/doc/src/push-notifications.qmodel %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/notificationpopup.h %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/push-notifications.pro %%QT_EXAMPLEDIR%%/webenginewidgets/push-notifications/server.js %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/MARKDOWN-LICENSE.txt %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/MARKED-LICENSE.txt %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/REUSE.toml %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/markdown.css %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/marked.js %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/3rdparty/qt_attribution.json %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/custom.css %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/custom.js %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/icons/add.svg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/icons/edit.svg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/icons/remove.svg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/icons/stylesheets.svg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/icons/view.svg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/burger.html %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/cupcakes.html %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/burger.jpg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/cupcakes.jpg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/pasta.jpg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/pizza.jpg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/skewers.jpg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/soup.jpg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/images/steak.jpg %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/pasta.html %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/pizza.html %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/skewers.html %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/soup.html %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/assets/pages/steak.html %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/doc/images/recipebrowser.webp %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/doc/src/recipebrowser.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/document.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/document.h %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/mainwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/mainwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/mainwindow.ui %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/recipebrowser.pro %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/recipebrowser.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/stylesheetdialog.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/stylesheetdialog.h %%QT_EXAMPLEDIR%%/webenginewidgets/recipebrowser/stylesheetdialog.ui %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/Info.cmake.macos.plist %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browser.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browser.h %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browserwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/browserwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/certificateerrordialog.ui %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/COPYING %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/REUSE.toml %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/dialog-error.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/edit-clear.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-bottom.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-next.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/go-previous.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/process-stop.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/qt_attribution.json %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/text-html.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/3rdparty/view-refresh.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/AppLogoColor.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/ninja.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/data/simplebrowser.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/images/simplebrowser-model.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/images/simplebrowser.png %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/src/simplebrowser-model.qmodel %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/doc/src/simplebrowser.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.h %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadmanagerwidget.ui %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.h %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/downloadwidget.ui %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/passworddialog.ui %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/simplebrowser.exe.manifest %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/simplebrowser.pro %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/tabwidget.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/tabwidget.h %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webauthdialog.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webauthdialog.h %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webauthdialog.ui %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpage.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpage.h %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpopupwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webpopupwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webview.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/simplebrowser/webview.h %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/index.html %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/spellchecker.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/data/style.css %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/README.txt %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/de-DE.aff %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/de/de-DE.dic %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/README.txt %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/en-US.aff %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/dict/en/en-US.dic %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/doc/images/spellchecker-example.png %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/doc/src/spellchecker.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/spellchecker.pro %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/webview.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/spellchecker/webview.h %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/CMakeLists.txt %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/data/index.html %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/data/videoplayer.qrc %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/doc/images/videoplayer-example.png %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/doc/src/videoplayer.qdoc %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreennotification.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreennotification.h %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreenwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/fullscreenwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/main.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/mainwindow.cpp %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/mainwindow.h %%QT_EXAMPLEDIR%%/webenginewidgets/videoplayer/videoplayer.pro %%QT_EXAMPLEDIR%%/webenginewidgets/webenginewidgets.pro %%QT_EXAMPLEDIR%%/websockets/CMakeLists.txt %%QT_EXAMPLEDIR%%/websockets/doc/echoclient.qdoc %%QT_EXAMPLEDIR%%/websockets/doc/echoserver.qdoc %%QT_EXAMPLEDIR%%/websockets/doc/examples.qdoc %%QT_EXAMPLEDIR%%/websockets/doc/images/echoclient-console-example.webp %%QT_EXAMPLEDIR%%/websockets/doc/images/echoclient-html-example.png %%QT_EXAMPLEDIR%%/websockets/doc/images/qmlwebsocketclient-example.webp %%QT_EXAMPLEDIR%%/websockets/doc/images/qmlwebsocketserver-example.webp %%QT_EXAMPLEDIR%%/websockets/doc/images/simplechat-html-example.webp %%QT_EXAMPLEDIR%%/websockets/doc/images/sslechoclient-console-example.webp %%QT_EXAMPLEDIR%%/websockets/doc/images/sslechoclient-html-example.webp %%QT_EXAMPLEDIR%%/websockets/doc/qmlwebsocketclient.qdoc %%QT_EXAMPLEDIR%%/websockets/doc/qmlwebsocketserver.qdoc %%QT_EXAMPLEDIR%%/websockets/doc/simplechat.qdoc %%QT_EXAMPLEDIR%%/websockets/doc/sslechoclient.qdoc %%QT_EXAMPLEDIR%%/websockets/doc/sslechoserver.qdoc %%QT_EXAMPLEDIR%%/websockets/echoclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/websockets/echoclient/echoclient.cpp %%QT_EXAMPLEDIR%%/websockets/echoclient/echoclient.h %%QT_EXAMPLEDIR%%/websockets/echoclient/echoclient.pro %%QT_EXAMPLEDIR%%/websockets/echoclient/main.cpp %%QT_EXAMPLEDIR%%/websockets/echoserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/websockets/echoserver/echoclient.html %%QT_EXAMPLEDIR%%/websockets/echoserver/echoserver.cpp %%QT_EXAMPLEDIR%%/websockets/echoserver/echoserver.h %%QT_EXAMPLEDIR%%/websockets/echoserver/echoserver.pro %%QT_EXAMPLEDIR%%/websockets/echoserver/main.cpp %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/data.qrc %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/main.cpp %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/qml/qmlwebsocketclient/main.qml %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketclient/qmlwebsocketclient.pro %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/data.qrc %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/main.cpp %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/qml/qmlwebsocketserver/main.qml %%QT_EXAMPLEDIR%%/websockets/qmlwebsocketserver/qmlwebsocketserver.pro %%QT_EXAMPLEDIR%%/websockets/simplechat/CMakeLists.txt %%QT_EXAMPLEDIR%%/websockets/simplechat/chatclient.html %%QT_EXAMPLEDIR%%/websockets/simplechat/chatserver.cpp %%QT_EXAMPLEDIR%%/websockets/simplechat/chatserver.h %%QT_EXAMPLEDIR%%/websockets/simplechat/main.cpp %%QT_EXAMPLEDIR%%/websockets/simplechat/simplechat.pro %%QT_EXAMPLEDIR%%/websockets/sslechoclient/CMakeLists.txt %%QT_EXAMPLEDIR%%/websockets/sslechoclient/main.cpp %%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.cpp %%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.h %%QT_EXAMPLEDIR%%/websockets/sslechoclient/sslechoclient.pro %%QT_EXAMPLEDIR%%/websockets/sslechoserver/CMakeLists.txt %%QT_EXAMPLEDIR%%/websockets/sslechoserver/generate.sh %%QT_EXAMPLEDIR%%/websockets/sslechoserver/localhost.cert %%QT_EXAMPLEDIR%%/websockets/sslechoserver/localhost.key %%QT_EXAMPLEDIR%%/websockets/sslechoserver/main.cpp %%QT_EXAMPLEDIR%%/websockets/sslechoserver/securesocketclient.qrc %%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoclient.html %%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.cpp %%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.h %%QT_EXAMPLEDIR%%/websockets/sslechoserver/sslechoserver.pro %%QT_EXAMPLEDIR%%/websockets/websockets.pro %%QT_EXAMPLEDIR%%/webview/CMakeLists.txt %%QT_EXAMPLEDIR%%/webview/minibrowser/CMakeLists.txt %%QT_EXAMPLEDIR%%/webview/minibrowser/doc/images/webview-example.jpg %%QT_EXAMPLEDIR%%/webview/minibrowser/doc/src/minibrowser.qdoc %%QT_EXAMPLEDIR%%/webview/minibrowser/images/left-32.png %%QT_EXAMPLEDIR%%/webview/minibrowser/images/refresh-32.png %%QT_EXAMPLEDIR%%/webview/minibrowser/images/right-32.png %%QT_EXAMPLEDIR%%/webview/minibrowser/images/settings-32.png %%QT_EXAMPLEDIR%%/webview/minibrowser/images/stop-32.png %%QT_EXAMPLEDIR%%/webview/minibrowser/ios/Info.plist %%QT_EXAMPLEDIR%%/webview/minibrowser/macos/Info.plist %%QT_EXAMPLEDIR%%/webview/minibrowser/main.cpp %%QT_EXAMPLEDIR%%/webview/minibrowser/main.qml %%QT_EXAMPLEDIR%%/webview/minibrowser/minibrowser.pro %%QT_EXAMPLEDIR%%/webview/minibrowser/qml.qrc %%QT_EXAMPLEDIR%%/webview/webview.pro %%QT_EXAMPLEDIR%%/widgets/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/animation/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/animation/README %%QT_EXAMPLEDIR%%/widgets/animation/animation.pro %%QT_EXAMPLEDIR%%/widgets/animation/easing/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/animation/easing/animation.h %%QT_EXAMPLEDIR%%/widgets/animation/easing/easing.pro %%QT_EXAMPLEDIR%%/widgets/animation/easing/easing.qrc %%QT_EXAMPLEDIR%%/widgets/animation/easing/form.ui %%QT_EXAMPLEDIR%%/widgets/animation/easing/images/qt-logo.png %%QT_EXAMPLEDIR%%/widgets/animation/easing/main.cpp %%QT_EXAMPLEDIR%%/widgets/animation/easing/window.cpp %%QT_EXAMPLEDIR%%/widgets/animation/easing/window.h %%QT_EXAMPLEDIR%%/widgets/desktop/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/desktop/README %%QT_EXAMPLEDIR%%/widgets/desktop/desktop.pro %%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/main.cpp %%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/screenshot.cpp %%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/screenshot.h %%QT_EXAMPLEDIR%%/widgets/desktop/screenshot/screenshot.pro %%QT_EXAMPLEDIR%%/widgets/desktop/systray/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/desktop/systray/doc/images/systemtray-editor.png %%QT_EXAMPLEDIR%%/widgets/desktop/systray/doc/images/systemtray-example.png %%QT_EXAMPLEDIR%%/widgets/desktop/systray/doc/src/systray.qdoc %%QT_EXAMPLEDIR%%/widgets/desktop/systray/images/bad.png %%QT_EXAMPLEDIR%%/widgets/desktop/systray/images/heart.png %%QT_EXAMPLEDIR%%/widgets/desktop/systray/images/trash.png %%QT_EXAMPLEDIR%%/widgets/desktop/systray/main.cpp %%QT_EXAMPLEDIR%%/widgets/desktop/systray/systray.pro %%QT_EXAMPLEDIR%%/widgets/desktop/systray/systray.qrc %%QT_EXAMPLEDIR%%/widgets/desktop/systray/window.cpp %%QT_EXAMPLEDIR%%/widgets/desktop/systray/window.h %%QT_EXAMPLEDIR%%/widgets/dialogs/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/dialogs/README %%QT_EXAMPLEDIR%%/widgets/dialogs/dialogs.pro %%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/images/logo.png %%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/images/watermark.png %%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/licensewizard.cpp %%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/licensewizard.h %%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/licensewizard.pro %%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/licensewizard.qrc %%QT_EXAMPLEDIR%%/widgets/dialogs/licensewizard/main.cpp %%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/dialog.cpp %%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/dialog.h %%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/main.cpp %%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/main.mm %%QT_EXAMPLEDIR%%/widgets/dialogs/standarddialogs/standarddialogs.pro %%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/main.cpp %%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/tabdialog.cpp %%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/tabdialog.h %%QT_EXAMPLEDIR%%/widgets/dialogs/tabdialog/tabdialog.pro %%QT_EXAMPLEDIR%%/widgets/dialogs/trivialwizard/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/dialogs/trivialwizard/trivialwizard.cpp %%QT_EXAMPLEDIR%%/widgets/dialogs/trivialwizard/trivialwizard.pro %%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-adddialog.png %%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-classes.png %%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-editdialog.png %%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-filemenu.png %%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-newaddresstab.png %%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-signals.png %%QT_EXAMPLEDIR%%/widgets/doc/images/addressbook-toolsmenu.png %%QT_EXAMPLEDIR%%/widgets/doc/images/analogclock-viewport.png %%QT_EXAMPLEDIR%%/widgets/doc/images/basicgraphicslayouts-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/basiclayouts-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/collidingmice-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/completer-example-country.png %%QT_EXAMPLEDIR%%/widgets/doc/images/completer-example-word.png %%QT_EXAMPLEDIR%%/widgets/doc/images/completer-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/dropsite-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/geometry.png %%QT_EXAMPLEDIR%%/widgets/doc/images/graphicssimpleanchorlayout-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/imagegestures-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel-indexes.png %%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel-items.png %%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel-model.png %%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel-values.png %%QT_EXAMPLEDIR%%/widgets/doc/images/itemviews-editabletreemodel.png %%QT_EXAMPLEDIR%%/widgets/doc/images/layout1.png %%QT_EXAMPLEDIR%%/widgets/doc/images/layout2.png %%QT_EXAMPLEDIR%%/widgets/doc/images/notepad1.png %%QT_EXAMPLEDIR%%/widgets/doc/images/notepad2.png %%QT_EXAMPLEDIR%%/widgets/doc/images/notepad3.png %%QT_EXAMPLEDIR%%/widgets/doc/images/notepad4.png %%QT_EXAMPLEDIR%%/widgets/doc/images/orderform-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/regularexpression-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/systemtray-editor.png %%QT_EXAMPLEDIR%%/widgets/doc/images/systemtray-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/treemodel-structure.svg %%QT_EXAMPLEDIR%%/widgets/doc/images/treemodelcompleter-example.png %%QT_EXAMPLEDIR%%/widgets/doc/images/undoframeworkexample.png %%QT_EXAMPLEDIR%%/widgets/doc/src/addressbook.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/affine.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/analogclock.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/basicdrawing.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/basicgraphicslayouts.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/basiclayouts.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/basicsortfiltermodel.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/calculator.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/calendarwidget.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/chip.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/collidingmice-example.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/combowidgetmapper.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/completer.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/composition.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/cuberhiwidget.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/customsortfiltermodel.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/deform.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/diagramscene.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/dragdroprobot.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/draggableicons.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/draggabletext.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/dropsite.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/easing.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/editabletreemodel.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/elasticnodes.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/fetchmore.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/flowlayout.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/frozencolumn.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/gallery.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/gradients.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/graphicsview-simpleanchorlayout.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/imagecomposition.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/licensewizard.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/lineedits.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/menus.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/orderform.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/painterpaths.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/pathstroke.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/regularexpression.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/screenshot.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/scribble.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/shapedclock.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/shortcuteditor.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/simplerhiwidget.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/simpletreemodel.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/sliders.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/spinboxes.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/spreadsheet.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/standarddialogs.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/stardelegate.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/syntaxhighlighter.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/tabdialog.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/tablet.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/transformations.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/treemodelcompleter.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/trivialwizard.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/undoframework.qdoc %%QT_EXAMPLEDIR%%/widgets/doc/src/windowflags.qdoc %%QT_EXAMPLEDIR%%/widgets/draganddrop/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/draganddrop/README %%QT_EXAMPLEDIR%%/widgets/draganddrop/draganddrop.pro %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/draggableicons.pro %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/draggableicons.qrc %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/dragwidget.cpp %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/dragwidget.h %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/images/boat.png %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/images/car.png %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/images/house.png %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggableicons/main.cpp %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/draggabletext.pro %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/draggabletext.qrc %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/dragwidget.cpp %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/dragwidget.h %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/main.cpp %%QT_EXAMPLEDIR%%/widgets/draganddrop/draggabletext/words.txt %%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/droparea.cpp %%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/droparea.h %%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/dropsite.pro %%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/dropsitewindow.cpp %%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/dropsitewindow.h %%QT_EXAMPLEDIR%%/widgets/draganddrop/dropsite/main.cpp %%QT_EXAMPLEDIR%%/widgets/gallery/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/gallery/gallery.pro %%QT_EXAMPLEDIR%%/widgets/gallery/main.cpp %%QT_EXAMPLEDIR%%/widgets/gallery/widgetgallery.cpp %%QT_EXAMPLEDIR%%/widgets/gallery/widgetgallery.h %%QT_EXAMPLEDIR%%/widgets/gestures/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/gestures/gestures.pro %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/doc/src/imagegestures.qdoc %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/imagegestures.pro %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/imagewidget.cpp %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/imagewidget.h %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/main.cpp %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/mainwidget.cpp %%QT_EXAMPLEDIR%%/widgets/gestures/imagegestures/mainwidget.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/graphicsview/README %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/basicgraphicslayouts.qrc %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/images/block.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/layoutitem.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/layoutitem.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/main.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/window.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/basicgraphicslayouts/window.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/chip.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/chip.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/chip.pro %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/fileprint.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/images.qrc %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/main.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/qt4logo.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/rotateleft.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/rotateright.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/view.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/view.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/zoomin.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/chip/zoomout.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/collidingmice.pro %%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/images/cheese.jpg %%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/main.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/mice.qrc %%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/mouse.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/collidingmice/mouse.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/arrow.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/arrow.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramitem.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramitem.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramscene.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramscene.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramscene.pro %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramscene.qrc %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramtextitem.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/diagramtextitem.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/background1.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/background2.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/background3.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/background4.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/bold.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/bringtofront.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/delete.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/floodfill.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/italic.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/linecolor.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/linepointer.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/pointer.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/sendtoback.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/textpointer.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/images/underline.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/main.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/diagramscene/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/coloritem.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/coloritem.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/dragdroprobot.pro %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/images/head.png %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/main.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/robot.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/robot.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/dragdroprobot/robot.qrc %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/edge.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/edge.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/elasticnodes.pro %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/graphwidget.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/graphwidget.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/main.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/node.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/elasticnodes/node.h %%QT_EXAMPLEDIR%%/widgets/graphicsview/graphicsview.pro %%QT_EXAMPLEDIR%%/widgets/graphicsview/simpleanchorlayout/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/graphicsview/simpleanchorlayout/main.cpp %%QT_EXAMPLEDIR%%/widgets/graphicsview/simpleanchorlayout/simpleanchorlayout.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/README %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/adddialog.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/adddialog.h %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/addressbook.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/addresswidget.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/addresswidget.h %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/newaddresstab.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/newaddresstab.h %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/tablemodel.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/addressbook/tablemodel.h %%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/basicsortfiltermodel.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/window.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/basicsortfiltermodel/window.h %%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/combowidgetmapper.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/window.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/combowidgetmapper/window.h %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/customsortfiltermodel.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/customsortfiltermodel.qrc %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/filterwidget.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/filterwidget.h %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/images/find.png %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/window.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/customsortfiltermodel/window.h %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/default.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/editabletreemodel.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/editabletreemodel.qrc %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/mainwindow.ui %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/test.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/treeitem.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/treeitem.h %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/treemodel.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/editabletreemodel/treemodel.h %%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/fetchmore.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/filelistmodel.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/filelistmodel.h %%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/window.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/fetchmore/window.h %%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/freezetablewidget.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/freezetablewidget.h %%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/frozencolumn.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/grades.qrc %%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/grades.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/frozencolumn/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/itemviews.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/default.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/simpletreemodel.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/simpletreemodel.qrc %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/test.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/treeitem.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/treeitem.h %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/treemodel.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/simpletreemodel/treemodel.h %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/images/interview.png %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/printview.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/printview.h %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheet.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheet.h %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheet.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheet.qrc %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheetdelegate.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheetdelegate.h %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheetitem.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/spreadsheet/spreadsheetitem.h %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/main.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stardelegate.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stardelegate.h %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stardelegate.pro %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stareditor.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/stareditor.h %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/starrating.cpp %%QT_EXAMPLEDIR%%/widgets/itemviews/stardelegate/starrating.h %%QT_EXAMPLEDIR%%/widgets/layouts/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/layouts/README %%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/basiclayouts.pro %%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/dialog.cpp %%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/dialog.h %%QT_EXAMPLEDIR%%/widgets/layouts/basiclayouts/main.cpp %%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/flowlayout.cpp %%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/flowlayout.h %%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/flowlayout.pro %%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/main.cpp %%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/window.cpp %%QT_EXAMPLEDIR%%/widgets/layouts/flowlayout/window.h %%QT_EXAMPLEDIR%%/widgets/layouts/layouts.pro %%QT_EXAMPLEDIR%%/widgets/mainwindows/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/mainwindows/README %%QT_EXAMPLEDIR%%/widgets/mainwindows/mainwindows.pro %%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/main.cpp %%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/mainwindows/menus/menus.pro %%QT_EXAMPLEDIR%%/widgets/painting/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/README %%QT_EXAMPLEDIR%%/widgets/painting/affine/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/affine/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/widgets/painting/affine/affine.pro %%QT_EXAMPLEDIR%%/widgets/painting/affine/affine.qrc %%QT_EXAMPLEDIR%%/widgets/painting/affine/bg1.jpg %%QT_EXAMPLEDIR%%/widgets/painting/affine/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/affine/xform.cpp %%QT_EXAMPLEDIR%%/widgets/painting/affine/xform.h %%QT_EXAMPLEDIR%%/widgets/painting/affine/xform.html %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/basicdrawing.pro %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/basicdrawing.qrc %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/images/brick.png %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/images/qt-logo.png %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/renderarea.cpp %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/renderarea.h %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/window.cpp %%QT_EXAMPLEDIR%%/widgets/painting/basicdrawing/window.h %%QT_EXAMPLEDIR%%/widgets/painting/composition/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/composition/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.cpp %%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.h %%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.html %%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.pro %%QT_EXAMPLEDIR%%/widgets/painting/composition/composition.qrc %%QT_EXAMPLEDIR%%/widgets/painting/composition/flower.jpg %%QT_EXAMPLEDIR%%/widgets/painting/composition/flower_alpha.jpg %%QT_EXAMPLEDIR%%/widgets/painting/composition/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/deform/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/deform/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/widgets/painting/deform/deform.pro %%QT_EXAMPLEDIR%%/widgets/painting/deform/deform.qrc %%QT_EXAMPLEDIR%%/widgets/painting/deform/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/deform/pathdeform.cpp %%QT_EXAMPLEDIR%%/widgets/painting/deform/pathdeform.h %%QT_EXAMPLEDIR%%/widgets/painting/deform/pathdeform.html %%QT_EXAMPLEDIR%%/widgets/painting/gradients/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/gradients/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.cpp %%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.h %%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.html %%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.pro %%QT_EXAMPLEDIR%%/widgets/painting/gradients/gradients.qrc %%QT_EXAMPLEDIR%%/widgets/painting/gradients/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/imagecomposer.cpp %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/imagecomposer.h %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/imagecomposition.pro %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/imagecomposition.qrc %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/images/background.png %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/images/blackrectangle.png %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/images/butterfly.png %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/images/checker.png %%QT_EXAMPLEDIR%%/widgets/painting/imagecomposition/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/painterpaths.pro %%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/renderarea.cpp %%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/renderarea.h %%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/window.cpp %%QT_EXAMPLEDIR%%/widgets/painting/painterpaths/window.h %%QT_EXAMPLEDIR%%/widgets/painting/painting.pro %%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/CMakeLists.txt.shared %%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.cpp %%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.h %%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.html %%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.pro %%QT_EXAMPLEDIR%%/widgets/painting/pathstroke/pathstroke.qrc %%QT_EXAMPLEDIR%%/widgets/painting/shared/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/shared/arthurstyle.cpp %%QT_EXAMPLEDIR%%/widgets/painting/shared/arthurstyle.h %%QT_EXAMPLEDIR%%/widgets/painting/shared/arthurwidgets.cpp %%QT_EXAMPLEDIR%%/widgets/painting/shared/arthurwidgets.h %%QT_EXAMPLEDIR%%/widgets/painting/shared/hoverpoints.cpp %%QT_EXAMPLEDIR%%/widgets/painting/shared/hoverpoints.h %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/bg_pattern.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_normal_cap_left.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_normal_cap_right.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_normal_stretch.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_pressed_cap_left.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_pressed_cap_right.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/button_pressed_stretch.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/curve_thing_edit-6.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_bottom.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_bottomleft.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_bottomright.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_left.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_right.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_top.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_topleft.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/frame_topright.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_bottom_left.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_bottom_right.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_bottom_stretch.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_left_stretch.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_right_stretch.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_top_stretch.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_topleft.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/groupframe_topright.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_dash_dot.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_dash_dot_dot.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_dashed.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_dotted.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/line_solid.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/radiobutton-off.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/radiobutton-on.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/radiobutton_off.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/radiobutton_on.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/slider_bar.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/slider_thumb_off.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/slider_thumb_on.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/title_cap_left.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/title_cap_right.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/images/title_stretch.png %%QT_EXAMPLEDIR%%/widgets/painting/shared/shared.pri %%QT_EXAMPLEDIR%%/widgets/painting/shared/shared.qrc %%QT_EXAMPLEDIR%%/widgets/painting/shared/use_lib.cmake %%QT_EXAMPLEDIR%%/widgets/painting/transformations/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/painting/transformations/main.cpp %%QT_EXAMPLEDIR%%/widgets/painting/transformations/renderarea.cpp %%QT_EXAMPLEDIR%%/widgets/painting/transformations/renderarea.h %%QT_EXAMPLEDIR%%/widgets/painting/transformations/transformations.pro %%QT_EXAMPLEDIR%%/widgets/painting/transformations/window.cpp %%QT_EXAMPLEDIR%%/widgets/painting/transformations/window.h %%QT_EXAMPLEDIR%%/widgets/qnx/foreignwindows/collector.cpp %%QT_EXAMPLEDIR%%/widgets/qnx/foreignwindows/collector.h %%QT_EXAMPLEDIR%%/widgets/qnx/foreignwindows/foreignwindows.pro %%QT_EXAMPLEDIR%%/widgets/qnx/foreignwindows/main.cpp %%QT_EXAMPLEDIR%%/widgets/rhi/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/cube.h %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/cuberhiwidget.pro %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/cuberhiwidget.qrc %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/examplewidget.cpp %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/examplewidget.h %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/main.cpp %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/shader_assets/texture.frag.qsb %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/shader_assets/texture.vert.qsb %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/shaders/texture.frag %%QT_EXAMPLEDIR%%/widgets/rhi/cuberhiwidget/shaders/texture.vert %%QT_EXAMPLEDIR%%/widgets/rhi/rhi.pro %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/examplewidget.cpp %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/examplewidget.h %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/main.cpp %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/shader_assets/color.frag.qsb %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/shader_assets/color.vert.qsb %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/shaders/color.frag %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/shaders/color.vert %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/simplerhiwidget.pro %%QT_EXAMPLEDIR%%/widgets/rhi/simplerhiwidget/simplerhiwidget.qrc %%QT_EXAMPLEDIR%%/widgets/richtext/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/richtext/README %%QT_EXAMPLEDIR%%/widgets/richtext/orderform/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/richtext/orderform/detailsdialog.cpp %%QT_EXAMPLEDIR%%/widgets/richtext/orderform/detailsdialog.h %%QT_EXAMPLEDIR%%/widgets/richtext/orderform/main.cpp %%QT_EXAMPLEDIR%%/widgets/richtext/orderform/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/richtext/orderform/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/richtext/orderform/orderform.pro %%QT_EXAMPLEDIR%%/widgets/richtext/richtext.pro %%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/highlighter.cpp %%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/highlighter.h %%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/main.cpp %%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/richtext/syntaxhighlighter/syntaxhighlighter.pro %%QT_EXAMPLEDIR%%/widgets/tools/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tools/completer/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tools/completer/completer.pro %%QT_EXAMPLEDIR%%/widgets/tools/completer/completer.qrc %%QT_EXAMPLEDIR%%/widgets/tools/completer/fsmodel.cpp %%QT_EXAMPLEDIR%%/widgets/tools/completer/fsmodel.h %%QT_EXAMPLEDIR%%/widgets/tools/completer/main.cpp %%QT_EXAMPLEDIR%%/widgets/tools/completer/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/tools/completer/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/tools/completer/resources/countries.txt %%QT_EXAMPLEDIR%%/widgets/tools/completer/resources/wordlist.txt %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/customcompleter.pro %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/customcompleter.qrc %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/doc/src/customcompleter.qdoc %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/main.cpp %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/resources/wordlist.txt %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/textedit.cpp %%QT_EXAMPLEDIR%%/widgets/tools/customcompleter/textedit.h %%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/images/copy.png %%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/main.cpp %%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/regularexpression.pro %%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/regularexpression.qrc %%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/regularexpressiondialog.cpp %%QT_EXAMPLEDIR%%/widgets/tools/regularexpression/regularexpressiondialog.h %%QT_EXAMPLEDIR%%/widgets/tools/tools.pro %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/main.cpp %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/resources/treemodel.txt %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/treemodelcompleter.cpp %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/treemodelcompleter.h %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/treemodelcompleter.pro %%QT_EXAMPLEDIR%%/widgets/tools/treemodelcompleter/treemodelcompleter.qrc %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/commands.cpp %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/commands.h %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/diagramitem.cpp %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/diagramitem.h %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/diagramscene.cpp %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/diagramscene.h %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/icons/cross.png %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/icons/rectangle.png %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/icons/redo.png %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/icons/remove.png %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/icons/triangle.png %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/icons/undo.png %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/main.cpp %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/undoframework.pro %%QT_EXAMPLEDIR%%/widgets/tools/undoframework/undoframework.qrc %%QT_EXAMPLEDIR%%/widgets/touch/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/touch/knobs/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/touch/knobs/doc/images/touch-knobs-example.png %%QT_EXAMPLEDIR%%/widgets/touch/knobs/doc/src/touch-knobs.qdoc %%QT_EXAMPLEDIR%%/widgets/touch/knobs/knob.cpp %%QT_EXAMPLEDIR%%/widgets/touch/knobs/knob.h %%QT_EXAMPLEDIR%%/widgets/touch/knobs/knobs.pro %%QT_EXAMPLEDIR%%/widgets/touch/knobs/main.cpp %%QT_EXAMPLEDIR%%/widgets/touch/touch.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/README %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/1_readonly.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/mymodel.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/1_readonly/mymodel.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/2_formatting.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/mymodel.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/2_formatting/mymodel.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/3_changingmodel.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/mymodel.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/3_changingmodel/mymodel.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/4_headers.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/mymodel.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/4_headers/mymodel.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/5_edit.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/mymodel.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/5_edit/mymodel.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/6_treeview.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/6_treeview/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/7_selections.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/7_selections/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/modelview/modelview.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/gettingstartedqt.qdoc %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/bold.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/copy.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/create.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/cut.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/edit_redo.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/edit_undo.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/exit.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/font.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/info.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/italic.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/new.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/open.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/paste.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/pencil.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/print.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/save.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/save_as.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/images/underline.png %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.h %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.qrc %%QT_EXAMPLEDIR%%/widgets/tutorials/notepad/notepad.ui %%QT_EXAMPLEDIR%%/widgets/tutorials/tutorials.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/childwidget.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/childwidget/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/nestedlayouts/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/nestedlayouts/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/nestedlayouts/nestedlayouts.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/toplevel/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/toplevel/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/toplevel/toplevel.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/widgets.pro %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/windowlayout/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/windowlayout/main.cpp %%QT_EXAMPLEDIR%%/widgets/tutorials/widgets/windowlayout/windowlayout.pro %%QT_EXAMPLEDIR%%/widgets/widgets.pro %%QT_EXAMPLEDIR%%/widgets/widgets/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/README %%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/analogclock.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/analogclock.h %%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/analogclock.pro %%QT_EXAMPLEDIR%%/widgets/widgets/analogclock/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/calculator/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/calculator/button.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/calculator/button.h %%QT_EXAMPLEDIR%%/widgets/widgets/calculator/calculator.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/calculator/calculator.h %%QT_EXAMPLEDIR%%/widgets/widgets/calculator/calculator.pro %%QT_EXAMPLEDIR%%/widgets/widgets/calculator/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/calendarwidget.pro %%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/window.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/calendarwidget/window.h %%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/lineedits.pro %%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/window.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/lineedits/window.h %%QT_EXAMPLEDIR%%/widgets/widgets/scribble/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/scribble/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/scribble/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/scribble/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/widgets/scribble/scribble.pro %%QT_EXAMPLEDIR%%/widgets/widgets/scribble/scribblearea.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/scribble/scribblearea.h %%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/shapedclock.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/shapedclock.h %%QT_EXAMPLEDIR%%/widgets/widgets/shapedclock/shapedclock.pro %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/actionmanager.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/actionmanager.h %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/application.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/application.h %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/shortcuteditordelegate.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/shortcuteditordelegate.h %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/shortcuteditormodel.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/shortcuteditormodel.h %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/shortcuteditorwidget.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/shortcuteditor/shortcuteditorwidget.h %%QT_EXAMPLEDIR%%/widgets/widgets/sliders/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/sliders/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/sliders/sliders.pro %%QT_EXAMPLEDIR%%/widgets/widgets/sliders/slidersgroup.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/sliders/slidersgroup.h %%QT_EXAMPLEDIR%%/widgets/widgets/sliders/window.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/sliders/window.h %%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/spinboxes.pro %%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/window.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/spinboxes/window.h %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images.qrc %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images/cursor-airbrush.png %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images/cursor-eraser.png %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images/cursor-felt-marker.png %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/images/cursor-pencil.png %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/mainwindow.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/mainwindow.h %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tablet.pro %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tabletapplication.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tabletapplication.h %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tabletcanvas.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/tablet/tabletcanvas.h %%QT_EXAMPLEDIR%%/widgets/widgets/widgets.pro %%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/CMakeLists.txt %%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/controllerwindow.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/controllerwindow.h %%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/main.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/previewwindow.cpp %%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/previewwindow.h %%QT_EXAMPLEDIR%%/widgets/widgets/windowflags/windowflags.pro %%QT_EXAMPLEDIR%%/xml/CMakeLists.txt %%QT_EXAMPLEDIR%%/xml/README %%QT_EXAMPLEDIR%%/xml/dombookmarks/CMakeLists.txt %%QT_EXAMPLEDIR%%/xml/dombookmarks/doc/images/screenshot.png %%QT_EXAMPLEDIR%%/xml/dombookmarks/doc/src/dombookmarks.qdoc %%QT_EXAMPLEDIR%%/xml/dombookmarks/dombookmarks.pro %%QT_EXAMPLEDIR%%/xml/dombookmarks/jennifer.xbel %%QT_EXAMPLEDIR%%/xml/dombookmarks/main.cpp %%QT_EXAMPLEDIR%%/xml/dombookmarks/mainwindow.cpp %%QT_EXAMPLEDIR%%/xml/dombookmarks/mainwindow.h %%QT_EXAMPLEDIR%%/xml/dombookmarks/xbeltree.cpp %%QT_EXAMPLEDIR%%/xml/dombookmarks/xbeltree.h %%QT_EXAMPLEDIR%%/xml/xml.pro diff --git a/multimedia/qt6-multimedia/Makefile b/multimedia/qt6-multimedia/Makefile index 872bf4450c13..6cfb8fc62768 100644 --- a/multimedia/qt6-multimedia/Makefile +++ b/multimedia/qt6-multimedia/Makefile @@ -1,86 +1,85 @@ PORTNAME= multimedia DISTVERSION= ${QT6_VERSION} -PORTREVISION= 1 CATEGORIES= multimedia PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt audio, video, radio and camera support module BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon USES= cmake compiler:c++17-lang gl localbase:ldflags pkgconfig qt-dist:6 USE_GL= opengl USE_QT= base declarative shadertools:build USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} CFLAGS_powerpc= -DPFFFT_SIMD_DISABLE CXXFLAGS_powerpc64= -mvsx OPTIONS_DEFINE= FFMPEG GSTREAMER PIPEWIRE Q3D V4L VAAPI X11 OPTIONS_DEFAULT= FFMPEG GSTREAMER PIPEWIRE PULSEAUDIO Q3D V4L VAAPI X11 AUDIO_DESC= Low-level audio backend OPTIONS_SINGLE= AUDIO OPTIONS_SINGLE_AUDIO= ALSA PULSEAUDIO OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_RUN_DEPENDS= alsa-plugins>=0:audio/alsa-plugins ALSA_CMAKE_BOOL= FEATURE_alsa FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CMAKE_BOOL= FEATURE_ffmpeg GSTREAMER_LIB_DEPENDS= libdrm.so:graphics/libdrm \ libwayland-client.so:graphics/wayland # As of 2024-09-29, Mk/Uses/xorg.mk freaks out if no modules are defined # via USE_XORG, so FTTB, we must duplicate USES=xorg in the GSTREAMER # and X11 options and cannot hoist it to the main USES declaration as a # noop. GSTREAMER_USES= gnome gstreamer:1 xorg GSTREAMER_USE= GL=egl \ GNOME=glib20 \ GSTREAMER=bad,gl,good,ugly,${"${PORT_OPTIONS:MALSA}":?alsa:pulse} \ XORG=xcb GSTREAMER_CMAKE_BOOL= FEATURE_gstreamer \ FEATURE_gstreamer_1_0 \ FEATURE_gstreamer_app \ FEATURE_gstreamer_gl \ FEATURE_gstreamer_photography PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PIPEWIRE_CMAKE_BOOL= FEATURE_pipewire PIPEWIRE_IMPLIES= FFMPEG PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= FEATURE_pulseaudio Q3D_DESC= Spatial audio support via QtQuick3D Q3D_USE= QT=quick3d,shadertools Q3D_CMAKE_BOOL= FEATURE_spatialaudio_quick3d V4L_BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat V4L_CMAKE_BOOL= FEATURE_linux_v4l V4L_IMPLIES= ${"${PORT_OPTIONS:MFFMPEG}":?FFMPEG:GSTREAMER} VAAPI_LIB_DEPENDS= libva.so:multimedia/libva VAAPI_USE= GL=egl VAAPI_CMAKE_BOOL= FEATURE_vaapi VAAPI_IMPLIES= FFMPEG # We assume that the Qt stack has been built with consistent X11 options. # QT_FEATURE_xlib is defined globally by devel/qt6-base based upon whether # the X11 option was enabled in that port. X11_USES= xorg X11_USE= XORG=x11,xext,xrandr X11_IMPLIES= FFMPEG .include .if ${ARCH} == "i386" && ${MACHINE_CPU:Nsse} CXXFLAGS+= -DDISABLE_SIMD \ -DPFFFT_SIMD_DISABLE .endif .include diff --git a/multimedia/qt6-multimedia/distinfo b/multimedia/qt6-multimedia/distinfo index 635040e13db6..30c83599cc0d 100644 --- a/multimedia/qt6-multimedia/distinfo +++ b/multimedia/qt6-multimedia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964336 -SHA256 (KDE/Qt/6.10.1/qtmultimedia-everywhere-src-6.10.1.tar.xz) = f7a4f9bc2840d4f0f9f7329f0dcb3d3500c54177b8e368091a3727c7320e67b8 -SIZE (KDE/Qt/6.10.1/qtmultimedia-everywhere-src-6.10.1.tar.xz) = 9923496 +TIMESTAMP = 1770200048 +SHA256 (KDE/Qt/6.10.2/qtmultimedia-everywhere-src-6.10.2.tar.xz) = 93f7ef0106fbd731165a2723f3e436c911fc5e6880f5bc987b55516c20833e2b +SIZE (KDE/Qt/6.10.2/qtmultimedia-everywhere-src-6.10.2.tar.xz) = 9907852 diff --git a/net/qt6-coap/distinfo b/net/qt6-coap/distinfo index 5945274a75f6..fea942384094 100644 --- a/net/qt6-coap/distinfo +++ b/net/qt6-coap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965091 -SHA256 (KDE/Qt/6.10.1/qt-qtcoap-v6.10.1_GH0.tar.gz) = de077e00ef5a938ee3e86e093ca860e564dcdd00c13f62a8df98515a6a5cf782 -SIZE (KDE/Qt/6.10.1/qt-qtcoap-v6.10.1_GH0.tar.gz) = 186784 +TIMESTAMP = 1770200054 +SHA256 (KDE/Qt/6.10.2/qt-qtcoap-v6.10.2_GH0.tar.gz) = 787e88eeccae01ad2fe9e0854377b042b7e6556f2c660bba33158c2d9622a9c2 +SIZE (KDE/Qt/6.10.2/qt-qtcoap-v6.10.2_GH0.tar.gz) = 186779 diff --git a/net/qt6-mqtt/distinfo b/net/qt6-mqtt/distinfo index f3b08838aea3..4f20dd96fa8e 100644 --- a/net/qt6-mqtt/distinfo +++ b/net/qt6-mqtt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965205 -SHA256 (KDE/Qt/6.10.1/qt-qtmqtt-v6.10.1_GH0.tar.gz) = 4c0f246daa2009c8b3b9fb0172970fbb6452a0c2846ed5fe4de87ed4b884f9f9 -SIZE (KDE/Qt/6.10.1/qt-qtmqtt-v6.10.1_GH0.tar.gz) = 220879 +TIMESTAMP = 1770200059 +SHA256 (KDE/Qt/6.10.2/qt-qtmqtt-v6.10.2_GH0.tar.gz) = 884925fc6fa116f0cc4f1db80335daaf249ada5fbba30186536ed6329dc6032a +SIZE (KDE/Qt/6.10.2/qt-qtmqtt-v6.10.2_GH0.tar.gz) = 220871 diff --git a/net/qt6-networkauth/distinfo b/net/qt6-networkauth/distinfo index 8d256baf243c..684c3a8b8c2c 100644 --- a/net/qt6-networkauth/distinfo +++ b/net/qt6-networkauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964338 -SHA256 (KDE/Qt/6.10.1/qtnetworkauth-everywhere-src-6.10.1.tar.xz) = 1435eb598172d888d7d1795a297c7623f7d8f3afe010c8f40c5aa100abcf380d -SIZE (KDE/Qt/6.10.1/qtnetworkauth-everywhere-src-6.10.1.tar.xz) = 432496 +TIMESTAMP = 1770200065 +SHA256 (KDE/Qt/6.10.2/qtnetworkauth-everywhere-src-6.10.2.tar.xz) = 4f29fd9e4b505f5714fc42296b04c701f66ced185c49de4d520cb8de4b1981b3 +SIZE (KDE/Qt/6.10.2/qtnetworkauth-everywhere-src-6.10.2.tar.xz) = 434660 diff --git a/science/qt6-quick3dphysics/distinfo b/science/qt6-quick3dphysics/distinfo index a5ac11a7e2a9..2dff69f7cec1 100644 --- a/science/qt6-quick3dphysics/distinfo +++ b/science/qt6-quick3dphysics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965268 -SHA256 (KDE/Qt/6.10.1/qtquick3dphysics-everywhere-src-6.10.1.tar.xz) = d973847df1be6ee711e771df923537fb62fcac5bf57100f2ebc6f7742c8d2fee -SIZE (KDE/Qt/6.10.1/qtquick3dphysics-everywhere-src-6.10.1.tar.xz) = 4669412 +TIMESTAMP = 1770200072 +SHA256 (KDE/Qt/6.10.2/qtquick3dphysics-everywhere-src-6.10.2.tar.xz) = b7aff67bd05794351d7c19b178c54b674afc3ea2b4632df892aaee98f12c1cdb +SIZE (KDE/Qt/6.10.2/qtquick3dphysics-everywhere-src-6.10.2.tar.xz) = 4669204 diff --git a/www/qt6-httpserver/distinfo b/www/qt6-httpserver/distinfo index 262bd69dfde1..38559833d5ff 100644 --- a/www/qt6-httpserver/distinfo +++ b/www/qt6-httpserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965165 -SHA256 (KDE/Qt/6.10.1/qthttpserver-everywhere-src-6.10.1.tar.xz) = a26c8d96d34bb4d4e2455e2c5df6e684aafb530927763eab84794ef71944e93b -SIZE (KDE/Qt/6.10.1/qthttpserver-everywhere-src-6.10.1.tar.xz) = 177852 +TIMESTAMP = 1770200078 +SHA256 (KDE/Qt/6.10.2/qthttpserver-everywhere-src-6.10.2.tar.xz) = 26568d59bee258fd35297823d2f7839ef1337042a009b752769e688703fe4643 +SIZE (KDE/Qt/6.10.2/qthttpserver-everywhere-src-6.10.2.tar.xz) = 178708 diff --git a/www/qt6-webchannel/distinfo b/www/qt6-webchannel/distinfo index a7b6052e3e0d..13efddcc0dc3 100644 --- a/www/qt6-webchannel/distinfo +++ b/www/qt6-webchannel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964417 -SHA256 (KDE/Qt/6.10.1/qtwebchannel-everywhere-src-6.10.1.tar.xz) = 7ba16925f230e60f58efce02c1ce214bcb6b0740e24f5dd40c06f40f37d93111 -SIZE (KDE/Qt/6.10.1/qtwebchannel-everywhere-src-6.10.1.tar.xz) = 194020 +TIMESTAMP = 1770200083 +SHA256 (KDE/Qt/6.10.2/qtwebchannel-everywhere-src-6.10.2.tar.xz) = e31ea59f8e19e0374d54fdc7a8479c840acffc4ba5297ee43564b5158a4f2c27 +SIZE (KDE/Qt/6.10.2/qtwebchannel-everywhere-src-6.10.2.tar.xz) = 194076 diff --git a/www/qt6-webengine/Makefile b/www/qt6-webengine/Makefile index 03866572dcd6..1188fe4cbff3 100644 --- a/www/qt6-webengine/Makefile +++ b/www/qt6-webengine/Makefile @@ -1,195 +1,196 @@ # QtWebEngine itself is a very thin layer of Qt code on top of a large part of # Chromium (everything up to the content/ layer). As such, most of the work in # this port revolves around taming Chromium and getting it to build on FreeBSD. # While it does build at the moment, there are several items that should be # investigated or improved: # - We are using several stub files, especially in Chromium's base/ and net/ # layers. We should look at implementing the missing bits instead. # - We are currently not using any sandboxing mechanism. # - The process of porting QtWebEngine needs to be documented so we can move to # newer releases more easily. # PORTNAME?= webengine DISTVERSION= ${QT6_VERSION} # This is the parent port of print/qt6-pdf. Please always keep 'PORTREVISION?=' # and reset the value to '0' only after increasing QT6_VERSION in Mk/Uses/qt.mk. -PORTREVISION?= 4 +PORTREVISION?= 0 CATEGORIES?= www PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT?= Qt 6 library to render web content # 32-bit platforms are not supported by upstream, but we're limping them along. ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers LIB_DEPENDS= libfreetype.so:print/freetype2 \ libnss3.so:security/nss \ libopenjp2.so:graphics/openjpeg \ libxkbcommon.so:x11/libxkbcommon USES= cmake compiler:c++20-lang gl localbase:ldflags ninja:build \ pkgconfig python:build qt-dist:6,webengine USE_GL= opengl +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} USE_QT= base declarative tools USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xkbfile \ xrandr xrender xscrnsaver xshmfence xtst +CONFIGURE_ENV= NODEJS_EXECUTABLE="${LOCALBASE}/bin/node" + CMAKE_ON= QT_FEATURE_webengine_system_ffmpeg \ QT_FEATURE_webengine_proprietary_codecs -USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} - .if defined(BUILD_QTPDF) CMAKE_ON+= QT_FEATURE_qtpdf_build CMAKE_OFF+= QT_FEATURE_qtwebengine_build SYS_LIBS= freetype .else BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} LIB_DEPENDS+= libabsl_base.so:devel/abseil \ libavcodec.so:multimedia/ffmpeg \ libdbus-1.so:devel/dbus \ libdrm.so:graphics/libdrm \ libepoll-shim.so:devel/libepoll-shim \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libharfbuzz.so:print/harfbuzz \ liblcms2.so:graphics/lcms2 \ libnspr4.so:devel/nspr \ libopenh264.so:multimedia/openh264 \ libopus.so:audio/opus \ libpci.so:devel/libpci \ libpng.so:graphics/png \ libre2.so:devel/re2 \ libsnappy.so:archivers/snappy \ libtiff.so:graphics/tiff \ libudev.so:devel/libudev-devd \ libvpx.so:multimedia/libvpx \ libwebp.so:graphics/webp USES+= bison gnome gperf jpeg minizip xorg USE_GL+= gbm USE_QT+= positioning quick3d:build webchannel USE_GNOME+= glib20 libxml2 libxslt USE_XORG+= x11 xcb xcomposite xcursor xdamage xext xfixes xi xkbfile \ xrandr xrender xscrnsaver xshmfence xtst CMAKE_ON+= QT_FEATURE_qtwebengine_build CMAKE_OFF+= QT_FEATURE_qtpdf_build CXXFLAGS+= -I${LOCALBASE}/include/libepoll-shim SYS_LIBS= freetype harfbuzz-ng libdrm libpng libxml libxslt openh264 opus .endif # The build system reads the environment variable $NINJA_PATH to decide whether # to boostrap ninja or not (and also to invoke it afterwards). CC and CXX are # read by some Chromium code to determine which compiler to invoke when running # some configuration tests. CONFIGURE_ENV+= NINJAFLAGS="-j${MAKE_JOBS_NUMBER}" \ NINJA_PATH="${LOCALBASE}/bin/ninja" \ PATH=${CONFIGURE_WRKSRC}/bin:${LOCALBASE}/bin:${PATH} MAKE_ENV+= CC="${CC}" CXX="${CXX}" \ C_INCLUDE_PATH=${LOCALBASE}/include \ CPLUS_INCLUDE_PATH=${LOCALBASE}/include \ ${CONFIGURE_ENV} # Avoid running multiple make(1) jobs, but only those. Otherwise the build # fails intermittently due race conditions if multiple ninja instances are # running at the same time (mostly for the targets "WebEngineCore" and # "convert_dict"). # # MAKE_JOBS_UNSAFE is too invasive because it also affects the number of jobs # for ninja(1) and would slow everything down which we don't want. We pass the # real number of make jobs via MAKE_JOBS_NUMBER to ninja(1) to CONFIGURE_ENV. DO_MAKE_BUILD= ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} -j1 ${MAKE_ARGS:N${DESTDIRNAME}=*} BINARY_ALIAS= python3=${PYTHON_CMD} .if !defined(BUILD_QTPDF) OPTIONS_DEFINE= DRIVER PIPEWIRE OPTIONS_DEFAULT= ALSA DRIVER PIPEWIRE OPTIONS_SINGLE= AUDIO OPTIONS_SINGLE_AUDIO= ALSA PULSEAUDIO SNDIO OPTIONS_SUB= yes AUDIO_DESC= Audio backend # Need the alsa plugins to get sound at runtime, otherwise messages # that the pcm_oss plugin can't be opened. ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_RUN_DEPENDS= alsa-plugins>=0:audio/alsa-plugins ALSA_CMAKE_ON= -DQT_FEATURE_webengine_system_alsa:BOOL=ON ALSA_CMAKE_OFF= -DQT_FEATURE_webengine_system_alsa:BOOL=OFF DRIVER_DESC= Install WebEngineDriver DRIVER_CMAKE_ON= -DQT_FEATURE_webenginedriver:BOOL=ON DRIVER_CMAKE_OFF= -DQT_FEATURE_webenginedriver:BOOL=OFF PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PIPEWIRE_CMAKE_ON= -DQT_FEATURE_webengine_webrtc_pipewire:BOOL=ON PIPEWIRE_CMAKE_OFF= -DQT_FEATURE_webengine_webrtc_pipewire:BOOL=OFF PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_ON= -DQT_FEATURE_webengine_system_pulseaudio:BOOL=ON PULSEAUDIO_CMAKE_OFF= -DQT_FEATURE_webengine_system_pulseaudio:BOOL=OFF SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SNDIO_CMAKE_ON= -DQT_FEATURE_webengine_system_sndio:BOOL=ON SNDIO_CMAKE_OFF= -DQT_FEATURE_webengine_system_sndio:BOOL=OFF .endif .include .if !defined(BUILD_QTPDF) . if ${ARCH:Mi386} USES+= nodejs:build,20 . else USES+= nodejs:build,lts . endif .endif post-extract: @${MKDIR} ${WRKSRC}/src/3rdparty/chromium/media/audio/sndio \ ${WRKSRC}/src/3rdparty/chromium/sandbox/policy/freebsd \ ${WRKSRC}/src/3rdparty/chromium/sandbox/policy/openbsd (cd ${WRKSRC}/src/3rdparty/chromium/third_party/libdrm/src/include && ${CP} drm/drm.h .) post-patch: @${REINPLACE_CMD} -e 's|%%CPPFLAGS%%|${CPPFLAGS}|;s|%%CXXFLAGS%%|${CXXFLAGS}|;s|%%LDFLAGS%%|${LDFLAGS}|' \ ${WRKSRC}/src/host/BUILD.toolchain.gn.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/src/3rdparty/chromium/third_party/pdfium/core/fxge/linux/fx_linux_impl.cpp \ ${WRKSRC}/src/3rdparty/chromium/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc pre-configure: # We used to remove bundled libraries to be sure that webengine uses # system libraries and not shipped ones. # # Leads to missing header errors: icu, libvpx, libwebp, re2, snappy, zlib # No-Op: flac # # Don't attempt to unbundle libraries that the Pdf module doesn't use. It # causes configuration errors. # # cd ${WRKSRC} && ${PYTHON_CMD} \ # ./build/linux/unbundle/remove_bundled_libraries.py [list of preserved] cd ${WRKSRC}/src/3rdparty/chromium && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ ./build/linux/unbundle/replace_gn_files.py --system-libraries \ ${SYS_LIBS} || ${FALSE} .if !defined(BUILD_QTPDF) post-install: # Fix for deskutils/calibre, perhaps others, where this empty directory # is created during build causing a fs-violation. ${MKDIR} ${STAGEDIR}${QT_DATADIR}/resources/locales post-install-DRIVER-on: ${STRIP_CMD} ${STAGEDIR}${QT_TOOLDIR}/webenginedriver .endif .include diff --git a/www/qt6-webengine/distinfo b/www/qt6-webengine/distinfo index fd63a9eef52e..c918a18d1bc6 100644 --- a/www/qt6-webengine/distinfo +++ b/www/qt6-webengine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964830 -SHA256 (KDE/Qt/6.10.1/qtwebengine-everywhere-src-6.10.1.tar.xz) = 77b5ea6186a0429a6b8e656faedd5cd3e8019d33856ee59637698ab578ead1e3 -SIZE (KDE/Qt/6.10.1/qtwebengine-everywhere-src-6.10.1.tar.xz) = 881148292 +TIMESTAMP = 1770201773 +SHA256 (KDE/Qt/6.10.2/qtwebengine-everywhere-src-6.10.2.tar.xz) = 856eddf292a69a88618567deea67711b4ec720e69bcb575ed7bb539c9023961e +SIZE (KDE/Qt/6.10.2/qtwebengine-everywhere-src-6.10.2.tar.xz) = 881342592 diff --git a/www/qt6-webengine/files/patch-QTBUG-139335 b/www/qt6-webengine/files/patch-QTBUG-139335 deleted file mode 100644 index 7308d72b013f..000000000000 --- a/www/qt6-webengine/files/patch-QTBUG-139335 +++ /dev/null @@ -1,610 +0,0 @@ -From 4b2f03af22bfb19168e71092d075c649e942604f Mon Sep 17 00:00:00 2001 -From: Peter Varga -Date: Mon, 20 Oct 2025 10:43:49 +0200 -Subject: [PATCH] Move GPU info logging to the GPU thread - -Accessing certain GPU information (eg. GPU feature status values) from -the browser thread requires extra API on top of Chromium, such as -content::GpuChildThread::gpu_channel_manager(). - -This change moves the logging to the GPU thread, allowing use of -existing APIs like content::GpuDataManager::GetFeatureStatus(). - -Task-number: QTBUG-139335 -Fixes: QTBUG-142497 -Fixes: QTBUG-142720 -Change-Id: I4e4471a78258a1502ec0e11683cae3936e170ce1 -Reviewed-by: Moss Heim -(cherry picked from commit 0b65b0754d1534280acc3fe48be61127ce24ac93) -Reviewed-by: Allan Sandfeld Jensen ---- - -diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt -index 64ef09f..eb83a82 100644 ---- src/core/CMakeLists.txt -+++ src/core/CMakeLists.txt -@@ -132,6 +132,7 @@ - file_system_access/file_system_access_permission_request_manager_qt.cpp file_system_access/file_system_access_permission_request_manager_qt.h - find_text_helper.cpp find_text_helper.h - global_descriptors_qt.h -+ gpu/content_gpu_client_qt.cpp gpu/content_gpu_client_qt.h - javascript_dialog_controller.cpp javascript_dialog_controller.h javascript_dialog_controller_p.h - javascript_dialog_manager_qt.cpp javascript_dialog_manager_qt.h - login_delegate_qt.cpp login_delegate_qt.h -diff --git a/src/core/content_client_qt.cpp b/src/core/content_client_qt.cpp -index 4d81e39..ed63980 100644 ---- src/core/content_client_qt.cpp -+++ src/core/content_client_qt.cpp -@@ -4,8 +4,6 @@ - - #include "content_client_qt.h" - --#include "compositor/compositor.h" -- - #include "base/command_line.h" - #include "base/files/file_util.h" - #include "base/json/json_string_value_serializer.h" -@@ -13,15 +11,11 @@ - #include "base/strings/string_util.h" - #include "base/values.h" - #include "base/version.h" --#include "content/gpu/gpu_child_thread.h" - #include "content/public/common/cdm_info.h" - #include "content/public/common/content_constants.h" - #include "content/public/common/content_switches.h" - #include "extensions/buildflags/buildflags.h" - #include "extensions/common/constants.h" --#include "gpu/config/gpu_feature_info.h" --#include "gpu/config/gpu_preferences.h" --#include "gpu/ipc/service/gpu_channel_manager.h" - #include "media/base/media_switches.h" - #include "media/base/video_codecs.h" - #include "media/cdm/supported_audio_codecs.h" -@@ -34,10 +28,8 @@ - #include - #include - #include --#include - #include - #include --#include - - #if BUILDFLAG(IS_WIN) - #include "ui/gl/gl_utils.h" -@@ -497,165 +489,4 @@ - return origin_trial_policy_.get(); - } - --void ContentClientQt::SetGpuInfo(const gpu::GPUInfo &gpu_info) --{ -- base::CommandLine *commandLine = base::CommandLine::ForCurrentProcess(); -- const bool isBrowserProcess = !commandLine->HasSwitch(switches::kProcessType); -- const bool isMainThread = QThread::currentThread() == qApp->thread(); -- -- // Limit this to the main thread of the browser process for now. -- if (!isBrowserProcess || !isMainThread) -- return; -- -- if (!gpu_info.IsInitialized()) { -- // This is probably not an issue but suspicious. -- qWarning("Failed to initialize GPUInfo."); -- return; -- } -- -- const gpu::GPUInfo::GPUDevice &primary = gpu_info.gpu; -- -- // Do not print the info again if the device hasn't been changed. -- // Change of the device is unexpected: we don't support or implement fallback yet. -- // It is suspicious if the info is logged twice. -- if (m_gpuInfo && m_gpuInfo->gpu.device_string == primary.device_string) -- return; -- m_gpuInfo = gpu_info; -- -- auto *gpuChannelManager = content::GpuChildThread::instance()->gpu_channel_manager(); -- const gpu::GpuFeatureStatus gpuCompositingStatus = -- gpuChannelManager->gpu_feature_info() -- .status_values[gpu::GPU_FEATURE_TYPE_ACCELERATED_GL]; -- --#if BUILDFLAG(IS_OZONE) -- if (gpuCompositingStatus == gpu::kGpuFeatureStatusEnabled) { -- // See entry 3 in //gpu/config/software_rendering_list.json -- QRegularExpression filter(u"software|llvmpipe|softpipe"_s, -- QRegularExpression::CaseInsensitiveOption); -- if (filter.match(QLatin1StringView(gpu_info.gl_renderer)).hasMatch()) { -- qWarning("Hardware rendering is enabled but it is not supported with Mesa software " -- "rasterizer. Expect troubles."); -- -- if (gpuChannelManager->gpu_preferences().ignore_gpu_blocklist) -- qWarning("Rendering may fail because --ignore-gpu-blocklist is set."); -- } -- } --#endif -- -- if (Q_LIKELY(!lcWebEngineCompositor().isDebugEnabled())) -- return; -- -- auto deviceToString = [](const gpu::GPUInfo::GPUDevice &device) -> QString { -- if (device.vendor_id == 0x0) -- return "Disabled"_L1; -- -- QString log; -- -- // TODO: Factor vendor translation out from QtWebEngineCore::GPUInfo. -- // Only name the most common desktop GPU hardware vendors for now. -- switch (device.vendor_id) { -- case 0x1002: -- log += "AMD"_L1; -- break; -- case 0x10DE: -- log += "Nvidia"_L1; -- break; -- case 0x8086: -- log += "Intel"_L1; -- break; -- default: -- log += "vendor id: 0x"_L1 + QString::number(device.vendor_id, 16); -- } -- -- log += ", device id: 0x"_L1 + QString::number(device.device_id, 16); -- -- if (!device.driver_vendor.empty()) { -- log += ", driver: "_L1 + QLatin1StringView(device.driver_vendor) + u' ' -- + QLatin1StringView(device.driver_version); -- } -- log += ", system device id: 0x"_L1 + QString::number(device.system_device_id, 16); -- -- log += ", preference: "_L1; -- switch (device.gpu_preference) { -- case gl::GpuPreference::kNone: -- log += "None"_L1; -- break; -- case gl::GpuPreference::kDefault: -- log += "Default"_L1; -- break; -- case gl::GpuPreference::kLowPower: -- log += "LowPower"_L1; -- break; -- case gl::GpuPreference::kHighPerformance: -- log += "HighPerformance"_L1; -- break; -- } -- -- log += ", active: "_L1 + (device.active ? "yes"_L1 : "no"_L1); -- return log; -- }; -- -- QString log; -- -- log = "GPU Compositing: "; -- switch (gpuCompositingStatus) { -- case gpu::kGpuFeatureStatusEnabled: -- log += "Enabled"_L1; -- break; -- case gpu::kGpuFeatureStatusBlocklisted: -- log += "Blocklisted"_L1; -- break; -- case gpu::kGpuFeatureStatusDisabled: -- log += "Disabled"_L1; -- break; -- case gpu::kGpuFeatureStatusSoftware: -- log += "Software"_L1; -- break; -- case gpu::kGpuFeatureStatusUndefined: -- log += "Undefined"_L1; -- break; -- case gpu::kGpuFeatureStatusMax: -- log += "Max"_L1; -- break; -- } -- qCDebug(lcWebEngineCompositor, "%ls", qUtf16Printable(log)); -- -- if (gpu_info.gl_vendor.empty() || gpu_info.gl_vendor == "Disabled") { -- log = "ANGLE is disabled:\n"_L1; -- log += " GL Renderer: "_L1 + QLatin1StringView(gpu_info.gl_renderer) + u'\n'; -- log += " Software Renderer: "_L1 + (primary.IsSoftwareRenderer() ? "yes"_L1 : "no"_L1) -- + u'\n'; -- log += " Primary GPU: "_L1 + deviceToString(primary) + u'\n'; -- } else { -- log = QLatin1StringView(gpu_info.display_type) + " display is initialized:\n"_L1; -- log += " GL Renderer: "_L1 + QLatin1StringView(gpu_info.gl_renderer) + u'\n'; -- log += " "_L1 + QString::number(gpu_info.GpuCount()) + " GPU(s) detected:\n"_L1; -- log += " "_L1 + deviceToString(primary) + u'\n'; -- for (auto &secondary : gpu_info.secondary_gpus) -- log += " "_L1 + deviceToString(secondary) + u'\n'; -- -- log += " NVIDIA Optimus: "_L1 + (gpu_info.optimus ? "enabled"_L1 : "disabled"_L1) + u'\n'; -- log += " AMD Switchable: "_L1 + (gpu_info.amd_switchable ? "enabled"_L1 : "disabled"_L1); -- } -- -- qCDebug(lcWebEngineCompositor, "%ls", qUtf16Printable(log)); -- --#if BUILDFLAG(IS_WIN) -- log = "Windows specific driver information:\n"_L1; -- -- log += " Direct Composition: "_L1; -- if (gpu_info.overlay_info.direct_composition) -- log += "enabled\n"_L1; -- else if (gl::GetGlWorkarounds().disable_direct_composition) -- log += "disabled by workaround\n"_L1; -- else -- log += "disabled\n"_L1; -- -- log += " Supports Overlays: "_L1 -- + (gpu_info.overlay_info.supports_overlays ? "yes"_L1 : "no"_L1) + u'\n'; -- log += " Supports D3D Shared Images: "_L1 + (gpu_info.shared_image_d3d ? "yes"_L1 : "no"_L1); -- qCDebug(lcWebEngineCompositor, "%ls", qUtf16Printable(log)); --#endif --} -- - } // namespace QtWebEngineCore -diff --git a/src/core/content_client_qt.h b/src/core/content_client_qt.h -index 2936c23..d5f9e71 100644 ---- src/core/content_client_qt.h -+++ src/core/content_client_qt.h -@@ -10,11 +10,9 @@ - #include "base/synchronization/lock.h" - #include "components/embedder_support/origin_trials/origin_trial_policy_impl.h" - #include "content/public/common/content_client.h" --#include "gpu/config/gpu_info.h" - #include "ui/base/layout.h" - - #include --#include - - namespace QtWebEngineCore { - -@@ -32,13 +30,11 @@ - gfx::Image &GetNativeImageNamed(int resource_id) override; - std::u16string GetLocalizedString(int message_id) override; - blink::OriginTrialPolicy *GetOriginTrialPolicy() override; -- void SetGpuInfo(const gpu::GPUInfo &gpu_info) override; - - private: - // Used to lock when |origin_trial_policy_| is initialized. - base::Lock origin_trial_policy_lock_; - std::unique_ptr origin_trial_policy_; -- std::optional m_gpuInfo; - }; - - } // namespace QtWebEngineCore -diff --git a/src/core/content_main_delegate_qt.cpp b/src/core/content_main_delegate_qt.cpp -index 6c61c7a..1512f9a 100644 ---- src/core/content_main_delegate_qt.cpp -+++ src/core/content_main_delegate_qt.cpp -@@ -194,6 +194,12 @@ - return m_browserClient.get(); - } - -+content::ContentGpuClient *ContentMainDelegateQt::CreateContentGpuClient() -+{ -+ m_gpuClient.reset(new ContentGpuClientQt); -+ return m_gpuClient.get(); -+} -+ - content::ContentRendererClient *ContentMainDelegateQt::CreateContentRendererClient() - { - #if BUILDFLAG(IS_LINUX) -diff --git a/src/core/content_main_delegate_qt.h b/src/core/content_main_delegate_qt.h -index cb320ec..b725d88 100644 ---- src/core/content_main_delegate_qt.h -+++ src/core/content_main_delegate_qt.h -@@ -10,6 +10,7 @@ - #include "content_browser_client_qt.h" - #include "content_client_qt.h" - #include "content_utility_client_qt.h" -+#include "gpu/content_gpu_client_qt.h" - - namespace QtWebEngineCore { - -@@ -23,6 +24,7 @@ - - content::ContentClient *CreateContentClient() override; - content::ContentBrowserClient* CreateContentBrowserClient() override; -+ content::ContentGpuClient* CreateContentGpuClient() override; - content::ContentRendererClient* CreateContentRendererClient() override; - content::ContentUtilityClient* CreateContentUtilityClient() override; - std::optional BasicStartupComplete() override; -@@ -30,6 +32,7 @@ - private: - ContentClientQt m_contentClient; - std::unique_ptr m_browserClient; -+ std::unique_ptr m_gpuClient; - std::unique_ptr m_utilityClient; - }; - -diff --git a/src/core/gpu/content_gpu_client_qt.cpp b/src/core/gpu/content_gpu_client_qt.cpp -new file mode 100644 -index 0000000..3b0b3e9 ---- /dev/null -+++ src/core/gpu/content_gpu_client_qt.cpp -@@ -0,0 +1,238 @@ -+// Copyright (C) 2025 The Qt Company Ltd. -+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -+// Qt-Security score:significant reason:default -+ -+#include "content_gpu_client_qt.h" -+ -+#include "compositor/compositor.h" -+ -+#include "content/public/browser/browser_thread.h" -+#include "content/public/browser/gpu_data_manager.h" -+#include "content/public/browser/gpu_data_manager_observer.h" -+#include "gpu/config/gpu_driver_bug_workarounds.h" -+#include "gpu/config/gpu_info.h" -+#include "mojo/public/cpp/bindings/binder_map.h" -+ -+#include -+#include -+ -+#include -+#include -+ -+#if BUILDFLAG(IS_WIN) -+#include "ui/gl/gl_utils.h" -+#endif -+ -+using namespace Qt::StringLiterals; -+ -+namespace QtWebEngineCore { -+ -+namespace { -+static inline bool isSameDevice(const gpu::GPUInfo::GPUDevice &d1, -+ const gpu::GPUInfo::GPUDevice &d2) -+{ -+ return std::tie(d1.vendor_id, d1.device_id, d1.system_device_id, d1.vendor_string, -+ d1.device_string, d1.driver_vendor, d1.driver_version) -+ == std::tie(d2.vendor_id, d2.device_id, d2.system_device_id, d2.vendor_string, -+ d2.device_string, d2.driver_vendor, d2.driver_version); -+} -+ -+static QString gpuDeviceToString(const gpu::GPUInfo::GPUDevice &device) -+{ -+ if (device.vendor_id == 0x0) -+ return "Disabled"_L1; -+ -+ QString deviceString; -+ -+ // TODO: Factor vendor translation out from QtWebEngineCore::GPUInfo. -+ // Only name the most common desktop GPU hardware vendors for now. -+ switch (device.vendor_id) { -+ case 0x1002: -+ deviceString += "AMD"_L1; -+ break; -+ case 0x10DE: -+ deviceString += "Nvidia"_L1; -+ break; -+ case 0x8086: -+ deviceString += "Intel"_L1; -+ break; -+ default: -+ deviceString += "vendor id: 0x"_L1 + QString::number(device.vendor_id, 16); -+ } -+ -+ deviceString += ", device id: 0x"_L1 + QString::number(device.device_id, 16); -+ -+ if (!device.driver_vendor.empty()) { -+ deviceString += ", driver: "_L1 + QLatin1StringView(device.driver_vendor) + u' ' -+ + QLatin1StringView(device.driver_version); -+ } -+ deviceString += ", system device id: 0x"_L1 + QString::number(device.system_device_id, 16); -+ -+ deviceString += ", preference: "_L1; -+ switch (device.gpu_preference) { -+ case gl::GpuPreference::kNone: -+ deviceString += "None"_L1; -+ break; -+ case gl::GpuPreference::kDefault: -+ deviceString += "Default"_L1; -+ break; -+ case gl::GpuPreference::kLowPower: -+ deviceString += "LowPower"_L1; -+ break; -+ case gl::GpuPreference::kHighPerformance: -+ deviceString += "HighPerformance"_L1; -+ break; -+ } -+ -+ deviceString += ", active: "_L1 + (device.active ? "yes"_L1 : "no"_L1); -+ return deviceString; -+} -+ -+static inline const char *gpuFeatureStatusToString(const gpu::GpuFeatureStatus &status) -+{ -+ switch (status) { -+ case gpu::kGpuFeatureStatusEnabled: -+ return "Enabled"; -+ case gpu::kGpuFeatureStatusBlocklisted: -+ return "Blocklisted"; -+ case gpu::kGpuFeatureStatusDisabled: -+ return "Disabled"; -+ case gpu::kGpuFeatureStatusSoftware: -+ return "Software"; -+ case gpu::kGpuFeatureStatusUndefined: -+ return "Undefined"; -+ case gpu::kGpuFeatureStatusMax: -+ return "Max"; -+ } -+} -+ -+static QString angleInfo(const gpu::GPUInfo &gpuInfo) -+{ -+ QString info; -+ -+ if (gpuInfo.gl_vendor.empty() || gpuInfo.gl_vendor == "Disabled") { -+ info = "ANGLE is disabled:\n"_L1; -+ info += " GL Renderer: "_L1 + QLatin1StringView(gpuInfo.gl_renderer) + u'\n'; -+ info += " Software Renderer: "_L1 + (gpuInfo.gpu.IsSoftwareRenderer() ? "yes"_L1 : "no"_L1) -+ + u'\n'; -+ info += " Primary GPU: "_L1 + gpuDeviceToString(gpuInfo.gpu) + u'\n'; -+ return info; -+ } -+ -+ info = QLatin1StringView(gpuInfo.display_type) + " display is initialized:\n"_L1; -+ info += " GL Renderer: "_L1 + QLatin1StringView(gpuInfo.gl_renderer) + u'\n'; -+ info += " "_L1 + QString::number(gpuInfo.GpuCount()) + " GPU(s) detected:\n"_L1; -+ info += " "_L1 + gpuDeviceToString(gpuInfo.gpu) + u'\n'; -+ for (auto &secondary : gpuInfo.secondary_gpus) -+ info += " "_L1 + gpuDeviceToString(secondary) + u'\n'; -+ -+ info += " NVIDIA Optimus: "_L1 + (gpuInfo.optimus ? "enabled"_L1 : "disabled"_L1) + u'\n'; -+ info += " AMD Switchable: "_L1 + (gpuInfo.amd_switchable ? "enabled"_L1 : "disabled"_L1); -+ -+ return info; -+} -+ -+#if BUILDFLAG(IS_WIN) -+static QString windowsInfo(const gpu::GPUInfo &gpuInfo) -+{ -+ QString info; -+ info = "Windows specific driver information:\n"_L1; -+ -+ info += " Direct Composition: "_L1; -+ if (gpuInfo.overlay_info.direct_composition) -+ info += "enabled\n"_L1; -+ else if (gl::GetGlWorkarounds().disable_direct_composition) -+ info += "disabled by workaround\n"_L1; -+ else -+ info += "disabled\n"_L1; -+ -+ info += " Supports Overlays: "_L1 -+ + (gpuInfo.overlay_info.supports_overlays ? "yes"_L1 : "no"_L1) + u'\n'; -+ info += " Supports D3D Shared Images: "_L1 + (gpuInfo.shared_image_d3d ? "yes"_L1 : "no"_L1); -+ return info; -+} -+#endif -+} // namespace -+ -+class GpuObserver : public content::GpuDataManagerObserver -+{ -+public: -+ GpuObserver(ContentGpuClientQt *client) : m_client(client) -+ { -+ content::GpuDataManager *manager = content::GpuDataManager::GetInstance(); -+ if (manager->IsEssentialGpuInfoAvailable()) -+ OnGpuInfoUpdate(); -+ } -+ -+ ~GpuObserver() { content::GpuDataManager::GetInstance()->RemoveObserver(this); } -+ -+ void OnGpuInfoUpdate() override -+ { -+ Q_ASSERT(!content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); -+ -+ content::GpuDataManager *manager = content::GpuDataManager::GetInstance(); -+ Q_ASSERT(manager->IsEssentialGpuInfoAvailable()); -+ -+ const gpu::GPUInfo &gpuInfo = manager->GetGPUInfo(); -+ Q_ASSERT(gpuInfo.IsInitialized()); -+ -+ // Avoid logging the info again if the device hasn't changed. -+ // A change in the device is unexpected, as we currently don't support or implement -+ // fallback. Logging the info multiple times may indicate a problem. -+ if (m_gpuInfo && isSameDevice(m_gpuInfo->gpu, gpuInfo.gpu)) -+ return; -+ m_gpuInfo = gpuInfo; -+ -+ const gpu::GpuFeatureStatus gpuCompositingStatus = -+ manager->GetFeatureStatus(gpu::GPU_FEATURE_TYPE_ACCELERATED_GL); -+ qCDebug(lcWebEngineCompositor, "GPU Compositing: %s", -+ gpuFeatureStatusToString(gpuCompositingStatus)); -+ -+#if BUILDFLAG(IS_OZONE) -+ if (gpuCompositingStatus == gpu::kGpuFeatureStatusEnabled) { -+ // See entry 3 in //gpu/config/software_rendering_list.json -+ QRegularExpression filter(u"software|llvmpipe|softpipe"_s, -+ QRegularExpression::CaseInsensitiveOption); -+ if (filter.match(QLatin1StringView(gpuInfo.gl_renderer)).hasMatch()) { -+ qWarning("Hardware rendering is enabled but it is not supported with Mesa software " -+ "rasterizer. Expect troubles."); -+ -+ if (m_client->gpuPreferences().ignore_gpu_blocklist) -+ qWarning("Rendering may fail because --ignore-gpu-blocklist is set."); -+ } -+ } -+#endif -+ -+ qCDebug(lcWebEngineCompositor, "%ls", qUtf16Printable(angleInfo(gpuInfo))); -+#if BUILDFLAG(IS_WIN) -+ qCDebug(lcWebEngineCompositor, "%ls", qUtf16Printable(windowsInfo(gpuInfo))); -+#endif -+ } -+ -+private: -+ ContentGpuClientQt *m_client; -+ std::optional m_gpuInfo; -+}; -+ -+ContentGpuClientQt::ContentGpuClientQt() = default; -+ContentGpuClientQt::~ContentGpuClientQt() = default; -+ -+void ContentGpuClientQt::GpuServiceInitialized() -+{ -+ // This is expected to be called on the GPU thread. -+ Q_ASSERT(!content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); -+ -+ m_gpuObserver.reset(new GpuObserver(this)); -+ content::GpuDataManager::GetInstance()->AddObserver(m_gpuObserver.get()); -+} -+ -+void ContentGpuClientQt::ExposeInterfacesToBrowser( -+ const gpu::GpuPreferences &gpu_preferences, -+ const gpu::GpuDriverBugWorkarounds &gpu_workarounds, mojo::BinderMap *binders) -+{ -+ Q_UNUSED(gpu_workarounds); -+ Q_UNUSED(binders); -+ m_gpuPreferences = gpu_preferences; -+} -+ -+} // namespace QtWebEngineCore -diff --git a/src/core/gpu/content_gpu_client_qt.h b/src/core/gpu/content_gpu_client_qt.h -new file mode 100644 -index 0000000..51b3a0d ---- /dev/null -+++ src/core/gpu/content_gpu_client_qt.h -@@ -0,0 +1,46 @@ -+// Copyright (C) 2025 The Qt Company Ltd. -+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -+// Qt-Security score:significant reason:default -+ -+#ifndef CONTENT_GPU_CLIENT_QT_H -+#define CONTENT_GPU_CLIENT_QT_H -+ -+#include "content/public/gpu/content_gpu_client.h" -+#include "gpu/config/gpu_preferences.h" -+ -+#include -+ -+namespace gpu { -+class GpuDriverBugWorkarounds; -+} -+ -+namespace mojo { -+class BinderMap; -+} -+ -+namespace QtWebEngineCore { -+ -+class GpuObserver; -+ -+class ContentGpuClientQt : public content::ContentGpuClient -+{ -+public: -+ ContentGpuClientQt(); -+ ~ContentGpuClientQt(); -+ -+ gpu::GpuPreferences gpuPreferences() const { return m_gpuPreferences; } -+ -+ // Overridden from content::ContentGpuClient: -+ void GpuServiceInitialized() override; -+ void ExposeInterfacesToBrowser(const gpu::GpuPreferences &gpu_preferences, -+ const gpu::GpuDriverBugWorkarounds &gpu_workarounds, -+ mojo::BinderMap *binders) override; -+ -+private: -+ QScopedPointer m_gpuObserver; -+ gpu::GpuPreferences m_gpuPreferences; -+}; -+ -+} // namespace QtWebEngineCore -+ -+#endif // CONTENT_GPU_CLIENT_QT_H diff --git a/www/qt6-webengine/files/patch-security-rollup b/www/qt6-webengine/files/patch-security-rollup new file mode 100644 index 000000000000..ab38ad36be36 --- /dev/null +++ b/www/qt6-webengine/files/patch-security-rollup @@ -0,0 +1,1261 @@ +Post-release chromium security patches for www/qt6-webengine 6.10.2 up to and including: +https://github.com/qt/qtwebengine-chromium/commit/c28e0738ad7858b1d8dd0acf0c8f05391026ec47 + +2026-02-05 +https://github.com/qt/qtwebengine-chromium/compare/c971c6841dd6beab9f54aeaf9a53be413273039e..134-based.patch + +iOS-only be9814170358ac5c0cda4aca8ac33c7c8f190bab redacted. + +From cf510ebd4e870eb24fb5bc1d1ddcc5442247672d Mon Sep 17 00:00:00 2001 +From: Moss Heim +Date: Tue, 16 Dec 2025 15:05:30 +0100 +Subject: [PATCH 01/11] [fixup][gnc] Build devtools modules with system nodejs + +This method of finding was brittle and led to difficult to diagnose +issues. We can instead pass from CMake the exact path to the executable +that was found during configuration. + +Now that esbuild uses the same approach, we can remove the `which` +implementations in these files. Also allow devtools_paths.py to redirect +to the script in //third_party/node as it did before. + +Change-Id: I2c7dc92134aab97c4b007d4e6f441aaad3ee5c3c +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/703785 +Reviewed-by: Allan Sandfeld Jensen +(cherry picked from commit aab0f6f0928e7e4f73832abba9a00b7946b7e459) +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/706108 +Reviewed-by: Qt Cherry-pick Bot +--- + .../src/scripts/devtools_paths.py | 18 --------------- + chromium/third_party/node/node.py | 23 ++++--------------- + 2 files changed, 4 insertions(+), 37 deletions(-) + +diff --git a/chromium/third_party/devtools-frontend/src/scripts/devtools_paths.py b/chromium/third_party/devtools-frontend/src/scripts/devtools_paths.py +index 24a7f5d4ed0..a95862317d3 100644 +--- src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/devtools_paths.py ++++ src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/devtools_paths.py +@@ -36,26 +36,8 @@ def root_path(): + def third_party_path(): + return path.join(root_path(), 'third_party') + +-def which(cmd): +- pathenv = os.getenv('PATH') +- for p in pathenv.split(path.pathsep): +- p = path.join(p, cmd) +- if path.exists(p) and os.access(p, os.X_OK): +- return p +- return None +- + # This points to the node binary downloaded as part of the checkout. + def node_path(): +- # Qt WebEngine: Expect node.js to be installed in path. +- if sys.platform == 'win32': +- return 'node.exe' +- else: +- nodejs = which('nodejs') +- if nodejs: +- return nodejs +- nodejs = which('node') +- if nodejs: +- return nodejs + try: + old_sys_path = sys.path[:] + sys.path.append(path.join(third_party_path(), 'node')) +diff --git a/chromium/third_party/node/node.py b/chromium/third_party/node/node.py +index 4f483f616d4..d4842e4a223 100755 +--- src/3rdparty/chromium/third_party/node/node.py ++++ src/3rdparty/chromium/third_party/node/node.py +@@ -10,26 +10,11 @@ + import sys + import os + +-def which(cmd): +- pathenv = os.getenv('PATH') +- for p in pathenv.split(os_path.pathsep): +- p = os_path.join(p, cmd) +- if os_path.exists(p) and os.access(p, os.X_OK): +- return p +- return None +- + def GetBinaryPath(): +- if sys.platform == 'win32': +- nodejs = which('node.exe') +- if nodejs: +- return nodejs +- else: +- nodejs = which('nodejs') +- if nodejs: +- return nodejs +- nodejs = which('node') +- if nodejs: +- return nodejs ++ # qtwebengine: This is set with cmake -E env when calling ninja. ++ node_path = os.getenv('NODEJS_EXECUTABLE') ++ assert node_path, "NODEJS_EXECUTABLE must be set to the nodejs executable" ++ return node_path + + if platform.machine() == 'arm64': + darwin_path = 'mac_arm64' + +From b9e1861b9a8c39da4ba8cc63b05b02b8d3ae0121 Mon Sep 17 00:00:00 2001 +From: Moss Heim +Date: Fri, 23 Jan 2026 13:17:41 +0100 +Subject: [PATCH 02/11] Fix clang + bfd/gold linker build + +The previous attempt at fixing QTBUG-141153 in +d92dcbb8a8a36f77c4c242243905a95114853900 mistakenly affected the +clang+gold build and was reverted in +f9d3b37ece2aafffdcca7d029b83c787f68961c6, leaving the original bug +unfixed. Tweak the logic a bit to leave gold alone. + +Fixes: QTBUG-141153 +Change-Id: I2ad8eb304d3af6e998d99ad17bad4da11adb973d +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/706737 +Reviewed-by: Michal Klocek +Reviewed-by: Allan Sandfeld Jensen +(cherry picked from commit d7ef0664d42c87fcf45c21c0971117eb963755f7) +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/707166 +--- + chromium/build/config/compiler/BUILD.gn | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/chromium/build/config/compiler/BUILD.gn b/chromium/build/config/compiler/BUILD.gn +index 0fe042f57b3..52a894d2182 100644 +--- src/3rdparty/chromium/build/config/compiler/BUILD.gn ++++ src/3rdparty/chromium/build/config/compiler/BUILD.gn +@@ -2536,7 +2536,7 @@ config("export_dynamic") { + # 2. Remove the thin_archive config, so that the .a file actually contains all + # .o files, instead of just references to .o files in the build directoy + config("thin_archive") { +- if ((is_apple && use_lld) || (is_linux && !is_clang)) { ++ if ((is_apple && use_lld) || (is_linux && !use_lld && !use_mold)) { + # The macOS and iOS linker ld64.ldd doesn't support thin archive without + # symbol table, gcc on linux also throws the error `archive has no index`. + arflags = [ + +From d01003734ccf371ae75ecfb127437c4a3dadbb68 Mon Sep 17 00:00:00 2001 +From: Kaloyan Chehlarski +Date: Fri, 30 Jan 2026 10:57:07 +0100 +Subject: [PATCH 03/11] [fixup] Fix QtWebEngine build on Windows + +Several functions in rule_invalidation_data_visitor.cc had +changes in their definitions, but pur inlined copies weren't +updated, leading to broken CSS selector behavior. + +Task-number: QTBUG-143720 +Change-Id: Ibb4454ac77c514d4b6b20c5dd68b6b87d760b5ff +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/708631 +Reviewed-by: Allan Sandfeld Jensen +--- + .../rule_invalidation_data_visitor.cc | 542 +++++++++--------- + .../rule_invalidation_data_visitor.h | 116 +++- + 2 files changed, 371 insertions(+), 287 deletions(-) + +diff --git a/chromium/third_party/blink/renderer/core/css/invalidation/rule_invalidation_data_visitor.cc b/chromium/third_party/blink/renderer/core/css/invalidation/rule_invalidation_data_visitor.cc +index 17ec52d65c2..73621943622 100644 +--- src/3rdparty/chromium/third_party/blink/renderer/core/css/invalidation/rule_invalidation_data_visitor.cc ++++ src/3rdparty/chromium/third_party/blink/renderer/core/css/invalidation/rule_invalidation_data_visitor.cc +@@ -1590,264 +1590,266 @@ void RuleInvalidationDataVisitor:: + } + } + #if !defined(COIN_WORKAROUND) +-template +-RuleInvalidationDataVisitor::InvalidationSetType* +-RuleInvalidationDataVisitor::InvalidationSetForSimpleSelector( +- const CSSSelector& selector, +- InvalidationType type, +- PositionType position, +- bool in_nth_child) { +- if (selector.Match() == CSSSelector::kClass) { +- if (type == InvalidationType::kInvalidateDescendants && +- position == kSubject && !in_nth_child && +- InsertIntoSelfInvalidationBloomFilter( +- selector.Value(), RuleInvalidationData::kClassSalt)) { +- // Do not insert self-invalidation sets for classes; +- // see comment on class_invalidation_sets_. +- return nullptr; +- } +- return EnsureClassInvalidationSet(selector.Value(), type, position, +- in_nth_child); +- } +- if (selector.IsAttributeSelector()) { +- return EnsureAttributeInvalidationSet(selector.Attribute().LocalName(), +- type, position, in_nth_child); +- } +- if (selector.Match() == CSSSelector::kId) { +- if (type == InvalidationType::kInvalidateDescendants && +- position == kSubject && +- InsertIntoSelfInvalidationBloomFilter(selector.Value(), +- RuleInvalidationData::kIdSalt)) { +- // Do not insert self-invalidation sets for IDs; +- // see comment on class_invalidation_sets_. +- return nullptr; +- } +- return EnsureIdInvalidationSet(selector.Value(), type, position, +- in_nth_child); +- } +- if (selector.Match() == CSSSelector::kPseudoClass) { +- switch (selector.GetPseudoType()) { +- case CSSSelector::kPseudoEmpty: +- case CSSSelector::kPseudoFirstChild: +- case CSSSelector::kPseudoLastChild: +- case CSSSelector::kPseudoOnlyChild: +- case CSSSelector::kPseudoLink: +- case CSSSelector::kPseudoVisited: +- case CSSSelector::kPseudoWebkitAnyLink: +- case CSSSelector::kPseudoAnyLink: +- case CSSSelector::kPseudoAutofill: +- case CSSSelector::kPseudoWebKitAutofill: +- case CSSSelector::kPseudoAutofillPreviewed: +- case CSSSelector::kPseudoAutofillSelected: +- case CSSSelector::kPseudoHover: +- case CSSSelector::kPseudoDrag: +- case CSSSelector::kPseudoFocus: +- case CSSSelector::kPseudoFocusVisible: +- case CSSSelector::kPseudoFocusWithin: +- case CSSSelector::kPseudoActive: +- case CSSSelector::kPseudoChecked: +- case CSSSelector::kPseudoEnabled: +- case CSSSelector::kPseudoDefault: +- case CSSSelector::kPseudoDisabled: +- case CSSSelector::kPseudoOptional: +- case CSSSelector::kPseudoPlaceholderShown: +- case CSSSelector::kPseudoRequired: +- case CSSSelector::kPseudoReadOnly: +- case CSSSelector::kPseudoReadWrite: +- case CSSSelector::kPseudoState: +- case CSSSelector::kPseudoUserInvalid: +- case CSSSelector::kPseudoUserValid: +- case CSSSelector::kPseudoValid: +- case CSSSelector::kPseudoInvalid: +- case CSSSelector::kPseudoIndeterminate: +- case CSSSelector::kPseudoTarget: +- case CSSSelector::kPseudoTargetCurrent: +- case CSSSelector::kPseudoLang: +- case CSSSelector::kPseudoDir: +- case CSSSelector::kPseudoFullScreen: +- case CSSSelector::kPseudoFullScreenAncestor: +- case CSSSelector::kPseudoFullscreen: +- case CSSSelector::kPseudoPaused: +- case CSSSelector::kPseudoPermissionElementInvalidStyle: +- case CSSSelector::kPseudoPermissionElementOccluded: +- case CSSSelector::kPseudoPermissionGranted: +- case CSSSelector::kPseudoPictureInPicture: +- case CSSSelector::kPseudoPlaying: +- case CSSSelector::kPseudoInRange: +- case CSSSelector::kPseudoOutOfRange: +- case CSSSelector::kPseudoDefined: +- case CSSSelector::kPseudoOpen: +- case CSSSelector::kPseudoPopoverOpen: +- case CSSSelector::kPseudoVideoPersistent: +- case CSSSelector::kPseudoVideoPersistentAncestor: +- case CSSSelector::kPseudoXrOverlay: +- case CSSSelector::kPseudoHasDatalist: +- case CSSSelector::kPseudoMultiSelectFocus: +- case CSSSelector::kPseudoModal: +- case CSSSelector::kPseudoSelectorFragmentAnchor: +- case CSSSelector::kPseudoActiveViewTransition: +- case CSSSelector::kPseudoActiveViewTransitionType: +- case CSSSelector::kPseudoHasSlotted: +- return EnsurePseudoInvalidationSet(selector.GetPseudoType(), type, +- position, in_nth_child); +- case CSSSelector::kPseudoFirstOfType: +- case CSSSelector::kPseudoLastOfType: +- case CSSSelector::kPseudoOnlyOfType: +- case CSSSelector::kPseudoNthChild: +- case CSSSelector::kPseudoNthOfType: +- case CSSSelector::kPseudoNthLastChild: +- case CSSSelector::kPseudoNthLastOfType: +- return EnsureNthInvalidationSet(); +- case CSSSelector::kPseudoHas: +- return position == kAncestor +- ? EnsurePseudoInvalidationSet(selector.GetPseudoType(), type, +- position, in_nth_child) +- : nullptr; +- case CSSSelector::kPseudoPart: +- default: +- break; +- } +- } +- return nullptr; +-} +- +-template +-RuleInvalidationDataVisitor::InvalidationSetType* +-RuleInvalidationDataVisitor::EnsureClassInvalidationSet( +- const AtomicString& class_name, +- InvalidationType type, +- PositionType position, +- bool in_nth_child) { +- CHECK(!class_name.empty()); +- return EnsureInvalidationSet(rule_invalidation_data_.class_invalidation_sets, +- class_name, type, position, in_nth_child); +-} +-template +-RuleInvalidationDataVisitor::InvalidationSetType* +-RuleInvalidationDataVisitor::EnsureAttributeInvalidationSet( +- const AtomicString& attribute_name, +- InvalidationType type, +- PositionType position, +- bool in_nth_child) { +- CHECK(!attribute_name.empty()); +- return EnsureInvalidationSet( +- rule_invalidation_data_.attribute_invalidation_sets, attribute_name, type, +- position, in_nth_child); +-} +-template +-RuleInvalidationDataVisitor::InvalidationSetType* +-RuleInvalidationDataVisitor::EnsureIdInvalidationSet( +- const AtomicString& id, +- InvalidationType type, +- PositionType position, +- bool in_nth_child) { +- CHECK(!id.empty()); +- return EnsureInvalidationSet(rule_invalidation_data_.id_invalidation_sets, id, +- type, position, in_nth_child); +-} +- +-template +-RuleInvalidationDataVisitor::InvalidationSetType* +-RuleInvalidationDataVisitor::EnsurePseudoInvalidationSet( +- CSSSelector::PseudoType pseudo_type, +- InvalidationType type, +- PositionType position, +- bool in_nth_child) { +- CHECK_NE(pseudo_type, CSSSelector::kPseudoUnknown); +- return EnsureInvalidationSet(rule_invalidation_data_.pseudo_invalidation_sets, +- pseudo_type, type, position, in_nth_child); +-} +- +-template +-RuleInvalidationDataVisitor::InvalidationSetType* +-RuleInvalidationDataVisitor::EnsureInvalidationSet( +- InvalidationSetMapType& map, +- const AtomicString& key, +- InvalidationType type, +- PositionType position, +- bool in_nth_child) { +- if constexpr (is_builder()) { +- scoped_refptr& invalidation_set = +- map.insert(key, nullptr).stored_value->value; +- return &EnsureMutableInvalidationSet(type, position, in_nth_child, +- invalidation_set); +- } else { +- auto it = map.find(key); +- if (it != map.end()) { +- const InvalidationSet* invalidation_set = it->value.get(); +- if (invalidation_set->GetType() == type) { +- return invalidation_set; +- } else if (type == InvalidationType::kInvalidateDescendants) { +- // The caller wanted descendant and we found sibling+descendant. +- return To(invalidation_set)->Descendants(); +- } +- } +- // It is possible for the Tracer not to find an InvalidationSet we expect to +- // be there. One case where this can happen is when, at the time we run the +- // Tracer, a rule has been added to a stylesheet but not yet indexed. In +- // such a case, we'll pick up information about the new rule as it gets +- // indexed on the next document lifecycle update. +- return nullptr; +- } +-} +- +-template +-RuleInvalidationDataVisitor::InvalidationSetType* +-RuleInvalidationDataVisitor::EnsureInvalidationSet( +- PseudoTypeInvalidationSetMapType& map, +- CSSSelector::PseudoType key, +- InvalidationType type, +- PositionType position, +- bool in_nth_child) { +- if constexpr (is_builder()) { +- scoped_refptr& invalidation_set = +- map.insert(key, nullptr).stored_value->value; +- return &EnsureMutableInvalidationSet(type, position, in_nth_child, +- invalidation_set); +- } else { +- auto it = map.find(key); +- if (it != map.end()) { +- const InvalidationSet* invalidation_set = it->value.get(); +- if (invalidation_set->GetType() == type) { +- return invalidation_set; +- } else if (type == InvalidationType::kInvalidateDescendants) { +- // The caller wanted descendant and we found sibling+descendant. +- return To(invalidation_set)->Descendants(); +- } +- } +- // It is possible for the Tracer not to find an InvalidationSet we expect to +- // be there. One case where this can happen is when, at the time we run the +- // Tracer, a rule has been added to a stylesheet but not yet indexed. In +- // such a case, we'll pick up information about the new rule as it gets +- // indexed on the next document lifecycle update. +- return nullptr; +- } +-} +- +-template +-RuleInvalidationDataVisitor::SiblingInvalidationSetType* +-RuleInvalidationDataVisitor< +- VisitorType>::EnsureUniversalSiblingInvalidationSet() { +- if constexpr (is_builder()) { +- if (!rule_invalidation_data_.universal_sibling_invalidation_set) { +- rule_invalidation_data_.universal_sibling_invalidation_set = +- SiblingInvalidationSet::Create(nullptr); +- } +- } +- return rule_invalidation_data_.universal_sibling_invalidation_set.get(); +-} +- +-template +-RuleInvalidationDataVisitor::SiblingInvalidationSetType* +-RuleInvalidationDataVisitor::EnsureNthInvalidationSet() { +- if constexpr (is_builder()) { +- if (!rule_invalidation_data_.nth_invalidation_set) { +- rule_invalidation_data_.nth_invalidation_set = +- NthSiblingInvalidationSet::Create(); +- } +- } +- return rule_invalidation_data_.nth_invalidation_set.get(); +-} ++// FIXME: If the following lines cause a merge conflict, make sure to update the ++// inline copies in rule_invalidation_data_visitor.h ++/**/template ++/**/RuleInvalidationDataVisitor::InvalidationSetType* ++/**/RuleInvalidationDataVisitor::InvalidationSetForSimpleSelector( ++/**/ const CSSSelector& selector, ++/**/ InvalidationType type, ++/**/ PositionType position, ++/**/ bool in_nth_child) { ++/**/ if (selector.Match() == CSSSelector::kClass) { ++/**/ if (type == InvalidationType::kInvalidateDescendants && ++/**/ position == kSubject && !in_nth_child && ++/**/ InsertIntoSelfInvalidationBloomFilter( ++/**/ selector.Value(), RuleInvalidationData::kClassSalt)) { ++/**/ // Do not insert self-invalidation sets for classes; ++/**/ // see comment on class_invalidation_sets_. ++/**/ return nullptr; ++/**/ } ++/**/ return EnsureClassInvalidationSet(selector.Value(), type, position, ++/**/ in_nth_child); ++/**/ } ++/**/ if (selector.IsAttributeSelector()) { ++/**/ return EnsureAttributeInvalidationSet(selector.Attribute().LocalName(), ++/**/ type, position, in_nth_child); ++/**/ } ++/**/ if (selector.Match() == CSSSelector::kId) { ++/**/ if (type == InvalidationType::kInvalidateDescendants && ++/**/ position == kSubject && ++/**/ InsertIntoSelfInvalidationBloomFilter(selector.Value(), ++/**/ RuleInvalidationData::kIdSalt)) { ++/**/ // Do not insert self-invalidation sets for IDs; ++/**/ // see comment on class_invalidation_sets_. ++/**/ return nullptr; ++/**/ } ++/**/ return EnsureIdInvalidationSet(selector.Value(), type, position, ++/**/ in_nth_child); ++/**/ } ++/**/ if (selector.Match() == CSSSelector::kPseudoClass) { ++/**/ switch (selector.GetPseudoType()) { ++/**/ case CSSSelector::kPseudoEmpty: ++/**/ case CSSSelector::kPseudoFirstChild: ++/**/ case CSSSelector::kPseudoLastChild: ++/**/ case CSSSelector::kPseudoOnlyChild: ++/**/ case CSSSelector::kPseudoLink: ++/**/ case CSSSelector::kPseudoVisited: ++/**/ case CSSSelector::kPseudoWebkitAnyLink: ++/**/ case CSSSelector::kPseudoAnyLink: ++/**/ case CSSSelector::kPseudoAutofill: ++/**/ case CSSSelector::kPseudoWebKitAutofill: ++/**/ case CSSSelector::kPseudoAutofillPreviewed: ++/**/ case CSSSelector::kPseudoAutofillSelected: ++/**/ case CSSSelector::kPseudoHover: ++/**/ case CSSSelector::kPseudoDrag: ++/**/ case CSSSelector::kPseudoFocus: ++/**/ case CSSSelector::kPseudoFocusVisible: ++/**/ case CSSSelector::kPseudoFocusWithin: ++/**/ case CSSSelector::kPseudoActive: ++/**/ case CSSSelector::kPseudoChecked: ++/**/ case CSSSelector::kPseudoEnabled: ++/**/ case CSSSelector::kPseudoDefault: ++/**/ case CSSSelector::kPseudoDisabled: ++/**/ case CSSSelector::kPseudoOptional: ++/**/ case CSSSelector::kPseudoPlaceholderShown: ++/**/ case CSSSelector::kPseudoRequired: ++/**/ case CSSSelector::kPseudoReadOnly: ++/**/ case CSSSelector::kPseudoReadWrite: ++/**/ case CSSSelector::kPseudoState: ++/**/ case CSSSelector::kPseudoUserInvalid: ++/**/ case CSSSelector::kPseudoUserValid: ++/**/ case CSSSelector::kPseudoValid: ++/**/ case CSSSelector::kPseudoInvalid: ++/**/ case CSSSelector::kPseudoIndeterminate: ++/**/ case CSSSelector::kPseudoTarget: ++/**/ case CSSSelector::kPseudoTargetCurrent: ++/**/ case CSSSelector::kPseudoLang: ++/**/ case CSSSelector::kPseudoDir: ++/**/ case CSSSelector::kPseudoFullScreen: ++/**/ case CSSSelector::kPseudoFullScreenAncestor: ++/**/ case CSSSelector::kPseudoFullscreen: ++/**/ case CSSSelector::kPseudoPaused: ++/**/ case CSSSelector::kPseudoPermissionElementInvalidStyle: ++/**/ case CSSSelector::kPseudoPermissionElementOccluded: ++/**/ case CSSSelector::kPseudoPermissionGranted: ++/**/ case CSSSelector::kPseudoPictureInPicture: ++/**/ case CSSSelector::kPseudoPlaying: ++/**/ case CSSSelector::kPseudoInRange: ++/**/ case CSSSelector::kPseudoOutOfRange: ++/**/ case CSSSelector::kPseudoDefined: ++/**/ case CSSSelector::kPseudoOpen: ++/**/ case CSSSelector::kPseudoPopoverOpen: ++/**/ case CSSSelector::kPseudoVideoPersistent: ++/**/ case CSSSelector::kPseudoVideoPersistentAncestor: ++/**/ case CSSSelector::kPseudoXrOverlay: ++/**/ case CSSSelector::kPseudoHasDatalist: ++/**/ case CSSSelector::kPseudoMultiSelectFocus: ++/**/ case CSSSelector::kPseudoModal: ++/**/ case CSSSelector::kPseudoSelectorFragmentAnchor: ++/**/ case CSSSelector::kPseudoActiveViewTransition: ++/**/ case CSSSelector::kPseudoActiveViewTransitionType: ++/**/ case CSSSelector::kPseudoHasSlotted: ++/**/ return EnsurePseudoInvalidationSet(selector.GetPseudoType(), type, ++/**/ position, in_nth_child); ++/**/ case CSSSelector::kPseudoFirstOfType: ++/**/ case CSSSelector::kPseudoLastOfType: ++/**/ case CSSSelector::kPseudoOnlyOfType: ++/**/ case CSSSelector::kPseudoNthChild: ++/**/ case CSSSelector::kPseudoNthOfType: ++/**/ case CSSSelector::kPseudoNthLastChild: ++/**/ case CSSSelector::kPseudoNthLastOfType: ++/**/ return EnsureNthInvalidationSet(); ++/**/ case CSSSelector::kPseudoHas: ++/**/ return position == kAncestor ++/**/ ? EnsurePseudoInvalidationSet(selector.GetPseudoType(), type, ++/**/ position, in_nth_child) ++/**/ : nullptr; ++/**/ case CSSSelector::kPseudoPart: ++/**/ default: ++/**/ break; ++/**/ } ++/**/ } ++/**/ return nullptr; ++/**/} ++/**/ ++/**/template ++/**/RuleInvalidationDataVisitor::InvalidationSetType* ++/**/RuleInvalidationDataVisitor::EnsureClassInvalidationSet( ++/**/ const AtomicString& class_name, ++/**/ InvalidationType type, ++/**/ PositionType position, ++/**/ bool in_nth_child) { ++/**/ CHECK(!class_name.empty()); ++/**/ return EnsureInvalidationSet(rule_invalidation_data_.class_invalidation_sets, ++/**/ class_name, type, position, in_nth_child); ++/**/} ++/**/template ++/**/RuleInvalidationDataVisitor::InvalidationSetType* ++/**/RuleInvalidationDataVisitor::EnsureAttributeInvalidationSet( ++/**/ const AtomicString& attribute_name, ++/**/ InvalidationType type, ++/**/ PositionType position, ++/**/ bool in_nth_child) { ++/**/ CHECK(!attribute_name.empty()); ++/**/ return EnsureInvalidationSet( ++/**/ rule_invalidation_data_.attribute_invalidation_sets, attribute_name, type, ++/**/ position, in_nth_child); ++/**/} ++/**/template ++/**/RuleInvalidationDataVisitor::InvalidationSetType* ++/**/RuleInvalidationDataVisitor::EnsureIdInvalidationSet( ++/**/ const AtomicString& id, ++/**/ InvalidationType type, ++/**/ PositionType position, ++/**/ bool in_nth_child) { ++/**/ CHECK(!id.empty()); ++/**/ return EnsureInvalidationSet(rule_invalidation_data_.id_invalidation_sets, id, ++/**/ type, position, in_nth_child); ++/**/} ++/**/ ++/**/template ++/**/RuleInvalidationDataVisitor::InvalidationSetType* ++/**/RuleInvalidationDataVisitor::EnsurePseudoInvalidationSet( ++/**/ CSSSelector::PseudoType pseudo_type, ++/**/ InvalidationType type, ++/**/ PositionType position, ++/**/ bool in_nth_child) { ++/**/ CHECK_NE(pseudo_type, CSSSelector::kPseudoUnknown); ++/**/ return EnsureInvalidationSet(rule_invalidation_data_.pseudo_invalidation_sets, ++/**/ pseudo_type, type, position, in_nth_child); ++/**/} ++/**/ ++/**/template ++/**/RuleInvalidationDataVisitor::InvalidationSetType* ++/**/RuleInvalidationDataVisitor::EnsureInvalidationSet( ++/**/ InvalidationSetMapType& map, ++/**/ const AtomicString& key, ++/**/ InvalidationType type, ++/**/ PositionType position, ++/**/ bool in_nth_child) { ++/**/ if constexpr (is_builder()) { ++/**/ scoped_refptr& invalidation_set = ++/**/ map.insert(key, nullptr).stored_value->value; ++/**/ return &EnsureMutableInvalidationSet(type, position, in_nth_child, ++/**/ invalidation_set); ++/**/ } else { ++/**/ auto it = map.find(key); ++/**/ if (it != map.end()) { ++/**/ const InvalidationSet* invalidation_set = it->value.get(); ++/**/ if (invalidation_set->GetType() == type) { ++/**/ return invalidation_set; ++/**/ } else if (type == InvalidationType::kInvalidateDescendants) { ++/**/ // The caller wanted descendant and we found sibling+descendant. ++/**/ return To(invalidation_set)->Descendants(); ++/**/ } ++/**/ } ++/**/ // It is possible for the Tracer not to find an InvalidationSet we expect to ++/**/ // be there. One case where this can happen is when, at the time we run the ++/**/ // Tracer, a rule has been added to a stylesheet but not yet indexed. In ++/**/ // such a case, we'll pick up information about the new rule as it gets ++/**/ // indexed on the next document lifecycle update. ++/**/ return nullptr; ++/**/ } ++/**/} ++/**/ ++/**/template ++/**/RuleInvalidationDataVisitor::InvalidationSetType* ++/**/RuleInvalidationDataVisitor::EnsureInvalidationSet( ++/**/ PseudoTypeInvalidationSetMapType& map, ++/**/ CSSSelector::PseudoType key, ++/**/ InvalidationType type, ++/**/ PositionType position, ++/**/ bool in_nth_child) { ++/**/ if constexpr (is_builder()) { ++/**/ scoped_refptr& invalidation_set = ++/**/ map.insert(key, nullptr).stored_value->value; ++/**/ return &EnsureMutableInvalidationSet(type, position, in_nth_child, ++/**/ invalidation_set); ++/**/ } else { ++/**/ auto it = map.find(key); ++/**/ if (it != map.end()) { ++/**/ const InvalidationSet* invalidation_set = it->value.get(); ++/**/ if (invalidation_set->GetType() == type) { ++/**/ return invalidation_set; ++/**/ } else if (type == InvalidationType::kInvalidateDescendants) { ++/**/ // The caller wanted descendant and we found sibling+descendant. ++/**/ return To(invalidation_set)->Descendants(); ++/**/ } ++/**/ } ++/**/ // It is possible for the Tracer not to find an InvalidationSet we expect to ++/**/ // be there. One case where this can happen is when, at the time we run the ++/**/ // Tracer, a rule has been added to a stylesheet but not yet indexed. In ++/**/ // such a case, we'll pick up information about the new rule as it gets ++/**/ // indexed on the next document lifecycle update. ++/**/ return nullptr; ++/**/ } ++/**/} ++/**/ ++/**/template ++/**/RuleInvalidationDataVisitor::SiblingInvalidationSetType* ++/**/RuleInvalidationDataVisitor< ++/**/ VisitorType>::EnsureUniversalSiblingInvalidationSet() { ++/**/ if constexpr (is_builder()) { ++/**/ if (!rule_invalidation_data_.universal_sibling_invalidation_set) { ++/**/ rule_invalidation_data_.universal_sibling_invalidation_set = ++/**/ SiblingInvalidationSet::Create(nullptr); ++/**/ } ++/**/ } ++/**/ return rule_invalidation_data_.universal_sibling_invalidation_set.get(); ++/**/} ++/**/ ++/**/template ++/**/RuleInvalidationDataVisitor::SiblingInvalidationSetType* ++/**/RuleInvalidationDataVisitor::EnsureNthInvalidationSet() { ++/**/ if constexpr (is_builder()) { ++/**/ if (!rule_invalidation_data_.nth_invalidation_set) { ++/**/ rule_invalidation_data_.nth_invalidation_set = ++/**/ NthSiblingInvalidationSet::Create(); ++/**/ } ++/**/ } ++/**/ return rule_invalidation_data_.nth_invalidation_set.get(); ++/**/} + #endif + // Add features extracted from the rightmost compound selector to descendant + // invalidation sets for features found in other compound selectors. +@@ -2002,17 +2004,19 @@ bool RuleInvalidationDataVisitor:: + } + } + #if !defined(COIN_WORKAROUND) +-template +-RuleInvalidationDataVisitor::InvalidationSetType* +-RuleInvalidationDataVisitor:: +- EnsureSiblingDescendantInvalidationSet( +- SiblingInvalidationSetType* invalidation_set) { +- if constexpr (is_builder()) { +- return &invalidation_set->EnsureSiblingDescendants(); +- } else { +- return invalidation_set->SiblingDescendants(); +- } +-} ++// FIXME: If the following lines cause a merge conflict, make sure to update the ++// inline copies in rule_invalidation_data_visitor.h ++/**/template ++/**/RuleInvalidationDataVisitor::InvalidationSetType* ++/**/RuleInvalidationDataVisitor:: ++/**/ EnsureSiblingDescendantInvalidationSet( ++/**/ SiblingInvalidationSetType* invalidation_set) { ++/**/ if constexpr (is_builder()) { ++/**/ return &invalidation_set->EnsureSiblingDescendants(); ++/**/ } else { ++/**/ return invalidation_set->SiblingDescendants(); ++/**/ } ++/**/} + #endif + template + InvalidationSet& +diff --git a/chromium/third_party/blink/renderer/core/css/invalidation/rule_invalidation_data_visitor.h b/chromium/third_party/blink/renderer/core/css/invalidation/rule_invalidation_data_visitor.h +index 15cd5980fa9..6e19aa0eae7 100644 +--- src/3rdparty/chromium/third_party/blink/renderer/core/css/invalidation/rule_invalidation_data_visitor.h ++++ src/3rdparty/chromium/third_party/blink/renderer/core/css/invalidation/rule_invalidation_data_visitor.h +@@ -589,16 +589,98 @@ class RuleInvalidationDataVisitor { + if (selector.Match() == CSSSelector::kId) { + if (type == InvalidationType::kInvalidateDescendants && + position == kSubject && +- InsertIntoSelfInvalidationBloomFilter( +- selector.Value(), RuleInvalidationData::kIdSalt)) { ++ InsertIntoSelfInvalidationBloomFilter(selector.Value(), ++ RuleInvalidationData::kIdSalt)) { + // Do not insert self-invalidation sets for IDs; + // see comment on class_invalidation_sets_. + return nullptr; + } + return EnsureIdInvalidationSet(selector.Value(), type, position, +- in_nth_child); ++ in_nth_child); ++ } ++ if (selector.Match() == CSSSelector::kPseudoClass) { ++ switch (selector.GetPseudoType()) { ++ case CSSSelector::kPseudoEmpty: ++ case CSSSelector::kPseudoFirstChild: ++ case CSSSelector::kPseudoLastChild: ++ case CSSSelector::kPseudoOnlyChild: ++ case CSSSelector::kPseudoLink: ++ case CSSSelector::kPseudoVisited: ++ case CSSSelector::kPseudoWebkitAnyLink: ++ case CSSSelector::kPseudoAnyLink: ++ case CSSSelector::kPseudoAutofill: ++ case CSSSelector::kPseudoWebKitAutofill: ++ case CSSSelector::kPseudoAutofillPreviewed: ++ case CSSSelector::kPseudoAutofillSelected: ++ case CSSSelector::kPseudoHover: ++ case CSSSelector::kPseudoDrag: ++ case CSSSelector::kPseudoFocus: ++ case CSSSelector::kPseudoFocusVisible: ++ case CSSSelector::kPseudoFocusWithin: ++ case CSSSelector::kPseudoActive: ++ case CSSSelector::kPseudoChecked: ++ case CSSSelector::kPseudoEnabled: ++ case CSSSelector::kPseudoDefault: ++ case CSSSelector::kPseudoDisabled: ++ case CSSSelector::kPseudoOptional: ++ case CSSSelector::kPseudoPlaceholderShown: ++ case CSSSelector::kPseudoRequired: ++ case CSSSelector::kPseudoReadOnly: ++ case CSSSelector::kPseudoReadWrite: ++ case CSSSelector::kPseudoState: ++ case CSSSelector::kPseudoUserInvalid: ++ case CSSSelector::kPseudoUserValid: ++ case CSSSelector::kPseudoValid: ++ case CSSSelector::kPseudoInvalid: ++ case CSSSelector::kPseudoIndeterminate: ++ case CSSSelector::kPseudoTarget: ++ case CSSSelector::kPseudoTargetCurrent: ++ case CSSSelector::kPseudoLang: ++ case CSSSelector::kPseudoDir: ++ case CSSSelector::kPseudoFullScreen: ++ case CSSSelector::kPseudoFullScreenAncestor: ++ case CSSSelector::kPseudoFullscreen: ++ case CSSSelector::kPseudoPaused: ++ case CSSSelector::kPseudoPermissionElementInvalidStyle: ++ case CSSSelector::kPseudoPermissionElementOccluded: ++ case CSSSelector::kPseudoPermissionGranted: ++ case CSSSelector::kPseudoPictureInPicture: ++ case CSSSelector::kPseudoPlaying: ++ case CSSSelector::kPseudoInRange: ++ case CSSSelector::kPseudoOutOfRange: ++ case CSSSelector::kPseudoDefined: ++ case CSSSelector::kPseudoOpen: ++ case CSSSelector::kPseudoPopoverOpen: ++ case CSSSelector::kPseudoVideoPersistent: ++ case CSSSelector::kPseudoVideoPersistentAncestor: ++ case CSSSelector::kPseudoXrOverlay: ++ case CSSSelector::kPseudoHasDatalist: ++ case CSSSelector::kPseudoMultiSelectFocus: ++ case CSSSelector::kPseudoModal: ++ case CSSSelector::kPseudoSelectorFragmentAnchor: ++ case CSSSelector::kPseudoActiveViewTransition: ++ case CSSSelector::kPseudoActiveViewTransitionType: ++ case CSSSelector::kPseudoHasSlotted: ++ return EnsurePseudoInvalidationSet(selector.GetPseudoType(), type, ++ position, in_nth_child); ++ case CSSSelector::kPseudoFirstOfType: ++ case CSSSelector::kPseudoLastOfType: ++ case CSSSelector::kPseudoOnlyOfType: ++ case CSSSelector::kPseudoNthChild: ++ case CSSSelector::kPseudoNthOfType: ++ case CSSSelector::kPseudoNthLastChild: ++ case CSSSelector::kPseudoNthLastOfType: ++ return EnsureNthInvalidationSet(); ++ case CSSSelector::kPseudoHas: ++ return position == kAncestor ++ ? EnsurePseudoInvalidationSet(selector.GetPseudoType(), type, ++ position, in_nth_child) ++ : nullptr; ++ case CSSSelector::kPseudoPart: ++ default: ++ break; ++ } + } +- + return nullptr; + } + InvalidationSetType* EnsureClassInvalidationSet( +@@ -650,23 +732,22 @@ class RuleInvalidationDataVisitor { + scoped_refptr& invalidation_set = + map.insert(key, nullptr).stored_value->value; + return &EnsureMutableInvalidationSet(type, position, in_nth_child, +- invalidation_set); ++ invalidation_set); + } else { + auto it = map.find(key); + if (it != map.end()) { + const InvalidationSet* invalidation_set = it->value.get(); + if (invalidation_set->GetType() == type) { + return invalidation_set; +- } else { ++ } else if (type == InvalidationType::kInvalidateDescendants) { + // The caller wanted descendant and we found sibling+descendant. +- CHECK(type == InvalidationType::kInvalidateDescendants); + return To(invalidation_set)->Descendants(); + } + } +- // It is possible for the Tracer not to find an InvalidationSet we expect +- // to be there. One case where this can happen is when, at the time we run +- // the Tracer, a rule has been added to a stylesheet but not yet indexed. +- // In such a case, we'll pick up information about the new rule as it gets ++ // It is possible for the Tracer not to find an InvalidationSet we expect to ++ // be there. One case where this can happen is when, at the time we run the ++ // Tracer, a rule has been added to a stylesheet but not yet indexed. In ++ // such a case, we'll pick up information about the new rule as it gets + // indexed on the next document lifecycle update. + return nullptr; + } +@@ -682,23 +763,22 @@ class RuleInvalidationDataVisitor { + scoped_refptr& invalidation_set = + map.insert(key, nullptr).stored_value->value; + return &EnsureMutableInvalidationSet(type, position, in_nth_child, +- invalidation_set); ++ invalidation_set); + } else { + auto it = map.find(key); + if (it != map.end()) { + const InvalidationSet* invalidation_set = it->value.get(); + if (invalidation_set->GetType() == type) { + return invalidation_set; +- } else { ++ } else if (type == InvalidationType::kInvalidateDescendants) { + // The caller wanted descendant and we found sibling+descendant. +- CHECK(type == InvalidationType::kInvalidateDescendants); + return To(invalidation_set)->Descendants(); + } + } +- // It is possible for the Tracer not to find an InvalidationSet we expect +- // to be there. One case where this can happen is when, at the time we run +- // the Tracer, a rule has been added to a stylesheet but not yet indexed. +- // In such a case, we'll pick up information about the new rule as it gets ++ // It is possible for the Tracer not to find an InvalidationSet we expect to ++ // be there. One case where this can happen is when, at the time we run the ++ // Tracer, a rule has been added to a stylesheet but not yet indexed. In ++ // such a case, we'll pick up information about the new rule as it gets + // indexed on the next document lifecycle update. + return nullptr; + } + +From bd2eed64786b620b4bc4f0fc89dc25bd5077a955 Mon Sep 17 00:00:00 2001 +From: Kelvin Jiang +Date: Mon, 5 Jan 2026 15:20:51 -0800 +Subject: [PATCH 04/11] [backport] CVE-2026-0628 + +Do not apply DNR rules for Webview requests + +Extensions should not be able to apply DNR rules to requests originating +from WebViews. + +(cherry picked from commit 28628907f24e27fff20d26471482f377047db3c8) + +Bug: 463155954 +Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7354432 +Change-Id: I83031218fdf75171a224fddf8a5cf2f0ff18a6a0 +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/708715 +Reviewed-by: Moss Heim +--- + .../browser/api/declarative_net_request/ruleset_manager.cc | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/chromium/extensions/browser/api/declarative_net_request/ruleset_manager.cc b/chromium/extensions/browser/api/declarative_net_request/ruleset_manager.cc +index c851ec8a552..9a736a85c93 100644 +--- src/3rdparty/chromium/extensions/browser/api/declarative_net_request/ruleset_manager.cc ++++ src/3rdparty/chromium/extensions/browser/api/declarative_net_request/ruleset_manager.cc +@@ -506,6 +506,12 @@ bool RulesetManager::ShouldEvaluateRequest( + return false; + } + ++ // Declarative Net Request rules should not be matched against requests ++ // originating from WebViews. ++ if (request.is_web_view) { ++ return false; ++ } ++ + return true; + } + + +From a944a13c3dc41c4788995e0d3e85cda51580c16a Mon Sep 17 00:00:00 2001 +From: Yoshisato Yanagisawa +Date: Wed, 14 Jan 2026 19:28:36 -0800 +Subject: [PATCH 05/11] [backport] CVE-2026-1504 + +Block opaque 416 responses to non-range requests + +Extend the security check for opaque 206 responses to also cover +416 responses when the request does not contain a Range header. This +makes the handling of these responses symmetric. + +This change is controlled by the 'kBlockPartialResponseWithoutRange' +feature flag. + +See: https://github.com/whatwg/fetch/issues/1906 + +Bug: 474435504 +Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7453440 +Change-Id: I288e2af79ced229079725ea70462405f0cf588c0 +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/708980 +Reviewed-by: Moss Heim +--- + chromium/third_party/blink/common/features.cc | 4 ++ + .../blink/public/common/features.h | 4 ++ + .../platform/loader/fetch/resource_loader.cc | 6 ++- + .../loader/fetch/resource_loader_test.cc | 48 +++++++++++++++++++ + 4 files changed, 61 insertions(+), 1 deletion(-) + +diff --git a/chromium/third_party/blink/common/features.cc b/chromium/third_party/blink/common/features.cc +index d3737211ba2..6539f0ad877 100644 +--- src/3rdparty/chromium/third_party/blink/common/features.cc ++++ src/3rdparty/chromium/third_party/blink/common/features.cc +@@ -918,6 +918,10 @@ BASE_FEATURE_PARAM(std::string, + "FledgeBiddingAndAuctionKeyConfig", + ""); + ++BASE_FEATURE(kBlockPartialResponseWithoutRange, ++ "BlockPartialResponseWithoutRange", ++ base::FEATURE_ENABLED_BY_DEFAULT); ++ + // See in the header. + BASE_FEATURE(kFledgeConsiderKAnonymity, + "FledgeConsiderKAnonymity", +diff --git a/chromium/third_party/blink/public/common/features.h b/chromium/third_party/blink/public/common/features.h +index 360512748cb..5aeeefc82bf 100644 +--- src/3rdparty/chromium/third_party/blink/public/common/features.h ++++ src/3rdparty/chromium/third_party/blink/public/common/features.h +@@ -510,6 +510,10 @@ BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE_PARAM(std::string, + BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE_PARAM( + std::string, + kFledgeBiddingAndAuctionKeyConfig); ++ ++// Block partial responses (206, 416) for requests without a Range header. ++BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kBlockPartialResponseWithoutRange); ++ + // Configures FLEDGE to consider k-anonymity. If both + // kFledgeConsiderKAnonymity and kFledgeEnforceKAnonymity are on it will be + // enforced; if only kFledgeConsiderKAnonymity is on it will be simulated. +diff --git a/chromium/third_party/blink/renderer/platform/loader/fetch/resource_loader.cc b/chromium/third_party/blink/renderer/platform/loader/fetch/resource_loader.cc +index 592ed4470a6..6fa72a8a25f 100644 +--- src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/resource_loader.cc ++++ src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/resource_loader.cc +@@ -1000,7 +1000,11 @@ void ResourceLoader::DidReceiveResponseInternal( + // A response should not serve partial content if it was not requested via a + // Range header: https://fetch.spec.whatwg.org/#main-fetch + if (response.GetType() == network::mojom::FetchResponseType::kOpaque && +- response.HttpStatusCode() == 206 && response.HasRangeRequested() && ++ (response.HttpStatusCode() == 206 || ++ (base::FeatureList::IsEnabled( ++ features::kBlockPartialResponseWithoutRange) && ++ response.HttpStatusCode() == 416)) && ++ response.HasRangeRequested() && + !initial_request.HttpHeaderFields().Contains(http_names::kRange)) { + HandleError(ResourceError::CancelledDueToAccessCheckError( + response.CurrentRequestUrl(), ResourceRequestBlockedReason::kOther)); +diff --git a/chromium/third_party/blink/renderer/platform/loader/fetch/resource_loader_test.cc b/chromium/third_party/blink/renderer/platform/loader/fetch/resource_loader_test.cc +index 0e9566e0650..15e8006d33c 100644 +--- src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/resource_loader_test.cc ++++ src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/resource_loader_test.cc +@@ -815,4 +815,52 @@ TEST_F(ResourceLoaderSubresourceFilterCnameAliasTest, + ExpectCnameAliasInfoMatching(info, loader); + } + ++class ResourceLoaderBlockPartialResponseWithoutRangeTest ++ : public ResourceLoaderTest, ++ public testing::WithParamInterface { ++ public: ++ ResourceLoaderBlockPartialResponseWithoutRangeTest() { ++ scoped_feature_list_.InitWithFeatureState( ++ features::kBlockPartialResponseWithoutRange, GetParam()); ++ } ++ ++ private: ++ base::test::ScopedFeatureList scoped_feature_list_; ++}; ++ ++TEST_P(ResourceLoaderBlockPartialResponseWithoutRangeTest, ++ BlockOpaque416ResponseToNonRangeRequest) { ++ auto* properties = MakeGarbageCollected(); ++ FetchContext* context = MakeGarbageCollected(); ++ auto* fetcher = MakeResourceFetcher(properties, context); ++ ++ KURL url("https://www.example.com/"); ++ ResourceRequest request(url); ++ request.SetRequestContext(mojom::blink::RequestContextType::FETCH); ++ ASSERT_FALSE(request.HttpHeaderFields().Contains(http_names::kRange)); ++ ++ FetchParameters params = FetchParameters::CreateForTest(std::move(request)); ++ Resource* resource = RawResource::Fetch(params, fetcher, nullptr); ++ ResourceLoader* loader = resource->Loader(); ++ ++ ResourceResponse response(url); ++ response.SetHttpStatusCode(416); ++ response.SetType(network::mojom::FetchResponseType::kOpaque); ++ response.SetHasRangeRequested(true); ++ ++ loader->DidReceiveResponse(WrappedResourceResponse(response), ++ mojo::ScopedDataPipeConsumerHandle(), ++ /*cached_metadata=*/std::nullopt); ++ ++ if (GetParam()) { ++ EXPECT_EQ(resource->GetStatus(), ResourceStatus::kLoadError); ++ } else { ++ EXPECT_EQ(resource->GetStatus(), ResourceStatus::kPending); ++ } ++} ++ ++INSTANTIATE_TEST_SUITE_P(All, ++ ResourceLoaderBlockPartialResponseWithoutRangeTest, ++ testing::Bool()); ++ + } // namespace blink + +From e672c31ee11d88a04d5776ac4d5c0c1c664a5e05 Mon Sep 17 00:00:00 2001 +From: Moss Heim +Date: Mon, 2 Feb 2026 16:35:51 +0100 +Subject: [PATCH 06/11] [fixup] Update bundled libavif to version 1.3.0 + +We should update the version number in README.chromium as well. + +Change-Id: Ie71c0158160fa77973484aa445058a5c1cfe659e +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709091 +Reviewed-by: Michal Klocek +(cherry picked from commit 68811a26b7d5764db23276092a77276d724c50db) +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709372 +Reviewed-by: Qt Cherry-pick Bot +--- + chromium/third_party/libavif/README.chromium | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/chromium/third_party/libavif/README.chromium b/chromium/third_party/libavif/README.chromium +index 81904b69c35..aab6707fe7e 100644 +--- src/3rdparty/chromium/third_party/libavif/README.chromium ++++ src/3rdparty/chromium/third_party/libavif/README.chromium +@@ -1,8 +1,7 @@ + Name: libavif - Library for encoding and decoding .avif files + Short Name: libavif + URL: https://github.com/AOMediaCodec/libavif +-Version: N/A +-Revision: DEPS ++Version: 1.3.0 + License: BSD-2-Clause, MIT + License File: src/LICENSE + Security Critical: yes + +From 3b4a68d315e6295746ff878c5764047e6a9ed6b9 Mon Sep 17 00:00:00 2001 +From: Moss Heim +Date: Mon, 2 Feb 2026 16:36:06 +0100 +Subject: [PATCH 07/11] [fixup] Update bundled libpng to version 1.6.53 + +We should update the version number in README.chromium as well. + +Change-Id: Idc095f6a894ca51b8e1a41d1d89707981b935cf8 +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709092 +Reviewed-by: Michal Klocek +(cherry picked from commit 21a3856b76d68231780b29fef9a6594760f7af85) +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709368 +Reviewed-by: Moss Heim +--- + chromium/third_party/libpng/README.chromium | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/chromium/third_party/libpng/README.chromium b/chromium/third_party/libpng/README.chromium +index ba44b17fce9..efbda068dae 100644 +--- src/3rdparty/chromium/third_party/libpng/README.chromium ++++ src/3rdparty/chromium/third_party/libpng/README.chromium +@@ -1,7 +1,7 @@ + Name: libpng + URL: http://libpng.org/ +-Version: 1.6.43 +-CPEPrefix: cpe:/a:libpng:libpng:1.6.43 ++Version: 1.6.53 ++CPEPrefix: cpe:/a:libpng:libpng:1.6.53 + Security Critical: yes + Shipped: yes + License: Libpng-2.0, Libpng + +From 13db433aada53eafd537fe09dd664e86ede43f61 Mon Sep 17 00:00:00 2001 +From: Moss Heim +Date: Mon, 2 Feb 2026 16:13:43 +0100 +Subject: [PATCH 08/11] [sbom] Fix duplicate dependency name handling + +Some dependencies exist twice in different directories. We were +previously mistakenly de-duplicating these as part of code which +de-duplicated packages that were dependencies of multiple top level +targets (e.g. third_party/icu needed for both convert_dict_tool and +QtWebEngineCore). + +Instead, use the dependency directory + lower-cased package name as the +de-duplication key. This is unique enough for our use case, and also +prevents case-difference from causing errors like BlackDuck reports in +QTBUG-142659. spdx_writer.py already contains logic in _get_package_id() +which adds a unique suffix to distinguish packages, so we don't need to +do anything extra to get that. + +A local test shows we now correctly show duplicates of packages named: +cityhash, icu, lit, bitflags, and inspector-protocol. + +Fixes: QTBUG-142659 +Change-Id: I640c8e906776a03c07a06a4942c1d7f4453d3077 +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709087 +Reviewed-by: Allan Sandfeld Jensen +(cherry picked from commit d20012e843d4a8b34f683cde8fe77e5365208ef0) +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709392 +Reviewed-by: Moss Heim +Reviewed-by: Qt Cherry-pick Bot +--- + chromium/tools/licenses/sbom.py | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) + +diff --git a/chromium/tools/licenses/sbom.py b/chromium/tools/licenses/sbom.py +index 490e45f9dbb..b367e2e6691 100644 +--- src/3rdparty/chromium/tools/licenses/sbom.py ++++ src/3rdparty/chromium/tools/licenses/sbom.py +@@ -36,7 +36,7 @@ + + # Packages that have bad homepages that don't start with CANONICAL_HOMEPAGE_STRING + PACKAGES_TO_CLEAN_BAD_URL = [ +- 'PSM (Private Set Membership) client side', ++ 'psm (private set membership) client side', + ] + + # Some packages don't have a license file, but their license is a known SPDX +@@ -229,6 +229,7 @@ def GetTargetMetadatas(gn_binary: str, gn_out_dir: str, gn_target: str): + # be quite long. + if 'Short Name' in dep_metadata: + dep_metadata['Name'] = dep_metadata['Short Name'] ++ dep_metadata['Name'] = dep_metadata['Name'].lower() + if dep_metadata['Name'] in PACKAGES_TO_CLEAN_BAD_URL or CANONICAL_HOMEPAGE_STRING in dep_metadata['URL']: + logger.info("Cleaning bad URL from package: %s" % dep_metadata['Name']) + del dep_metadata['URL'] +@@ -271,10 +272,11 @@ def make_pkg_name(s): + continue + + child_pkg_name = make_pkg_name(dep_metadata.pop('Name')) +- if child_pkg_name not in already_added_packages: ++ child_pkg_key = directory + ':' + child_pkg_name ++ if child_pkg_key not in already_added_packages: + child_pkg_id = writer.add_package(ExtendedPackage(child_pkg_name, license_file, dep_metadata)) +- already_added_packages[child_pkg_name] = child_pkg_id +- writer.add_dependency(top_level_pkg_id, already_added_packages[child_pkg_name]) ++ already_added_packages[child_pkg_key] = child_pkg_id ++ writer.add_dependency(top_level_pkg_id, already_added_packages[child_pkg_key]) + + + # Manually add GN package + +From 3fd7f5b7e530888dae7ad1752594420b38714e15 Mon Sep 17 00:00:00 2001 +From: Michal Klocek +Date: Wed, 4 Feb 2026 11:44:01 +0100 +Subject: [PATCH 10/11] [fixup][Backport] CVE-2025-12432: Race in V8 + +Fix wrong macro wrapping. + +Note this is really CVE-2025-12036 + +This amends 720e9a95b33a60e0165c7faa079b2ebc6af4cbeb + +Change-Id: Idb27fef5ced33a430dbe588eb474b39503d500ea +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709893 +Reviewed-by: Moss Heim +--- + chromium/v8/src/json/json-parser.cc | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/chromium/v8/src/json/json-parser.cc b/chromium/v8/src/json/json-parser.cc +index 811066a7211..a7b41e9413e 100644 +--- src/3rdparty/chromium/v8/src/json/json-parser.cc ++++ src/3rdparty/chromium/v8/src/json/json-parser.cc +@@ -1882,8 +1882,9 @@ MaybeHandle JsonParser::ParseJsonValue() { + } + } + value = BuildJsonObject(cont, feedback); +- EXPECT_NEXT_RETURN_ON_ERROR(JsonToken::RBRACE, +- MessageTemplate::kJsonParseExpectedCommaOrRBrace, {}); ++ EXPECT_RETURN_ON_ERROR( ++ JsonToken::RBRACE, ++ MessageTemplate::kJsonParseExpectedCommaOrRBrace, {}); + // Return the object. + if constexpr (should_track_json_source) { + size_t start = cont.index; + +From c28e0738ad7858b1d8dd0acf0c8f05391026ec47 Mon Sep 17 00:00:00 2001 +From: Moss Heim +Date: Wed, 4 Feb 2026 14:35:22 +0100 +Subject: [PATCH 11/11] [fixup][gcc-10] Fix compilation issue with gcc-10 + +Manual cherry-pick of +https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709981 + +The memcpy here was wrong because it copied from backing_store() (data +rather than address) instead of the address of backing_store(). Replace +with a simple static_cast since DataPtr() returns void* + +Fixes crash on account.proton.me in simdutf::scalar::(anonymous +namespace)::base64::tail_encode_base64() coming from +v8::internal::Builtin_Uint8ArrayPrototypeToBase64() + +Change-Id: I147b7f2201d892335cb880f6d0d31a92cfd034f4 +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/709983 +Reviewed-by: Allan Sandfeld Jensen +--- + chromium/v8/src/builtins/builtins-typed-array.cc | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +diff --git a/chromium/v8/src/builtins/builtins-typed-array.cc b/chromium/v8/src/builtins/builtins-typed-array.cc +index b36b8d3f68c..cc72be7f13d 100644 +--- src/3rdparty/chromium/v8/src/builtins/builtins-typed-array.cc ++++ src/3rdparty/chromium/v8/src/builtins/builtins-typed-array.cc +@@ -673,10 +673,8 @@ BUILTIN(Uint8ArrayToBase64) { + + // TODO(rezvan): Make sure to add a path for SharedArrayBuffers when + // simdutf library got updated. Also, add a test for it. +- const char* backing_store; +- std::memcpy(&backing_store, uint8array->GetBuffer()->backing_store(), sizeof(backing_store)); + size_t simd_result_size = simdutf::binary_to_base64( +- backing_store, ++ static_cast(uint8array->GetBuffer()->backing_store()), + uint8array->byte_length(), + reinterpret_cast(output->GetChars(no_gc)), alphabet); + DCHECK_EQ(simd_result_size, output_length); diff --git a/www/qt6-websockets/distinfo b/www/qt6-websockets/distinfo index cd032dbd035a..ca43452462c9 100644 --- a/www/qt6-websockets/distinfo +++ b/www/qt6-websockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964834 -SHA256 (KDE/Qt/6.10.1/qtwebsockets-everywhere-src-6.10.1.tar.xz) = 272ac7e94418e2b13b3384d73ba89dbd6b746d7661b44dce906f8bfc0795bd01 -SIZE (KDE/Qt/6.10.1/qtwebsockets-everywhere-src-6.10.1.tar.xz) = 447384 +TIMESTAMP = 1770200089 +SHA256 (KDE/Qt/6.10.2/qtwebsockets-everywhere-src-6.10.2.tar.xz) = eccc751bea509ef656d20029693987a0fc03c58e21c38f1351480f3c8eb42ebd +SIZE (KDE/Qt/6.10.2/qtwebsockets-everywhere-src-6.10.2.tar.xz) = 447440 diff --git a/www/qt6-webview/distinfo b/www/qt6-webview/distinfo index f21968c650e0..87b3ce636430 100644 --- a/www/qt6-webview/distinfo +++ b/www/qt6-webview/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964836 -SHA256 (KDE/Qt/6.10.1/qtwebview-everywhere-src-6.10.1.tar.xz) = 421080583d7af564a855013dc336363a65303f31c9045a39963ae6b94ab26f6f -SIZE (KDE/Qt/6.10.1/qtwebview-everywhere-src-6.10.1.tar.xz) = 128672 +TIMESTAMP = 1770200094 +SHA256 (KDE/Qt/6.10.2/qtwebview-everywhere-src-6.10.2.tar.xz) = 7ec406ff0998900ccef0ff8e4e5b1fbf15e4e18f3b43eb72e8b2aeda0dd0eab4 +SIZE (KDE/Qt/6.10.2/qtwebview-everywhere-src-6.10.2.tar.xz) = 128704 diff --git a/x11-toolkits/qt6-charts/distinfo b/x11-toolkits/qt6-charts/distinfo index 72a43ef1e297..526381679c10 100644 --- a/x11-toolkits/qt6-charts/distinfo +++ b/x11-toolkits/qt6-charts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763963626 -SHA256 (KDE/Qt/6.10.1/qtcharts-everywhere-src-6.10.1.tar.xz) = 17992278017cfb8fafef74b61e35559d29482df959ba469327a45b3bb66e2af4 -SIZE (KDE/Qt/6.10.1/qtcharts-everywhere-src-6.10.1.tar.xz) = 4651684 +TIMESTAMP = 1770200101 +SHA256 (KDE/Qt/6.10.2/qtcharts-everywhere-src-6.10.2.tar.xz) = 405116b4c5eded981484c4c154eb392d44b69b587342f1193181175e309f2c00 +SIZE (KDE/Qt/6.10.2/qtcharts-everywhere-src-6.10.2.tar.xz) = 4651740 diff --git a/x11-toolkits/qt6-datavis3d/distinfo b/x11-toolkits/qt6-datavis3d/distinfo index c2a9e51b90b7..a3cd5060f8d5 100644 --- a/x11-toolkits/qt6-datavis3d/distinfo +++ b/x11-toolkits/qt6-datavis3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763963633 -SHA256 (KDE/Qt/6.10.1/qtdatavis3d-everywhere-src-6.10.1.tar.xz) = 601c7cfafd6ae525258fe5bc0f759c67237a0aa61f91fb71db2a9c5eaa50bb07 -SIZE (KDE/Qt/6.10.1/qtdatavis3d-everywhere-src-6.10.1.tar.xz) = 3939684 +TIMESTAMP = 1770200109 +SHA256 (KDE/Qt/6.10.2/qtdatavis3d-everywhere-src-6.10.2.tar.xz) = b769408bf4a3d03220331d5de59636fdf97a21831d01d3fd141c36c698355bc1 +SIZE (KDE/Qt/6.10.2/qtdatavis3d-everywhere-src-6.10.2.tar.xz) = 3939368 diff --git a/x11-toolkits/qt6-declarative/Makefile b/x11-toolkits/qt6-declarative/Makefile index b5dfeabf5e6a..bb9432d6a2fc 100644 --- a/x11-toolkits/qt6-declarative/Makefile +++ b/x11-toolkits/qt6-declarative/Makefile @@ -1,38 +1,37 @@ PORTNAME= declarative DISTVERSION= ${QT6_VERSION} -PORTREVISION= 2 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt declarative framework for dynamic user interfaces BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon USES= cmake compiler:c++17-lang gl pkgconfig python \ qt-dist:6 USE_GL= opengl USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} USE_QT= base svg \ languageserver:build shadertools:build CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_LTTngUST .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Marmv?} || ${ARCH} == i386 PLIST_SUB+= QML_JIT="" .else PLIST_SUB+= QML_JIT="@comment " .endif post-install: # Install symlinks for user-facing tools while read line; do \ source="$$(${ECHO_CMD} $${line} | ${AWK} '{print $$1}')"; \ target="${STAGEDIR}${PREFIX}/$$(${ECHO_CMD} $${line} | ${AWK} '{print $$2}')"; \ ${RLN} $${source} $${target}; \ done <${BUILD_WRKSRC}/user_facing_tool_links.txt .include diff --git a/x11-toolkits/qt6-declarative/distinfo b/x11-toolkits/qt6-declarative/distinfo index c52d8bf11574..72f51a76820f 100644 --- a/x11-toolkits/qt6-declarative/distinfo +++ b/x11-toolkits/qt6-declarative/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763963657 -SHA256 (KDE/Qt/6.10.1/qtdeclarative-everywhere-src-6.10.1.tar.xz) = 4fb4efb894e0b96288543505d69794d684bcfbe4940ce181d3e6817bda54843e -SIZE (KDE/Qt/6.10.1/qtdeclarative-everywhere-src-6.10.1.tar.xz) = 37552260 +TIMESTAMP = 1770200129 +SHA256 (KDE/Qt/6.10.2/qtdeclarative-everywhere-src-6.10.2.tar.xz) = a249914ff66cdcdbf0df8b5ffad997a2ee6dce01cc17d43c6cc56fdc1d0f4b0f +SIZE (KDE/Qt/6.10.2/qtdeclarative-everywhere-src-6.10.2.tar.xz) = 38060952 diff --git a/x11-toolkits/qt6-declarative/files/patch-QTBUG-142331 b/x11-toolkits/qt6-declarative/files/patch-QTBUG-142331 deleted file mode 100644 index 2e031cca4397..000000000000 --- a/x11-toolkits/qt6-declarative/files/patch-QTBUG-142331 +++ /dev/null @@ -1,229 +0,0 @@ -From 9c6b2b78e9076f1c2676aa0c41573db9ca480654 Mon Sep 17 00:00:00 2001 -From: Ulf Hermann -Date: Tue, 02 Dec 2025 17:42:30 +0100 -Subject: [PATCH] QtQml: Invalidate fallback lookups after each call from AOT code - -Fallback property lookups are created for completely dynamic -metaobjects. Anything about them may change between any two calls. - -Pick-to: 6.8 6.5 -Fixes: QTBUG-142331 -Change-Id: Ib732c37a6f27ab8105bea0eeae000af7eb9c36d7 -Reviewed-by: Sami Shalayel -(cherry picked from commit 9af6d2d6d0046b3c8369e15eb4791957cdc7ab7b) -Reviewed-by: Fabian Kosmale ---- - ---- src/qml/jsruntime/qv4lookup_p.h -+++ src/qml/jsruntime/qv4lookup_p.h -@@ -159,6 +159,10 @@ - const QQmlPropertyData *propertyData; - } qobjectMethodLookup; - struct { -+ // NB: None of this is actually cache-able. The metaobject may change at any time. -+ // We invalidate this data every time the lookup is invoked and thereby force a -+ // re-initialization next time. -+ - quintptr isConstant; // This is a bool, encoded as 0 or 1. Both values are ignored by gc - quintptr metaObject; // a (const QMetaObject* & 1) or nullptr - int coreIndex; ---- src/qml/qml/qqml.cpp -+++ src/qml/qml/qqml.cpp -@@ -1386,16 +1386,16 @@ - - static FallbackPropertyQmlData findFallbackPropertyQmlData(QV4::Lookup *lookup, QObject *object) - { -- QQmlData *qmlData = QQmlData::get(object); -- if (qmlData && qmlData->isQueuedForDeletion) -- return {qmlData, nullptr, PropertyResult::Deleted}; -+ // We've just initialized the lookup. So everything must be fine here. - -+ QQmlData *qmlData = QQmlData::get(object); -+ -+ Q_ASSERT(!qmlData || !qmlData->isQueuedForDeletion); - Q_ASSERT(!QQmlData::wasDeleted(object)); - - const QMetaObject *metaObject - = reinterpret_cast(lookup->qobjectFallbackLookup.metaObject - 1); -- if (!metaObject || metaObject != object->metaObject()) -- return {qmlData, nullptr, PropertyResult::NeedsInit}; -+ Q_ASSERT(metaObject == object->metaObject()); - - return {qmlData, metaObject, PropertyResult::OK}; - } -@@ -2585,6 +2585,7 @@ - break; - case QV4::Lookup::Call::ContextGetterScopeObjectPropertyFallback: - result = loadFallbackProperty(lookup, qmlScopeObject, target, this); -+ lookup->call = QV4::Lookup::Call::ContextGetterGeneric; - break; - default: - return false; -@@ -2616,6 +2617,7 @@ - break; - case QV4::Lookup::Call::ContextGetterScopeObjectPropertyFallback: - result = writeBackFallbackProperty(lookup, qmlScopeObject, source); -+ lookup->call = QV4::Lookup::Call::ContextGetterGeneric; - break; - default: - return false; -@@ -2816,6 +2818,7 @@ - result = lookup->asVariant - ? loadFallbackAsVariant(lookup, object, target, this) - : loadFallbackProperty(lookup, object, target, this); -+ lookup->call = QV4::Lookup::Call::GetterGeneric; - break; - default: - return false; -@@ -2850,6 +2853,7 @@ - result = lookup->asVariant - ? writeBackFallbackAsVariant(lookup, object, source) - : writeBackFallbackProperty(lookup, object, source); -+ lookup->call = QV4::Lookup::Call::GetterGeneric; - break; - default: - return false; -@@ -3010,6 +3014,7 @@ - result = lookup->asVariant - ? storeFallbackAsVariant(engine->handle(), lookup, object, value) - : storeFallbackProperty(lookup, object, value); -+ lookup->call = QV4::Lookup::Call::SetterGeneric; - break; - default: - return false; ---- tests/auto/qml/qmlcppcodegen/data/CMakeLists.txt -+++ tests/auto/qml/qmlcppcodegen/data/CMakeLists.txt -@@ -26,6 +26,7 @@ - multiforeign.h - objectwithmethod.h - person.cpp person.h -+ propertymap.h - qmlusing.h - recursiveObject.h - refuseWrite.h -@@ -282,6 +283,7 @@ - popContextAfterRet.qml - prefixedMetaType.qml - pressAndHoldButton.qml -+ propertyMap.qml - qmlUsing.qml - qtbug113150.qml - qtfont.qml ---- /dev/null -+++ tests/auto/qml/qmlcppcodegen/data/propertyMap.qml -@@ -0,0 +1,6 @@ -+pragma Strict -+import TestTypes -+ -+WithPropertyMap { -+ objectName: map.foo -+} ---- /dev/null -+++ tests/auto/qml/qmlcppcodegen/data/propertymap.h -@@ -0,0 +1,40 @@ -+// Copyright (C) 2025 The Qt Company Ltd. -+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only -+ -+#ifndef PROPERTYMAP_H -+#define PROPERTYMAP_H -+ -+#include -+#include -+#include -+ -+class WithPropertyMap : public QObject -+{ -+ Q_OBJECT -+ QML_ELEMENT -+ Q_PROPERTY(QQmlPropertyMap *map READ map NOTIFY mapChanged) -+public: -+ WithPropertyMap(QObject *parent = nullptr) -+ : QObject(parent) -+ , m_map(new QQmlPropertyMap(this)) -+ { -+ } -+ -+ QQmlPropertyMap *map() const { return m_map; } -+ -+ void setProperties(const QVariantHash &properties) -+ { -+ delete m_map; -+ m_map = new QQmlPropertyMap(this); -+ m_map->insert(properties); -+ emit mapChanged(); -+ } -+ -+signals: -+ void mapChanged(); -+ -+private: -+ QQmlPropertyMap *m_map = nullptr; -+}; -+ -+#endif // PROPERTYMAP_H ---- tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp -+++ tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp -@@ -10,6 +10,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -237,6 +238,7 @@ - void parentProperty(); - void popContextAfterRet(); - void prefixedType(); -+ void propertyMap(); - void propertyOfParent(); - void qmlUsing(); - void qtfont(); -@@ -4908,6 +4910,47 @@ - QCOMPARE(o->property("countH").toInt(), 11); - } - -+void tst_QmlCppCodegen::propertyMap() -+{ -+ QQmlEngine engine; -+ -+ const QUrl document(u"qrc:/qt/qml/TestTypes/propertyMap.qml"_s); -+ QQmlComponent c(&engine, document); -+ QVERIFY2(c.isReady(), qPrintable(c.errorString())); -+ -+ QTest::ignoreMessage( -+ QtWarningMsg, qPrintable( -+ document.toString() -+ + u":5:5: QML WithPropertyMap: Unable to assign [undefined] to \"objectName\"")); -+ -+ QScopedPointer o(c.create()); -+ QVERIFY(o); -+ -+ WithPropertyMap *w = qobject_cast(o.data()); -+ QVERIFY(w); -+ -+ QVERIFY(w->objectName().isEmpty()); -+ -+ w->setProperties({ -+ { u"foo"_s, u"aaa"_s }, -+ { u"bar"_s, u"bbb"_s }, -+ }); -+ -+ QCOMPARE(w->objectName(), u"aaa"_s); -+ -+ w->setProperties({ -+ { u"foo"_s, u"ccc"_s }, -+ }); -+ -+ QCOMPARE(w->objectName(), u"ccc"_s); -+ -+ w->setProperties({ -+ { u"foo"_s, 24.25 }, -+ }); -+ -+ QCOMPARE(w->objectName(), u"24.25"_s); -+} -+ - void tst_QmlCppCodegen::propertyOfParent() - { - QQmlEngine engine; diff --git a/x11-toolkits/qt6-declarative/files/patch-QTBUG-142514 b/x11-toolkits/qt6-declarative/files/patch-QTBUG-142514 deleted file mode 100644 index 996ca2882eea..000000000000 --- a/x11-toolkits/qt6-declarative/files/patch-QTBUG-142514 +++ /dev/null @@ -1,122 +0,0 @@ -From dc2358e98b8ddab532866a403ffc09d1162ad0f9 Mon Sep 17 00:00:00 2001 -From: Ulf Hermann -Date: Tue, 13 Jan 2026 11:53:27 +0100 -Subject: [PATCH] QtQml: Do not clear objects' propertyCaches on last GC run - -The property caches are not specific to the engine. The same object may -be exposed to other engines and still require its property cache. When -the clearing of the property caches on engine destruction was -introduced, the property caches were still engine-specific and we had no -choice but to clear them. Otherwise any further access would lead to a -dereference of a dangling pointer. - -Furthermore, when clearing the JS wrapper for a QObject, check if it's -actually the wrapper being deleted. We don't want to clear some other -engine's wrapper. - -Amends commit 749a7212e903d8e8c6f256edb1836b9449cc7fe1. -Amends commit c6b2dd879d02b21b18f80faab541f8f04286685a. - -Pick-to: 6.11 6.10 -Fixes: QTBUG-142514 -Change-Id: I40bb1aeca65225d56cb1d2ff498f5f1722216a70 -Reviewed-by: Fabian Kosmale ---- - ---- src/qml/jsruntime/qv4qobjectwrapper.cpp -+++ src/qml/jsruntime/qv4qobjectwrapper.cpp -@@ -1583,10 +1583,9 @@ - o->deleteLater(); - } else { - // If the object is C++-owned, we still have to release the weak reference we have -- // to it. -- ddata->jsWrapper.clear(); -- if (lastCall && ddata->propertyCache) -- ddata->propertyCache.reset(); -+ // to it. If the "main" wrapper is not ours, we should leave it alone, though. -+ if (ddata->jsWrapper.as() == this) -+ ddata->jsWrapper.clear(); - } - } - } ---- tests/auto/qml/qjsengine/tst_qjsengine.cpp -+++ tests/auto/qml/qjsengine/tst_qjsengine.cpp -@@ -1119,7 +1119,7 @@ - engine.newQObject(obj.data()); - QVERIFY(QQmlData::get(obj.data())->propertyCache); - } -- QVERIFY(!QQmlData::get(obj.data())->propertyCache); -+ QVERIFY(QQmlData::get(obj.data())->propertyCache); - } - - void tst_QJSEngine::newQMetaObject() { ---- tests/auto/qml/qmlcppcodegen/data/CMakeLists.txt -+++ tests/auto/qml/qmlcppcodegen/data/CMakeLists.txt -@@ -326,6 +326,7 @@ - stringLength.qml - stringToByteArray.qml - structuredValueType.qml -+ multiEnginePropertyCache.qml - takenumber.qml - testlogger.js - text.qml ---- /dev/null -+++ tests/auto/qml/qmlcppcodegen/data/multiEnginePropertyCache.qml -@@ -0,0 +1,20 @@ -+pragma Strict -+import QtQml -+ -+QtObject { -+ id: root -+ -+ property int foo: 0 -+ onFooChanged: root.close1() -+ -+ property int bar: 0 -+ onBarChanged: close2() -+ -+ function close1() { -+ console.log("close1") -+ } -+ -+ function close2() { -+ console.log("close2") -+ } -+} ---- tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp -+++ tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp -@@ -280,6 +280,7 @@ - void stringLength(); - void stringToByteArray(); - void structuredValueType(); -+ void multiEnginePropertyCache(); - void takeNumbers(); - void takeNumbers_data(); - void testIsnan(); -@@ -5795,6 +5796,26 @@ - QCOMPARE(o->property("w2").value(), w2); - } - -+void tst_QmlCppCodegen::multiEnginePropertyCache() -+{ -+ QQmlEngine engine; -+ QQmlComponent c(&engine, QUrl(u"qrc:/qt/qml/TestTypes/multiEnginePropertyCache.qml"_s)); -+ QVERIFY2(c.isReady(), qPrintable(c.errorString())); -+ std::unique_ptr o(c.create()); -+ QVERIFY(o); -+ -+ { -+ QJSEngine other; -+ other.newQObject(o.get()); -+ } -+ -+ QTest::ignoreMessage(QtDebugMsg, "close1"); -+ o->setProperty("foo", 1); -+ -+ QTest::ignoreMessage(QtDebugMsg, "close2"); -+ o->setProperty("bar", 2); -+} -+ - void tst_QmlCppCodegen::takeNumbers() - { - QFETCH(QByteArray, method); diff --git a/x11-toolkits/qt6-declarative/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h b/x11-toolkits/qt6-declarative/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h index c6bda86fecbf..5965e0991d3c 100644 --- a/x11-toolkits/qt6-declarative/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h +++ b/x11-toolkits/qt6-declarative/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h @@ -1,11 +1,11 @@ ---- src/3rdparty/masm/assembler/ARM64Assembler.h.orig 2023-09-07 12:16:06 UTC +--- src/3rdparty/masm/assembler/ARM64Assembler.h.orig 2026-01-21 11:37:05 UTC +++ src/3rdparty/masm/assembler/ARM64Assembler.h -@@ -3045,6 +3045,8 @@ class ARM64Assembler { (public) +@@ -3050,6 +3050,8 @@ class ARM64Assembler { (public) linuxPageFlush(current, current + page); linuxPageFlush(current, end); +#elif OS(FREEBSD) + __clear_cache(code, reinterpret_cast(code) + size); #elif OS(QNX) #if !ENABLE(ASSEMBLER_WX_EXCLUSIVE) msync(code, size, MS_INVALIDATE_ICACHE); diff --git a/x11-toolkits/qt6-declarative/files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h b/x11-toolkits/qt6-declarative/files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h index cc8ac71a7264..5064ff93db18 100644 --- a/x11-toolkits/qt6-declarative/files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h +++ b/x11-toolkits/qt6-declarative/files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h @@ -1,11 +1,11 @@ ---- src/3rdparty/masm/assembler/ARMv7Assembler.h.orig 2023-09-07 12:16:06 UTC +--- src/3rdparty/masm/assembler/ARMv7Assembler.h.orig 2026-01-21 11:37:05 UTC +++ src/3rdparty/masm/assembler/ARMv7Assembler.h -@@ -2374,6 +2374,8 @@ class ARMv7Assembler { (public) - UNUSED_PARAM(code); - UNUSED_PARAM(size); - #endif +@@ -2381,6 +2381,8 @@ class ARMv7Assembler { (public) + #elif OS(VXWORKS) + ::cacheFlush(DATA_CACHE, code, size); + ::cacheInvalidate(INSTRUCTION_CACHE, code, size); +#elif OS(FREEBSD) && COMPILER(CLANG) -+ __clear_cache(code, reinterpret_cast(code) + size); ++ __clear_cache(code, reinterpret_cast(code) + size); #else #error "The cacheFlush support is missing on this platform." #endif diff --git a/x11-toolkits/qt6-declarative/files/patch-src_qml_configure.cmake b/x11-toolkits/qt6-declarative/files/patch-src_qml_configure.cmake index 17e786354692..0e4efcd9eaba 100644 --- a/x11-toolkits/qt6-declarative/files/patch-src_qml_configure.cmake +++ b/x11-toolkits/qt6-declarative/files/patch-src_qml_configure.cmake @@ -1,13 +1,13 @@ ---- src/qml/configure.cmake.orig 2023-12-12 03:17:50 UTC +--- src/qml/configure.cmake.orig 2026-01-21 11:37:05 UTC +++ src/qml/configure.cmake @@ -96,8 +96,8 @@ qt_feature("qml-jit" PRIVATE AUTODETECT NOT IOS AND NOT TVOS CONDITION ( ( TEST_architecture_arch STREQUAL i386 AND QT_FEATURE_sse2 ) OR ( TEST_architecture_arch STREQUAL x86_64 AND QT_FEATURE_sse2 ) OR -- ( TEST_architecture_arch STREQUAL arm AND TEST_arm_fp AND TEST_arm_thumb AND ( ANDROID OR LINUX OR IOS OR TVOS OR QNX ) ) OR -- ( TEST_architecture_arch STREQUAL arm64 AND TEST_arm_fp AND ( ANDROID OR LINUX OR IOS OR TVOS OR QNX OR INTEGRITY ) ) ) -+ ( TEST_architecture_arch STREQUAL arm AND TEST_arm_fp AND TEST_arm_thumb AND ( FREEBSD OR ANDROID OR LINUX OR IOS OR TVOS OR QNX ) ) OR -+ ( TEST_architecture_arch STREQUAL arm64 AND TEST_arm_fp AND ( FREEBSD OR ANDROID OR LINUX OR IOS OR TVOS OR QNX OR INTEGRITY ) ) ) +- ( TEST_architecture_arch STREQUAL arm AND TEST_arm_fp AND TEST_arm_thumb AND ( ANDROID OR LINUX OR IOS OR TVOS OR QNX OR VXWORKS ) ) OR +- ( TEST_architecture_arch STREQUAL arm64 AND TEST_arm_fp AND ( ANDROID OR LINUX OR IOS OR TVOS OR QNX OR INTEGRITY OR VXWORKS ) ) ) ++ ( TEST_architecture_arch STREQUAL arm AND TEST_arm_fp AND TEST_arm_thumb AND ( FREEBSD OR ANDROID OR LINUX OR IOS OR TVOS OR QNX OR VXWORKS ) ) OR ++ ( TEST_architecture_arch STREQUAL arm64 AND TEST_arm_fp AND ( FREEBSD OR ANDROID OR LINUX OR IOS OR TVOS OR QNX OR INTEGRITY OR VXWORKS ) ) ) ) # special case begin # When doing macOS universal builds, JIT needs to be disabled for the ARM slice. diff --git a/x11-toolkits/qt6-declarative/pkg-plist b/x11-toolkits/qt6-declarative/pkg-plist index 210a3a0696c1..d2415b5e6eca 100644 --- a/x11-toolkits/qt6-declarative/pkg-plist +++ b/x11-toolkits/qt6-declarative/pkg-plist @@ -1,4718 +1,4719 @@ bin/qml6 bin/qmleasing6 bin/qmlls6 bin/qmlpreview6 bin/qmlscene6 %%QT_INCDIR%%/QtLabsAnimation/%%FULLVER%%/QtLabsAnimation/private/qqmlanimationglobal_p.h %%QT_INCDIR%%/QtLabsAnimation/%%FULLVER%%/QtLabsAnimation/private/qquickboundaryrule_p.h %%QT_INCDIR%%/QtLabsAnimation/QtLabsAnimation %%QT_INCDIR%%/QtLabsAnimation/QtLabsAnimationDepends %%QT_INCDIR%%/QtLabsAnimation/QtLabsAnimationVersion %%QT_INCDIR%%/QtLabsAnimation/qtlabsanimationexports.h %%QT_INCDIR%%/QtLabsAnimation/qtlabsanimationversion.h %%QT_INCDIR%%/QtLabsFolderListModel/%%FULLVER%%/QtLabsFolderListModel/private/fileinfothread_p.h %%QT_INCDIR%%/QtLabsFolderListModel/%%FULLVER%%/QtLabsFolderListModel/private/fileproperty_p.h %%QT_INCDIR%%/QtLabsFolderListModel/%%FULLVER%%/QtLabsFolderListModel/private/qquickfolderlistmodel_p.h %%QT_INCDIR%%/QtLabsFolderListModel/%%FULLVER%%/QtLabsFolderListModel/private/qquickfolderlistmodelglobal_p.h %%QT_INCDIR%%/QtLabsFolderListModel/QtLabsFolderListModel %%QT_INCDIR%%/QtLabsFolderListModel/QtLabsFolderListModelDepends %%QT_INCDIR%%/QtLabsFolderListModel/QtLabsFolderListModelVersion %%QT_INCDIR%%/QtLabsFolderListModel/qtlabsfolderlistmodelexports.h %%QT_INCDIR%%/QtLabsFolderListModel/qtlabsfolderlistmodelversion.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformcolordialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformdialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformfiledialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformfolderdialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformfontdialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformicon_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformiconloader_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformmenu_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformmenubar_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformmenuitem_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformmenuitemgroup_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformmenuseparator_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformmessagedialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformstandardpaths_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qquicklabsplatformsystemtrayicon_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatform_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatformcolordialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatformdialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatformfiledialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatformfontdialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatformmenu_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatformmenuitem_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatformmessagedialog_p.h %%QT_INCDIR%%/QtLabsPlatform/%%FULLVER%%/QtLabsPlatform/private/qwidgetplatformsystemtrayicon_p.h %%QT_INCDIR%%/QtLabsPlatform/QtLabsPlatform %%QT_INCDIR%%/QtLabsPlatform/QtLabsPlatformDepends %%QT_INCDIR%%/QtLabsPlatform/QtLabsPlatformVersion %%QT_INCDIR%%/QtLabsPlatform/qtlabsplatformexports.h %%QT_INCDIR%%/QtLabsPlatform/qtlabsplatformversion.h %%QT_INCDIR%%/QtLabsQmlModels/%%FULLVER%%/QtLabsQmlModels/private/qqmlabstractcolumnmodel_p.h %%QT_INCDIR%%/QtLabsQmlModels/%%FULLVER%%/QtLabsQmlModels/private/qqmldelegatechooser_p.h %%QT_INCDIR%%/QtLabsQmlModels/%%FULLVER%%/QtLabsQmlModels/private/qqmlmodelsglobal_p.h %%QT_INCDIR%%/QtLabsQmlModels/%%FULLVER%%/QtLabsQmlModels/private/qqmltablemodel_p.h %%QT_INCDIR%%/QtLabsQmlModels/%%FULLVER%%/QtLabsQmlModels/private/qqmltablemodelcolumn_p.h %%QT_INCDIR%%/QtLabsQmlModels/%%FULLVER%%/QtLabsQmlModels/private/qqmltreemodel_p.h %%QT_INCDIR%%/QtLabsQmlModels/%%FULLVER%%/QtLabsQmlModels/private/qqmltreerow_p.h %%QT_INCDIR%%/QtLabsQmlModels/QtLabsQmlModels %%QT_INCDIR%%/QtLabsQmlModels/QtLabsQmlModelsDepends %%QT_INCDIR%%/QtLabsQmlModels/QtLabsQmlModelsVersion %%QT_INCDIR%%/QtLabsQmlModels/qtlabsqmlmodelsexports.h %%QT_INCDIR%%/QtLabsQmlModels/qtlabsqmlmodelsversion.h %%QT_INCDIR%%/QtLabsSettings/%%FULLVER%%/QtLabsSettings/private/qqmlsettings_p.h %%QT_INCDIR%%/QtLabsSettings/%%FULLVER%%/QtLabsSettings/private/qqmlsettingsglobal_p.h %%QT_INCDIR%%/QtLabsSettings/QtLabsSettings %%QT_INCDIR%%/QtLabsSettings/QtLabsSettingsDepends %%QT_INCDIR%%/QtLabsSettings/QtLabsSettingsVersion %%QT_INCDIR%%/QtLabsSettings/qtlabssettingsexports.h %%QT_INCDIR%%/QtLabsSettings/qtlabssettingsversion.h %%QT_INCDIR%%/QtLabsSharedImage/%%FULLVER%%/QtLabsSharedImage/private/qsharedimageloader_p.h %%QT_INCDIR%%/QtLabsSharedImage/%%FULLVER%%/QtLabsSharedImage/private/qsharedimageprovider_p.h %%QT_INCDIR%%/QtLabsSharedImage/%%FULLVER%%/QtLabsSharedImage/private/qtlabssharedimageglobal_p.h %%QT_INCDIR%%/QtLabsSharedImage/QtLabsSharedImage %%QT_INCDIR%%/QtLabsSharedImage/QtLabsSharedImageDepends %%QT_INCDIR%%/QtLabsSharedImage/QtLabsSharedImageVersion %%QT_INCDIR%%/QtLabsSharedImage/qtlabssharedimageexports.h %%QT_INCDIR%%/QtLabsSharedImage/qtlabssharedimageversion.h %%QT_INCDIR%%/QtLabsSynchronizer/%%FULLVER%%/QtLabsSynchronizer/private/qqmlsynchronizer_p.h %%QT_INCDIR%%/QtLabsSynchronizer/QtLabsSynchronizer %%QT_INCDIR%%/QtLabsSynchronizer/QtLabsSynchronizerDepends %%QT_INCDIR%%/QtLabsSynchronizer/QtLabsSynchronizerVersion %%QT_INCDIR%%/QtLabsSynchronizer/qtlabssynchronizerexports.h %%QT_INCDIR%%/QtLabsSynchronizer/qtlabssynchronizerversion.h %%QT_INCDIR%%/QtLabsWavefrontMesh/%%FULLVER%%/QtLabsWavefrontMesh/private/qqmlwavefrontmeshglobal_p.h %%QT_INCDIR%%/QtLabsWavefrontMesh/%%FULLVER%%/QtLabsWavefrontMesh/private/qwavefrontmesh_p.h %%QT_INCDIR%%/QtLabsWavefrontMesh/QtLabsWavefrontMesh %%QT_INCDIR%%/QtLabsWavefrontMesh/QtLabsWavefrontMeshDepends %%QT_INCDIR%%/QtLabsWavefrontMesh/QtLabsWavefrontMeshVersion %%QT_INCDIR%%/QtLabsWavefrontMesh/qtlabswavefrontmeshexports.h %%QT_INCDIR%%/QtLabsWavefrontMesh/qtlabswavefrontmeshversion.h %%QT_INCDIR%%/QtPacketProtocol/%%FULLVER%%/QtPacketProtocol/private/qpacket_p.h %%QT_INCDIR%%/QtPacketProtocol/%%FULLVER%%/QtPacketProtocol/private/qpacketprotocol_p.h %%QT_INCDIR%%/QtPacketProtocol/%%FULLVER%%/QtPacketProtocol/private/qversionedpacket_p.h %%QT_INCDIR%%/QtPacketProtocol/QtPacketProtocol %%QT_INCDIR%%/QtPacketProtocol/QtPacketProtocolDepends %%QT_INCDIR%%/QtPacketProtocol/QtPacketProtocolVersion %%QT_INCDIR%%/QtPacketProtocol/qtpacketprotocolversion.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/inlinecomponentutils_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qabstractanimationjob_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qanimationgroupjob_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qanimationjobutil_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qbipointer_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qcontinuinganimationgroupjob_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qdoubleendedlist_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qfieldlist_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qhashedstring_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qintrusivelist_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qjsengine_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qjsmanagedvalue_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qjsvalue_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qjsvalueiterator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qlazilyallocated_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qlinkedstringhash_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qparallelanimationgroupjob_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qpauseanimationjob_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qpodvector_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qprimefornumbits_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlabstractbinding_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlabstractprofileradapter_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlanybinding_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlapplicationengine_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlbinding_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlboundsignal_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlbuiltinfunctions_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlbuiltins_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcomponent_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcomponentandaliasresolver_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcomponentattached_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlconfigurabledebugservice_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcontext_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcontextdata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcppbinding_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcpponassignment_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcpptypehelpers_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlcustomparser_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldatablob_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugconnector_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugpluginmanager_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugserver_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugserverconnection_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugservice_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugservicefactory_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugserviceinterfaces_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugstatesdelegate_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldebugtranslationprotocol_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldelayedcallqueue_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldirdata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmldirparser_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlengine_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlenumdata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlenumvalue_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlexpression_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlextensionplugin_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlfileselector_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlfinalizer_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlglobal_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlguard_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlguardedcontextdata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlimport_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlimportresolver_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlincubator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlirbuilder_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlirloader_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljavascriptexpression_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsast_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsastfwd_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsastvisitor_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsdiagnosticmessage_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsengine_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsfixedpoolarray_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsglobal_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsgrammar_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljskeywords_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljslexer_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsmemorypool_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljsparser_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmljssourcelocation_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllist_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllistwrapper_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmllocale_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlloggingcategorybase_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlmetaobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlmetatype_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlmetatypedata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlnotifier_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlnullablevalue_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlobjectcreator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlobjectorgadget_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlopenmetaobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlplatform_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpluginimporter_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlprofiler_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlprofilerdefinitions_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlproperty_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertybinding_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertycache_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertycachecreator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertycachemethodarguments_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertycachevector_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertydata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertyindex_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertyresolver_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertytopropertybinding_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertyutils_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertyvalidator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlpropertyvalueinterceptor_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlproxymetaobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlrefcount_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlscriptblob_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlscriptdata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlscriptstring_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlsignalnames_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlsourcecoordinate_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlstringconverters_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltcobjectcreationhelper_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlthread_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltranslation_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltype_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltype_p_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypecompiler_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypedata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypeloader_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypeloaderdata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypeloadernetworkreplyproxy_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypeloaderqmldircontent_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypeloaderthread_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypemodule_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypemoduleversion_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypenamecache_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmltypewrapper_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlvaluetype_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlvaluetypeproxybinding_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlvaluetypewrapper_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlvme_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlvmemetaobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qqmlxmlhttprequest_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qrecursionwatcher_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qrecyclepool_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qsequentialanimationgroupjob_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qstringhash_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qtqml-config_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qtqmlcompilerglobal_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qtqmlglobal_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4alloca_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4argumentsobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4arraybuffer_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4arraydata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4arrayiterator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4arrayobject_p.h %%QML_JIT%%%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4assemblercommon_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4atomics_p.h %%QML_JIT%%%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4baselineassembler_p.h %%QML_JIT%%%%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4baselinejit_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4booleanobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4bytecodegenerator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4bytecodehandler_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4calldata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4codegen_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4compilationunitmapper_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4compileddata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4compiler_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4compilercontext_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4compilercontrolflow_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4compilerglobal_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4compilerscanfunctions_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4context_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4dataview_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4dateobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4debugging_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4domerrors_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4engine_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4enginebase_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4errorobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4estable_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4executableallocator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4executablecompilationunit_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4function_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4functionobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4functiontable_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4generatorobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4global_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4globalobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4heap_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4identifierhash_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4identifierhashdata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4identifiertable_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4include_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4instr_moth_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4internalclass_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4iterator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4jscall_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4jsonobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4lookup_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4managed_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4mapiterator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4mapobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4math_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4mathobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4memberdata_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4mm_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4mmdefs_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4module_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4numberobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4object_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4objectiterator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4objectproto_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4persistent_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4profiling_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4promiseobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4property_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4propertykey_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4proxy_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4qmetaobjectwrapper_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4qmlcontext_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4qobjectwrapper_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4referenceobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4reflect_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4regexp_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4regexpobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4resolvedtypereference_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4runtime_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4runtimeapi_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4runtimecodegen_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4scopedvalue_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4script_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4sequenceobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4setiterator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4setobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4sparsearray_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4sqlerrors_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4stackframe_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4stacklimits_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4staticvalue_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4string_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4stringiterator_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4stringobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4stringtoarrayindex_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4symbol_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4typedarray_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4urlobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4util_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4value_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4variantassociationobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4variantobject_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4vme_moth_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4vtable_p.h %%QT_INCDIR%%/QtQml/%%FULLVER%%/QtQml/private/qv4writebarrier_p.h %%QT_INCDIR%%/QtQml/QJSEngine %%QT_INCDIR%%/QtQml/QJSList %%QT_INCDIR%%/QtQml/QJSListForInIterator %%QT_INCDIR%%/QtQml/QJSListForOfIterator %%QT_INCDIR%%/QtQml/QJSListIndexClamp %%QT_INCDIR%%/QtQml/QJSManagedValue %%QT_INCDIR%%/QtQml/QJSNumberCoercion %%QT_INCDIR%%/QtQml/QJSPrimitiveValue %%QT_INCDIR%%/QtQml/QJSValue %%QT_INCDIR%%/QtQml/QJSValueIterator %%QT_INCDIR%%/QtQml/QJSValueList %%QT_INCDIR%%/QtQml/QQmlAbstractUrlInterceptor %%QT_INCDIR%%/QtQml/QQmlApplicationEngine %%QT_INCDIR%%/QtQml/QQmlComponent %%QT_INCDIR%%/QtQml/QQmlContext %%QT_INCDIR%%/QtQml/QQmlDebuggingEnabler %%QT_INCDIR%%/QtQml/QQmlEngine %%QT_INCDIR%%/QtQml/QQmlEngineExtensionInterface %%QT_INCDIR%%/QtQml/QQmlEngineExtensionPlugin %%QT_INCDIR%%/QtQml/QQmlError %%QT_INCDIR%%/QtQml/QQmlExpression %%QT_INCDIR%%/QtQml/QQmlExtensionInterface %%QT_INCDIR%%/QtQml/QQmlExtensionPlugin %%QT_INCDIR%%/QtQml/QQmlFile %%QT_INCDIR%%/QtQml/QQmlFileSelector %%QT_INCDIR%%/QtQml/QQmlImageProviderBase %%QT_INCDIR%%/QtQml/QQmlIncubationController %%QT_INCDIR%%/QtQml/QQmlIncubator %%QT_INCDIR%%/QtQml/QQmlInfo %%QT_INCDIR%%/QtQml/QQmlListProperty %%QT_INCDIR%%/QtQml/QQmlListReference %%QT_INCDIR%%/QtQml/QQmlModuleRegistration %%QT_INCDIR%%/QtQml/QQmlNetworkAccessManagerFactory %%QT_INCDIR%%/QtQml/QQmlParserStatus %%QT_INCDIR%%/QtQml/QQmlProperties %%QT_INCDIR%%/QtQml/QQmlProperty %%QT_INCDIR%%/QtQml/QQmlPropertyMap %%QT_INCDIR%%/QtQml/QQmlPropertyValueSource %%QT_INCDIR%%/QtQml/QQmlScriptString %%QT_INCDIR%%/QtQml/QQmlTypeInfo %%QT_INCDIR%%/QtQml/QQmlTypeNotAvailable %%QT_INCDIR%%/QtQml/QQmlTypesExtensionInterface %%QT_INCDIR%%/QtQml/QtQml %%QT_INCDIR%%/QtQml/QtQmlDepends %%QT_INCDIR%%/QtQml/QtQmlVersion %%QT_INCDIR%%/QtQml/qjsengine.h %%QT_INCDIR%%/QtQml/qjslist.h %%QT_INCDIR%%/QtQml/qjsmanagedvalue.h %%QT_INCDIR%%/QtQml/qjsnumbercoercion.h %%QT_INCDIR%%/QtQml/qjsprimitivevalue.h %%QT_INCDIR%%/QtQml/qjsvalue.h %%QT_INCDIR%%/QtQml/qjsvalueiterator.h %%QT_INCDIR%%/QtQml/qqml.h %%QT_INCDIR%%/QtQml/qqmlabstracturlinterceptor.h %%QT_INCDIR%%/QtQml/qqmlapplicationengine.h %%QT_INCDIR%%/QtQml/qqmlcomponent.h %%QT_INCDIR%%/QtQml/qqmlcontext.h %%QT_INCDIR%%/QtQml/qqmldebug.h %%QT_INCDIR%%/QtQml/qqmlengine.h %%QT_INCDIR%%/QtQml/qqmlerror.h %%QT_INCDIR%%/QtQml/qqmlexpression.h %%QT_INCDIR%%/QtQml/qqmlextensioninterface.h %%QT_INCDIR%%/QtQml/qqmlextensionplugin.h %%QT_INCDIR%%/QtQml/qqmlfile.h %%QT_INCDIR%%/QtQml/qqmlfileselector.h %%QT_INCDIR%%/QtQml/qqmlincubator.h %%QT_INCDIR%%/QtQml/qqmlinfo.h %%QT_INCDIR%%/QtQml/qqmllist.h %%QT_INCDIR%%/QtQml/qqmlmoduleregistration.h %%QT_INCDIR%%/QtQml/qqmlnetworkaccessmanagerfactory.h %%QT_INCDIR%%/QtQml/qqmlparserstatus.h %%QT_INCDIR%%/QtQml/qqmlprivate.h %%QT_INCDIR%%/QtQml/qqmlproperty.h %%QT_INCDIR%%/QtQml/qqmlpropertymap.h %%QT_INCDIR%%/QtQml/qqmlpropertyvaluesource.h %%QT_INCDIR%%/QtQml/qqmlregistration.h %%QT_INCDIR%%/QtQml/qqmlscriptstring.h %%QT_INCDIR%%/QtQml/qtqml-config.h %%QT_INCDIR%%/QtQml/qtqmlcompilerglobal.h %%QT_INCDIR%%/QtQml/qtqmlexports.h %%QT_INCDIR%%/QtQml/qtqmlglobal.h %%QT_INCDIR%%/QtQml/qtqmlversion.h %%QT_INCDIR%%/QtQmlAssetDownloader/%%FULLVER%%/QtQmlAssetDownloader/private/qqmlassetdownloader_p.h %%QT_INCDIR%%/QtQmlAssetDownloader/QtQmlAssetDownloader %%QT_INCDIR%%/QtQmlAssetDownloader/QtQmlAssetDownloaderDepends %%QT_INCDIR%%/QtQmlAssetDownloader/QtQmlAssetDownloaderVersion %%QT_INCDIR%%/QtQmlAssetDownloader/qtqmlassetdownloaderversion.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qcoloroutput_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qdeferredpointer_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsannotation_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsaotirbuilder_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsbasicblocks_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljscodegenerator_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljscompilepass_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljscompiler_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljscompilerstats_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljscompilerstatsreporter_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljscontextproperties_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljscontextualtypes_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsfunctioninitializer_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsimporter_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsimportvisitor_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljslinter_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljslintercodegen_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljslintervisitor_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsliteralbindingcheck_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsloadergenerator_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljslogger_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsloggingutils_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsmetatypes_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsoptimizations_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsregistercontent_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsresourcefilemapper_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsscope_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsscopesbyid_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsshadowcheck_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsstoragegeneralizer_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsstorageinitializer_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljstypedescriptionreader_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljstypepropagator_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljstypereader_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljstyperesolver_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsutils_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmljsvaluetypefromstringcheck_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmlsa_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qqmlsasourcelocation_p.h %%QT_INCDIR%%/QtQmlCompiler/%%FULLVER%%/QtQmlCompiler/private/qresourcerelocater_p.h %%QT_INCDIR%%/QtQmlCompiler/QtQmlCompiler %%QT_INCDIR%%/QtQmlCompiler/QtQmlCompilerDepends %%QT_INCDIR%%/QtQmlCompiler/QtQmlCompilerVersion %%QT_INCDIR%%/QtQmlCompiler/qqmljsloggingutils.h %%QT_INCDIR%%/QtQmlCompiler/qqmlsa.h %%QT_INCDIR%%/QtQmlCompiler/qqmlsaconstants.h %%QT_INCDIR%%/QtQmlCompiler/qqmlsasourcelocation.h %%QT_INCDIR%%/QtQmlCompiler/qtqmlcompilerexports.h %%QT_INCDIR%%/QtQmlCompiler/qtqmlcompilerversion.h %%QT_INCDIR%%/QtQmlCore/%%FULLVER%%/QtQmlCore/private/qqmlcoreglobal_p.h %%QT_INCDIR%%/QtQmlCore/%%FULLVER%%/QtQmlCore/private/qqmlpermissions_p.h %%QT_INCDIR%%/QtQmlCore/%%FULLVER%%/QtQmlCore/private/qqmlsettings_p.h %%QT_INCDIR%%/QtQmlCore/%%FULLVER%%/QtQmlCore/private/qqmlstandardpaths_p.h %%QT_INCDIR%%/QtQmlCore/%%FULLVER%%/QtQmlCore/private/qqmlsysteminformation_p.h %%QT_INCDIR%%/QtQmlCore/QtQmlCore %%QT_INCDIR%%/QtQmlCore/QtQmlCoreDepends %%QT_INCDIR%%/QtQmlCore/QtQmlCoreVersion %%QT_INCDIR%%/QtQmlCore/qtqmlcoreexports.h %%QT_INCDIR%%/QtQmlCore/qtqmlcoreversion.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmldebugclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmldebugclient_p_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmldebugconnection_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmldebugmessageclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmldebugtranslationclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginecontrolclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginecontrolclient_p_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginedebugclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlenginedebugclient_p_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlinspectorclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlinspectorclient_p_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlpreviewclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlpreviewclient_p_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilerclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilerclient_p_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilerclientdefinitions_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilerevent_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilereventlocation_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilereventreceiver_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilereventtype_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qqmlprofilertypedevent_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qv4debugclient_p.h %%QT_INCDIR%%/QtQmlDebug/%%FULLVER%%/QtQmlDebug/private/qv4debugclient_p_p.h %%QT_INCDIR%%/QtQmlDebug/QtQmlDebug %%QT_INCDIR%%/QtQmlDebug/QtQmlDebugDepends %%QT_INCDIR%%/QtQmlDebug/QtQmlDebugVersion %%QT_INCDIR%%/QtQmlDebug/qtqmldebugversion.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldom_fwd_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldom_utils_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomastcreator_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomastdumper_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomcodeformatter_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomcomments_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomcompare_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomconstants_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomelements_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomerrormessage_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomexternalitems_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomfieldfilter_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomfilelocations_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomfilewriter_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomfunctionref_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomindentinglinewriter_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomitem_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomlinewriter_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomlinewriterfactory_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldommock_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldommoduleindex_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomoutwriter_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldompath_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomreformatter_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomscanner_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomscriptelements_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomstringdumper_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomtop_p.h %%QT_INCDIR%%/QtQmlDom/%%FULLVER%%/QtQmlDom/private/qqmldomtypesreader_p.h %%QT_INCDIR%%/QtQmlDom/QtQmlDom %%QT_INCDIR%%/QtQmlDom/QtQmlDomDepends %%QT_INCDIR%%/QtQmlDom/QtQmlDomVersion %%QT_INCDIR%%/QtQmlDom/qqmldom_global.h %%QT_INCDIR%%/QtQmlDom/qtqmldomversion.h %%QT_INCDIR%%/QtQmlFormat/%%FULLVER%%/QtQmlFormat/private/qqmlformatoptions_p.h %%QT_INCDIR%%/QtQmlFormat/%%FULLVER%%/QtQmlFormat/private/qqmlformatsettings_p.h %%QT_INCDIR%%/QtQmlFormat/QtQmlFormat %%QT_INCDIR%%/QtQmlFormat/QtQmlFormatDepends %%QT_INCDIR%%/QtQmlFormat/QtQmlFormatVersion %%QT_INCDIR%%/QtQmlFormat/qtqmlformatversion.h %%QT_INCDIR%%/QtQmlIntegration/QtQmlIntegration %%QT_INCDIR%%/QtQmlIntegration/QtQmlIntegrationDepends %%QT_INCDIR%%/QtQmlIntegration/QtQmlIntegrationVersion %%QT_INCDIR%%/QtQmlIntegration/qqmlintegration.h %%QT_INCDIR%%/QtQmlIntegration/qtqmlintegrationversion.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/documentsymbolutils_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qdochtmlparser_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qlanguageserver_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qlspcustomtypes_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qmllsmain_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlbasemodule_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlcodemodel_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlcompletioncontextstrings_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlcompletionsupport_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmldocumentsymbolsupport_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlfindusagessupport_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlformatting_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlgotodefinitionsupport_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlgototypedefinitionsupport_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlhighlightsupport_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlhover_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmllanguageserver_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmllintsuggestions_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmllscompletion_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmllscompletionplugin_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmllshelpplugininterface_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmllshelputils_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmllsplugin_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmllsutils_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlrangeformatting_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlrenamesymbolsupport_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qqmlsemantictokens_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qtextblock_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qtextcursor_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qtextdocument_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qtextsynchronization_p.h %%QT_INCDIR%%/QtQmlLS/%%FULLVER%%/QtQmlLS/private/qworkspace_p.h %%QT_INCDIR%%/QtQmlLS/QtQmlLS %%QT_INCDIR%%/QtQmlLS/QtQmlLSDepends %%QT_INCDIR%%/QtQmlLS/QtQmlLSVersion %%QT_INCDIR%%/QtQmlLS/qtqmllsversion.h %%QT_INCDIR%%/QtQmlLocalStorage/%%FULLVER%%/QtQmlLocalStorage/private/qqmllocalstorage_p.h %%QT_INCDIR%%/QtQmlLocalStorage/%%FULLVER%%/QtQmlLocalStorage/private/qqmllocalstorageglobal_p.h %%QT_INCDIR%%/QtQmlLocalStorage/QtQmlLocalStorage %%QT_INCDIR%%/QtQmlLocalStorage/QtQmlLocalStorageDepends %%QT_INCDIR%%/QtQmlLocalStorage/QtQmlLocalStorageVersion %%QT_INCDIR%%/QtQmlLocalStorage/qtqmllocalstorageexports.h %%QT_INCDIR%%/QtQmlLocalStorage/qtqmllocalstorageversion.h %%QT_INCDIR%%/QtQmlMeta/%%FULLVER%%/QtQmlMeta/private/qqmlbind_p.h %%QT_INCDIR%%/QtQmlMeta/%%FULLVER%%/QtQmlMeta/private/qqmlconnections_p.h %%QT_INCDIR%%/QtQmlMeta/%%FULLVER%%/QtQmlMeta/private/qqmllocaleenums_p.h %%QT_INCDIR%%/QtQmlMeta/%%FULLVER%%/QtQmlMeta/private/qqmlloggingcategory_p.h %%QT_INCDIR%%/QtQmlMeta/%%FULLVER%%/QtQmlMeta/private/qqmlmetadependencies_p.h %%QT_INCDIR%%/QtQmlMeta/%%FULLVER%%/QtQmlMeta/private/qqmltimer_p.h %%QT_INCDIR%%/QtQmlMeta/QtQmlMeta %%QT_INCDIR%%/QtQmlMeta/QtQmlMetaDepends %%QT_INCDIR%%/QtQmlMeta/QtQmlMetaVersion %%QT_INCDIR%%/QtQmlMeta/qtqmlmetaexports.h %%QT_INCDIR%%/QtQmlMeta/qtqmlmetaversion.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlabstractdelegatecomponent_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmladaptormodel_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmladaptormodelenginedata_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlchangeset_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmldelegatecomponent_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmldelegatemodel_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmldelegatemodel_p_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmldmabstractitemmodeldata_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmldmlistaccessordata_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmldmobjectdata_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlfilterbase_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlfiltercompositor_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlfunctionfilter_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlfunctionsorter_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlinstantiator_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlinstantiator_p_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmllistaccessor_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmllistcompositor_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmllistmodel_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmllistmodel_p_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmllistmodelworkeragent_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlmodelindexvaluetype_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlmodelsmodule_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlobjectmodel_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlrolefilter_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlrolesorter_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlsorterbase_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlsortercompositor_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlsortfilterproxymodel_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlsortfilterproxymodel_p_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlstringsorter_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmltableinstancemodel_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmltreemodeltotablemodel_p_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qqmlvaluefilter_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qquickpackage_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qsortfilterproxymodelhelper_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qtqmlmodels-config_p.h %%QT_INCDIR%%/QtQmlModels/%%FULLVER%%/QtQmlModels/private/qtqmlmodelsglobal_p.h %%QT_INCDIR%%/QtQmlModels/QtQmlModels %%QT_INCDIR%%/QtQmlModels/QtQmlModelsDepends %%QT_INCDIR%%/QtQmlModels/QtQmlModelsVersion %%QT_INCDIR%%/QtQmlModels/qtqmlmodels-config.h %%QT_INCDIR%%/QtQmlModels/qtqmlmodelsexports.h %%QT_INCDIR%%/QtQmlModels/qtqmlmodelsglobal.h %%QT_INCDIR%%/QtQmlModels/qtqmlmodelsversion.h %%QT_INCDIR%%/QtQmlNetwork/%%FULLVER%%/QtQmlNetwork/private/qqmlnetworkinformation_p.h %%QT_INCDIR%%/QtQmlNetwork/%%FULLVER%%/QtQmlNetwork/private/qqmlsslconfiguration_p.h %%QT_INCDIR%%/QtQmlNetwork/%%FULLVER%%/QtQmlNetwork/private/qqmlsslkey_p.h %%QT_INCDIR%%/QtQmlNetwork/%%FULLVER%%/QtQmlNetwork/private/qqmlsslnamespace_p.h %%QT_INCDIR%%/QtQmlNetwork/%%FULLVER%%/QtQmlNetwork/private/qqmlsslsocketnamespace_p.h %%QT_INCDIR%%/QtQmlNetwork/QtQmlNetwork %%QT_INCDIR%%/QtQmlNetwork/QtQmlNetworkDepends %%QT_INCDIR%%/QtQmlNetwork/QtQmlNetworkVersion %%QT_INCDIR%%/QtQmlNetwork/qtqmlnetworkexports.h %%QT_INCDIR%%/QtQmlNetwork/qtqmlnetworkversion.h %%QT_INCDIR%%/QtQmlToolingSettings/%%FULLVER%%/QtQmlToolingSettings/private/qqmltoolingsettings_p.h %%QT_INCDIR%%/QtQmlToolingSettings/%%FULLVER%%/QtQmlToolingSettings/private/qqmltoolingutils_p.h %%QT_INCDIR%%/QtQmlToolingSettings/QtQmlToolingSettings %%QT_INCDIR%%/QtQmlToolingSettings/QtQmlToolingSettingsDepends %%QT_INCDIR%%/QtQmlToolingSettings/QtQmlToolingSettingsVersion %%QT_INCDIR%%/QtQmlToolingSettings/qtqmltoolingsettingsversion.h %%QT_INCDIR%%/QtQmlTypeRegistrar/%%FULLVER%%/QtQmlTypeRegistrar/private/qanystringviewutils_p.h %%QT_INCDIR%%/QtQmlTypeRegistrar/%%FULLVER%%/QtQmlTypeRegistrar/private/qmetatypesjsonprocessor_p.h %%QT_INCDIR%%/QtQmlTypeRegistrar/%%FULLVER%%/QtQmlTypeRegistrar/private/qqmljsstreamwriter_p.h %%QT_INCDIR%%/QtQmlTypeRegistrar/%%FULLVER%%/QtQmlTypeRegistrar/private/qqmltyperegistrar_p.h %%QT_INCDIR%%/QtQmlTypeRegistrar/%%FULLVER%%/QtQmlTypeRegistrar/private/qqmltyperegistrarconstants_p.h %%QT_INCDIR%%/QtQmlTypeRegistrar/%%FULLVER%%/QtQmlTypeRegistrar/private/qqmltyperegistrarutils_p.h %%QT_INCDIR%%/QtQmlTypeRegistrar/%%FULLVER%%/QtQmlTypeRegistrar/private/qqmltypesclassdescription_p.h %%QT_INCDIR%%/QtQmlTypeRegistrar/%%FULLVER%%/QtQmlTypeRegistrar/private/qqmltypescreator_p.h %%QT_INCDIR%%/QtQmlTypeRegistrar/QtQmlTypeRegistrar %%QT_INCDIR%%/QtQmlTypeRegistrar/QtQmlTypeRegistrarDepends %%QT_INCDIR%%/QtQmlTypeRegistrar/QtQmlTypeRegistrarVersion %%QT_INCDIR%%/QtQmlTypeRegistrar/qtqmltyperegistrarversion.h %%QT_INCDIR%%/QtQmlWorkerScript/%%FULLVER%%/QtQmlWorkerScript/private/qquickworkerscript_p.h %%QT_INCDIR%%/QtQmlWorkerScript/%%FULLVER%%/QtQmlWorkerScript/private/qtqmlworkerscriptglobal_p.h %%QT_INCDIR%%/QtQmlWorkerScript/%%FULLVER%%/QtQmlWorkerScript/private/qv4serialize_p.h %%QT_INCDIR%%/QtQmlWorkerScript/QtQmlWorkerScript %%QT_INCDIR%%/QtQmlWorkerScript/QtQmlWorkerScriptDepends %%QT_INCDIR%%/QtQmlWorkerScript/QtQmlWorkerScriptVersion %%QT_INCDIR%%/QtQmlWorkerScript/qtqmlworkerscriptexports.h %%QT_INCDIR%%/QtQmlWorkerScript/qtqmlworkerscriptglobal.h %%QT_INCDIR%%/QtQmlWorkerScript/qtqmlworkerscriptversion.h %%QT_INCDIR%%/QtQmlXmlListModel/%%FULLVER%%/QtQmlXmlListModel/private/qqmlxmllistmodel_p.h %%QT_INCDIR%%/QtQmlXmlListModel/%%FULLVER%%/QtQmlXmlListModel/private/qtqmlxmllistmodelglobal_p.h %%QT_INCDIR%%/QtQmlXmlListModel/QtQmlXmlListModel %%QT_INCDIR%%/QtQmlXmlListModel/QtQmlXmlListModelDepends %%QT_INCDIR%%/QtQmlXmlListModel/QtQmlXmlListModelVersion %%QT_INCDIR%%/QtQmlXmlListModel/qtqmlxmllistmodelexports.h %%QT_INCDIR%%/QtQmlXmlListModel/qtqmlxmllistmodelversion.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qaccessiblequickitem_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qaccessiblequicktextedit_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qaccessiblequickview_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qqmldesignermetaobject_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquadpath_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickabstractpaletteprovider_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickaccessibleattached_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickaccessiblefactory_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanchors_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanchors_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimatedimage_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimatedimage_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimatedsprite_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimatedsprite_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimation_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimation_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimationcontroller_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimator_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimator_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimatorcontroller_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickanimatorjob_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickapplication_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickbehavior_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickborderimage_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickborderimage_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickcanvascontext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickcanvasitem_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickclipnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickcolorgroup_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickcontext2d_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickcontext2dcommandbuffer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickcontext2dtexture_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickcontext2dtile_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdeliveryagent_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdeliveryagent_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignercustomobjectdata_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignercustomparserobject_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignersupport_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignersupportitems_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignersupportmetainfo_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignersupportproperties_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignersupportpropertychanges_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdesignersupportstates_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdrag_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdrag_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdragaxis_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdraghandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickdroparea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickevents_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickflickable_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickflickable_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickflickablebehavior_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickflipable_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickfocusscope_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickfontinfo_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickfontloader_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickfontmetrics_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickforeignutils_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickframeanimation_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickgraphicsconfiguration_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickgraphicsdevice_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickgraphicsinfo_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickgridview_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickhandlerpoint_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickhoverhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimage_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimage_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimagebase_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimagebase_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimageprovider_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimplicitsizeitem_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickimplicitsizeitem_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickinputmethod_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitem_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitemanimation_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitemanimation_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitemchangelistener_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitemsmodule_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitemview_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitemview_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitemviewfxitem_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickitemviewtransition_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicklistview_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickloader_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickloader_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmousearea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmousearea_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmultipointhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmultipointhandler_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickmultipointtoucharea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpainteditem_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpalette_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpalettecolorprovider_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpaletteproviderprivatebase_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpath_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpath_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpathinterpolator_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpathview_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpathview_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpincharea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpincharea_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpinchhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpixmap_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpixmapcache_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpointerdevicehandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpointerdevicehandler_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpointerhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpointerhandler_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpointhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpositioners_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpositioners_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickprofiler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickpropertychanges_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickrectangle_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickrectangle_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickrendercontrol_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickrendertarget_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickrepeater_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickrepeater_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickrhiitem_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksafearea_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickscalegrid_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickscreen_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickselectable_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshadereffect_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshadereffect_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshadereffectmesh_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshadereffectsource_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickshortcut_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksinglepointhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksinglepointhandler_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksmoothedanimation_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksmoothedanimation_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickspringanimation_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksprite_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickspriteengine_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickspritesequence_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickspritesequence_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickstate_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickstate_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickstatechangescript_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickstategroup_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickstateoperations_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickstyledtext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksvgparser_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicksystempalette_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktableview_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktableview_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktaphandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktext_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextcontrol_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextcontrol_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextdocument_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextedit_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextedit_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextinput_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextinput_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextinterface_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextmetrics_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextnodeengine_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextselection_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktextutil_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktimeline_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktransition_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktransitionmanager_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktranslate_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktreeview_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquicktreeview_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickvalidator_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickvaluetypes_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickview_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickwheelhandler_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickwheelhandler_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickwindow_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickwindowattached_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickwindowcontainer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickwindowmodule_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qquickwindowmodule_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgabstractrenderer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgabstractrenderer_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgabstractsoftwarerenderer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgadaptationlayer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgareaallocator_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgbasicglyphnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgbasicinternalimagenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgbasicinternalrectanglenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgbatchrenderer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcompressedatlastexture_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcompressedtexture_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcontext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcontextplugin_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcurveabstractnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcurvefillnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcurvefillnode_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcurveglyphatlas_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcurveglyphnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcurveprocessor_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcurvestrokenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgcurvestrokenode_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultcontext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultglyphnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultglyphnode_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultimagenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultinternalimagenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultinternalrectanglenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultninepatchnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultpainternode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultrectanglenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultrendercontext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdefaultspritenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdistancefieldglyphnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgdistancefieldglyphnode_p_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsggeometry_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsggradientcache_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsginternaltextnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgmaterialshader_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgnodeupdater_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgplaintexture_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrenderer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrenderloop_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrendernode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrhiatlastexture_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrhidistancefieldglyphcache_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrhiinternaltextnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrhilayer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrhishadereffectnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrhisupport_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrhitextureglyphcache_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgrhivisualizer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwareadaptation_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarecontext_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwareglyphnode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwareinternalimagenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwareinternalrectanglenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarelayer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarepainternode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarepixmaprenderer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarepixmaptexture_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarepublicnodes_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarerenderablenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarerenderablenodeupdater_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarerenderer_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarerenderlistbuilder_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarerenderloop_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarespritenode_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgsoftwarethreadedrenderloop_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgtexture_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgtexturematerial_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgtexturereader_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgthreadedrenderloop_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qsgtransform_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qtquick-config_p.h %%QT_INCDIR%%/QtQuick/%%FULLVER%%/QtQuick/private/qtquickglobal_p.h %%QT_INCDIR%%/QtQuick/QQuickAsyncImageProvider %%QT_INCDIR%%/QtQuick/QQuickFramebufferObject %%QT_INCDIR%%/QtQuick/QQuickGraphicsConfiguration %%QT_INCDIR%%/QtQuick/QQuickGraphicsDevice %%QT_INCDIR%%/QtQuick/QQuickImageProvider %%QT_INCDIR%%/QtQuick/QQuickImageResponse %%QT_INCDIR%%/QtQuick/QQuickItem %%QT_INCDIR%%/QtQuick/QQuickItemGrabResult %%QT_INCDIR%%/QtQuick/QQuickOpenGLUtils %%QT_INCDIR%%/QtQuick/QQuickPaintedItem %%QT_INCDIR%%/QtQuick/QQuickRenderControl %%QT_INCDIR%%/QtQuick/QQuickRenderTarget %%QT_INCDIR%%/QtQuick/QQuickRhiItem %%QT_INCDIR%%/QtQuick/QQuickRhiItemRenderer %%QT_INCDIR%%/QtQuick/QQuickTextDocument %%QT_INCDIR%%/QtQuick/QQuickTextureFactory %%QT_INCDIR%%/QtQuick/QQuickTransform %%QT_INCDIR%%/QtQuick/QQuickView %%QT_INCDIR%%/QtQuick/QQuickWindow %%QT_INCDIR%%/QtQuick/QSGBasicGeometryNode %%QT_INCDIR%%/QtQuick/QSGClipNode %%QT_INCDIR%%/QtQuick/QSGDynamicTexture %%QT_INCDIR%%/QtQuick/QSGFlatColorMaterial %%QT_INCDIR%%/QtQuick/QSGGeometry %%QT_INCDIR%%/QtQuick/QSGGeometryNode %%QT_INCDIR%%/QtQuick/QSGImageNode %%QT_INCDIR%%/QtQuick/QSGMaterial %%QT_INCDIR%%/QtQuick/QSGMaterialShader %%QT_INCDIR%%/QtQuick/QSGNinePatchNode %%QT_INCDIR%%/QtQuick/QSGNode %%QT_INCDIR%%/QtQuick/QSGNodeVisitor %%QT_INCDIR%%/QtQuick/QSGOpacityNode %%QT_INCDIR%%/QtQuick/QSGOpaqueTextureMaterial %%QT_INCDIR%%/QtQuick/QSGRectangleNode %%QT_INCDIR%%/QtQuick/QSGRenderNode %%QT_INCDIR%%/QtQuick/QSGRendererInterface %%QT_INCDIR%%/QtQuick/QSGRootNode %%QT_INCDIR%%/QtQuick/QSGSimpleRectNode %%QT_INCDIR%%/QtQuick/QSGSimpleTextureNode %%QT_INCDIR%%/QtQuick/QSGTextNode %%QT_INCDIR%%/QtQuick/QSGTexture %%QT_INCDIR%%/QtQuick/QSGTextureMaterial %%QT_INCDIR%%/QtQuick/QSGTextureProvider %%QT_INCDIR%%/QtQuick/QSGTransformNode %%QT_INCDIR%%/QtQuick/QSGVertexColorMaterial %%QT_INCDIR%%/QtQuick/QtQuick %%QT_INCDIR%%/QtQuick/QtQuickDepends %%QT_INCDIR%%/QtQuick/QtQuickVersion %%QT_INCDIR%%/QtQuick/qquickframebufferobject.h %%QT_INCDIR%%/QtQuick/qquickgraphicsconfiguration.h %%QT_INCDIR%%/QtQuick/qquickgraphicsdevice.h %%QT_INCDIR%%/QtQuick/qquickimageprovider.h %%QT_INCDIR%%/QtQuick/qquickitem.h %%QT_INCDIR%%/QtQuick/qquickitemgrabresult.h %%QT_INCDIR%%/QtQuick/qquickopenglutils.h %%QT_INCDIR%%/QtQuick/qquickpainteditem.h %%QT_INCDIR%%/QtQuick/qquickrendercontrol.h %%QT_INCDIR%%/QtQuick/qquickrendertarget.h %%QT_INCDIR%%/QtQuick/qquickrhiitem.h %%QT_INCDIR%%/QtQuick/qquicktextdocument.h %%QT_INCDIR%%/QtQuick/qquickview.h %%QT_INCDIR%%/QtQuick/qquickwindow.h %%QT_INCDIR%%/QtQuick/qsgflatcolormaterial.h %%QT_INCDIR%%/QtQuick/qsggeometry.h %%QT_INCDIR%%/QtQuick/qsgimagenode.h %%QT_INCDIR%%/QtQuick/qsgmaterial.h %%QT_INCDIR%%/QtQuick/qsgmaterialshader.h %%QT_INCDIR%%/QtQuick/qsgmaterialtype.h %%QT_INCDIR%%/QtQuick/qsgninepatchnode.h %%QT_INCDIR%%/QtQuick/qsgnode.h %%QT_INCDIR%%/QtQuick/qsgrectanglenode.h %%QT_INCDIR%%/QtQuick/qsgrendererinterface.h %%QT_INCDIR%%/QtQuick/qsgrendernode.h %%QT_INCDIR%%/QtQuick/qsgsimplerectnode.h %%QT_INCDIR%%/QtQuick/qsgsimpletexturenode.h %%QT_INCDIR%%/QtQuick/qsgtextnode.h %%QT_INCDIR%%/QtQuick/qsgtexture.h %%QT_INCDIR%%/QtQuick/qsgtexture_platform.h %%QT_INCDIR%%/QtQuick/qsgtexturematerial.h %%QT_INCDIR%%/QtQuick/qsgtextureprovider.h %%QT_INCDIR%%/QtQuick/qsgvertexcolormaterial.h %%QT_INCDIR%%/QtQuick/qtquick-config.h %%QT_INCDIR%%/QtQuick/qtquickexports.h %%QT_INCDIR%%/QtQuick/qtquickglobal.h %%QT_INCDIR%%/QtQuick/qtquickversion.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickstyle_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qquickstyleplugin_p.h %%QT_INCDIR%%/QtQuickControls2/%%FULLVER%%/QtQuickControls2/private/qtquickcontrols2-config_p.h %%QT_INCDIR%%/QtQuickControls2/QQuickAttachedPropertyPropagator %%QT_INCDIR%%/QtQuickControls2/QQuickStyle %%QT_INCDIR%%/QtQuickControls2/QtQuickControls2 %%QT_INCDIR%%/QtQuickControls2/QtQuickControls2Depends %%QT_INCDIR%%/QtQuickControls2/QtQuickControls2Version %%QT_INCDIR%%/QtQuickControls2/qquickattachedpropertypropagator.h %%QT_INCDIR%%/QtQuickControls2/qquickstyle.h %%QT_INCDIR%%/QtQuickControls2/qtquickcontrols2-config.h %%QT_INCDIR%%/QtQuickControls2/qtquickcontrols2exports.h %%QT_INCDIR%%/QtQuickControls2/qtquickcontrols2global.h %%QT_INCDIR%%/QtQuickControls2/qtquickcontrols2version.h %%QT_INCDIR%%/QtQuickControls2Basic/%%FULLVER%%/QtQuickControls2Basic/private/qquickbasictheme_p.h %%QT_INCDIR%%/QtQuickControls2Basic/%%FULLVER%%/QtQuickControls2Basic/private/qtquickcontrols2basicforeign_p.h %%QT_INCDIR%%/QtQuickControls2Basic/QtQuickControls2Basic %%QT_INCDIR%%/QtQuickControls2Basic/QtQuickControls2BasicDepends %%QT_INCDIR%%/QtQuickControls2Basic/QtQuickControls2BasicVersion %%QT_INCDIR%%/QtQuickControls2Basic/qtquickcontrols2basicexports.h %%QT_INCDIR%%/QtQuickControls2Basic/qtquickcontrols2basicversion.h %%QT_INCDIR%%/QtQuickControls2BasicStyleImpl/%%FULLVER%%/QtQuickControls2BasicStyleImpl/private/qquickbasicbusyindicator_p.h %%QT_INCDIR%%/QtQuickControls2BasicStyleImpl/%%FULLVER%%/QtQuickControls2BasicStyleImpl/private/qquickbasicdial_p.h %%QT_INCDIR%%/QtQuickControls2BasicStyleImpl/%%FULLVER%%/QtQuickControls2BasicStyleImpl/private/qquickbasicprogressbar_p.h %%QT_INCDIR%%/QtQuickControls2BasicStyleImpl/QtQuickControls2BasicStyleImpl %%QT_INCDIR%%/QtQuickControls2BasicStyleImpl/QtQuickControls2BasicStyleImplDepends %%QT_INCDIR%%/QtQuickControls2BasicStyleImpl/QtQuickControls2BasicStyleImplVersion %%QT_INCDIR%%/QtQuickControls2BasicStyleImpl/qtquickcontrols2basicstyleimplexports.h %%QT_INCDIR%%/QtQuickControls2BasicStyleImpl/qtquickcontrols2basicstyleimplversion.h %%QT_INCDIR%%/QtQuickControls2FluentWinUI3StyleImpl/%%FULLVER%%/QtQuickControls2FluentWinUI3StyleImpl/private/qquickfluentwinui3focusframe_p.h %%QT_INCDIR%%/QtQuickControls2FluentWinUI3StyleImpl/%%FULLVER%%/QtQuickControls2FluentWinUI3StyleImpl/private/qquickfluentwinui3focusstroke_p.h %%QT_INCDIR%%/QtQuickControls2FluentWinUI3StyleImpl/%%FULLVER%%/QtQuickControls2FluentWinUI3StyleImpl/private/qquickfluentwinui3styleimplglobal_p.h %%QT_INCDIR%%/QtQuickControls2FluentWinUI3StyleImpl/QtQuickControls2FluentWinUI3StyleImpl %%QT_INCDIR%%/QtQuickControls2FluentWinUI3StyleImpl/QtQuickControls2FluentWinUI3StyleImplDepends %%QT_INCDIR%%/QtQuickControls2FluentWinUI3StyleImpl/QtQuickControls2FluentWinUI3StyleImplVersion %%QT_INCDIR%%/QtQuickControls2FluentWinUI3StyleImpl/qtquickcontrols2fluentwinui3styleimplexports.h %%QT_INCDIR%%/QtQuickControls2FluentWinUI3StyleImpl/qtquickcontrols2fluentwinui3styleimplversion.h %%QT_INCDIR%%/QtQuickControls2Fusion/%%FULLVER%%/QtQuickControls2Fusion/private/qquickfusionstyle_p.h %%QT_INCDIR%%/QtQuickControls2Fusion/%%FULLVER%%/QtQuickControls2Fusion/private/qquickfusiontheme_p.h %%QT_INCDIR%%/QtQuickControls2Fusion/QtQuickControls2Fusion %%QT_INCDIR%%/QtQuickControls2Fusion/QtQuickControls2FusionDepends %%QT_INCDIR%%/QtQuickControls2Fusion/QtQuickControls2FusionVersion %%QT_INCDIR%%/QtQuickControls2Fusion/qtquickcontrols2fusionexports.h %%QT_INCDIR%%/QtQuickControls2Fusion/qtquickcontrols2fusionversion.h %%QT_INCDIR%%/QtQuickControls2FusionStyleImpl/%%FULLVER%%/QtQuickControls2FusionStyleImpl/private/qquickfusionbusyindicator_p.h %%QT_INCDIR%%/QtQuickControls2FusionStyleImpl/%%FULLVER%%/QtQuickControls2FusionStyleImpl/private/qquickfusiondial_p.h %%QT_INCDIR%%/QtQuickControls2FusionStyleImpl/%%FULLVER%%/QtQuickControls2FusionStyleImpl/private/qquickfusionknob_p.h %%QT_INCDIR%%/QtQuickControls2FusionStyleImpl/QtQuickControls2FusionStyleImpl %%QT_INCDIR%%/QtQuickControls2FusionStyleImpl/QtQuickControls2FusionStyleImplDepends %%QT_INCDIR%%/QtQuickControls2FusionStyleImpl/QtQuickControls2FusionStyleImplVersion %%QT_INCDIR%%/QtQuickControls2FusionStyleImpl/qtquickcontrols2fusionstyleimplexports.h %%QT_INCDIR%%/QtQuickControls2FusionStyleImpl/qtquickcontrols2fusionstyleimplversion.h %%QT_INCDIR%%/QtQuickControls2Imagine/%%FULLVER%%/QtQuickControls2Imagine/private/qquickimaginestyle_p.h %%QT_INCDIR%%/QtQuickControls2Imagine/%%FULLVER%%/QtQuickControls2Imagine/private/qquickimaginetheme_p.h %%QT_INCDIR%%/QtQuickControls2Imagine/QtQuickControls2Imagine %%QT_INCDIR%%/QtQuickControls2Imagine/QtQuickControls2ImagineDepends %%QT_INCDIR%%/QtQuickControls2Imagine/QtQuickControls2ImagineVersion %%QT_INCDIR%%/QtQuickControls2Imagine/qtquickcontrols2imagineexports.h %%QT_INCDIR%%/QtQuickControls2Imagine/qtquickcontrols2imagineversion.h %%QT_INCDIR%%/QtQuickControls2ImagineStyleImpl/QtQuickControls2ImagineStyleImpl %%QT_INCDIR%%/QtQuickControls2ImagineStyleImpl/QtQuickControls2ImagineStyleImplDepends %%QT_INCDIR%%/QtQuickControls2ImagineStyleImpl/QtQuickControls2ImagineStyleImplVersion %%QT_INCDIR%%/QtQuickControls2ImagineStyleImpl/qtquickcontrols2imaginestyleimplexports.h %%QT_INCDIR%%/QtQuickControls2ImagineStyleImpl/qtquickcontrols2imaginestyleimplversion.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickanimatednode_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickchecklabel_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickclippedtext_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickcolor_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickcolorimage_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickiconimage_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickiconimage_p_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickiconlabel_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickiconlabel_p_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickimageselector_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickitemgroup_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickmnemoniclabel_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickninepatchimage_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickpaddedrectangle_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickplaceholdertext_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquickplatformtheme_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qquicktumblerview_p.h %%QT_INCDIR%%/QtQuickControls2Impl/%%FULLVER%%/QtQuickControls2Impl/private/qtquickcontrols2implglobal_p.h %%QT_INCDIR%%/QtQuickControls2Impl/QtQuickControls2Impl %%QT_INCDIR%%/QtQuickControls2Impl/QtQuickControls2ImplDepends %%QT_INCDIR%%/QtQuickControls2Impl/QtQuickControls2ImplVersion %%QT_INCDIR%%/QtQuickControls2Impl/qtquickcontrols2implexports.h %%QT_INCDIR%%/QtQuickControls2Impl/qtquickcontrols2implversion.h %%QT_INCDIR%%/QtQuickControls2Material/%%FULLVER%%/QtQuickControls2Material/private/qquickmaterialstyle_p.h %%QT_INCDIR%%/QtQuickControls2Material/%%FULLVER%%/QtQuickControls2Material/private/qquickmaterialtheme_p.h %%QT_INCDIR%%/QtQuickControls2Material/QtQuickControls2Material %%QT_INCDIR%%/QtQuickControls2Material/QtQuickControls2MaterialDepends %%QT_INCDIR%%/QtQuickControls2Material/QtQuickControls2MaterialVersion %%QT_INCDIR%%/QtQuickControls2Material/qtquickcontrols2materialexports.h %%QT_INCDIR%%/QtQuickControls2Material/qtquickcontrols2materialversion.h %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/%%FULLVER%%/QtQuickControls2MaterialStyleImpl/private/qquickmaterialbusyindicator_p.h %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/%%FULLVER%%/QtQuickControls2MaterialStyleImpl/private/qquickmaterialplaceholdertext_p.h %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/%%FULLVER%%/QtQuickControls2MaterialStyleImpl/private/qquickmaterialprogressbar_p.h %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/%%FULLVER%%/QtQuickControls2MaterialStyleImpl/private/qquickmaterialripple_p.h %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/%%FULLVER%%/QtQuickControls2MaterialStyleImpl/private/qquickmaterialtextcontainer_p.h %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/QtQuickControls2MaterialStyleImpl %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/QtQuickControls2MaterialStyleImplDepends %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/QtQuickControls2MaterialStyleImplVersion %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/qtquickcontrols2materialstyleimplexports.h %%QT_INCDIR%%/QtQuickControls2MaterialStyleImpl/qtquickcontrols2materialstyleimplversion.h %%QT_INCDIR%%/QtQuickControls2Universal/%%FULLVER%%/QtQuickControls2Universal/private/qquickuniversalstyle_p.h %%QT_INCDIR%%/QtQuickControls2Universal/%%FULLVER%%/QtQuickControls2Universal/private/qquickuniversaltheme_p.h %%QT_INCDIR%%/QtQuickControls2Universal/QtQuickControls2Universal %%QT_INCDIR%%/QtQuickControls2Universal/QtQuickControls2UniversalDepends %%QT_INCDIR%%/QtQuickControls2Universal/QtQuickControls2UniversalVersion %%QT_INCDIR%%/QtQuickControls2Universal/qtquickcontrols2universalexports.h %%QT_INCDIR%%/QtQuickControls2Universal/qtquickcontrols2universalversion.h %%QT_INCDIR%%/QtQuickControls2UniversalStyleImpl/%%FULLVER%%/QtQuickControls2UniversalStyleImpl/private/qquickuniversalbusyindicator_p.h %%QT_INCDIR%%/QtQuickControls2UniversalStyleImpl/%%FULLVER%%/QtQuickControls2UniversalStyleImpl/private/qquickuniversalfocusrectangle_p.h %%QT_INCDIR%%/QtQuickControls2UniversalStyleImpl/%%FULLVER%%/QtQuickControls2UniversalStyleImpl/private/qquickuniversalprogressbar_p.h %%QT_INCDIR%%/QtQuickControls2UniversalStyleImpl/QtQuickControls2UniversalStyleImpl %%QT_INCDIR%%/QtQuickControls2UniversalStyleImpl/QtQuickControls2UniversalStyleImplDepends %%QT_INCDIR%%/QtQuickControls2UniversalStyleImpl/QtQuickControls2UniversalStyleImplVersion %%QT_INCDIR%%/QtQuickControls2UniversalStyleImpl/qtquickcontrols2universalstyleimplexports.h %%QT_INCDIR%%/QtQuickControls2UniversalStyleImpl/qtquickcontrols2universalstyleimplversion.h %%QT_INCDIR%%/QtQuickControlsTestUtils/%%FULLVER%%/QtQuickControlsTestUtils/private/controlstestutils_p.h %%QT_INCDIR%%/QtQuickControlsTestUtils/%%FULLVER%%/QtQuickControlsTestUtils/private/dialogstestutils_p.h %%QT_INCDIR%%/QtQuickControlsTestUtils/%%FULLVER%%/QtQuickControlsTestUtils/private/qtest_quickcontrols_p.h %%QT_INCDIR%%/QtQuickControlsTestUtils/QtQuickControlsTestUtils %%QT_INCDIR%%/QtQuickControlsTestUtils/QtQuickControlsTestUtilsDepends %%QT_INCDIR%%/QtQuickControlsTestUtils/QtQuickControlsTestUtilsVersion %%QT_INCDIR%%/QtQuickControlsTestUtils/qtquickcontrolstestutilsversion.h %%QT_INCDIR%%/QtQuickDialogs2/%%FULLVER%%/QtQuickDialogs2/private/qquickabstractdialog_p.h %%QT_INCDIR%%/QtQuickDialogs2/%%FULLVER%%/QtQuickDialogs2/private/qquickcolordialog_p.h %%QT_INCDIR%%/QtQuickDialogs2/%%FULLVER%%/QtQuickDialogs2/private/qquickfiledialog_p.h %%QT_INCDIR%%/QtQuickDialogs2/%%FULLVER%%/QtQuickDialogs2/private/qquickfolderdialog_p.h %%QT_INCDIR%%/QtQuickDialogs2/%%FULLVER%%/QtQuickDialogs2/private/qquickfontdialog_p.h %%QT_INCDIR%%/QtQuickDialogs2/%%FULLVER%%/QtQuickDialogs2/private/qquickmessagedialog_p.h %%QT_INCDIR%%/QtQuickDialogs2/%%FULLVER%%/QtQuickDialogs2/private/qtquickdialogs2foreign_p.h %%QT_INCDIR%%/QtQuickDialogs2/%%FULLVER%%/QtQuickDialogs2/private/qtquickdialogs2global_p.h %%QT_INCDIR%%/QtQuickDialogs2/QtQuickDialogs2 %%QT_INCDIR%%/QtQuickDialogs2/QtQuickDialogs2Depends %%QT_INCDIR%%/QtQuickDialogs2/QtQuickDialogs2Version %%QT_INCDIR%%/QtQuickDialogs2/qtquickdialogs2exports.h %%QT_INCDIR%%/QtQuickDialogs2/qtquickdialogs2version.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickabstractcolorpicker_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickabstractcolorpicker_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickcolordialogimpl_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickcolordialogimpl_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickcolordialogutils_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickcolorinputs_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickdialogimplfactory_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfiledialogdelegate_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfiledialogdelegate_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfiledialogimpl_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfiledialogimpl_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfolderbreadcrumbbar_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfolderbreadcrumbbar_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfolderdialogimpl_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfolderdialogimpl_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfontdialogimpl_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickfontdialogimpl_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickmessagedialogimpl_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickmessagedialogimpl_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickplatformcolordialog_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickplatformfiledialog_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickplatformfolderdialog_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickplatformfontdialog_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquickplatformmessagedialog_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquicksaturationlightnesspicker_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquicksidebar_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qquicksidebar_p_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qtquickdialogs2quickimplforeign_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/%%FULLVER%%/QtQuickDialogs2QuickImpl/private/qtquickdialogs2quickimplglobal_p.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/QtQuickDialogs2QuickImpl %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/QtQuickDialogs2QuickImplDepends %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/QtQuickDialogs2QuickImplVersion %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/qtquickdialogs2quickimplexports.h %%QT_INCDIR%%/QtQuickDialogs2QuickImpl/qtquickdialogs2quickimplversion.h %%QT_INCDIR%%/QtQuickDialogs2Utils/%%FULLVER%%/QtQuickDialogs2Utils/private/qquickdialogtype_p.h %%QT_INCDIR%%/QtQuickDialogs2Utils/%%FULLVER%%/QtQuickDialogs2Utils/private/qquickfilenamefilter_p.h %%QT_INCDIR%%/QtQuickDialogs2Utils/%%FULLVER%%/QtQuickDialogs2Utils/private/qtquickdialogs2utilsglobal_p.h %%QT_INCDIR%%/QtQuickDialogs2Utils/QtQuickDialogs2Utils %%QT_INCDIR%%/QtQuickDialogs2Utils/QtQuickDialogs2UtilsDepends %%QT_INCDIR%%/QtQuickDialogs2Utils/QtQuickDialogs2UtilsVersion %%QT_INCDIR%%/QtQuickDialogs2Utils/qtquickdialogs2utilsexports.h %%QT_INCDIR%%/QtQuickDialogs2Utils/qtquickdialogs2utilsversion.h %%QT_INCDIR%%/QtQuickEffects/%%FULLVER%%/QtQuickEffects/private/qgfxsourceproxy_p.h %%QT_INCDIR%%/QtQuickEffects/%%FULLVER%%/QtQuickEffects/private/qquickmultieffect_p.h %%QT_INCDIR%%/QtQuickEffects/%%FULLVER%%/QtQuickEffects/private/qquickmultieffect_p_p.h %%QT_INCDIR%%/QtQuickEffects/%%FULLVER%%/QtQuickEffects/private/qquickrectangularshadow_p.h %%QT_INCDIR%%/QtQuickEffects/%%FULLVER%%/QtQuickEffects/private/qquickrectangularshadow_p_p.h %%QT_INCDIR%%/QtQuickEffects/%%FULLVER%%/QtQuickEffects/private/qtquickeffectsglobal_p.h %%QT_INCDIR%%/QtQuickEffects/QtQuickEffects %%QT_INCDIR%%/QtQuickEffects/QtQuickEffectsDepends %%QT_INCDIR%%/QtQuickEffects/QtQuickEffectsVersion %%QT_INCDIR%%/QtQuickEffects/qtquickeffectsexports.h %%QT_INCDIR%%/QtQuickEffects/qtquickeffectsversion.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquickflexboxlayout_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquickflexboxlayoutengine_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquickflexboxlayoutitem_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquickgridlayoutengine_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquicklayout_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquicklayoutglobal_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquicklayoutitemproxy_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquicklayoutstyleinfo_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquicklinearlayout_p.h %%QT_INCDIR%%/QtQuickLayouts/%%FULLVER%%/QtQuickLayouts/private/qquickstacklayout_p.h %%QT_INCDIR%%/QtQuickLayouts/QtQuickLayouts %%QT_INCDIR%%/QtQuickLayouts/QtQuickLayoutsDepends %%QT_INCDIR%%/QtQuickLayouts/QtQuickLayoutsVersion %%QT_INCDIR%%/QtQuickLayouts/qtquicklayoutsexports.h %%QT_INCDIR%%/QtQuickLayouts/qtquicklayoutsversion.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickage_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickangledirection_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickcumulativedirection_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickcustomaffector_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickdirection_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickellipseextruder_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickfriction_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickgravity_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickgroupgoal_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickimageparticle_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickitemparticle_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquicklineextruder_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickmaskextruder_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickparticleaffector_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickparticleemitter_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickparticleextruder_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickparticlegroup_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickparticlepainter_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickparticlesystem_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickpointattractor_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickpointdirection_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickrectangleextruder_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickspritegoal_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquicktargetdirection_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquicktrailemitter_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickturbulence_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickv4particledata_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qquickwander_p.h %%QT_INCDIR%%/QtQuickParticles/%%FULLVER%%/QtQuickParticles/private/qtquickparticlesglobal_p.h %%QT_INCDIR%%/QtQuickParticles/QtQuickParticles %%QT_INCDIR%%/QtQuickParticles/QtQuickParticlesDepends %%QT_INCDIR%%/QtQuickParticles/QtQuickParticlesVersion %%QT_INCDIR%%/QtQuickParticles/qtquickparticlesexports.h %%QT_INCDIR%%/QtQuickParticles/qtquickparticlesversion.h %%QT_INCDIR%%/QtQuickShapes/%%FULLVER%%/QtQuickShapes/private/qquickshape_p.h %%QT_INCDIR%%/QtQuickShapes/%%FULLVER%%/QtQuickShapes/private/qquickshape_p_p.h %%QT_INCDIR%%/QtQuickShapes/%%FULLVER%%/QtQuickShapes/private/qquickshapecurverenderer_p.h %%QT_INCDIR%%/QtQuickShapes/%%FULLVER%%/QtQuickShapes/private/qquickshapecurverenderer_p_p.h %%QT_INCDIR%%/QtQuickShapes/%%FULLVER%%/QtQuickShapes/private/qquickshapegenericrenderer_p.h %%QT_INCDIR%%/QtQuickShapes/%%FULLVER%%/QtQuickShapes/private/qquickshapesglobal_p.h %%QT_INCDIR%%/QtQuickShapes/%%FULLVER%%/QtQuickShapes/private/qquickshapesoftwarerenderer_p.h %%QT_INCDIR%%/QtQuickShapes/%%FULLVER%%/QtQuickShapes/private/qtquickshapes-config_p.h %%QT_INCDIR%%/QtQuickShapes/QtQuickShapes %%QT_INCDIR%%/QtQuickShapes/QtQuickShapesDepends %%QT_INCDIR%%/QtQuickShapes/QtQuickShapesVersion %%QT_INCDIR%%/QtQuickShapes/qquickshapesglobal.h %%QT_INCDIR%%/QtQuickShapes/qtquickshapes-config.h %%QT_INCDIR%%/QtQuickShapes/qtquickshapesexports.h %%QT_INCDIR%%/QtQuickShapes/qtquickshapesversion.h %%QT_INCDIR%%/QtQuickShapesDesignHelpers/%%FULLVER%%/QtQuickShapesDesignHelpers/private/qquickrectangleshape_p.h %%QT_INCDIR%%/QtQuickShapesDesignHelpers/%%FULLVER%%/QtQuickShapesDesignHelpers/private/qquickrectangleshape_p_p.h %%QT_INCDIR%%/QtQuickShapesDesignHelpers/%%FULLVER%%/QtQuickShapesDesignHelpers/private/qquickshapesdesignhelpersglobal_p.h %%QT_INCDIR%%/QtQuickShapesDesignHelpers/QtQuickShapesDesignHelpers %%QT_INCDIR%%/QtQuickShapesDesignHelpers/QtQuickShapesDesignHelpersDepends %%QT_INCDIR%%/QtQuickShapesDesignHelpers/QtQuickShapesDesignHelpersVersion %%QT_INCDIR%%/QtQuickShapesDesignHelpers/qtquickshapesdesignhelpersexports.h %%QT_INCDIR%%/QtQuickShapesDesignHelpers/qtquickshapesdesignhelpersversion.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qaccessiblequickcontrol_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qaccessiblequickpage_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickabstractbutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickabstractbutton_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickaction_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickactiongroup_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickapplicationwindow_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickapplicationwindow_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickbusyindicator_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickbutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickbutton_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickbuttongroup_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcalendar_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcalendarmodel_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcheckbox_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcheckdelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcombobox_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcontainer_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcontainer_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcontentitem_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcontextmenu_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcontrol_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickcontrol_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdayofweekmodel_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdayofweekrow_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdeferredexecute_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdeferredpointer_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdelaybutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdial_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdialog_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdialog_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdialogbuttonbox_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdialogbuttonbox_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdrawer_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickdrawer_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickframe_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickframe_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickgroupbox_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickheaderview_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickheaderview_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickheaderviewdelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickicon_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickindicatorbutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickitemdelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickitemdelegate_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicklabel_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicklabel_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenu_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenu_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenubar_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenubar_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenubaritem_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenubaritem_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenuitem_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenuitem_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmenuseparator_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmonthgrid_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickmonthmodel_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicknativeicon_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicknativeiconloader_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicknativemenuitem_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickoverlay_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickoverlay_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpage_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpage_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpageindicator_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpane_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpane_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpopup_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpopup_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpopupanchors_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpopupanchors_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpopupitem_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpopuppositioner_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpopupwindow_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickpresshandler_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickprogressbar_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickradiobutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickradiodelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickrangeslider_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickroundbutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickscrollbar_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickscrollbar_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickscrollindicator_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickscrollview_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicksearchfield_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickselectionrectangle_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickselectionrectangle_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickshortcutcontext_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickslider_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickspinbox_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicksplitview_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstackelement_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstacktransition_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstackview_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickstackview_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickswipe_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickswipedelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickswipedelegate_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickswipeview_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickswitch_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickswitchdelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktabbar_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktabbutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktableviewdelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktableviewdelegate_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktemplatesutils_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktextarea_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktextarea_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktextfield_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktextfield_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktheme_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktheme_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktoolbar_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktoolbutton_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktoolseparator_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktooltip_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktreeviewdelegate_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktumbler_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquicktumbler_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickvelocitycalculator_p_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickweeknumbercolumn_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qquickweeknumbermodel_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qtquicktemplates2-config_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qtquicktemplates2global_p.h %%QT_INCDIR%%/QtQuickTemplates2/%%FULLVER%%/QtQuickTemplates2/private/qtquicktemplates2math_p.h %%QT_INCDIR%%/QtQuickTemplates2/QtQuickTemplates2 %%QT_INCDIR%%/QtQuickTemplates2/QtQuickTemplates2Depends %%QT_INCDIR%%/QtQuickTemplates2/QtQuickTemplates2Version %%QT_INCDIR%%/QtQuickTemplates2/qtquicktemplates2-config.h %%QT_INCDIR%%/QtQuickTemplates2/qtquicktemplates2exports.h %%QT_INCDIR%%/QtQuickTemplates2/qtquicktemplates2version.h %%QT_INCDIR%%/QtQuickTest/%%FULLVER%%/QtQuickTest/private/qtestoptions_p.h %%QT_INCDIR%%/QtQuickTest/%%FULLVER%%/QtQuickTest/private/quicktest_p.h %%QT_INCDIR%%/QtQuickTest/%%FULLVER%%/QtQuickTest/private/quicktestevent_p.h %%QT_INCDIR%%/QtQuickTest/%%FULLVER%%/QtQuickTest/private/quicktestglobal_p.h %%QT_INCDIR%%/QtQuickTest/%%FULLVER%%/QtQuickTest/private/quicktestresult_p.h %%QT_INCDIR%%/QtQuickTest/%%FULLVER%%/QtQuickTest/private/quicktestutil_p.h %%QT_INCDIR%%/QtQuickTest/QtQuickTest %%QT_INCDIR%%/QtQuickTest/QtQuickTestDepends %%QT_INCDIR%%/QtQuickTest/QtQuickTestVersion %%QT_INCDIR%%/QtQuickTest/qtquicktestexports.h %%QT_INCDIR%%/QtQuickTest/qtquicktestversion.h %%QT_INCDIR%%/QtQuickTest/quicktest.h %%QT_INCDIR%%/QtQuickTest/quicktestglobal.h %%QT_INCDIR%%/QtQuickTestUtils/%%FULLVER%%/QtQuickTestUtils/private/geometrytestutils_p.h %%QT_INCDIR%%/QtQuickTestUtils/%%FULLVER%%/QtQuickTestUtils/private/platforminputcontext_p.h %%QT_INCDIR%%/QtQuickTestUtils/%%FULLVER%%/QtQuickTestUtils/private/platformquirks_p.h %%QT_INCDIR%%/QtQuickTestUtils/%%FULLVER%%/QtQuickTestUtils/private/qmlutils_p.h %%QT_INCDIR%%/QtQuickTestUtils/%%FULLVER%%/QtQuickTestUtils/private/testhttpserver_p.h %%QT_INCDIR%%/QtQuickTestUtils/%%FULLVER%%/QtQuickTestUtils/private/viewtestutils_p.h %%QT_INCDIR%%/QtQuickTestUtils/%%FULLVER%%/QtQuickTestUtils/private/visualtestutils_p.h %%QT_INCDIR%%/QtQuickTestUtils/QtQuickTestUtils %%QT_INCDIR%%/QtQuickTestUtils/QtQuickTestUtilsDepends %%QT_INCDIR%%/QtQuickTestUtils/QtQuickTestUtilsVersion %%QT_INCDIR%%/QtQuickTestUtils/qtquicktestutilsversion.h %%QT_INCDIR%%/QtQuickVectorImage/%%FULLVER%%/QtQuickVectorImage/private/qquickvectorimage_p.h %%QT_INCDIR%%/QtQuickVectorImage/%%FULLVER%%/QtQuickVectorImage/private/qquickvectorimage_p_p.h %%QT_INCDIR%%/QtQuickVectorImage/QtQuickVectorImage %%QT_INCDIR%%/QtQuickVectorImage/QtQuickVectorImageDepends %%QT_INCDIR%%/QtQuickVectorImage/QtQuickVectorImageVersion %%QT_INCDIR%%/QtQuickVectorImage/qtquickvectorimageexports.h %%QT_INCDIR%%/QtQuickVectorImage/qtquickvectorimageversion.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/qquickanimatedproperty_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/qquickgenerator_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/qquickitemgenerator_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/qquicknodeinfo_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/qquickqmlgenerator_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/qquickvectorimageglobal_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/qquickvectorimageplugin_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/qsvgvisitorimpl_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/%%FULLVER%%/QtQuickVectorImageGenerator/private/utils_p.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/QtQuickVectorImageGenerator %%QT_INCDIR%%/QtQuickVectorImageGenerator/QtQuickVectorImageGeneratorDepends %%QT_INCDIR%%/QtQuickVectorImageGenerator/QtQuickVectorImageGeneratorVersion %%QT_INCDIR%%/QtQuickVectorImageGenerator/qtquickvectorimagegeneratorexports.h %%QT_INCDIR%%/QtQuickVectorImageGenerator/qtquickvectorimagegeneratorversion.h %%QT_INCDIR%%/QtQuickVectorImageHelpers/%%FULLVER%%/QtQuickVectorImageHelpers/private/qquickcoloropacityanimation_p.h %%QT_INCDIR%%/QtQuickVectorImageHelpers/%%FULLVER%%/QtQuickVectorImageHelpers/private/qquicktransformgroup_p.h %%QT_INCDIR%%/QtQuickVectorImageHelpers/QtQuickVectorImageHelpers %%QT_INCDIR%%/QtQuickVectorImageHelpers/QtQuickVectorImageHelpersDepends %%QT_INCDIR%%/QtQuickVectorImageHelpers/QtQuickVectorImageHelpersVersion %%QT_INCDIR%%/QtQuickVectorImageHelpers/qtquickvectorimagehelpersexports.h %%QT_INCDIR%%/QtQuickVectorImageHelpers/qtquickvectorimagehelpersversion.h %%QT_INCDIR%%/QtQuickWidgets/%%FULLVER%%/QtQuickWidgets/private/qaccessiblequickwidget_p.h %%QT_INCDIR%%/QtQuickWidgets/%%FULLVER%%/QtQuickWidgets/private/qaccessiblequickwidgetfactory_p.h %%QT_INCDIR%%/QtQuickWidgets/%%FULLVER%%/QtQuickWidgets/private/qquickwidget_p.h %%QT_INCDIR%%/QtQuickWidgets/QQuickWidget %%QT_INCDIR%%/QtQuickWidgets/QtQuickWidgets %%QT_INCDIR%%/QtQuickWidgets/QtQuickWidgetsDepends %%QT_INCDIR%%/QtQuickWidgets/QtQuickWidgetsVersion %%QT_INCDIR%%/QtQuickWidgets/qquickwidget.h %%QT_INCDIR%%/QtQuickWidgets/qtquickwidgetsexports.h %%QT_INCDIR%%/QtQuickWidgets/qtquickwidgetsglobal.h %%QT_INCDIR%%/QtQuickWidgets/qtquickwidgetsversion.h lib/cmake/Qt6BuildInternals/StandaloneTests/QtDeclarativeTestsConfig.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationAdditionalTargetInfo.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationConfig.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationConfigVersion.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationConfigVersionImpl.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationDependencies.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationTargets.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationVersionlessAliasTargets.cmake lib/cmake/Qt6LabsAnimation/Qt6LabsAnimationVersionlessTargets.cmake lib/cmake/Qt6LabsAnimationPrivate/Qt6LabsAnimationPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6LabsAnimationPrivate/Qt6LabsAnimationPrivateConfig.cmake lib/cmake/Qt6LabsAnimationPrivate/Qt6LabsAnimationPrivateConfigVersion.cmake lib/cmake/Qt6LabsAnimationPrivate/Qt6LabsAnimationPrivateConfigVersionImpl.cmake lib/cmake/Qt6LabsAnimationPrivate/Qt6LabsAnimationPrivateDependencies.cmake lib/cmake/Qt6LabsAnimationPrivate/Qt6LabsAnimationPrivateTargets.cmake lib/cmake/Qt6LabsAnimationPrivate/Qt6LabsAnimationPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6LabsAnimationPrivate/Qt6LabsAnimationPrivateVersionlessTargets.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelAdditionalTargetInfo.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelConfig.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelConfigVersion.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelConfigVersionImpl.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelDependencies.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelTargets.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelVersionlessAliasTargets.cmake lib/cmake/Qt6LabsFolderListModel/Qt6LabsFolderListModelVersionlessTargets.cmake lib/cmake/Qt6LabsFolderListModelPrivate/Qt6LabsFolderListModelPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6LabsFolderListModelPrivate/Qt6LabsFolderListModelPrivateConfig.cmake lib/cmake/Qt6LabsFolderListModelPrivate/Qt6LabsFolderListModelPrivateConfigVersion.cmake lib/cmake/Qt6LabsFolderListModelPrivate/Qt6LabsFolderListModelPrivateConfigVersionImpl.cmake lib/cmake/Qt6LabsFolderListModelPrivate/Qt6LabsFolderListModelPrivateDependencies.cmake lib/cmake/Qt6LabsFolderListModelPrivate/Qt6LabsFolderListModelPrivateTargets.cmake lib/cmake/Qt6LabsFolderListModelPrivate/Qt6LabsFolderListModelPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6LabsFolderListModelPrivate/Qt6LabsFolderListModelPrivateVersionlessTargets.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformAdditionalTargetInfo.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformConfig.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformConfigVersion.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformConfigVersionImpl.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformDependencies.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformTargets.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformVersionlessAliasTargets.cmake lib/cmake/Qt6LabsPlatform/Qt6LabsPlatformVersionlessTargets.cmake lib/cmake/Qt6LabsPlatformPrivate/Qt6LabsPlatformPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6LabsPlatformPrivate/Qt6LabsPlatformPrivateConfig.cmake lib/cmake/Qt6LabsPlatformPrivate/Qt6LabsPlatformPrivateConfigVersion.cmake lib/cmake/Qt6LabsPlatformPrivate/Qt6LabsPlatformPrivateConfigVersionImpl.cmake lib/cmake/Qt6LabsPlatformPrivate/Qt6LabsPlatformPrivateDependencies.cmake lib/cmake/Qt6LabsPlatformPrivate/Qt6LabsPlatformPrivateTargets.cmake lib/cmake/Qt6LabsPlatformPrivate/Qt6LabsPlatformPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6LabsPlatformPrivate/Qt6LabsPlatformPrivateVersionlessTargets.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsAdditionalTargetInfo.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsConfig.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsConfigVersion.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsConfigVersionImpl.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsDependencies.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsTargets.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsVersionlessAliasTargets.cmake lib/cmake/Qt6LabsQmlModels/Qt6LabsQmlModelsVersionlessTargets.cmake lib/cmake/Qt6LabsQmlModelsPrivate/Qt6LabsQmlModelsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6LabsQmlModelsPrivate/Qt6LabsQmlModelsPrivateConfig.cmake lib/cmake/Qt6LabsQmlModelsPrivate/Qt6LabsQmlModelsPrivateConfigVersion.cmake lib/cmake/Qt6LabsQmlModelsPrivate/Qt6LabsQmlModelsPrivateConfigVersionImpl.cmake lib/cmake/Qt6LabsQmlModelsPrivate/Qt6LabsQmlModelsPrivateDependencies.cmake lib/cmake/Qt6LabsQmlModelsPrivate/Qt6LabsQmlModelsPrivateTargets.cmake lib/cmake/Qt6LabsQmlModelsPrivate/Qt6LabsQmlModelsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6LabsQmlModelsPrivate/Qt6LabsQmlModelsPrivateVersionlessTargets.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsAdditionalTargetInfo.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsConfig.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsConfigVersion.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsConfigVersionImpl.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsDependencies.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsTargets.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsVersionlessAliasTargets.cmake lib/cmake/Qt6LabsSettings/Qt6LabsSettingsVersionlessTargets.cmake lib/cmake/Qt6LabsSettingsPrivate/Qt6LabsSettingsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6LabsSettingsPrivate/Qt6LabsSettingsPrivateConfig.cmake lib/cmake/Qt6LabsSettingsPrivate/Qt6LabsSettingsPrivateConfigVersion.cmake lib/cmake/Qt6LabsSettingsPrivate/Qt6LabsSettingsPrivateConfigVersionImpl.cmake lib/cmake/Qt6LabsSettingsPrivate/Qt6LabsSettingsPrivateDependencies.cmake lib/cmake/Qt6LabsSettingsPrivate/Qt6LabsSettingsPrivateTargets.cmake lib/cmake/Qt6LabsSettingsPrivate/Qt6LabsSettingsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6LabsSettingsPrivate/Qt6LabsSettingsPrivateVersionlessTargets.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageAdditionalTargetInfo.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageConfig.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageConfigVersion.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageConfigVersionImpl.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageDependencies.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageTargets.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageVersionlessAliasTargets.cmake lib/cmake/Qt6LabsSharedImage/Qt6LabsSharedImageVersionlessTargets.cmake lib/cmake/Qt6LabsSharedImagePrivate/Qt6LabsSharedImagePrivateAdditionalTargetInfo.cmake lib/cmake/Qt6LabsSharedImagePrivate/Qt6LabsSharedImagePrivateConfig.cmake lib/cmake/Qt6LabsSharedImagePrivate/Qt6LabsSharedImagePrivateConfigVersion.cmake lib/cmake/Qt6LabsSharedImagePrivate/Qt6LabsSharedImagePrivateConfigVersionImpl.cmake lib/cmake/Qt6LabsSharedImagePrivate/Qt6LabsSharedImagePrivateDependencies.cmake lib/cmake/Qt6LabsSharedImagePrivate/Qt6LabsSharedImagePrivateTargets.cmake lib/cmake/Qt6LabsSharedImagePrivate/Qt6LabsSharedImagePrivateVersionlessAliasTargets.cmake lib/cmake/Qt6LabsSharedImagePrivate/Qt6LabsSharedImagePrivateVersionlessTargets.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerAdditionalTargetInfo.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerConfig.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerConfigVersion.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerConfigVersionImpl.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerDependencies.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerTargets.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerVersionlessAliasTargets.cmake lib/cmake/Qt6LabsSynchronizer/Qt6LabsSynchronizerVersionlessTargets.cmake lib/cmake/Qt6LabsSynchronizerPrivate/Qt6LabsSynchronizerPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6LabsSynchronizerPrivate/Qt6LabsSynchronizerPrivateConfig.cmake lib/cmake/Qt6LabsSynchronizerPrivate/Qt6LabsSynchronizerPrivateConfigVersion.cmake lib/cmake/Qt6LabsSynchronizerPrivate/Qt6LabsSynchronizerPrivateConfigVersionImpl.cmake lib/cmake/Qt6LabsSynchronizerPrivate/Qt6LabsSynchronizerPrivateDependencies.cmake lib/cmake/Qt6LabsSynchronizerPrivate/Qt6LabsSynchronizerPrivateTargets.cmake lib/cmake/Qt6LabsSynchronizerPrivate/Qt6LabsSynchronizerPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6LabsSynchronizerPrivate/Qt6LabsSynchronizerPrivateVersionlessTargets.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshAdditionalTargetInfo.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshConfig.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshConfigVersion.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshConfigVersionImpl.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshDependencies.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshTargets.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshVersionlessAliasTargets.cmake lib/cmake/Qt6LabsWavefrontMesh/Qt6LabsWavefrontMeshVersionlessTargets.cmake lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6LabsWavefrontMeshPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6LabsWavefrontMeshPrivateConfig.cmake lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6LabsWavefrontMeshPrivateConfigVersion.cmake lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6LabsWavefrontMeshPrivateConfigVersionImpl.cmake lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6LabsWavefrontMeshPrivateDependencies.cmake lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6LabsWavefrontMeshPrivateTargets.cmake lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6LabsWavefrontMeshPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6LabsWavefrontMeshPrivate/Qt6LabsWavefrontMeshPrivateVersionlessTargets.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateConfig.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateConfigVersion.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateConfigVersionImpl.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateDependencies.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateTargets.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6PacketProtocolPrivate/Qt6PacketProtocolPrivateVersionlessTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsPlatformpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsSynchronizerpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsSynchronizerpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsSynchronizerpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsSynchronizerpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsSynchronizerpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6LabsSynchronizerpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginDependencies.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlAssetDownloaderpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QmlNetworkpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickControlsTestUtilsPrivatepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6QuickTestpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6effectspluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsanimationpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6labsmodelspluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6modelspluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6particlespluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlfolderlistmodelpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmllocalstoragepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlsettingspluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlshapespluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlwavefrontmeshpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qmlxmllistmodelpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquicklayoutspluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagehelperspluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagehelperspluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagehelperspluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagehelperspluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagehelperspluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagehelperspluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qquickvectorimagepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtqmlcorepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquick2pluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstyleimplpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2basicstylepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3styleimplpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fluentwinui3stylepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstyleimplpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2fusionstylepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestyleimplpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2imaginestylepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2implpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstyleimplpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2materialstylepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2pluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstyleimplpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickcontrols2universalstylepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogs2quickimplpluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickdialogspluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickshapesdesignhelperspluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickshapesdesignhelperspluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickshapesdesignhelperspluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickshapesdesignhelperspluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickshapesdesignhelperspluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquickshapesdesignhelperspluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6qtquicktemplates2pluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quicktoolingTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6quickwindowTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6sharedimagepluginTargets.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfig.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfigVersion.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/QmlPlugins/Qt6workerscriptpluginTargets.cmake lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QDebugMessageServiceFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QLocalClientConnectionFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QQmlDebugServerFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QQmlDebuggerServiceFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QQmlInspectorServiceFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugConnectorFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QQmlNativeDebugServiceFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QQmlPreviewServiceFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QQmlProfilerServiceFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QQuickProfilerAdapterFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfig.cmake lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QTcpServerConnectionFactoryPluginTargets.cmake lib/cmake/Qt6Qml/Qt6QmlAdditionalTargetInfo.cmake lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake lib/cmake/Qt6Qml/Qt6QmlConfig.cmake lib/cmake/Qt6Qml/Qt6QmlConfigExtras.cmake lib/cmake/Qt6Qml/Qt6QmlConfigVersion.cmake lib/cmake/Qt6Qml/Qt6QmlConfigVersionImpl.cmake lib/cmake/Qt6Qml/Qt6QmlCopyFiles.cmake lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake lib/cmake/Qt6Qml/Qt6QmlDeploySupport.cmake lib/cmake/Qt6Qml/Qt6QmlFindQmlscInternal.cmake lib/cmake/Qt6Qml/Qt6QmlMacros.cmake lib/cmake/Qt6Qml/Qt6QmlModuleDirMappingTemplate.qrc.in lib/cmake/Qt6Qml/Qt6QmlPluginTemplate.cpp.in lib/cmake/Qt6Qml/Qt6QmlPlugins.cmake lib/cmake/Qt6Qml/Qt6QmlProperties.cmake lib/cmake/Qt6Qml/Qt6QmlPublicCMakeHelpers.cmake lib/cmake/Qt6Qml/Qt6QmlTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Qml/Qt6QmlTargets.cmake lib/cmake/Qt6Qml/Qt6QmlVersionlessAliasTargets.cmake lib/cmake/Qt6Qml/Qt6QmlVersionlessTargets.cmake lib/cmake/Qt6Qml/Qt6QmltcFileMappingTemplate.qrc.in lib/cmake/Qt6Qml/Qt6UpdateQmllsIni.cmake lib/cmake/Qt6Qml/Qt6qmldirTemplate.cmake.in lib/cmake/Qt6Qml/Qt6qt.conf.in lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderAdditionalTargetInfo.cmake lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfig.cmake lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersion.cmake lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderConfigVersionImpl.cmake lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderDependencies.cmake lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderTargets.cmake lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderVersionlessAliasTargets.cmake lib/cmake/Qt6QmlAssetDownloader/Qt6QmlAssetDownloaderVersionlessTargets.cmake lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderPrivateConfig.cmake lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderPrivateConfigVersion.cmake lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderPrivateDependencies.cmake lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderPrivateTargets.cmake lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlAssetDownloaderPrivate/Qt6QmlAssetDownloaderPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerAdditionalTargetInfo.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerConfig.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerConfigVersion.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerConfigVersionImpl.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerDependencies.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerPlugins.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerTargets.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerVersionlessAliasTargets.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlCompilerVersionlessTargets.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQdsPluginAdditionalTargetInfo.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQdsPluginConfig.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQdsPluginConfigVersion.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQdsPluginConfigVersionImpl.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQdsPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQdsPluginTargets.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQuickPluginAdditionalTargetInfo.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQuickPluginConfig.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQuickPluginConfigVersion.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQuickPluginConfigVersionImpl.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQuickPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlCompiler/Qt6QmlLintQuickPluginTargets.cmake lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateConfig.cmake lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateConfigVersion.cmake lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateDependencies.cmake lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateTargets.cmake lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlCompilerPrivate/Qt6QmlCompilerPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreAdditionalTargetInfo.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreConfig.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreConfigVersion.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreConfigVersionImpl.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreDependencies.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreTargets.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreVersionlessAliasTargets.cmake lib/cmake/Qt6QmlCore/Qt6QmlCoreVersionlessTargets.cmake lib/cmake/Qt6QmlCorePrivate/Qt6QmlCorePrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlCorePrivate/Qt6QmlCorePrivateConfig.cmake lib/cmake/Qt6QmlCorePrivate/Qt6QmlCorePrivateConfigVersion.cmake lib/cmake/Qt6QmlCorePrivate/Qt6QmlCorePrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlCorePrivate/Qt6QmlCorePrivateDependencies.cmake lib/cmake/Qt6QmlCorePrivate/Qt6QmlCorePrivateTargets.cmake lib/cmake/Qt6QmlCorePrivate/Qt6QmlCorePrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlCorePrivate/Qt6QmlCorePrivateVersionlessTargets.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateConfig.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateConfigVersion.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateDependencies.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateTargets.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateConfig.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateConfigVersion.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateDependencies.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateTargets.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateConfig.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateConfigVersion.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateDependencies.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateTargets.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlFormatPrivate/Qt6QmlFormatPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlImportScanner/Qt6QmlImportScannerConfig.cmake lib/cmake/Qt6QmlImportScanner/Qt6QmlImportScannerConfigVersion.cmake lib/cmake/Qt6QmlImportScanner/Qt6QmlImportScannerConfigVersionImpl.cmake lib/cmake/Qt6QmlImportScanner/Qt6QmlImportScannerDependencies.cmake lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationAdditionalTargetInfo.cmake lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfig.cmake lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersion.cmake lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationConfigVersionImpl.cmake lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationTargets.cmake lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessAliasTargets.cmake lib/cmake/Qt6QmlIntegration/Qt6QmlIntegrationVersionlessTargets.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateConfig.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateConfigVersion.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateDependencies.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivatePlugins.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateTargets.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSQuickPluginAdditionalTargetInfo.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSQuickPluginConfig.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSQuickPluginConfigVersion.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSQuickPluginConfigVersionImpl.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSQuickPluginTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlLSPrivate/Qt6QmlLSQuickPluginTargets.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageAdditionalTargetInfo.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageConfig.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageConfigVersion.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageConfigVersionImpl.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageDependencies.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageTargets.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageVersionlessAliasTargets.cmake lib/cmake/Qt6QmlLocalStorage/Qt6QmlLocalStorageVersionlessTargets.cmake lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlLocalStoragePrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlLocalStoragePrivateConfig.cmake lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlLocalStoragePrivateConfigVersion.cmake lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlLocalStoragePrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlLocalStoragePrivateDependencies.cmake lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlLocalStoragePrivateTargets.cmake lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlLocalStoragePrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlLocalStoragePrivate/Qt6QmlLocalStoragePrivateVersionlessTargets.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaAdditionalTargetInfo.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfig.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersion.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaConfigVersionImpl.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaDependencies.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaTargets.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaVersionlessAliasTargets.cmake lib/cmake/Qt6QmlMeta/Qt6QmlMetaVersionlessTargets.cmake lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaPrivateConfig.cmake lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaPrivateConfigVersion.cmake lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaPrivateDependencies.cmake lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaPrivateTargets.cmake lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlMetaPrivate/Qt6QmlMetaPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsAdditionalTargetInfo.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsConfig.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersion.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsConfigVersionImpl.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsDependencies.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsTargets.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessAliasTargets.cmake lib/cmake/Qt6QmlModels/Qt6QmlModelsVersionlessTargets.cmake lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsPrivateConfig.cmake lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsPrivateConfigVersion.cmake lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsPrivateDependencies.cmake lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsPrivateTargets.cmake lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlModelsPrivate/Qt6QmlModelsPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkAdditionalTargetInfo.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkConfig.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkConfigVersion.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkConfigVersionImpl.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkDependencies.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkTargets.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkVersionlessAliasTargets.cmake lib/cmake/Qt6QmlNetwork/Qt6QmlNetworkVersionlessTargets.cmake lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlNetworkPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlNetworkPrivateConfig.cmake lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlNetworkPrivateConfigVersion.cmake lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlNetworkPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlNetworkPrivateDependencies.cmake lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlNetworkPrivateTargets.cmake lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlNetworkPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlNetworkPrivate/Qt6QmlNetworkPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlPrivate/Qt6QmlPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlPrivate/Qt6QmlPrivateConfig.cmake lib/cmake/Qt6QmlPrivate/Qt6QmlPrivateConfigVersion.cmake lib/cmake/Qt6QmlPrivate/Qt6QmlPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlPrivate/Qt6QmlPrivateDependencies.cmake lib/cmake/Qt6QmlPrivate/Qt6QmlPrivateTargets.cmake lib/cmake/Qt6QmlPrivate/Qt6QmlPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlPrivate/Qt6QmlPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateConfig.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateConfigVersion.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateDependencies.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateTargets.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlToolingSettingsPrivate/Qt6QmlToolingSettingsPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlTools/Qt6QmlToolsAdditionalTargetInfo.cmake lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersion.cmake lib/cmake/Qt6QmlTools/Qt6QmlToolsConfigVersionImpl.cmake lib/cmake/Qt6QmlTools/Qt6QmlToolsDependencies.cmake lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlTools/Qt6QmlToolsTargets.cmake lib/cmake/Qt6QmlTools/Qt6QmlToolsVersionlessTargets.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateConfig.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateConfigVersion.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateDependencies.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateTargets.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlTypeRegistrarPrivate/Qt6QmlTypeRegistrarPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptAdditionalTargetInfo.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfig.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersion.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptConfigVersionImpl.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptDependencies.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptTargets.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptVersionlessAliasTargets.cmake lib/cmake/Qt6QmlWorkerScript/Qt6QmlWorkerScriptVersionlessTargets.cmake lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptPrivateConfig.cmake lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptPrivateConfigVersion.cmake lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptPrivateDependencies.cmake lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptPrivateTargets.cmake lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlWorkerScriptPrivate/Qt6QmlWorkerScriptPrivateVersionlessTargets.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelAdditionalTargetInfo.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelConfig.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelConfigVersion.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelConfigVersionImpl.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelDependencies.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelTargets.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelVersionlessAliasTargets.cmake lib/cmake/Qt6QmlXmlListModel/Qt6QmlXmlListModelVersionlessTargets.cmake lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlXmlListModelPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlXmlListModelPrivateConfig.cmake lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlXmlListModelPrivateConfigVersion.cmake lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlXmlListModelPrivateConfigVersionImpl.cmake lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlXmlListModelPrivateDependencies.cmake lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlXmlListModelPrivateTargets.cmake lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlXmlListModelPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QmlXmlListModelPrivate/Qt6QmlXmlListModelPrivateVersionlessTargets.cmake lib/cmake/Qt6Quick/Qt6QuickAdditionalTargetInfo.cmake lib/cmake/Qt6Quick/Qt6QuickConfig.cmake lib/cmake/Qt6Quick/Qt6QuickConfigVersion.cmake lib/cmake/Qt6Quick/Qt6QuickConfigVersionImpl.cmake lib/cmake/Qt6Quick/Qt6QuickDependencies.cmake lib/cmake/Qt6Quick/Qt6QuickPlugins.cmake lib/cmake/Qt6Quick/Qt6QuickTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Quick/Qt6QuickTargets.cmake lib/cmake/Qt6Quick/Qt6QuickVersionlessAliasTargets.cmake lib/cmake/Qt6Quick/Qt6QuickVersionlessTargets.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2AdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2Config.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2ConfigVersion.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2ConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2Dependencies.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2Targets.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2VersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2/Qt6QuickControls2VersionlessTargets.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicConfig.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicConfigVersion.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicDependencies.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicTargets.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2Basic/Qt6QuickControls2BasicVersionlessTargets.cmake lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickControls2BasicPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickControls2BasicPrivateConfig.cmake lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickControls2BasicPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickControls2BasicPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickControls2BasicPrivateDependencies.cmake lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickControls2BasicPrivateTargets.cmake lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickControls2BasicPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2BasicPrivate/Qt6QuickControls2BasicPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplConfig.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplConfigVersion.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplDependencies.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplTargets.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2BasicStyleImpl/Qt6QuickControls2BasicStyleImplVersionlessTargets.cmake lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickControls2BasicStyleImplPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickControls2BasicStyleImplPrivateConfig.cmake lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickControls2BasicStyleImplPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickControls2BasicStyleImplPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickControls2BasicStyleImplPrivateDependencies.cmake lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickControls2BasicStyleImplPrivateTargets.cmake lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickControls2BasicStyleImplPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2BasicStyleImplPrivate/Qt6QuickControls2BasicStyleImplPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplConfig.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplConfigVersion.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplDependencies.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplTargets.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImpl/Qt6QuickControls2FluentWinUI3StyleImplVersionlessTargets.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickControls2FluentWinUI3StyleImplPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickControls2FluentWinUI3StyleImplPrivateConfig.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickControls2FluentWinUI3StyleImplPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickControls2FluentWinUI3StyleImplPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickControls2FluentWinUI3StyleImplPrivateDependencies.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickControls2FluentWinUI3StyleImplPrivateTargets.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickControls2FluentWinUI3StyleImplPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2FluentWinUI3StyleImplPrivate/Qt6QuickControls2FluentWinUI3StyleImplPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionConfig.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionConfigVersion.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionDependencies.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionTargets.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2Fusion/Qt6QuickControls2FusionVersionlessTargets.cmake lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickControls2FusionPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickControls2FusionPrivateConfig.cmake lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickControls2FusionPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickControls2FusionPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickControls2FusionPrivateDependencies.cmake lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickControls2FusionPrivateTargets.cmake lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickControls2FusionPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2FusionPrivate/Qt6QuickControls2FusionPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplConfig.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplConfigVersion.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplDependencies.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplTargets.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2FusionStyleImpl/Qt6QuickControls2FusionStyleImplVersionlessTargets.cmake lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickControls2FusionStyleImplPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickControls2FusionStyleImplPrivateConfig.cmake lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickControls2FusionStyleImplPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickControls2FusionStyleImplPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickControls2FusionStyleImplPrivateDependencies.cmake lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickControls2FusionStyleImplPrivateTargets.cmake lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickControls2FusionStyleImplPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2FusionStyleImplPrivate/Qt6QuickControls2FusionStyleImplPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineConfig.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineConfigVersion.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineDependencies.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineTargets.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2Imagine/Qt6QuickControls2ImagineVersionlessTargets.cmake lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickControls2ImaginePrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickControls2ImaginePrivateConfig.cmake lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickControls2ImaginePrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickControls2ImaginePrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickControls2ImaginePrivateDependencies.cmake lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickControls2ImaginePrivateTargets.cmake lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickControls2ImaginePrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2ImaginePrivate/Qt6QuickControls2ImaginePrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplConfig.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplConfigVersion.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplDependencies.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplTargets.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2ImagineStyleImpl/Qt6QuickControls2ImagineStyleImplVersionlessTargets.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplConfig.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplConfigVersion.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplDependencies.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplTargets.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2Impl/Qt6QuickControls2ImplVersionlessTargets.cmake lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickControls2ImplPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickControls2ImplPrivateConfig.cmake lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickControls2ImplPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickControls2ImplPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickControls2ImplPrivateDependencies.cmake lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickControls2ImplPrivateTargets.cmake lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickControls2ImplPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2ImplPrivate/Qt6QuickControls2ImplPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialConfig.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialConfigVersion.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialDependencies.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialTargets.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2Material/Qt6QuickControls2MaterialVersionlessTargets.cmake lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickControls2MaterialPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickControls2MaterialPrivateConfig.cmake lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickControls2MaterialPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickControls2MaterialPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickControls2MaterialPrivateDependencies.cmake lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickControls2MaterialPrivateTargets.cmake lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickControls2MaterialPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2MaterialPrivate/Qt6QuickControls2MaterialPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplConfig.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplConfigVersion.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplDependencies.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplTargets.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2MaterialStyleImpl/Qt6QuickControls2MaterialStyleImplVersionlessTargets.cmake lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickControls2MaterialStyleImplPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickControls2MaterialStyleImplPrivateConfig.cmake lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickControls2MaterialStyleImplPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickControls2MaterialStyleImplPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickControls2MaterialStyleImplPrivateDependencies.cmake lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickControls2MaterialStyleImplPrivateTargets.cmake lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickControls2MaterialStyleImplPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2MaterialStyleImplPrivate/Qt6QuickControls2MaterialStyleImplPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2Private/Qt6QuickControls2PrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2Private/Qt6QuickControls2PrivateConfig.cmake lib/cmake/Qt6QuickControls2Private/Qt6QuickControls2PrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2Private/Qt6QuickControls2PrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2Private/Qt6QuickControls2PrivateDependencies.cmake lib/cmake/Qt6QuickControls2Private/Qt6QuickControls2PrivateTargets.cmake lib/cmake/Qt6QuickControls2Private/Qt6QuickControls2PrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2Private/Qt6QuickControls2PrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalConfig.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalConfigVersion.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalDependencies.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalTargets.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2Universal/Qt6QuickControls2UniversalVersionlessTargets.cmake lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickControls2UniversalPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickControls2UniversalPrivateConfig.cmake lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickControls2UniversalPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickControls2UniversalPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickControls2UniversalPrivateDependencies.cmake lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickControls2UniversalPrivateTargets.cmake lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickControls2UniversalPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2UniversalPrivate/Qt6QuickControls2UniversalPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplConfig.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplConfigVersion.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplDependencies.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplTargets.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2UniversalStyleImpl/Qt6QuickControls2UniversalStyleImplVersionlessTargets.cmake lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickControls2UniversalStyleImplPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickControls2UniversalStyleImplPrivateConfig.cmake lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickControls2UniversalStyleImplPrivateConfigVersion.cmake lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickControls2UniversalStyleImplPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickControls2UniversalStyleImplPrivateDependencies.cmake lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickControls2UniversalStyleImplPrivateTargets.cmake lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickControls2UniversalStyleImplPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControls2UniversalStyleImplPrivate/Qt6QuickControls2UniversalStyleImplPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateConfig.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateConfigVersion.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateDependencies.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateTargets.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2AdditionalTargetInfo.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Config.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2ConfigVersion.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2ConfigVersionImpl.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Dependencies.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2Targets.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2VersionlessAliasTargets.cmake lib/cmake/Qt6QuickDialogs2/Qt6QuickDialogs2VersionlessTargets.cmake lib/cmake/Qt6QuickDialogs2Private/Qt6QuickDialogs2PrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickDialogs2Private/Qt6QuickDialogs2PrivateConfig.cmake lib/cmake/Qt6QuickDialogs2Private/Qt6QuickDialogs2PrivateConfigVersion.cmake lib/cmake/Qt6QuickDialogs2Private/Qt6QuickDialogs2PrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickDialogs2Private/Qt6QuickDialogs2PrivateDependencies.cmake lib/cmake/Qt6QuickDialogs2Private/Qt6QuickDialogs2PrivateTargets.cmake lib/cmake/Qt6QuickDialogs2Private/Qt6QuickDialogs2PrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickDialogs2Private/Qt6QuickDialogs2PrivateVersionlessTargets.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplAdditionalTargetInfo.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplConfig.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplConfigVersion.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplConfigVersionImpl.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplDependencies.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplTargets.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplVersionlessAliasTargets.cmake lib/cmake/Qt6QuickDialogs2QuickImpl/Qt6QuickDialogs2QuickImplVersionlessTargets.cmake lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickDialogs2QuickImplPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickDialogs2QuickImplPrivateConfig.cmake lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickDialogs2QuickImplPrivateConfigVersion.cmake lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickDialogs2QuickImplPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickDialogs2QuickImplPrivateDependencies.cmake lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickDialogs2QuickImplPrivateTargets.cmake lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickDialogs2QuickImplPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickDialogs2QuickImplPrivate/Qt6QuickDialogs2QuickImplPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsAdditionalTargetInfo.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsConfig.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsConfigVersion.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsConfigVersionImpl.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsDependencies.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsTargets.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsVersionlessAliasTargets.cmake lib/cmake/Qt6QuickDialogs2Utils/Qt6QuickDialogs2UtilsVersionlessTargets.cmake lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickDialogs2UtilsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickDialogs2UtilsPrivateConfig.cmake lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickDialogs2UtilsPrivateConfigVersion.cmake lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickDialogs2UtilsPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickDialogs2UtilsPrivateDependencies.cmake lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickDialogs2UtilsPrivateTargets.cmake lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickDialogs2UtilsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickDialogs2UtilsPrivate/Qt6QuickDialogs2UtilsPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsAdditionalTargetInfo.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsConfig.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsConfigVersion.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsConfigVersionImpl.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsDependencies.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsTargets.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsVersionlessAliasTargets.cmake lib/cmake/Qt6QuickEffects/Qt6QuickEffectsVersionlessTargets.cmake lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickEffectsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickEffectsPrivateConfig.cmake lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickEffectsPrivateConfigVersion.cmake lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickEffectsPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickEffectsPrivateDependencies.cmake lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickEffectsPrivateTargets.cmake lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickEffectsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickEffectsPrivate/Qt6QuickEffectsPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsAdditionalTargetInfo.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsConfig.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsConfigVersion.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsConfigVersionImpl.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsDependencies.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsTargets.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsVersionlessAliasTargets.cmake lib/cmake/Qt6QuickLayouts/Qt6QuickLayoutsVersionlessTargets.cmake lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickLayoutsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickLayoutsPrivateConfig.cmake lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickLayoutsPrivateConfigVersion.cmake lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickLayoutsPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickLayoutsPrivateDependencies.cmake lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickLayoutsPrivateTargets.cmake lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickLayoutsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickLayoutsPrivate/Qt6QuickLayoutsPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateConfig.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateConfigVersion.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateDependencies.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateTargets.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickParticlesPrivate/Qt6QuickParticlesPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickPrivate/Qt6QuickPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickPrivate/Qt6QuickPrivateConfig.cmake lib/cmake/Qt6QuickPrivate/Qt6QuickPrivateConfigVersion.cmake lib/cmake/Qt6QuickPrivate/Qt6QuickPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickPrivate/Qt6QuickPrivateDependencies.cmake lib/cmake/Qt6QuickPrivate/Qt6QuickPrivateTargets.cmake lib/cmake/Qt6QuickPrivate/Qt6QuickPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickPrivate/Qt6QuickPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateConfig.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateConfigVersion.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateDependencies.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateTargets.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickShapesDesignHelpersPrivate/Qt6QuickShapesDesignHelpersPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateConfig.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateConfigVersion.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateDependencies.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateTargets.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickShapesPrivate/Qt6QuickShapesPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2AdditionalTargetInfo.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Config.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2ConfigVersion.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2ConfigVersionImpl.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Dependencies.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2Targets.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2VersionlessAliasTargets.cmake lib/cmake/Qt6QuickTemplates2/Qt6QuickTemplates2VersionlessTargets.cmake lib/cmake/Qt6QuickTemplates2Private/Qt6QuickTemplates2PrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickTemplates2Private/Qt6QuickTemplates2PrivateConfig.cmake lib/cmake/Qt6QuickTemplates2Private/Qt6QuickTemplates2PrivateConfigVersion.cmake lib/cmake/Qt6QuickTemplates2Private/Qt6QuickTemplates2PrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickTemplates2Private/Qt6QuickTemplates2PrivateDependencies.cmake lib/cmake/Qt6QuickTemplates2Private/Qt6QuickTemplates2PrivateTargets.cmake lib/cmake/Qt6QuickTemplates2Private/Qt6QuickTemplates2PrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickTemplates2Private/Qt6QuickTemplates2PrivateVersionlessTargets.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestAdditionalTargetInfo.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestConfig.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestConfigVersion.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestConfigVersionImpl.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestDependencies.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestTargets.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestVersionlessAliasTargets.cmake lib/cmake/Qt6QuickTest/Qt6QuickTestVersionlessTargets.cmake lib/cmake/Qt6QuickTestPrivate/Qt6QuickTestPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickTestPrivate/Qt6QuickTestPrivateConfig.cmake lib/cmake/Qt6QuickTestPrivate/Qt6QuickTestPrivateConfigVersion.cmake lib/cmake/Qt6QuickTestPrivate/Qt6QuickTestPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickTestPrivate/Qt6QuickTestPrivateDependencies.cmake lib/cmake/Qt6QuickTestPrivate/Qt6QuickTestPrivateTargets.cmake lib/cmake/Qt6QuickTestPrivate/Qt6QuickTestPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickTestPrivate/Qt6QuickTestPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateConfig.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateConfigVersion.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateDependencies.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateTargets.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickTestUtilsPrivate/Qt6QuickTestUtilsPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickTools/Qt6QuickToolsAdditionalTargetInfo.cmake lib/cmake/Qt6QuickTools/Qt6QuickToolsConfig.cmake lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersion.cmake lib/cmake/Qt6QuickTools/Qt6QuickToolsConfigVersionImpl.cmake lib/cmake/Qt6QuickTools/Qt6QuickToolsDependencies.cmake lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickTools/Qt6QuickToolsTargets.cmake lib/cmake/Qt6QuickTools/Qt6QuickToolsVersionlessTargets.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageAdditionalTargetInfo.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageConfig.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageConfigVersion.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageConfigVersionImpl.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageDependencies.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageTargets.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageVersionlessAliasTargets.cmake lib/cmake/Qt6QuickVectorImage/Qt6QuickVectorImageVersionlessTargets.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateConfig.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateConfigVersion.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateDependencies.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateTargets.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickVectorImageGeneratorPrivate/Qt6QuickVectorImageGeneratorPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersAdditionalTargetInfo.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersConfig.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersConfigVersion.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersConfigVersionImpl.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersDependencies.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersTargets.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersVersionlessAliasTargets.cmake lib/cmake/Qt6QuickVectorImageHelpers/Qt6QuickVectorImageHelpersVersionlessTargets.cmake lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickVectorImageHelpersPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickVectorImageHelpersPrivateConfig.cmake lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickVectorImageHelpersPrivateConfigVersion.cmake lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickVectorImageHelpersPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickVectorImageHelpersPrivateDependencies.cmake lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickVectorImageHelpersPrivateTargets.cmake lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickVectorImageHelpersPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickVectorImageHelpersPrivate/Qt6QuickVectorImageHelpersPrivateVersionlessTargets.cmake lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickVectorImagePrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickVectorImagePrivateConfig.cmake lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickVectorImagePrivateConfigVersion.cmake lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickVectorImagePrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickVectorImagePrivateDependencies.cmake lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickVectorImagePrivateTargets.cmake lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickVectorImagePrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickVectorImagePrivate/Qt6QuickVectorImagePrivateVersionlessTargets.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsAdditionalTargetInfo.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsConfig.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsConfigVersion.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsConfigVersionImpl.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsDependencies.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsTargets.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsVersionlessAliasTargets.cmake lib/cmake/Qt6QuickWidgets/Qt6QuickWidgetsVersionlessTargets.cmake lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsPrivateAdditionalTargetInfo.cmake lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsPrivateConfig.cmake lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsPrivateConfigVersion.cmake lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsPrivateConfigVersionImpl.cmake lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsPrivateDependencies.cmake lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsPrivateTargets.cmake lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsPrivateVersionlessAliasTargets.cmake lib/cmake/Qt6QuickWidgetsPrivate/Qt6QuickWidgetsPrivateVersionlessTargets.cmake %%QT_BINDIR%%/qml %%QT_BINDIR%%/qmldom %%QT_BINDIR%%/qmleasing %%QT_BINDIR%%/qmlformat %%QT_BINDIR%%/qmllint %%QT_BINDIR%%/qmlls %%QT_BINDIR%%/qmlplugindump %%QT_BINDIR%%/qmlpreview %%QT_BINDIR%%/qmlprofiler %%QT_BINDIR%%/qmlscene %%QT_BINDIR%%/qmltc %%QT_BINDIR%%/qmltestrunner %%QT_BINDIR%%/qmltime %%QT_BINDIR%%/svgtoqml %%QT_LIBDIR%%/libQt6LabsAnimation.prl %%QT_LIBDIR%%/libQt6LabsAnimation.so %%QT_LIBDIR%%/libQt6LabsAnimation.so.6 %%QT_LIBDIR%%/libQt6LabsAnimation.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6LabsFolderListModel.prl %%QT_LIBDIR%%/libQt6LabsFolderListModel.so %%QT_LIBDIR%%/libQt6LabsFolderListModel.so.6 %%QT_LIBDIR%%/libQt6LabsFolderListModel.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6LabsPlatform.prl %%QT_LIBDIR%%/libQt6LabsPlatform.so %%QT_LIBDIR%%/libQt6LabsPlatform.so.6 %%QT_LIBDIR%%/libQt6LabsPlatform.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6LabsQmlModels.prl %%QT_LIBDIR%%/libQt6LabsQmlModels.so %%QT_LIBDIR%%/libQt6LabsQmlModels.so.6 %%QT_LIBDIR%%/libQt6LabsQmlModels.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6LabsSettings.prl %%QT_LIBDIR%%/libQt6LabsSettings.so %%QT_LIBDIR%%/libQt6LabsSettings.so.6 %%QT_LIBDIR%%/libQt6LabsSettings.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6LabsSharedImage.prl %%QT_LIBDIR%%/libQt6LabsSharedImage.so %%QT_LIBDIR%%/libQt6LabsSharedImage.so.6 %%QT_LIBDIR%%/libQt6LabsSharedImage.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6LabsSynchronizer.prl %%QT_LIBDIR%%/libQt6LabsSynchronizer.so %%QT_LIBDIR%%/libQt6LabsSynchronizer.so.6 %%QT_LIBDIR%%/libQt6LabsSynchronizer.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6LabsWavefrontMesh.prl %%QT_LIBDIR%%/libQt6LabsWavefrontMesh.so %%QT_LIBDIR%%/libQt6LabsWavefrontMesh.so.6 %%QT_LIBDIR%%/libQt6LabsWavefrontMesh.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6PacketProtocol.a %%QT_LIBDIR%%/libQt6PacketProtocol.prl %%QT_LIBDIR%%/libQt6Qml.prl %%QT_LIBDIR%%/libQt6Qml.so %%QT_LIBDIR%%/libQt6Qml.so.6 %%QT_LIBDIR%%/libQt6Qml.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QmlAssetDownloader.a %%QT_LIBDIR%%/libQt6QmlAssetDownloader.prl %%QT_LIBDIR%%/libQt6QmlCompiler.prl %%QT_LIBDIR%%/libQt6QmlCompiler.so %%QT_LIBDIR%%/libQt6QmlCompiler.so.6 %%QT_LIBDIR%%/libQt6QmlCompiler.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QmlCore.prl %%QT_LIBDIR%%/libQt6QmlCore.so %%QT_LIBDIR%%/libQt6QmlCore.so.6 %%QT_LIBDIR%%/libQt6QmlCore.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QmlDebug.a %%QT_LIBDIR%%/libQt6QmlDebug.prl %%QT_LIBDIR%%/libQt6QmlDom.a %%QT_LIBDIR%%/libQt6QmlDom.prl %%QT_LIBDIR%%/libQt6QmlFormat.a %%QT_LIBDIR%%/libQt6QmlFormat.prl %%QT_LIBDIR%%/libQt6QmlLS.a %%QT_LIBDIR%%/libQt6QmlLS.prl %%QT_LIBDIR%%/libQt6QmlLocalStorage.prl %%QT_LIBDIR%%/libQt6QmlLocalStorage.so %%QT_LIBDIR%%/libQt6QmlLocalStorage.so.6 %%QT_LIBDIR%%/libQt6QmlLocalStorage.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QmlMeta.prl %%QT_LIBDIR%%/libQt6QmlMeta.so %%QT_LIBDIR%%/libQt6QmlMeta.so.6 %%QT_LIBDIR%%/libQt6QmlMeta.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QmlModels.prl %%QT_LIBDIR%%/libQt6QmlModels.so %%QT_LIBDIR%%/libQt6QmlModels.so.6 %%QT_LIBDIR%%/libQt6QmlModels.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QmlNetwork.prl %%QT_LIBDIR%%/libQt6QmlNetwork.so %%QT_LIBDIR%%/libQt6QmlNetwork.so.6 %%QT_LIBDIR%%/libQt6QmlNetwork.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QmlToolingSettings.a %%QT_LIBDIR%%/libQt6QmlToolingSettings.prl %%QT_LIBDIR%%/libQt6QmlTypeRegistrar.a %%QT_LIBDIR%%/libQt6QmlTypeRegistrar.prl %%QT_LIBDIR%%/libQt6QmlWorkerScript.prl %%QT_LIBDIR%%/libQt6QmlWorkerScript.so %%QT_LIBDIR%%/libQt6QmlWorkerScript.so.6 %%QT_LIBDIR%%/libQt6QmlWorkerScript.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QmlXmlListModel.prl %%QT_LIBDIR%%/libQt6QmlXmlListModel.so %%QT_LIBDIR%%/libQt6QmlXmlListModel.so.6 %%QT_LIBDIR%%/libQt6QmlXmlListModel.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6Quick.prl %%QT_LIBDIR%%/libQt6Quick.so %%QT_LIBDIR%%/libQt6Quick.so.6 %%QT_LIBDIR%%/libQt6Quick.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2.prl %%QT_LIBDIR%%/libQt6QuickControls2.so %%QT_LIBDIR%%/libQt6QuickControls2.so.6 %%QT_LIBDIR%%/libQt6QuickControls2.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2Basic.prl %%QT_LIBDIR%%/libQt6QuickControls2Basic.so %%QT_LIBDIR%%/libQt6QuickControls2Basic.so.6 %%QT_LIBDIR%%/libQt6QuickControls2Basic.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2BasicStyleImpl.prl %%QT_LIBDIR%%/libQt6QuickControls2BasicStyleImpl.so %%QT_LIBDIR%%/libQt6QuickControls2BasicStyleImpl.so.6 %%QT_LIBDIR%%/libQt6QuickControls2BasicStyleImpl.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2FluentWinUI3StyleImpl.prl %%QT_LIBDIR%%/libQt6QuickControls2FluentWinUI3StyleImpl.so %%QT_LIBDIR%%/libQt6QuickControls2FluentWinUI3StyleImpl.so.6 %%QT_LIBDIR%%/libQt6QuickControls2FluentWinUI3StyleImpl.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2Fusion.prl %%QT_LIBDIR%%/libQt6QuickControls2Fusion.so %%QT_LIBDIR%%/libQt6QuickControls2Fusion.so.6 %%QT_LIBDIR%%/libQt6QuickControls2Fusion.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2FusionStyleImpl.prl %%QT_LIBDIR%%/libQt6QuickControls2FusionStyleImpl.so %%QT_LIBDIR%%/libQt6QuickControls2FusionStyleImpl.so.6 %%QT_LIBDIR%%/libQt6QuickControls2FusionStyleImpl.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2Imagine.prl %%QT_LIBDIR%%/libQt6QuickControls2Imagine.so %%QT_LIBDIR%%/libQt6QuickControls2Imagine.so.6 %%QT_LIBDIR%%/libQt6QuickControls2Imagine.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2ImagineStyleImpl.prl %%QT_LIBDIR%%/libQt6QuickControls2ImagineStyleImpl.so %%QT_LIBDIR%%/libQt6QuickControls2ImagineStyleImpl.so.6 %%QT_LIBDIR%%/libQt6QuickControls2ImagineStyleImpl.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2Impl.prl %%QT_LIBDIR%%/libQt6QuickControls2Impl.so %%QT_LIBDIR%%/libQt6QuickControls2Impl.so.6 %%QT_LIBDIR%%/libQt6QuickControls2Impl.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2Material.prl %%QT_LIBDIR%%/libQt6QuickControls2Material.so %%QT_LIBDIR%%/libQt6QuickControls2Material.so.6 %%QT_LIBDIR%%/libQt6QuickControls2Material.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2MaterialStyleImpl.prl %%QT_LIBDIR%%/libQt6QuickControls2MaterialStyleImpl.so %%QT_LIBDIR%%/libQt6QuickControls2MaterialStyleImpl.so.6 %%QT_LIBDIR%%/libQt6QuickControls2MaterialStyleImpl.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2Universal.prl %%QT_LIBDIR%%/libQt6QuickControls2Universal.so %%QT_LIBDIR%%/libQt6QuickControls2Universal.so.6 %%QT_LIBDIR%%/libQt6QuickControls2Universal.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControls2UniversalStyleImpl.prl %%QT_LIBDIR%%/libQt6QuickControls2UniversalStyleImpl.so %%QT_LIBDIR%%/libQt6QuickControls2UniversalStyleImpl.so.6 %%QT_LIBDIR%%/libQt6QuickControls2UniversalStyleImpl.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickControlsTestUtils.a %%QT_LIBDIR%%/libQt6QuickControlsTestUtils.prl %%QT_LIBDIR%%/libQt6QuickDialogs2.prl %%QT_LIBDIR%%/libQt6QuickDialogs2.so %%QT_LIBDIR%%/libQt6QuickDialogs2.so.6 %%QT_LIBDIR%%/libQt6QuickDialogs2.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickDialogs2QuickImpl.prl %%QT_LIBDIR%%/libQt6QuickDialogs2QuickImpl.so %%QT_LIBDIR%%/libQt6QuickDialogs2QuickImpl.so.6 %%QT_LIBDIR%%/libQt6QuickDialogs2QuickImpl.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickDialogs2Utils.prl %%QT_LIBDIR%%/libQt6QuickDialogs2Utils.so %%QT_LIBDIR%%/libQt6QuickDialogs2Utils.so.6 %%QT_LIBDIR%%/libQt6QuickDialogs2Utils.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickEffects.prl %%QT_LIBDIR%%/libQt6QuickEffects.so %%QT_LIBDIR%%/libQt6QuickEffects.so.6 %%QT_LIBDIR%%/libQt6QuickEffects.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickLayouts.prl %%QT_LIBDIR%%/libQt6QuickLayouts.so %%QT_LIBDIR%%/libQt6QuickLayouts.so.6 %%QT_LIBDIR%%/libQt6QuickLayouts.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickParticles.prl %%QT_LIBDIR%%/libQt6QuickParticles.so %%QT_LIBDIR%%/libQt6QuickParticles.so.6 %%QT_LIBDIR%%/libQt6QuickParticles.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickShapes.prl %%QT_LIBDIR%%/libQt6QuickShapes.so %%QT_LIBDIR%%/libQt6QuickShapes.so.6 %%QT_LIBDIR%%/libQt6QuickShapes.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickShapesDesignHelpers.prl %%QT_LIBDIR%%/libQt6QuickShapesDesignHelpers.so %%QT_LIBDIR%%/libQt6QuickShapesDesignHelpers.so.6 %%QT_LIBDIR%%/libQt6QuickShapesDesignHelpers.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickTemplates2.prl %%QT_LIBDIR%%/libQt6QuickTemplates2.so %%QT_LIBDIR%%/libQt6QuickTemplates2.so.6 %%QT_LIBDIR%%/libQt6QuickTemplates2.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickTest.prl %%QT_LIBDIR%%/libQt6QuickTest.so %%QT_LIBDIR%%/libQt6QuickTest.so.6 %%QT_LIBDIR%%/libQt6QuickTest.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickTestUtils.a %%QT_LIBDIR%%/libQt6QuickTestUtils.prl %%QT_LIBDIR%%/libQt6QuickVectorImage.prl %%QT_LIBDIR%%/libQt6QuickVectorImage.so %%QT_LIBDIR%%/libQt6QuickVectorImage.so.6 %%QT_LIBDIR%%/libQt6QuickVectorImage.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickVectorImageGenerator.prl %%QT_LIBDIR%%/libQt6QuickVectorImageGenerator.so %%QT_LIBDIR%%/libQt6QuickVectorImageGenerator.so.6 %%QT_LIBDIR%%/libQt6QuickVectorImageGenerator.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickVectorImageHelpers.prl %%QT_LIBDIR%%/libQt6QuickVectorImageHelpers.so %%QT_LIBDIR%%/libQt6QuickVectorImageHelpers.so.6 %%QT_LIBDIR%%/libQt6QuickVectorImageHelpers.so.%%FULLVER%% %%QT_LIBDIR%%/libQt6QuickWidgets.prl %%QT_LIBDIR%%/libQt6QuickWidgets.so %%QT_LIBDIR%%/libQt6QuickWidgets.so.6 %%QT_LIBDIR%%/libQt6QuickWidgets.so.%%FULLVER%% %%QT_LIBDIR%%/metatypes/qt6labsanimation_metatypes.json %%QT_LIBDIR%%/metatypes/qt6labsfolderlistmodel_metatypes.json %%QT_LIBDIR%%/metatypes/qt6labsplatform_metatypes.json %%QT_LIBDIR%%/metatypes/qt6labsqmlmodels_metatypes.json %%QT_LIBDIR%%/metatypes/qt6labssettings_metatypes.json %%QT_LIBDIR%%/metatypes/qt6labssharedimage_metatypes.json %%QT_LIBDIR%%/metatypes/qt6labssynchronizer_metatypes.json %%QT_LIBDIR%%/metatypes/qt6labswavefrontmesh_metatypes.json %%QT_LIBDIR%%/metatypes/qt6packetprotocolprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qml_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlassetdownloader_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlcompiler_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlcore_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmldebugprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmldomprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlformatprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmllocalstorage_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmllsprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlmeta_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlmodels_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlnetwork_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmltoolingsettingsprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmltyperegistrarprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlworkerscript_metatypes.json %%QT_LIBDIR%%/metatypes/qt6qmlxmllistmodel_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quick_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2basic_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2basicstyleimpl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2fluentwinui3styleimpl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2fusion_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2fusionstyleimpl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2imagine_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2imaginestyleimpl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2impl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2material_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2materialstyleimpl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2universal_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrols2universalstyleimpl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickcontrolstestutilsprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickdialogs2_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickdialogs2quickimpl_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickdialogs2utils_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickeffects_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quicklayouts_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickparticlesprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickshapesdesignhelpersprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickshapesprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quicktemplates2_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quicktest_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quicktestutilsprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickvectorimage_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickvectorimagegeneratorprivate_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickvectorimagehelpers_metatypes.json %%QT_LIBDIR%%/metatypes/qt6quickwidgets_metatypes.json %%QT_MKSPECDIR%%/features/qmlcache.prf %%QT_MKSPECDIR%%/features/qmltypes.prf %%QT_MKSPECDIR%%/features/qtquickcompiler.prf %%QT_MKSPECDIR%%/modules/qt_lib_labsanimation.pri %%QT_MKSPECDIR%%/modules/qt_lib_labsanimation_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_labsfolderlistmodel.pri %%QT_MKSPECDIR%%/modules/qt_lib_labsfolderlistmodel_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_labsplatform.pri %%QT_MKSPECDIR%%/modules/qt_lib_labsplatform_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_labsqmlmodels.pri %%QT_MKSPECDIR%%/modules/qt_lib_labsqmlmodels_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_labssettings.pri %%QT_MKSPECDIR%%/modules/qt_lib_labssettings_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_labssharedimage.pri %%QT_MKSPECDIR%%/modules/qt_lib_labssharedimage_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_labssynchronizer.pri %%QT_MKSPECDIR%%/modules/qt_lib_labssynchronizer_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_labswavefrontmesh.pri %%QT_MKSPECDIR%%/modules/qt_lib_labswavefrontmesh_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_packetprotocol_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qml.pri %%QT_MKSPECDIR%%/modules/qt_lib_qml_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlassetdownloader.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlassetdownloader_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlcompiler.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlcompiler_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlcore.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlcore_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmldebug_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmldom_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlformat_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlintegration.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmllocalstorage.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmllocalstorage_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlls_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlmeta.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlmeta_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlmodels.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlmodels_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlnetwork.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlnetwork_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmltest.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmltest_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmltoolingsettings_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmltyperegistrar_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlworkerscript.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlworkerscript_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlxmllistmodel.pri %%QT_MKSPECDIR%%/modules/qt_lib_qmlxmllistmodel_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quick.pri %%QT_MKSPECDIR%%/modules/qt_lib_quick_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2basic.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2basic_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2basicstyleimpl.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2basicstyleimpl_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2fluentwinui3styleimpl.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2fluentwinui3styleimpl_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2fusion.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2fusion_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2fusionstyleimpl.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2fusionstyleimpl_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2imagine.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2imagine_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2imaginestyleimpl.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2impl.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2impl_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2material.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2material_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2materialstyleimpl.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2materialstyleimpl_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2universal.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2universal_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2universalstyleimpl.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrols2universalstyleimpl_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickcontrolstestutilsprivate_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickdialogs2.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickdialogs2_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickdialogs2quickimpl.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickdialogs2quickimpl_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickdialogs2utils.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickdialogs2utils_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickeffects.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickeffects_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quicklayouts.pri %%QT_MKSPECDIR%%/modules/qt_lib_quicklayouts_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickparticles_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickshapes_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickshapesdesignhelpers_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quicktemplates2.pri %%QT_MKSPECDIR%%/modules/qt_lib_quicktemplates2_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quicktestutilsprivate_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickvectorimage.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickvectorimage_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickvectorimagegenerator_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickvectorimagehelpers.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickvectorimagehelpers_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickwidgets.pri %%QT_MKSPECDIR%%/modules/qt_lib_quickwidgets_private.pri %%DEBUG%%%%QT_LIBDIR%%/objects-Debug/QmlTypeRegistrarPrivate_resources_1/.qt/rcc/qrc_jsRootMetaTypes_init.cpp.o %%NO_DEBUG%%%%QT_LIBDIR%%/objects-Release/QmlTypeRegistrarPrivate_resources_1/.qt/rcc/qrc_jsRootMetaTypes_init.cpp.o %%QT_PLUGINDIR%%/qmllint/libqdslintplugin.so %%QT_PLUGINDIR%%/qmllint/libquicklintplugin.so %%QT_PLUGINDIR%%/qmlls/libqmllsquickplugin.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_debugger.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_inspector.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_local.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_messages.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_native.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_nativedebugger.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_preview.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_profiler.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_quickprofiler.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_server.so %%QT_PLUGINDIR%%/qmltooling/libqmldbg_tcp.so %%QT_QMLDIR%%/QML/plugins.qmltypes %%QT_QMLDIR%%/QML/qmldir %%QT_QMLDIR%%/QmlTime/qmldir %%QT_QMLDIR%%/QmlTime/qmltime.qmltypes %%QT_QMLDIR%%/Qt/labs/animation/liblabsanimationplugin.so %%QT_QMLDIR%%/Qt/labs/animation/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/animation/qmldir %%QT_QMLDIR%%/Qt/labs/assetdownloader/libqmlassetdownloaderplugin.a %%QT_QMLDIR%%/Qt/labs/assetdownloader/libqmlassetdownloaderplugin.prl %%DEBUG%%%%QT_QMLDIR%%/Qt/labs/assetdownloader/objects-Debug/QmlAssetDownloader_resources_1/.qt/rcc/qrc_qmake_Qt_labs_assetdownloader_init.cpp.o %%DEBUG%%%%QT_QMLDIR%%/Qt/labs/assetdownloader/objects-Debug/QmlAssetDownloaderplugin_init/QmlAssetDownloaderplugin_init.cpp.o %%NO_DEBUG%%%%QT_QMLDIR%%/Qt/labs/assetdownloader/objects-Release/QmlAssetDownloader_resources_1/.qt/rcc/qrc_qmake_Qt_labs_assetdownloader_init.cpp.o %%NO_DEBUG%%%%QT_QMLDIR%%/Qt/labs/assetdownloader/objects-Release/QmlAssetDownloaderplugin_init/QmlAssetDownloaderplugin_init.cpp.o %%QT_QMLDIR%%/Qt/labs/assetdownloader/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/assetdownloader/qmldir %%QT_QMLDIR%%/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so %%QT_QMLDIR%%/Qt/labs/folderlistmodel/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/folderlistmodel/qmldir %%QT_QMLDIR%%/Qt/labs/platform/liblabsplatformplugin.so %%QT_QMLDIR%%/Qt/labs/platform/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/platform/qmldir %%QT_QMLDIR%%/Qt/labs/qmlmodels/liblabsmodelsplugin.so %%QT_QMLDIR%%/Qt/labs/qmlmodels/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/qmlmodels/qmldir %%QT_QMLDIR%%/Qt/labs/settings/libqmlsettingsplugin.so %%QT_QMLDIR%%/Qt/labs/settings/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/settings/qmldir %%QT_QMLDIR%%/Qt/labs/sharedimage/libsharedimageplugin.so %%QT_QMLDIR%%/Qt/labs/sharedimage/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/sharedimage/qmldir %%QT_QMLDIR%%/Qt/labs/synchronizer/liblabssynchronizerplugin.so %%QT_QMLDIR%%/Qt/labs/synchronizer/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/synchronizer/qmldir %%QT_QMLDIR%%/Qt/labs/wavefrontmesh/libqmlwavefrontmeshplugin.so %%QT_QMLDIR%%/Qt/labs/wavefrontmesh/plugins.qmltypes %%QT_QMLDIR%%/Qt/labs/wavefrontmesh/qmldir %%QT_QMLDIR%%/Qt/test/controls/QuickControlsTestUtilsPrivate.qmltypes %%QT_QMLDIR%%/Qt/test/controls/libquickcontrolstestutilsprivateplugin.so %%DEBUG%%%%QT_QMLDIR%%/Qt/test/controls/objects-Debug/QuickControlsTestUtilsPrivate_resources_1/.qt/rcc/qrc_qmake_Qt_test_controls_init.cpp.o %%NO_DEBUG%%%%QT_QMLDIR%%/Qt/test/controls/objects-Release/QuickControlsTestUtilsPrivate_resources_1/.qt/rcc/qrc_qmake_Qt_test_controls_init.cpp.o %%QT_QMLDIR%%/Qt/test/controls/qmldir %%QT_QMLDIR%%/QtCore/libqtqmlcoreplugin.so %%QT_QMLDIR%%/QtCore/plugins.qmltypes %%QT_QMLDIR%%/QtCore/qmldir %%QT_QMLDIR%%/QtNetwork/libqmlnetworkplugin.so %%QT_QMLDIR%%/QtNetwork/plugins.qmltypes %%QT_QMLDIR%%/QtNetwork/qmldir %%QT_QMLDIR%%/QtQml/Models/libmodelsplugin.so %%QT_QMLDIR%%/QtQml/Models/plugins.qmltypes %%QT_QMLDIR%%/QtQml/Models/qmldir %%QT_QMLDIR%%/QtQml/WorkerScript/libworkerscriptplugin.so %%QT_QMLDIR%%/QtQml/WorkerScript/plugins.qmltypes %%QT_QMLDIR%%/QtQml/WorkerScript/qmldir %%QT_QMLDIR%%/QtQml/XmlListModel/libqmlxmllistmodelplugin.so %%QT_QMLDIR%%/QtQml/XmlListModel/plugins.qmltypes %%QT_QMLDIR%%/QtQml/XmlListModel/qmldir %%QT_QMLDIR%%/QtQml/libqmlplugin.so %%QT_QMLDIR%%/QtQml/plugins.qmltypes %%QT_QMLDIR%%/QtQml/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Basic/AbstractButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Action.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ActionGroup.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ApplicationWindow.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/BusyIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Button.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ButtonGroup.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Calendar.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/CalendarModel.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/CheckBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/CheckDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ComboBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Container.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Control.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/DayOfWeekRow.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/DelayButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Dial.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Dialog.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/DialogButtonBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Drawer.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Frame.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/GroupBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/HorizontalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/HorizontalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ItemDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Label.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/MenuBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/MenuBarItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/MenuSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/MonthGrid.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Page.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/PageIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Pane.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Popup.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ProgressBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/RadioButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/RadioDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/RangeSlider.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/RoundButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ScrollBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ScrollIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ScrollView.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/SearchField.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/SelectionRectangle.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Slider.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/SpinBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/SplitView.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/StackView.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/SwipeDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/SwipeView.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Switch.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/SwitchDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/TabBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/TabButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/TableViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/TextArea.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/TextField.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ToolBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ToolButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ToolSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/ToolTip.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/TreeViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/Tumbler.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/VerticalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/VerticalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/WeekNumberColumn.qml %%QT_QMLDIR%%/QtQuick/Controls/Basic/impl/libqtquickcontrols2basicstyleimplplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Basic/impl/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Basic/impl/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Basic/libqtquickcontrols2basicstyleplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Basic/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Basic/qmldir %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/ApplicationWindow.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/BusyIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/Button.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/CheckBox.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/CheckDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/ComboBox.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/Config.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/DelayButton.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/Dialog.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/DialogButtonBox.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/FocusFrame.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/Frame.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/GroupBox.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/ItemDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/MenuBar.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/MenuBarItem.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/MenuSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/PageIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/Popup.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/ProgressBar.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/RadioButton.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/RadioDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/RangeSlider.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/RoundButton.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/SearchField.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/Slider.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/SpinBox.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/StyleImage.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/SwipeDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/Switch.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/SwitchDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/TabBar.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/TabButton.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/TextArea.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/TextField.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/ToolBar.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/ToolButton.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/ToolSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/ToolTip.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-checked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-disabled-partiallyChecked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-disabled-partiallyChecked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-disabled-partiallyChecked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-hovered-partiallyChecked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-hovered-partiallyChecked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-hovered-partiallyChecked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-partiallyChecked-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-partiallyChecked-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-partiallyChecked-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-partiallyChecked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-partiallyChecked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-partiallyChecked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/checkbox-indicator@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-focused.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-focused@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-focused@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-focused.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-focused@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-focused@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/combobox-indicator@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-background-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-indicator-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/editablecombobox-popup-background-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/frame-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/frame-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/frame-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/frame-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/frame-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/frame-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-highlighted@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/itemdelegate-background-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-current@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-delegate-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/pageindicatordelegate-indicator@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/popup-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/popup-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/popup-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/progressbar-groove-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/progressbar-groove-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/progressbar-groove-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/progressbar-groove.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/progressbar-groove@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/progressbar-groove@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-checked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/radiobutton-indicator@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-handle-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-handle-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-handle-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-first-handle@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-handle-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-handle-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-handle-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-groove@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-handle-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-handle-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-handle-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/rangeslider-second-handle@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-groove@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/slider-handle@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-down-icon@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/spinbox-indicator-up-icon@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-focused.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-focused@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-focused@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textarea-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-focused.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-focused@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-focused@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/dark/images/textfield-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/checkmark.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/checkmark@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/checkmark@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/close_big.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/close_big@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/close_big@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/menuarrow.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/menuarrow@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/menuarrow@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/search-magnifier.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/search-magnifier@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/icons/search-magnifier@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/ButtonBackground.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/CheckIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/FocusFrame.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/RadioIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/StyleImage.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/SwitchIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/libqtquickcontrols2fluentwinui3styleimplplugin.so %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/impl/qmldir %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/libqtquickcontrols2fluentwinui3styleplugin.so %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-checked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-disabled-partiallyChecked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-disabled-partiallyChecked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-disabled-partiallyChecked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-hovered-partiallyChecked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-hovered-partiallyChecked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-hovered-partiallyChecked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-partiallyChecked-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-partiallyChecked-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-partiallyChecked-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-partiallyChecked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-partiallyChecked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-partiallyChecked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/checkbox-indicator@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-focused.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-focused@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-focused@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-focused.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-focused@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-focused@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/combobox-indicator@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-background-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-indicator-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-hovered-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-hovered-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-hovered-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-open-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-open-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-open-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-open.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-open@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/editablecombobox-popup-background-open@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/frame-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/frame-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/frame-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/frame-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/frame-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/frame-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-highlighted@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/itemdelegate-background-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-current@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-delegate-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/pageindicatordelegate-indicator@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/popup-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/popup-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/popup-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/progressbar-groove-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/progressbar-groove-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/progressbar-groove-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/progressbar-groove.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/progressbar-groove@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/progressbar-groove@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-checked@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/radiobutton-indicator@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-handle-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-handle-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-handle-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-first-handle@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-handle-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-handle-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-handle-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-groove@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-handle-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-handle-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-handle-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/rangeslider-second-handle@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-groove@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/slider-handle@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-down-icon@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-atlimit.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-atlimit@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-atlimit@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-down-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-down-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-down-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-down-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-down-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-down-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-up-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-up-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-up-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-up-pressed.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-up-pressed@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon-up-pressed@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/spinbox-indicator-up-icon@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-focused.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-focused@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-focused@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textarea-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-disabled.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-disabled@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-disabled@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-focused.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-focused@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-focused@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-hovered.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-hovered@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background-hovered@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background@2x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/light/images/textfield-background@3x.png %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/FluentWinUI3/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ApplicationWindow.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/BusyIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Button.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/CheckBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/CheckDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ComboBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/DelayButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Dial.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Dialog.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/DialogButtonBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Drawer.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Frame.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/GroupBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/HorizontalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/HorizontalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ItemDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Label.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/MenuBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/MenuBarItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/MenuSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Page.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/PageIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Pane.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Popup.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ProgressBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/RadioButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/RadioDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/RangeSlider.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/RoundButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ScrollBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ScrollIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ScrollView.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/SearchField.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/SelectionRectangle.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Slider.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/SpinBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/SplitView.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/SwipeDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Switch.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/SwitchDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/TabBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/TabButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/TextArea.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/TextField.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ToolBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ToolButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ToolSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/ToolTip.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/TreeViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/Tumbler.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/VerticalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/VerticalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/ButtonPanel.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/CheckIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/RadioIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/SliderGroove.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/SliderHandle.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/SwitchIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/TextFieldBackground.qml %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/libqtquickcontrols2fusionstyleimplplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Fusion/impl/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Fusion/libqtquickcontrols2fusionstyleplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Fusion/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Fusion/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ApplicationWindow.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/BusyIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Button.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/CheckBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/CheckDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ComboBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/DelayButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Dial.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Dialog.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/DialogButtonBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Drawer.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Frame.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/GroupBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/HorizontalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/HorizontalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ItemDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Label.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/MenuSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Page.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/PageIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Pane.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Popup.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ProgressBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/RadioButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/RadioDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/RangeSlider.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/RoundButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ScrollBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ScrollIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ScrollView.qml +%%QT_QMLDIR%%/QtQuick/Controls/Imagine/SearchField.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/SelectionRectangle.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Slider.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/SpinBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/SplitView.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/StackView.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/SwipeDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/SwipeView.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Switch.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/SwitchDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/TabBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/TabButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/TextArea.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/TextField.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ToolBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ToolButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ToolSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/ToolTip.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/Tumbler.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/VerticalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/VerticalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/impl/OpacityMask.qml %%QT_QMLDIR%%/QtQuick/Controls/Imagine/impl/QuickControls2ImagineStyleImpl.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Imagine/impl/libqtquickcontrols2imaginestyleimplplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Imagine/impl/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Imagine/libqtquickcontrols2imaginestyleplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Imagine/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Imagine/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Material/ApplicationWindow.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/BusyIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Button.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/CheckBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/CheckDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ComboBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/DelayButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Dial.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Dialog.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/DialogButtonBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Drawer.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Frame.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/GroupBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/HorizontalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/HorizontalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ItemDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Label.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/MenuBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/MenuBarItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/MenuSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Page.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/PageIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Pane.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Popup.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ProgressBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/RadioButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/RadioDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/RangeSlider.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/RoundButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ScrollBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ScrollIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ScrollView.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/SearchField.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/SelectionRectangle.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Slider.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/SpinBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/SplitView.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/StackView.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/SwipeDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/SwipeView.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Switch.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/SwitchDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/TabBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/TabButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/TextArea.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/TextField.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ToolBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ToolButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ToolSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/ToolTip.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/TreeViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/Tumbler.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/VerticalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/VerticalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/BoxShadow.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/CheckIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/CursorDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/ElevationEffect.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/RadioIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/RectangularGlow.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/RoundedElevationEffect.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/SliderHandle.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/SwitchIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/libqtquickcontrols2materialstyleimplplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Material/impl/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Material/libqtquickcontrols2materialstyleplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Material/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Material/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Universal/ApplicationWindow.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/BusyIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Button.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/CheckBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/CheckDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ComboBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/DelayButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Dial.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Dialog.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/DialogButtonBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Drawer.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Frame.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/GroupBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/HorizontalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/HorizontalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ItemDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Label.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Menu.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/MenuBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/MenuBarItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/MenuItem.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/MenuSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Page.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/PageIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Pane.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Popup.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ProgressBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/RadioButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/RadioDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/RangeSlider.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/RoundButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ScrollBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ScrollIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ScrollView.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/SearchField.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/SelectionRectangle.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Slider.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/SpinBox.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/SplitView.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/StackView.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/SwipeDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Switch.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/SwitchDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/TabBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/TabButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/TextArea.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/TextField.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ToolBar.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ToolButton.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ToolSeparator.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/ToolTip.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/Tumbler.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/VerticalHeaderView.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/VerticalHeaderViewDelegate.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/impl/CheckIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/impl/RadioIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/impl/SwitchIndicator.qml %%QT_QMLDIR%%/QtQuick/Controls/Universal/impl/libqtquickcontrols2universalstyleimplplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Universal/impl/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Universal/impl/qmldir %%QT_QMLDIR%%/QtQuick/Controls/Universal/libqtquickcontrols2universalstyleplugin.so %%QT_QMLDIR%%/QtQuick/Controls/Universal/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/Universal/qmldir %%QT_QMLDIR%%/QtQuick/Controls/designer/AbstractButtonSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/BusyIndicatorSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ButtonSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ButtonSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/CheckBoxSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/CheckDelegateSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/CheckSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ComboBoxSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ContainerSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ControlSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ControlSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/DelayButtonSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/DialSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/FrameSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/GroupBoxSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/InsetSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ItemDelegateSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ItemDelegateSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/LabelSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/PaddingSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/PageIndicatorSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/PageSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/PaneSection.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/PaneSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ProgressBarSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/RadioButtonSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/RadioDelegateSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/RangeSliderSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/RoundButtonSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ScrollViewSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/SliderSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/SpinBoxSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/StackViewSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/SwipeDelegateSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/SwipeViewSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/SwitchDelegateSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/SwitchSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/TabBarSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/TabButtonSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/TextAreaSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/TextFieldSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ToolBarSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ToolButtonSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/ToolSeparatorSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/TumblerSpecifics.qml %%QT_QMLDIR%%/QtQuick/Controls/designer/images/busyindicator-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/busyindicator-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/busyindicator-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/button-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/button-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/button-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/checkbox-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/checkbox-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/checkbox-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/combobox-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/combobox-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/combobox-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/control-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/control-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/control-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/delaybutton-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/delaybutton-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/delaybutton-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/dial-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/dial-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/dial-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/frame-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/frame-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/frame-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/groupbox-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/groupbox-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/groupbox-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/itemdelegate-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/itemdelegate-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/itemdelegate-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/label-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/label-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/label-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/page-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/page-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/page-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/pageindicator-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/pageindicator-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/pageindicator-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/pane-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/pane-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/pane-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/progressbar-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/progressbar-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/progressbar-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/radiobutton-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/radiobutton-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/radiobutton-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/rangeslider-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/rangeslider-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/rangeslider-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/roundbutton-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/roundbutton-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/roundbutton-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/scrollview-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/scrollview-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/scrollview-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/slider-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/slider-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/slider-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/spinbox-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/spinbox-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/spinbox-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/stackview-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/stackview-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/stackview-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/swipeview-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/swipeview-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/swipeview-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/switch-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/switch-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/switch-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/textarea-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/textarea-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/textarea-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/textfield-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/textfield-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/textfield-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolbar-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolbar-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolbar-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolbutton-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolbutton-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolbutton-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolseparator-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolseparator-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/toolseparator-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/tumbler-icon.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/tumbler-icon16.png %%QT_QMLDIR%%/QtQuick/Controls/designer/images/tumbler-icon@2x.png %%QT_QMLDIR%%/QtQuick/Controls/designer/qtquickcontrols2.metainfo %%QT_QMLDIR%%/QtQuick/Controls/impl/libqtquickcontrols2implplugin.so %%QT_QMLDIR%%/QtQuick/Controls/impl/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/impl/qmldir %%QT_QMLDIR%%/QtQuick/Controls/libqtquickcontrols2plugin.so %%QT_QMLDIR%%/QtQuick/Controls/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Controls/qmldir %%QT_QMLDIR%%/QtQuick/Dialogs/libqtquickdialogsplugin.so %%QT_QMLDIR%%/QtQuick/Dialogs/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Dialogs/qmldir %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/libqtquickdialogs2quickimplplugin.so %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/ColorDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/ColorInputs.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/FileDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/FileDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/FolderBreadcrumbBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/FolderDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/FolderDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/FontDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/MessageDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Fusion/SideBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/ColorDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/ColorInputs.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/FileDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/FileDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/FolderBreadcrumbBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/FolderDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/FolderDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/FontDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/MessageDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Imagine/SideBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/ColorDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/ColorInputs.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/FileDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/FileDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/FolderBreadcrumbBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/FolderDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/FolderDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/FontDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/MessageDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Material/SideBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/ColorDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/ColorInputs.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/FileDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/FileDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/FolderBreadcrumbBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/FolderDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/FolderDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/FontDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/MessageDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/+Universal/SideBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/ColorDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/ColorInputs.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FileDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FileDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FileDialogDelegateLabel.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FolderBreadcrumbBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FolderDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FolderDialogDelegate.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FolderDialogDelegateLabel.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FontDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/FontDialogContent.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/HueGradient.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/MessageDialog.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/PickerHandle.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/SaturationLightnessPicker.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qml/SideBar.qml %%QT_QMLDIR%%/QtQuick/Dialogs/quickimpl/qmldir %%QT_QMLDIR%%/QtQuick/Effects/libeffectsplugin.so %%QT_QMLDIR%%/QtQuick/Effects/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Effects/qmldir %%QT_QMLDIR%%/QtQuick/Layouts/libqquicklayoutsplugin.so %%QT_QMLDIR%%/QtQuick/Layouts/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Layouts/qmldir %%QT_QMLDIR%%/QtQuick/LocalStorage/libqmllocalstorageplugin.so %%QT_QMLDIR%%/QtQuick/LocalStorage/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/LocalStorage/qmldir %%QT_QMLDIR%%/QtQuick/Particles/libparticlesplugin.so %%QT_QMLDIR%%/QtQuick/Particles/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Particles/qmldir %%QT_QMLDIR%%/QtQuick/Shapes/DesignHelpers/libqtquickshapesdesignhelpersplugin.so %%QT_QMLDIR%%/QtQuick/Shapes/DesignHelpers/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Shapes/DesignHelpers/qmldir %%QT_QMLDIR%%/QtQuick/Shapes/libqmlshapesplugin.so %%QT_QMLDIR%%/QtQuick/Shapes/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Shapes/qmldir %%QT_QMLDIR%%/QtQuick/Templates/libqtquicktemplates2plugin.so %%QT_QMLDIR%%/QtQuick/Templates/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/Templates/qmldir %%QT_QMLDIR%%/QtQuick/VectorImage/Helpers/libqquickvectorimagehelpersplugin.so %%QT_QMLDIR%%/QtQuick/VectorImage/Helpers/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/VectorImage/Helpers/qmldir %%QT_QMLDIR%%/QtQuick/VectorImage/libqquickvectorimageplugin.so %%QT_QMLDIR%%/QtQuick/VectorImage/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/VectorImage/qmldir %%QT_QMLDIR%%/QtQuick/Window/libquickwindowplugin.so %%QT_QMLDIR%%/QtQuick/Window/qmldir %%QT_QMLDIR%%/QtQuick/Window/quickwindow.qmltypes %%QT_QMLDIR%%/QtQuick/libqtquick2plugin.so %%QT_QMLDIR%%/QtQuick/plugins.qmltypes %%QT_QMLDIR%%/QtQuick/qmldir %%QT_QMLDIR%%/QtQuick/tooling/Component.qml %%QT_QMLDIR%%/QtQuick/tooling/Enum.qml %%QT_QMLDIR%%/QtQuick/tooling/Member.qml %%QT_QMLDIR%%/QtQuick/tooling/Method.qml %%QT_QMLDIR%%/QtQuick/tooling/Module.qml %%QT_QMLDIR%%/QtQuick/tooling/Parameter.qml %%QT_QMLDIR%%/QtQuick/tooling/Property.qml %%QT_QMLDIR%%/QtQuick/tooling/Signal.qml %%QT_QMLDIR%%/QtQuick/tooling/libquicktoolingplugin.so %%QT_QMLDIR%%/QtQuick/tooling/qmldir %%QT_QMLDIR%%/QtQuick/tooling/quicktooling.qmltypes %%QT_QMLDIR%%/QtTest/SignalSpy.qml %%QT_QMLDIR%%/QtTest/TestCase.qml %%QT_QMLDIR%%/QtTest/TestSchedule.qml %%QT_QMLDIR%%/QtTest/libquicktestplugin.so %%QT_QMLDIR%%/QtTest/plugins.qmltypes %%QT_QMLDIR%%/QtTest/qmldir %%QT_QMLDIR%%/QtTest/testlogger.js %%QT_QMLDIR%%/builtins.qmltypes %%QT_QMLDIR%%/jsroot.qmltypes %%QT_SBOMDIR%%/qtdeclarative-%%FULLVER%%.spdx libdata/pkgconfig/Qt6LabsAnimation.pc libdata/pkgconfig/Qt6LabsFolderListModel.pc libdata/pkgconfig/Qt6LabsPlatform.pc libdata/pkgconfig/Qt6LabsQmlModels.pc libdata/pkgconfig/Qt6LabsSettings.pc libdata/pkgconfig/Qt6LabsSharedImage.pc libdata/pkgconfig/Qt6LabsSynchronizer.pc libdata/pkgconfig/Qt6LabsWavefrontMesh.pc libdata/pkgconfig/Qt6Qml.pc libdata/pkgconfig/Qt6QmlAssetDownloader.pc libdata/pkgconfig/Qt6QmlCompiler.pc libdata/pkgconfig/Qt6QmlCore.pc libdata/pkgconfig/Qt6QmlIntegration.pc libdata/pkgconfig/Qt6QmlLocalStorage.pc libdata/pkgconfig/Qt6QmlMeta.pc libdata/pkgconfig/Qt6QmlModels.pc libdata/pkgconfig/Qt6QmlNetwork.pc libdata/pkgconfig/Qt6QmlWorkerScript.pc libdata/pkgconfig/Qt6QmlXmlListModel.pc libdata/pkgconfig/Qt6Quick.pc libdata/pkgconfig/Qt6QuickControls2.pc libdata/pkgconfig/Qt6QuickControls2Basic.pc libdata/pkgconfig/Qt6QuickControls2BasicStyleImpl.pc libdata/pkgconfig/Qt6QuickControls2FluentWinUI3StyleImpl.pc libdata/pkgconfig/Qt6QuickControls2Fusion.pc libdata/pkgconfig/Qt6QuickControls2FusionStyleImpl.pc libdata/pkgconfig/Qt6QuickControls2Imagine.pc libdata/pkgconfig/Qt6QuickControls2ImagineStyleImpl.pc libdata/pkgconfig/Qt6QuickControls2Impl.pc libdata/pkgconfig/Qt6QuickControls2Material.pc libdata/pkgconfig/Qt6QuickControls2MaterialStyleImpl.pc libdata/pkgconfig/Qt6QuickControls2Universal.pc libdata/pkgconfig/Qt6QuickControls2UniversalStyleImpl.pc libdata/pkgconfig/Qt6QuickDialogs2.pc libdata/pkgconfig/Qt6QuickDialogs2QuickImpl.pc libdata/pkgconfig/Qt6QuickDialogs2Utils.pc libdata/pkgconfig/Qt6QuickEffects.pc libdata/pkgconfig/Qt6QuickLayouts.pc libdata/pkgconfig/Qt6QuickTemplates2.pc libdata/pkgconfig/Qt6QuickTest.pc libdata/pkgconfig/Qt6QuickVectorImage.pc libdata/pkgconfig/Qt6QuickVectorImageHelpers.pc libdata/pkgconfig/Qt6QuickWidgets.pc %%QT_TOOLDIR%%/qmlaotstats %%QT_TOOLDIR%%/qmlcachegen %%QT_TOOLDIR%%/qmlimportscanner %%QT_TOOLDIR%%/qmljsrootgen %%QT_TOOLDIR%%/qmltyperegistrar %%QT_DATADIR%%/modules/LabsAnimation.json %%QT_DATADIR%%/modules/LabsFolderListModel.json %%QT_DATADIR%%/modules/LabsPlatform.json %%QT_DATADIR%%/modules/LabsQmlModels.json %%QT_DATADIR%%/modules/LabsSettings.json %%QT_DATADIR%%/modules/LabsSharedImage.json %%QT_DATADIR%%/modules/LabsSynchronizer.json %%QT_DATADIR%%/modules/LabsWavefrontMesh.json %%QT_DATADIR%%/modules/PacketProtocolPrivate.json %%QT_DATADIR%%/modules/Qml.json %%QT_DATADIR%%/modules/QmlAssetDownloader.json %%QT_DATADIR%%/modules/QmlCompiler.json %%QT_DATADIR%%/modules/QmlCore.json %%QT_DATADIR%%/modules/QmlDebugPrivate.json %%QT_DATADIR%%/modules/QmlDomPrivate.json %%QT_DATADIR%%/modules/QmlFormatPrivate.json %%QT_DATADIR%%/modules/QmlIntegration.json %%QT_DATADIR%%/modules/QmlLSPrivate.json %%QT_DATADIR%%/modules/QmlLocalStorage.json %%QT_DATADIR%%/modules/QmlMeta.json %%QT_DATADIR%%/modules/QmlModels.json %%QT_DATADIR%%/modules/QmlNetwork.json %%QT_DATADIR%%/modules/QmlToolingSettingsPrivate.json %%QT_DATADIR%%/modules/QmlTypeRegistrarPrivate.json %%QT_DATADIR%%/modules/QmlWorkerScript.json %%QT_DATADIR%%/modules/QmlXmlListModel.json %%QT_DATADIR%%/modules/Quick.json %%QT_DATADIR%%/modules/QuickControls2.json %%QT_DATADIR%%/modules/QuickControls2Basic.json %%QT_DATADIR%%/modules/QuickControls2BasicStyleImpl.json %%QT_DATADIR%%/modules/QuickControls2FluentWinUI3StyleImpl.json %%QT_DATADIR%%/modules/QuickControls2Fusion.json %%QT_DATADIR%%/modules/QuickControls2FusionStyleImpl.json %%QT_DATADIR%%/modules/QuickControls2Imagine.json %%QT_DATADIR%%/modules/QuickControls2ImagineStyleImpl.json %%QT_DATADIR%%/modules/QuickControls2Impl.json %%QT_DATADIR%%/modules/QuickControls2Material.json %%QT_DATADIR%%/modules/QuickControls2MaterialStyleImpl.json %%QT_DATADIR%%/modules/QuickControls2Universal.json %%QT_DATADIR%%/modules/QuickControls2UniversalStyleImpl.json %%QT_DATADIR%%/modules/QuickControlsTestUtilsPrivate.json %%QT_DATADIR%%/modules/QuickDialogs2.json %%QT_DATADIR%%/modules/QuickDialogs2QuickImpl.json %%QT_DATADIR%%/modules/QuickDialogs2Utils.json %%QT_DATADIR%%/modules/QuickEffects.json %%QT_DATADIR%%/modules/QuickLayouts.json %%QT_DATADIR%%/modules/QuickParticlesPrivate.json %%QT_DATADIR%%/modules/QuickShapesDesignHelpersPrivate.json %%QT_DATADIR%%/modules/QuickShapesPrivate.json %%QT_DATADIR%%/modules/QuickTemplates2.json %%QT_DATADIR%%/modules/QuickTest.json %%QT_DATADIR%%/modules/QuickTestUtilsPrivate.json %%QT_DATADIR%%/modules/QuickVectorImage.json %%QT_DATADIR%%/modules/QuickVectorImageGeneratorPrivate.json %%QT_DATADIR%%/modules/QuickVectorImageHelpers.json %%QT_DATADIR%%/modules/QuickWidgets.json @dir lib/cmake/Qt6 diff --git a/x11-toolkits/qt6-graphs/distinfo b/x11-toolkits/qt6-graphs/distinfo index d33c69b8a13f..37bfb91f522f 100644 --- a/x11-toolkits/qt6-graphs/distinfo +++ b/x11-toolkits/qt6-graphs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965096 -SHA256 (KDE/Qt/6.10.1/qtgraphs-everywhere-src-6.10.1.tar.xz) = 4d4fa0b21fa3c6b72ad5056e2a06e96e4bfda651e0a824d1f8e896c9ce5e576e -SIZE (KDE/Qt/6.10.1/qtgraphs-everywhere-src-6.10.1.tar.xz) = 5282316 +TIMESTAMP = 1770200143 +SHA256 (KDE/Qt/6.10.2/qtgraphs-everywhere-src-6.10.2.tar.xz) = f690fc6aa567d89a6e76ce370d684beb243dc0c2ed1187dd305433e278dd7aaf +SIZE (KDE/Qt/6.10.2/qtgraphs-everywhere-src-6.10.2.tar.xz) = 5283404 diff --git a/x11-toolkits/qt6-quick3d/distinfo b/x11-toolkits/qt6-quick3d/distinfo index 831746a75de5..b9ff3f3ab4ea 100644 --- a/x11-toolkits/qt6-quick3d/distinfo +++ b/x11-toolkits/qt6-quick3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964382 -SHA256 (KDE/Qt/6.10.1/qtquick3d-everywhere-src-6.10.1.tar.xz) = 17d40272becef0dab71b60333bcf0c23d1d25dcf1df16ee9bf0daa7e4de403e6 -SIZE (KDE/Qt/6.10.1/qtquick3d-everywhere-src-6.10.1.tar.xz) = 73973028 +TIMESTAMP = 1770200177 +SHA256 (KDE/Qt/6.10.2/qtquick3d-everywhere-src-6.10.2.tar.xz) = b95439f31d1e580c379e9828b48b03b932b0bdade4ff09f4dd639eff9da2cd75 +SIZE (KDE/Qt/6.10.2/qtquick3d-everywhere-src-6.10.2.tar.xz) = 73966236 diff --git a/x11-toolkits/qt6-quicktimeline/distinfo b/x11-toolkits/qt6-quicktimeline/distinfo index 588f711bd540..cfb087b07837 100644 --- a/x11-toolkits/qt6-quicktimeline/distinfo +++ b/x11-toolkits/qt6-quicktimeline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964386 -SHA256 (KDE/Qt/6.10.1/qtquicktimeline-everywhere-src-6.10.1.tar.xz) = 882ed289b4c229ace324e2545a71d7611c201626bc007d50e514bfd2f6e251b7 -SIZE (KDE/Qt/6.10.1/qtquicktimeline-everywhere-src-6.10.1.tar.xz) = 97120 +TIMESTAMP = 1770200185 +SHA256 (KDE/Qt/6.10.2/qtquicktimeline-everywhere-src-6.10.2.tar.xz) = 7032d8b758d21fdf790dde0d070e1c82819abcf5ee7194dbf21589dbdfd36324 +SIZE (KDE/Qt/6.10.2/qtquicktimeline-everywhere-src-6.10.2.tar.xz) = 97172 diff --git a/x11-toolkits/qt6-shadertools/distinfo b/x11-toolkits/qt6-shadertools/distinfo index f5b0d5dd295f..ba1e6c269227 100644 --- a/x11-toolkits/qt6-shadertools/distinfo +++ b/x11-toolkits/qt6-shadertools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763965280 -SHA256 (KDE/Qt/6.10.1/qtshadertools-everywhere-src-6.10.1.tar.xz) = b67894a63352b53dad0d46f5300c62b8cd6783db575492d6b25d4fdc9af55bb6 -SIZE (KDE/Qt/6.10.1/qtshadertools-everywhere-src-6.10.1.tar.xz) = 1152220 +TIMESTAMP = 1770200190 +SHA256 (KDE/Qt/6.10.2/qtshadertools-everywhere-src-6.10.2.tar.xz) = 18d9dbbc4f7e6e96e6ed89a9965dc032e2b58158b65156c035537826216716c9 +SIZE (KDE/Qt/6.10.2/qtshadertools-everywhere-src-6.10.2.tar.xz) = 1152340 diff --git a/x11-toolkits/qt6-virtualkeyboard/distinfo b/x11-toolkits/qt6-virtualkeyboard/distinfo index 4bc0f62f6bcf..da884b62cc9b 100644 --- a/x11-toolkits/qt6-virtualkeyboard/distinfo +++ b/x11-toolkits/qt6-virtualkeyboard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763964410 -SHA256 (KDE/Qt/6.10.1/qtvirtualkeyboard-everywhere-src-6.10.1.tar.xz) = 5b9cde3188afbc01b602b9016cee95ccd536aea43a6e6cfd297b44f328b9b6df -SIZE (KDE/Qt/6.10.1/qtvirtualkeyboard-everywhere-src-6.10.1.tar.xz) = 3269920 +TIMESTAMP = 1770200197 +SHA256 (KDE/Qt/6.10.2/qtvirtualkeyboard-everywhere-src-6.10.2.tar.xz) = 6273256091a83f3f283d1a91498964fd6a91256b667d7b9e98005d731fdb986b +SIZE (KDE/Qt/6.10.2/qtvirtualkeyboard-everywhere-src-6.10.2.tar.xz) = 3266796