From 805d57da3af8039d08cb796b37aee782d7d0258d Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Fri, 25 Oct 2024 12:41:19 +0300 Subject: [PATCH] Import qtdeclarative-opensource-src_5.15.15+dfsg-2.debian.tar.xz [dgit import tarball qtdeclarative-opensource-src 5.15.15+dfsg-2 qtdeclarative-opensource-src_5.15.15+dfsg-2.debian.tar.xz] --- changelog | 1794 +++++++++++++++++ clean | 96 + control | 454 +++++ copyright | 964 +++++++++ libqt5qml5.install | 2 + libqt5qml5.symbols | 1292 ++++++++++++ libqt5qmlmodels5.install | 1 + libqt5qmlmodels5.lintian-overrides | 3 + libqt5qmlmodels5.symbols | 32 + libqt5qmlworkerscript5.install | 1 + libqt5qmlworkerscript5.lintian-overrides | 3 + libqt5qmlworkerscript5.symbols | 26 + libqt5quick5.install | 1 + libqt5quick5.lintian-overrides | 3 + libqt5quick5.symbols | 954 +++++++++ libqt5quickparticles5.install | 1 + libqt5quickparticles5.lintian-overrides | 3 + libqt5quickparticles5.symbols | 5 + libqt5quickshapes5.install | 1 + libqt5quickshapes5.lintian-overrides | 3 + libqt5quickshapes5.symbols | 5 + libqt5quicktest5.install | 1 + libqt5quicktest5.lintian-overrides | 3 + libqt5quicktest5.symbols | 34 + libqt5quickwidgets5.install | 1 + libqt5quickwidgets5.lintian-overrides | 3 + libqt5quickwidgets5.symbols | 83 + patches/disableopengltests.patch | 61 + patches/fix_test_remove_qlibraryinfo.patch | 260 +++ patches/python3.patch | 61 + ...qquickitem_no_signals_on_destruction.patch | 158 ++ patches/remove_youtube_iframe.patch | 20 + patches/riscv64-latomic.patch | 17 + patches/series | 11 + patches/tst_qmldiskcache_big_endian.patch | 18 + patches/wait_for_window_exposed.patch | 18 + qml-module-qt-labs-animation.install | 3 + qml-module-qt-labs-folderlistmodel.install | 3 + qml-module-qt-labs-qmlmodels.install | 3 + qml-module-qt-labs-settings.install | 3 + qml-module-qt-labs-sharedimage.install | 3 + qml-module-qt-labs-wavefrontmesh.install | 3 + qml-module-qtqml-models2.install | 3 + qml-module-qtqml-statemachine.install | 3 + qml-module-qtqml-workerscript2.install | 3 + qml-module-qtqml.install | 3 + qml-module-qtquick-dialogs.lintian-overrides | 1 + qml-module-qtquick-layouts.install | 1 + qml-module-qtquick-localstorage.install | 3 + qml-module-qtquick-particles2.install | 3 + qml-module-qtquick-shapes.install | 3 + qml-module-qtquick-window2.install | 3 + qml-module-qtquick2.install | 3 + qml-module-qttest.install | 8 + qml.install | 1 + qmlscene.install | 1 + qt5-qmltooling-plugins.install | 1 + qtdeclarative5-dev-tools.install | 12 + qtdeclarative5-dev.install | 272 +++ qtdeclarative5-doc-dev.install | 5 + qtdeclarative5-doc-html.doc-base.qtqml | 9 + qtdeclarative5-doc-html.doc-base.qtquick | 9 + qtdeclarative5-doc-html.install | 32 + qtdeclarative5-doc-html.links | 1 + qtdeclarative5-doc.install | 5 + qtdeclarative5-examples.install | 3 + qtdeclarative5-examples.lintian-overrides | 2 + qtdeclarative5-private-dev.install | 21 + quiltrc | 5 + rules | 97 + source/format | 1 + source/lintian-overrides | 18 + watch | 3 + 73 files changed, 6946 insertions(+) create mode 100644 changelog create mode 100644 clean create mode 100644 control create mode 100644 copyright create mode 100644 libqt5qml5.install create mode 100644 libqt5qml5.symbols create mode 100644 libqt5qmlmodels5.install create mode 100644 libqt5qmlmodels5.lintian-overrides create mode 100644 libqt5qmlmodels5.symbols create mode 100644 libqt5qmlworkerscript5.install create mode 100644 libqt5qmlworkerscript5.lintian-overrides create mode 100644 libqt5qmlworkerscript5.symbols create mode 100644 libqt5quick5.install create mode 100644 libqt5quick5.lintian-overrides create mode 100644 libqt5quick5.symbols create mode 100644 libqt5quickparticles5.install create mode 100644 libqt5quickparticles5.lintian-overrides create mode 100644 libqt5quickparticles5.symbols create mode 100644 libqt5quickshapes5.install create mode 100644 libqt5quickshapes5.lintian-overrides create mode 100644 libqt5quickshapes5.symbols create mode 100644 libqt5quicktest5.install create mode 100644 libqt5quicktest5.lintian-overrides create mode 100644 libqt5quicktest5.symbols create mode 100644 libqt5quickwidgets5.install create mode 100644 libqt5quickwidgets5.lintian-overrides create mode 100644 libqt5quickwidgets5.symbols create mode 100644 patches/disableopengltests.patch create mode 100644 patches/fix_test_remove_qlibraryinfo.patch create mode 100644 patches/python3.patch create mode 100644 patches/qquickitem_no_signals_on_destruction.patch create mode 100644 patches/remove_youtube_iframe.patch create mode 100644 patches/riscv64-latomic.patch create mode 100644 patches/series create mode 100644 patches/tst_qmldiskcache_big_endian.patch create mode 100644 patches/wait_for_window_exposed.patch create mode 100644 qml-module-qt-labs-animation.install create mode 100644 qml-module-qt-labs-folderlistmodel.install create mode 100644 qml-module-qt-labs-qmlmodels.install create mode 100644 qml-module-qt-labs-settings.install create mode 100644 qml-module-qt-labs-sharedimage.install create mode 100644 qml-module-qt-labs-wavefrontmesh.install create mode 100644 qml-module-qtqml-models2.install create mode 100644 qml-module-qtqml-statemachine.install create mode 100644 qml-module-qtqml-workerscript2.install create mode 100644 qml-module-qtqml.install create mode 100644 qml-module-qtquick-dialogs.lintian-overrides create mode 100644 qml-module-qtquick-layouts.install create mode 100644 qml-module-qtquick-localstorage.install create mode 100644 qml-module-qtquick-particles2.install create mode 100644 qml-module-qtquick-shapes.install create mode 100644 qml-module-qtquick-window2.install create mode 100644 qml-module-qtquick2.install create mode 100644 qml-module-qttest.install create mode 100644 qml.install create mode 100644 qmlscene.install create mode 100644 qt5-qmltooling-plugins.install create mode 100644 qtdeclarative5-dev-tools.install create mode 100644 qtdeclarative5-dev.install create mode 100644 qtdeclarative5-doc-dev.install create mode 100644 qtdeclarative5-doc-html.doc-base.qtqml create mode 100644 qtdeclarative5-doc-html.doc-base.qtquick create mode 100644 qtdeclarative5-doc-html.install create mode 100644 qtdeclarative5-doc-html.links create mode 100644 qtdeclarative5-doc.install create mode 100644 qtdeclarative5-examples.install create mode 100644 qtdeclarative5-examples.lintian-overrides create mode 100644 qtdeclarative5-private-dev.install create mode 100644 quiltrc create mode 100755 rules create mode 100644 source/format create mode 100644 source/lintian-overrides create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 000000000..7f09921a3 --- /dev/null +++ b/changelog @@ -0,0 +1,1794 @@ +qtdeclarative-opensource-src (5.15.15+dfsg-2) unstable; urgency=medium + + * Upload to unstable. + + -- Dmitry Shachnev Fri, 25 Oct 2024 12:41:19 +0300 + +qtdeclarative-opensource-src (5.15.15+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.15.15. + * Bump ABI version to qtdeclarative-abi-5-15-15. + * Refresh patches for the new release. + * Bump Standards-Version to 4.7.0, no changes needed. + * Update symbols files from buildds’ and current build logs. + + -- Dmitry Shachnev Mon, 02 Sep 2024 16:08:26 +0300 + +qtdeclarative-opensource-src (5.15.13+dfsg-2) unstable; urgency=medium + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Remove myself and Timo from Uploaders. + + [ Dmitry Shachnev ] + * Update debian/libqt5qml5.symbols from buildds’ logs. + * Upload to unstable. + + -- Dmitry Shachnev Tue, 21 May 2024 11:47:52 +0300 + +qtdeclarative-opensource-src (5.15.13+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.15.13. + * Bump ABI version to qtdeclarative-abi-5-15-13. + * Update debian/libqt5qml5.symbols. + + -- Dmitry Shachnev Sat, 09 Mar 2024 19:38:03 +0300 + +qtdeclarative-opensource-src (5.15.12+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.15.12. + * Bump ABI version to qtdeclarative-abi-5-15-12. + + -- Dmitry Shachnev Sat, 23 Dec 2023 15:18:27 +0300 + +qtdeclarative-opensource-src (5.15.11+dfsg-1) experimental; urgency=medium + + [ Pino Toscano ] + * Make the tests non-fatal also on hurd-i386, as the lack of DRI causes the + OpenGL-related tests to fail. + * Drop bits of architectures that are not more used: + - drop mips, and kfreebsd* qualifiers in symbols files + - drop mips reference in rules + + [ Dmitry Shachnev ] + * New upstream release. + * Refresh patches for the new release. + * Bump Qt build-dependencies to 5.15.11. + * Bump ABI version to qtdeclarative-abi-5-15-11. + * Add a debian/clean file (closes: #1048969). + + -- Dmitry Shachnev Sat, 18 Nov 2023 19:09:39 +0300 + +qtdeclarative-opensource-src (5.15.10+dfsg-2) unstable; urgency=medium + + * Upload to unstable. + + -- Dmitry Shachnev Sat, 08 Jul 2023 09:59:44 +0300 + +qtdeclarative-opensource-src (5.15.10+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Drop gcc_11.patch, included in the new release. + * Refresh fix_test_remove_qlibraryinfo.patch. + * Bump Qt build-dependencies to 5.15.10. + * Bump ABI version to qtdeclarative-abi-5-15-10. + * Update upstream copyright year. + + -- Dmitry Shachnev Sat, 10 Jun 2023 20:17:27 +0300 + +qtdeclarative-opensource-src (5.15.9+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.15.9. + * Bump ABI version to qtdeclarative-abi-5-15-9. + * Drop patches, included in the new release: + - support_apos_in_styled_text.patch + - fix_sweep_step.patch + * Minor debian/copyright updates. + + -- Dmitry Shachnev Sun, 16 Apr 2023 19:19:48 +0300 + +qtdeclarative-opensource-src (5.15.8+dfsg-3) unstable; urgency=medium + + * Backport upstream patch to fix crash when destructing QQuickItem + (closes: #983597). + + -- Dmitry Shachnev Sun, 26 Feb 2023 23:32:58 +0300 + +qtdeclarative-opensource-src (5.15.8+dfsg-2) unstable; urgency=medium + + * Upload to unstable. + + -- Dmitry Shachnev Fri, 13 Jan 2023 12:01:44 +0400 + +qtdeclarative-opensource-src (5.15.8+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Drop patches, included in the new release: + - fix_flickable_wheel_velocity_calculation.patch + - use_delay_properly_in_mousewheel.patch + * Refresh debian/patches/fix_test_remove_qlibraryinfo.patch. + * Bump Qt build-dependencies to 5.15.8. + * Bump ABI version to qtdeclarative-abi-5-15-8. + * Update debian/libqt5qml5.symbols for hurd-i386. + * Bump Standards-Version to 4.6.2, no changes needed. + + -- Dmitry Shachnev Fri, 06 Jan 2023 00:36:44 +0400 + +qtdeclarative-opensource-src (5.15.7+dfsg-2) unstable; urgency=medium + + * Update symbols files for alpha. + * Upload to unstable. + + -- Dmitry Shachnev Sat, 17 Dec 2022 18:20:11 +0300 + +qtdeclarative-opensource-src (5.15.7+dfsg-1) experimental; urgency=medium + + [ Simon Quigley ] + * New upstream release (5.15.7). + * Refresh all patches, dropping part of the GCC-11 patch that was merged + upstream. + * Bump ABI version to qtdeclarative-abi-5-15-7. + * Bump Qt build dependencies to 5.15.7. + * Update Lintian source-is-missing overrides to cover more test files. + * Remove a batch file shipped in examples. + + [ Dmitry Shachnev ] + * Set TZ=UTC for tests. + * Update symbols files for riscv64. + + -- Simon Quigley Fri, 18 Nov 2022 18:13:13 -0600 + +qtdeclarative-opensource-src (5.15.6+dfsg-2) unstable; urgency=medium + + * Update symbols files from buildds’ logs. + * Upload to unstable. + + -- Dmitry Shachnev Thu, 29 Sep 2022 11:39:46 +0300 + +qtdeclarative-opensource-src (5.15.6+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Refresh fix_test_remove_qlibraryinfo.patch. + * Bump Qt build-dependencies to 5.15.6. + * Bump ABI version to 5-15-6. + * Update debian/source/lintian-overrides for Lintian pointed hints. + * Update debian/copyright. + * Update debian/libqt5qml5.symbols from the current build logs. + + -- Dmitry Shachnev Sun, 11 Sep 2022 20:27:43 +0300 + +qtdeclarative-opensource-src (5.15.5+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.15.5. + * Bump ABI version to 5-15-5. + * Refresh patches for the new release. + + -- Dmitry Shachnev Sun, 03 Jul 2022 20:15:45 +0300 + +qtdeclarative-opensource-src (5.15.4+dfsg-4) unstable; urgency=medium + + [ Jonah Brüchert ] + * Backport upstream patch to fix asynchronous loaders loading when inactive + + -- Dmitry Shachnev Fri, 01 Jul 2022 23:08:41 +0300 + +qtdeclarative-opensource-src (5.15.4+dfsg-3) unstable; urgency=medium + + * Upload to unstable. + + -- Dmitry Shachnev Mon, 13 Jun 2022 21:36:23 +0300 + +qtdeclarative-opensource-src (5.15.4+dfsg-2) experimental; urgency=medium + + * Use symver directive to catch all private symbols at once. + * Backport upstream patch to fix Flickable wheel velocity calculation + (closes: #1011253, thanks Wolfgang Frisch). + * Backport one more patch to make the tests pass. + + -- Dmitry Shachnev Mon, 23 May 2022 00:40:09 +0300 + +qtdeclarative-opensource-src (5.15.4+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.15.4. + * Refresh fix_test_remove_qlibraryinfo.patch. + * Bump ABI version to qtdeclarative-abi-5-15-4. + * Bump Standards-Version to 4.6.1, no changes needed. + * Add two new symbols to debian/libqt5quick5.symbols. + + -- Dmitry Shachnev Fri, 13 May 2022 22:50:27 +0300 + +qtdeclarative-opensource-src (5.15.3+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Update debian/watch for new file names. + * Drop patches that are included in the new release: + - qmltime-tool.patch + - fix_qml_property_cache_leaks.patch + * Refresh other patches. + * Bump Qt build-dependencies to 5.15.3. + * Bump ABI version to qtdeclarative-abi-5-15-3. + * Update symbols files from the current build log. + + -- Dmitry Shachnev Sat, 05 Mar 2022 19:32:15 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-10) unstable; urgency=medium + + * Backport upstream patch to fix sweep step for tainted QObject JavaScript + wrappers. + + -- Dmitry Shachnev Sun, 13 Feb 2022 21:04:16 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-9) unstable; urgency=medium + + * Remove unneeded libgl1-mesa-dri Build-Depends and Depends. + * Update debian/source/lintian-overrides for Lintian 2.109. + * Bump Standards-Version to 4.6.0, no changes needed. + + -- Dmitry Shachnev Sat, 18 Dec 2021 15:47:05 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-8) unstable; urgency=medium + + * Include in Yarr.h to fix FTBFS with GCC 11 on arm64 and i386. + + -- Dmitry Shachnev Wed, 18 Aug 2021 14:21:46 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-7) unstable; urgency=medium + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Fix typos in previous changelog entry. + + [ Dmitry Shachnev ] + * Amend gcc_11.patch with one more fix for GCC 11 (closes: #984313). + + -- Dmitry Shachnev Mon, 16 Aug 2021 12:02:36 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-6) unstable; urgency=medium + + * Backport patch to support &apos in styled text, along with its + documentation. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 01 Jun 2021 18:37:21 -0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-5) unstable; urgency=medium + + * Add a patch to make tst_qmldiskcache::regenerateAfterChange() pass on + big endian systems. + * Add missing dependencies to qtdeclarative5-dev (closes: #985500). + + -- Dmitry Shachnev Fri, 19 Mar 2021 20:46:16 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-4) unstable; urgency=medium + + * Add Conflicts: against the -gles packages, to make that relation mutual. + (Thanks to David Kalnischkies for the suggestion; see also #976389.) + + -- Dmitry Shachnev Thu, 04 Feb 2021 20:36:43 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-3) unstable; urgency=medium + + [ Alexander Volkov ] + * Backport upstream patch to build qmltime as a tool. + + [ Dmitry Shachnev ] + * Backport upstream patch to fix QML property cache leaks of delegate + items. + * Backport upstream patch to fix build with GCC 11. + * Update debian/watch: use format 4, and track only 5.15.x releases. + + -- Dmitry Shachnev Thu, 28 Jan 2021 13:25:24 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-2) unstable; urgency=medium + + * Bump Standards-Version to 4.5.1, no changes needed. + * Upload to unstable. + + -- Dmitry Shachnev Fri, 11 Dec 2020 11:31:45 +0300 + +qtdeclarative-opensource-src (5.15.2+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.15.2. + * Refresh debian/patches/fix_test_remove_qlibraryinfo.patch. + * Bump ABI version to qtdeclarative-abi-5-15-2. + * Update symbols files from the current build logs. + + -- Dmitry Shachnev Sat, 21 Nov 2020 16:46:44 +0300 + +qtdeclarative-opensource-src (5.15.1+dfsg-3) unstable; urgency=medium + + * Fix full (indep+arch) builds by deleting all Makefiles before building + the arch-dependent packages. Makefiles generated during indep build are + broken because they are generated before qmltypes.prf becomes available. + * Add alternative -gles dependencies to qtdeclarative5-dev package. + * Upload to unstable. + + -- Dmitry Shachnev Wed, 28 Oct 2020 21:53:18 +0300 + +qtdeclarative-opensource-src (5.15.1+dfsg-2) experimental; urgency=medium + + * Fix duplicate entries for some files in debian/copyright. + * Override Lintian warnings about this-value-valid-date-min.js, "min" in + its name is not for "minified". + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Fri, 09 Oct 2020 20:46:06 +0300 + +qtdeclarative-opensource-src (5.15.1+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Rebase patches for the new release. + * Pass QMAKE_PYTHON=python3 to qmake. + * Bump Qt build-dependencies to 5.15.1. + * Update symbols files from buildds’ logs. + * Bump ABI version to qtdeclarative-abi-5-15-1. + * Update to debhelper compat level 13. + - Drop dh_missing override, --fail-missing is now default behavior. + - Stop exporting $HOME and $XDG_RUNTIME_DIR for tests, debhelper now + does that itself. + - Use ${DEB_HOST_MULTIARCH} substitution. + * Run install in all directories when installing files to test_root, + this is now needed to get plugins.qmltypes files installed. + * Update install files for the new release. + * Update symbols files from the current build log. + * Add Build-Depends-Package(s) fields to the symbols files. + * Minor debian/copyright updates. + + -- Dmitry Shachnev Thu, 10 Sep 2020 21:28:43 +0300 + +qtdeclarative-opensource-src (5.14.2+dfsg-3) unstable; urgency=medium + + * Update symbols files for GCC 10 (closes: #957729). + + -- Dmitry Shachnev Thu, 23 Jul 2020 12:14:35 +0300 + +qtdeclarative-opensource-src (5.14.2+dfsg-2) unstable; urgency=medium + + * Upload to unstable. + + -- Dmitry Shachnev Wed, 24 Jun 2020 11:23:21 +0300 + +qtdeclarative-opensource-src (5.14.2+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.14.2. + * Drop debian/patches/escape_url_regex.patch, applied upstream. + * Refresh debian/patches/fix_test_remove_qlibraryinfo.patch. + * Bump ABI version to qtdeclarative-abi-5-14-2. + * Update symbols files from the current build log. + + -- Dmitry Shachnev Mon, 27 Apr 2020 13:33:59 +0300 + +qtdeclarative-opensource-src (5.14.1+dfsg-3) experimental; urgency=medium + + * Install documentation for the new modules. + * Update symbols files from buildds’ powerpc log. + + -- Dmitry Shachnev Sun, 01 Mar 2020 22:20:48 +0300 + +qtdeclarative-opensource-src (5.14.1+dfsg-2) experimental; urgency=medium + + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Wed, 26 Feb 2020 22:53:19 +0300 + +qtdeclarative-opensource-src (5.14.1+dfsg-1) experimental; urgency=medium + + * New upstream release. + * Refresh patches for the new release. + * Bump Qt build-dependencies to 5.14.1. + * Bump ABI version to qtdeclarative-abi-5-14-1. + * Fix qmllint test by using import path from environment variable. + * Update .install files for existing packages. + * Add five new binary packages: + - libqt5qmlmodels5: QML Models support library. + - libqt5qmlworkerscript5: QML Worker Script support library. + - qml-module-qt-labs-animation: experimental QML types for animation. + - qml-module-qtqml: basic QML types. + - qml-module-qtqml-workerscript2: QML types for worker scripts. + * Update symbols files from the current build log. + * Update debian/copyright. + * Exclude minified jQuery without source from the tarball. + * Bump Standards-Version to 4.5.0, no changes needed. + + -- Dmitry Shachnev Wed, 19 Feb 2020 18:15:30 +0300 + +qtdeclarative-opensource-src (5.12.5-5) unstable; urgency=medium + + * Link with -latomic on riscv64, based on a patch by Aurelien Jarno. + * Add a patch from OpenSUSE to build with Python 3 (closes: #938319). + * Upload to unstable. + + -- Dmitry Shachnev Thu, 02 Jan 2020 14:25:07 +0300 + +qtdeclarative-opensource-src (5.12.5-4) experimental; urgency=medium + + * Update debian/libqt5qml5.symbols from buildds’ logs. + * Update symbols files of libqt5quick5 and libqt5quickparticles5 + packages to add an alternative dependency on their -gles variants + that will provide the same ABI. + * Remove build paths from .prl files for reproducibility. + * Split the doxygen .tags files into a new qtdeclarative5-doc-dev + package (see #922707). + * Bump debhelper compat level to 12, use the new syntax. + - Drop dh_makeshlibs override, -V is now the default. + * Fix a typo in debian/qtdeclarative5-doc-html.doc-base.qtqml. + * Replace YouTube iframe with YouTube link in the documentation. + + -- Dmitry Shachnev Thu, 19 Dec 2019 12:06:23 +0300 + +qtdeclarative-opensource-src (5.12.5-3) unstable; urgency=medium + + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Mon, 21 Oct 2019 20:12:14 +0300 + +qtdeclarative-opensource-src (5.12.5-2) unstable; urgency=medium + + * Update symbols files from buildds’ logs. + * Bump Standards-Version to 4.4.1, no changes needed. + * Upload to unstable. + + -- Dmitry Shachnev Sun, 20 Oct 2019 22:44:39 +0300 + +qtdeclarative-opensource-src (5.12.5-1) experimental; urgency=medium + + [ Dmitry Shachnev ] + * Make tests fatal on architectures where they are currently passing. + * Add comments explaining the issues on other architectures. + * New upstream release. + * Drop ia64.patch, applied in the new release. + * Refresh fix_test_remove_qlibraryinfo.patch. + * Bump Qt build-dependencies to 5.12.5. + * Update symbols files from the current build logs. + * Bump ABI version to qtdeclarative-abi-5-12-5. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 14 Sep 2019 11:27:49 -0300 + +qtdeclarative-opensource-src (5.12.4-1) experimental; urgency=medium + + [ Scarlett Moore ] + * Update packaging to use doc-base as per policy 9.10. + + [ Dmitry Shachnev ] + * New upstream release. + * Drop unused build-dependency on libqt5opengl5-dev. + * Add support for nocheck build profile. + * Bump qtbase build-dependencies to 5.12.4. + * Refresh fix_test_remove_qlibraryinfo.patch. + * Backport upstream patch with a workaround for ia64 (closes: #929682). + * Build-Depend-Indep on individual qdoc-qt5, qhelpgenerator-qt5 and + qtattributionsscanner-qt5 packages, instead of qttools5-doc-tools. + * Update symbols files from buildds’ and the current build logs. + * Bump ABI version to qtdeclarative-abi-5-12-4. + + -- Dmitry Shachnev Wed, 19 Jun 2019 14:54:49 +0300 + +qtdeclarative-opensource-src (5.12.3-1) experimental; urgency=medium + + * New upstream release. + * Refresh fix_test_remove_qlibraryinfo.patch. + * Bump Qt build-dependencies to 5.12.3. + * Update Homepage URL. + * Make qtdeclarative5-dev depend on libqt5quickshapes5 (closes: #927447). + * Update symbols files from buillds’ and the current build logs. + * Bump ABI version to qtdeclarative-abi-5-12-3. + * Add a patch to make SignalSpy test use qWaitForWindowExposed() function + instead of qWaitForWindowActive(), which does not work without a WM. + + -- Dmitry Shachnev Sun, 21 Apr 2019 22:23:03 +0300 + +qtdeclarative-opensource-src (5.12.2-2) experimental; urgency=medium + + * Override symbols-declares-dependency-on-other-package Lintian warning + for the libqt5quickshapes5 package. + * Update symbols files from buildds’ logs. + * Drop testcase_array_iteration.patch. The iterating code was changed + upstream, and qtmultimedia tests no longer fail on Ubuntu arm64 without + this patch. + * Set QT_PLUGIN_PATH when running tests, to fix some debugger tests. + * Do not set QT_LOGGING_RULES, not needed with qtbase ≥ 5.9.2+dfsg-7. + + -- Dmitry Shachnev Sun, 24 Mar 2019 19:30:55 +0300 + +qtdeclarative-opensource-src (5.12.2-1) experimental; urgency=medium + + * New upstream release. + * Drop x32_no_jit.patch, applied upstream. + * Drop fix_crash_on_big_endian.patch, no longer needed. + * Refresh and rebase other patches. + * Stop building qml-module-qtquick-xmllistmodel package, it will be moved + to qtxmlpatterns source. + * Also drop libqt5xmlpatterns5-dev build-dependency, no longer needed. + * Bump Qt build-dependencies to 5.12.2. + * Update Lintian source-is-missing overrides to cover more test files. + * Update debian/copyright. + * Remove qml-module-qt-labs-handlers package. Its code was merged into + the main Qt Quick module. + * Add three new binary packages: + - libqt5quickshapes5: Qt Quick Shapes support library. + - qml-module-qt-labs-qmlmodels: experimental data models QML types. + - qml-module-qt-labs-wavefrontmesh: mesh based on Wavefront .obj files. + * Install the new qmlpreview tool in qtdeclarative5-dev-tools. + * Update symbols files from the current build log. + * Bump ABI version to qtdeclarative-abi-5-12-2. + * Update dependencies of qtdeclarative5-examples package. + + -- Dmitry Shachnev Sat, 16 Mar 2019 11:17:38 +0300 + +qtdeclarative-opensource-src (5.11.3-4) unstable; urgency=medium + + * Add fix_crash_on_big_endian.patch to fix crash when loading AOT caches + on big endian platforms. Thanks Alexander Volkov! + * Update debian/libqt5qml5.symbols from x32 build log. + + -- Dmitry Shachnev Fri, 01 Mar 2019 21:03:33 +0300 + +qtdeclarative-opensource-src (5.11.3-3) unstable; urgency=medium + + [ Dmitry Shachnev ] + * Fix build failure on x32 by disabling JIT there (closes: #918545). + + [ Lisandro Damián Nicanor Pérez Meyer ] + * libqt5qml5: libgl1-mesa-glx became a dummy transitional package, replace + it by the packages it depends upon, namely libgl1 and libglx-mesa0 + (Closes: #921472). Thanks Gabriele Stilli for the bug report. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 07 Feb 2019 23:21:22 -0300 + +qtdeclarative-opensource-src (5.11.3-2) unstable; urgency=medium + + [ Simon Quigley ] + * Change my email to tsimonq2@debian.org now that I am a Debian Developer. + * Bump Standards-version to 4.3.0, no changes needed. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Upload to unstable. + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 26 Dec 2018 16:16:50 -0300 + +qtdeclarative-opensource-src (5.11.3-1) experimental; urgency=medium + + * New upstream release. + - Bump Qt build dependencies. + * Refresh fix_test_remove_qlibraryinfo.patch. + * Update symbols files with current build log. + + -- Lisandro Damián Nicanor Pérez Meyer Fri, 07 Dec 2018 09:46:37 -0300 + +qtdeclarative-opensource-src (5.11.2-3) unstable; urgency=medium + + [ Dmitry Shachnev ] + * Update symbols files from mips64r6el build log (closes: #911601). + + [ Helmut Grohne ] + * Fix FTCBFS: Annotate Build-Depends: python with :any. (Closes: #913243) + + -- Dmitry Shachnev Thu, 15 Nov 2018 12:53:51 +0300 + +qtdeclarative-opensource-src (5.11.2-2) unstable; urgency=medium + + * Upload to unstable. + + -- Dmitry Shachnev Mon, 15 Oct 2018 21:16:04 +0300 + +qtdeclarative-opensource-src (5.11.2-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build-dependencies to 5.11.2. + * Refresh fix_test_remove_qlibraryinfo.patch. + * Update debian/libqt5qml5.symbols from the current build log. + * Bump ABI version to qtdeclarative-abi-5-11-2. + * Bump Standards-Version to 4.2.1, no changes needed. + + -- Dmitry Shachnev Sun, 23 Sep 2018 11:26:37 +0300 + +qtdeclarative-opensource-src (5.11.1-6) unstable; urgency=medium + + * Backport upstream patch to fix unaligned memory access on ARM. + + -- Dmitry Shachnev Tue, 02 Oct 2018 19:12:20 +0300 + +qtdeclarative-opensource-src (5.11.1-5) unstable; urgency=medium + + * Update symbols files from buildds’ logs (closes: #906531, #907153). + * Remove unneeded command from debian/rules. + * Bump Standards-Version to 4.2.0, no changes needed. + + -- Dmitry Shachnev Sat, 25 Aug 2018 15:08:52 +0300 + +qtdeclarative-opensource-src (5.11.1-4) unstable; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 26 Jul 2018 22:09:16 -0300 + +qtdeclarative-opensource-src (5.11.1-3) unstable; urgency=medium + + * Upload to Sid. + + -- Simon Quigley Wed, 25 Jul 2018 04:49:31 -0500 + +qtdeclarative-opensource-src (5.11.1-2) experimental; urgency=medium + + * Remove the dbgsym migration section of debian/rules; it isn't needed + anymore. + * Bump the virtual ABI package to qtdeclarative-abi-5-11-0 because of + MISSING symbols. + * Update symbols from buildd logs. + + -- Simon Quigley Fri, 22 Jun 2018 14:06:24 -0500 + +qtdeclarative-opensource-src (5.11.1-1) experimental; urgency=medium + + * New upstream release. + * Bump build dependencies to 5.11.1. + * Upstream testcase_array_iteration.patch from Ubuntu. + * Remove Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch due to + it not being fixed in time. + * Refresh quilt patches. + * Update symbols from amd64 build logs. + + -- Simon Quigley Tue, 19 Jun 2018 16:26:32 -0500 + +qtdeclarative-opensource-src (5.11.0-2) experimental; urgency=medium + + [ Simon Quigley ] + * Update symbols from buildds' logs. + + [ Dmitry Shachnev ] + * Restore fix_test_remove_qlibraryinfo.patch, it is still needed. + + -- Simon Quigley Tue, 19 Jun 2018 01:02:40 -0400 + +qtdeclarative-opensource-src (5.11.0-1) experimental; urgency=medium + + [ Dmitry Shachnev ] + * Update symbols files from buildds’ logs. + * Mark some symbols as optional to fix FTBFS with GCC 8 (closes: #897842). + + [ Simon Quigley ] + * New upstream release. + * Bump build dependencies to 5.11.0. + * Add my name to the copyright for the packaging. + * Refresh patches for the new release: + - Remove reverse-applicable patches (or patches otherwise unneeded anymore): + + avoid-marking-hidden-windows-updatePending.patch + + disable_jit_on_mips.patch + + fix_test_remove_qlibraryinfo.patch + - Refresh all other patches. + * Update symbols from amd64 build logs. + + -- Simon Quigley Wed, 13 Jun 2018 02:03:31 -0500 + +qtdeclarative-opensource-src (5.10.1-4) unstable; urgency=high + + * Avoid marking hidden windows as updatePending in Gui render loop + (LP: #1761016). + - avoid-marking-hidden-windows-updatePending.patch + * Bump Standards-version to 4.1.4, no changes needed. + * Bump debhelper compat to 11, no changes needed. + * Add hardening rules in debian/rules. + + -- Simon Quigley Mon, 09 Apr 2018 18:44:03 -0500 + +qtdeclarative-opensource-src (5.10.1-3) unstable; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 07 Apr 2018 17:05:42 -0300 + +qtdeclarative-opensource-src (5.10.1-2) experimental; urgency=medium + + * Make qml-module-qttest depend on qml-module-qtquick-window2, + following upstream changes in Qt 5.10.0. + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Tue, 20 Feb 2018 17:37:32 +0300 + +qtdeclarative-opensource-src (5.10.1-1) experimental; urgency=medium + + * New upstream release. + * Refresh patches for the new release. + * Bump Qt build-dependencies to 5.10.1. + * Update Vcs fields for migration to salsa.debian.org. + * Update symbols files with 5.10.0 and current build logs. + * Install plugins.qmltypes in qml-module-qt-labs-handlers.install. + * Update debian/copyright. + * Bump qtdeclarative-abi version to 5-10-1. + + -- Dmitry Shachnev Tue, 20 Feb 2018 01:10:02 +0300 + +qtdeclarative-opensource-src (5.10.0-1) experimental; urgency=medium + + * New upstream release. + * Update debian/watch for the new tarball names. + * Drop revert_singletons_change.diff, QTBUG-64017 was fixed upstream. + * Bump Qt build-dependencies to 5.10.0. + * Use dh_auto_configure provided by debhelper. + * Refresh patches for the new release. + * Update debian/copyright. + * New packages: qml-module-qtquick-shapes, qml-module-qt-labs-handlers. + * Update symbols files from the current build logs. + * Bump qtdeclarative-abi version to 5-10-0. + * Bump Standards-Version to 4.1.3, no changes needed. + + -- Dmitry Shachnev Tue, 16 Jan 2018 18:46:39 +0300 + +qtdeclarative-opensource-src (5.9.2-3) unstable; urgency=medium + + * Bump qtdeclarative-abi version to 5-9-2. + * Update debian/libqt5qml5.symbols from buildds’ logs. + * Temporarily revert upstream commit that caused issues in some KDE apps. + * Upload to unstable. + + -- Dmitry Shachnev Thu, 26 Oct 2017 16:27:02 +0300 + +qtdeclarative-opensource-src (5.9.2-2) experimental; urgency=medium + + * Update for Qt binaries location change in qtbase 5.9.2+dfsg-3. + - Update .install files for qtdeclarative5-dev-tools, qmlscene and qml. + - Provide compatibility symlinks for the old location. + - Bump qtbase5-private-dev and qttools5-dev-tools build-dependencies. + * Bump Standards-Version to 4.1.1, stop using deprecated Priority: extra. + + -- Dmitry Shachnev Fri, 20 Oct 2017 15:14:10 +0300 + +qtdeclarative-opensource-src (5.9.2-1) experimental; urgency=medium + + * New upstream release. + * Drop patches, applied upstream: + - fix_image_source_memory_leak.patch + - rebuild-QmlDatapropertyCache-if-deleted.patch + * Refresh and rebase other patches. + * Update symbols files from the current build log. + * Bump Qt build-dependencies to 5.9.2. + * Use dh_missing instead of deprecated dh_install --fail-missing. + + -- Dmitry Shachnev Sun, 15 Oct 2017 00:17:05 +0300 + +qtdeclarative-opensource-src (5.9.1-6) unstable; urgency=medium + + * Add fix_image_source_memory_leak.patch to fix QTBUG-61754 (Closes: #874581). + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 07 Sep 2017 14:01:39 -0300 + +qtdeclarative-opensource-src (5.9.1-5) unstable; urgency=medium + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Bump qtdeclarative-abi to 5-9-1 so it matches' qtbase's versioning. Plus + it's the version we are pushing to unstable. + + [ Dmitry Shachnev ] + * Update symbols files for GCC 7 symbols changes. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 15 Aug 2017 22:09:04 -0300 + +qtdeclarative-opensource-src (5.9.1-4) experimental; urgency=medium + + * Fix QTBUG-61681 (Rebuild QQmlData::propertyCache if deleted by another + engine) by including rebuild-QmlDatapropertyCache-if-deleted.patch. + * Add my name to Uploaders. + * Bump debhelper compat to 10. + + -- Simon Quigley Wed, 02 Aug 2017 04:35:07 -0500 + +qtdeclarative-opensource-src (5.9.1-3) experimental; urgency=medium + + * Due to QTBUG-58567 we are forced to turn off JIT on mips* until + upstream solves this issue. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 31 Jul 2017 17:46:40 -0300 + +qtdeclarative-opensource-src (5.9.1-2) experimental; urgency=medium + + * Add a patch to enable JIT only on mipsel, not on mips and mips64el. + * Update symbols files from buildds’ logs. + * Bump qtxmlpatterns and qttools build-dependencies to 5.9.1. + + -- Dmitry Shachnev Wed, 05 Jul 2017 18:39:37 +0300 + +qtdeclarative-opensource-src (5.9.1-1) experimental; urgency=medium + + * New upstream release. + * Drop big_endian.patch, applied upstream. + * Refresh other patches. + * Bump qtbase build-dependencies to 5.9.1. + * Update symbols files from buildds’ logs and the current build log. + * Bump Standards-Version to 4.0.0, no changes needed. + + -- Dmitry Shachnev Sat, 01 Jul 2017 18:57:08 +0300 + +qtdeclarative-opensource-src (5.9.0-2) experimental; urgency=medium + + * Add a patch that should fix crashes on big endian systems. + * Add some new locations to fix_test_remove_qlibraryinfo.patch. + * Export QT_LOGGING_RULES when running tests, to override settings from + our new qtlogging.ini file. + * Fix a minor copyright issue, thanks to Scott Kitterman. + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Tue, 20 Jun 2017 13:43:53 +0300 + +qtdeclarative-opensource-src (5.9.0-1) experimental; urgency=medium + + [ Simon Quigley ] + * New upstream release. + * Remove qv4isel_always_export.patch as it's reverse-applicable. + * Some files were moved around and/or deleted; update the install files to + reflect that. + * Set XDG_RUNTIME_DIR in debian/rules to fix a lot of test failures. + + [ Dmitry Shachnev ] + * Rename qml-module-qtquick-sharedimage to qml-module-qt-labs-sharedimage, + following upstream (see commit 4a4a8e911cfafcff). + * Update debian/copyright. + * Mark two symbols as optional to fix build with GCC 7 (closes: #853631). + * Drop the code to symlink private QmlDevTools headers, no longer needed. + + -- Simon Quigley Wed, 07 Jun 2017 23:31:12 +0300 + +qtdeclarative-opensource-src (5.9.0~beta3-2) experimental; urgency=medium + + * Update symbols files from buildds’ logs. + * Update qv4isel_always_export.patch to the proposed patch set 2. + + -- Dmitry Shachnev Sat, 06 May 2017 15:18:33 +0300 + +qtdeclarative-opensource-src (5.9.0~beta3-1) experimental; urgency=medium + + * New upstream release. + * Backport proposed upstream fix for build failure on non-JIT archs + (qv4isel_always_export.patch). + + -- Dmitry Shachnev Sat, 06 May 2017 09:52:34 +0300 + +qtdeclarative-opensource-src (5.9.0~beta2-1) experimental; urgency=medium + + [ Simon Quigley ] + * New upstream release. + * Bump dpkg-dev build-dependency to 1.17.14, for build profiles. + * Do not build the documentation packages when the nodoc profile is enabled. + * Drop fix_tst_qqmlapplicationengine.diff as it's reverse-applicable. + * Refresh patches: + - disableopengltests.patch + - fix_test_remove_qlibraryinfo.patch + - Do-not-make-lack-of-SSE2-support-on-x86-32-fatal.patch + * Add new binary package qml-module-qtquick-sharedimage. + * Update symbols from build logs. + + [ Dmitry Shachnev ] + * Add Lintian overrides for new test JS files with long lines. + * Update debian/copyright. + + -- Dmitry Shachnev Thu, 27 Apr 2017 22:00:12 +0300 + +qtdeclarative-opensource-src (5.7.1-2) unstable; urgency=medium + + [ Dmitry Shachnev ] + * Drop obsolete Breaks/Replaces. Qt versions before 5.3.2 were never part + of a stable release (Jessie and Wheezy-backports have 5.3.2). + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Do not make lack of SSE2 support on x86-32 fatal by using Guillem Jover's + patch (Closes: #792594). Thanks Guillem! + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 02 Jan 2017 12:15:42 -0300 + +qtdeclarative-opensource-src (5.7.1-1) unstable; urgency=medium + + * New upstream final release. + * Drop revert_c9ffed92.diff, the issue has been properly fixed upstream. + * Drop fix_tags_types.diff, applied upstream. + * Bump qtbase build-dependencies to 5.7.1 final. + * Update symbols files from buildds’ logs and the current build log. + * Replace 5.7.1~20161021 with 5.7.1 in the symbols files. + + -- Dmitry Shachnev Wed, 14 Dec 2016 22:58:14 +0300 + +qtdeclarative-opensource-src (5.7.1~20161021-5) unstable; urgency=medium + + * Revert upstream commit c9ffed92a0dee0ae, which broke Qt Quick Controls. + Update the symbols files accordingly. Closes: #843250. + + -- Dmitry Shachnev Sun, 06 Nov 2016 17:01:42 +0300 + +qtdeclarative-opensource-src (5.7.1~20161021-4) unstable; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 03 Nov 2016 11:51:14 -0300 + +qtdeclarative-opensource-src (5.7.1~20161021-3) unstable; urgency=medium + + * Update symbols files from buildds’ logs. + * Upload to unstable. + + -- Dmitry Shachnev Tue, 01 Nov 2016 14:53:44 +0300 + +qtdeclarative-opensource-src (5.7.1~20161021-2) experimental; urgency=medium + + * Make tests non-fatal. We enabled test on the 5.7 round and discovered + that some of them where failing. As Dmitry Shachnev discovered this is no + regresion from 5.6 and we need to get 5.7 into testing before the + transition freeze we are making them non-fatal. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 29 Oct 2016 23:00:31 -0300 + +qtdeclarative-opensource-src (5.7.1~20161021-1) experimental; urgency=medium + + * New upstream snapshot. + * Drop the following patches, applied upstream: + - no_lifetime_dse.diff + - no_value_without_tag.diff + - fix_engine_64bits_big_endian.diff + - fix-V4-on-big-endian.patch + - use_49_address_bits.diff + - yarr_arm64.diff + * Refresh other patches. + * Bump Qt build-dependencies to 5.7.1~20161021. + * Update symbols files from buildds’ logs and from current amd64 build log. + * Update debian/copyright for file moves. + + -- Dmitry Shachnev Tue, 25 Oct 2016 10:45:32 +0300 + +qtdeclarative-opensource-src (5.7.0-7) experimental; urgency=medium + + * Backport upstream patch to fix usage of QV4::Value tags/types + (fix_tags_types.diff). + * Re-enable qqmldebugjs test, it seems to pass now. + * Migrate to automatic dbgsym packages. + + -- Dmitry Shachnev Tue, 18 Oct 2016 19:38:54 +0300 + +qtdeclarative-opensource-src (5.7.0-6) experimental; urgency=medium + + * Mark fix_tst_qqmlapplicationengine.diff as applied upstream. + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Fri, 14 Oct 2016 16:39:48 +0300 + +qtdeclarative-opensource-src (5.7.0-5) experimental; urgency=medium + + * Backport upstream patch to fix crashes on arm64 (yarr_arm64.diff). + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Fri, 07 Oct 2016 00:00:25 +0300 + +qtdeclarative-opensource-src (5.7.0-4) experimental; urgency=medium + + * Backport upstream patch to remove setTag() and setValue() methods, and + leave only setTagValue() (no_value_without_tag.diff). Without this patch + the current version of fix_engine_64bits_big_endian.diff did not make + any sense. + * Rebase fix_engine_64bits_big_endian.diff and fix-V4-on-big-endian.patch + on top of the above patch. + * Add a patch to make the qqmlapplicationengine test pass when JIT is not + available (fix_tst_qqmlapplicationengine.diff, forwarded upstream). + * Backport upstream patch to allow using 49 address bits in 64-bit mode + (use_49_address_bits.diff). This should fix issues on arm64. + * Update symbols files from amd64 build log. + + -- Dmitry Shachnev Thu, 06 Oct 2016 08:27:43 +0300 + +qtdeclarative-opensource-src (5.7.0-3) experimental; urgency=medium + + * Merge 5.6.1-10 from unstable. + * Run make check with -k flag to get as much output as possible. + * Refresh the patches. + * Update symbols files from amd64 build log. + + -- Dmitry Shachnev Sun, 02 Oct 2016 10:12:58 +0300 + +qtdeclarative-opensource-src (5.7.0-2) experimental; urgency=medium + + * Merge 5.6.1-5 from unstable; replace fix_engine_64bits_big_endian.diff + with a patch that got applied upstream. + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Thu, 21 Jul 2016 20:47:19 +0300 + +qtdeclarative-opensource-src (5.7.0-1) experimental; urgency=medium + + [ Harald Sitter ] + * New upstream release. + * Drop qml_only_release_types_if_they_arent_referenced_anymore.patch + (upstream) + * New package qml-module-qtquick-layouts (moved from qtquickcontrols) + * Update install files. + * qtdeclarative5-examples breaks/replaces qtquickcontrols5-examples because + of moved example files. + * qtdeclarative5-examples depends on the new layouts module + + [ Dmitry Shachnev ] + * Drop check_system_double-conversion.patch and libdouble-conversion-dev + build-dependency, upstream no longer uses double-conversion. + * Bump Qt build-dependencies to 5.7.0. + * Update symbols files from amd64 and i386 build logs. + * Bump qtdeclarative-abi version to 5-7-0. + * Update debian/copyright. + + -- Dmitry Shachnev Tue, 05 Jul 2016 15:53:55 +0300 + +qtdeclarative-opensource-src (5.6.1-11) unstable; urgency=medium + + * Run make check with -k flag to get as much output as possible. + * Update fix-V4-on-big-endian.patch with a fix for 32-bit big endian + architectures. + * Drop fix_engine_64bits_big_endian.diff, now redundant. + + -- Dmitry Shachnev Fri, 07 Oct 2016 10:03:28 +0300 + +qtdeclarative-opensource-src (5.6.1-10) unstable; urgency=medium + + * Do not use dbus-launch during tests running, not needed (and wrong). + * Drop useless build-dependency on libgl1-mesa-glx. + * Set LD_LIBRARY_PATH when running tests, to fix failures on buildds. + + -- Dmitry Shachnev Thu, 29 Sep 2016 11:57:15 +0300 + +qtdeclarative-opensource-src (5.6.1-9) unstable; urgency=medium + + [ Sandro Knauß ] + * Backport upstream change to fix V4 on big-endian (Closes: #836412) + (fix-V4-on-big-endian.patch; see QTBUG-55730) + (refresh fix_engine_64bits_big_endian.diff) + * Enable auto tests. + * Create patch to disable tests, that fails with xvfb + disableopengltests.patch + * Create patch to run the tests against own build binaries + fix_test_remove_qlibraryinfo.patch + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 27 Sep 2016 21:02:13 -0300 + +qtdeclarative-opensource-src (5.6.1-8) unstable; urgency=medium + + * Update symbols files with buildds' logs (Closes: #836379). + + -- Lisandro Damián Nicanor Pérez Meyer Sun, 11 Sep 2016 09:30:31 -0300 + +qtdeclarative-opensource-src (5.6.1-7) unstable; urgency=medium + + * Update libqt5qml5.symbols from buildds’ logs. + + -- Dmitry Shachnev Tue, 30 Aug 2016 14:00:17 +0300 + +qtdeclarative-opensource-src (5.6.1-6) unstable; urgency=medium + + * Backport upstream change to fix crashes when compiled with GCC 6 + (no_lifetime_dse.diff; see QTBUG-55482). + * Update symbols files from buildds’ logs. + + -- Dmitry Shachnev Mon, 29 Aug 2016 21:30:47 +0300 + +qtdeclarative-opensource-src (5.6.1-5) unstable; urgency=medium + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Update symbols files with buildds' logs (Closes: #830817). + + [ Maximiliano Curia ] + * Add new patch: fix_engine_64bits_big_endian.diff + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 19 Jul 2016 12:09:46 -0300 + +qtdeclarative-opensource-src (5.6.1-4) unstable; urgency=medium + + * Backport qml_only_release_types_if_they_arent_referenced_anymore.patch, + it solves a nasty crash. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 16 Jun 2016 10:45:18 -0300 + +qtdeclarative-opensource-src (5.6.1-3) unstable; urgency=medium + + * Update symbols files with buildd's logs so hurd can also be part of the + transition. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 14 Jun 2016 11:26:47 -0300 + +qtdeclarative-opensource-src (5.6.1-2) unstable; urgency=medium + + * Upload to unstable. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 13 Jun 2016 09:51:07 -0300 + +qtdeclarative-opensource-src (5.6.1-1) experimental; urgency=medium + + * New upstream release. + - Bump Qt build dependencies. + * Update symbols files with buildds' and current build log. + * Mark private symbols as such. + * Update Standards-Version to 3.9.8, no changes required. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 09 Jun 2016 18:12:03 -0300 + +qtdeclarative-opensource-src (5.6.0-1) experimental; urgency=medium + + * New upstream release. + * Drop the no longer needed hack to fix wrong path in pkgconfig files. + * No longer need to remove empty directories, qdoc 5.6 does not create them. + * Revert debian/watch to track final releases again. + * Update symbols files from buildds’ logs. + * Bump Qt build-dependencies to 5.6.0. + * Update debian/source/lintian-overrides to include more JavaScript files + which Lintian wrongly considers sourceless and prebuilt. + + -- Dmitry Shachnev Fri, 18 Mar 2016 17:04:55 +0100 + +qtdeclarative-opensource-src (5.6.0~rc-1) experimental; urgency=medium + + [ Dmitry Shachnev ] + * New upstream release candidate. + * Drop qml-model-qtqml-models2 transitional package. It has already been + transitional in jessie (and wheezy-backports). + * Bump Qt build-dependencies to 5.6.0~rc. + * Use recommended https URIs for Vcs fields. + * Update symbols files from buildds’ and current build logs. + * Bump Standards-Version to 3.9.7, no changes needed. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Add qt5-qmltooling-plugins as a qtdeclarative5-dev dependency, it is + required by the CMake scripts (Closes: #812893). + + -- Dmitry Shachnev Sat, 05 Mar 2016 16:41:54 +0300 + +qtdeclarative-opensource-src (5.6.0~beta-2) experimental; urgency=medium + + * Re-enable building the documentation. + * Update debian/libqt5qml5.symbols with buildds’ logs. + + -- Dmitry Shachnev Fri, 08 Jan 2016 14:56:13 +0300 + +qtdeclarative-opensource-src (5.6.0~beta-1) experimental; urgency=medium + + [ Diane Trout ] + * New upstream release. + - Bump Qt build dependencies. + * Bump qtdeclarative-abi to 5-6-0. + * Disable building documentation pending fixing Qt5.6 qdoc issues. + * Update watch file to use development_releases. (Change back after release) + * Install core QtQml qml metadata with libqt5qml5 package. + * Update qtdeclarative5-private-dev.install. + + [ Dmitry Shachnev ] + * Sort the install files. + * Remove dependency on libqt5xmlpatterns5-private-dev. The private part of + qtxmlpatterns is not used, so libqt5xmlpatterns5-dev will be enough. + * Refresh debian/patches/check_system_double-conversion.patch. + * Update the symbols files using migrate-symbols.py script. + * Update the symbols files from the current build logs for amd64 and i386. + * Stop running pkgkde-mark-private-symbols script during build. The new way + is that the maintainers run pkgkde-mark-qt5-private-symbols --write-results + after each symbols update. + * Simplify qtdeclarative5-private-dev.install using globs. + * Update qtdeclarative5-dev.install. + * Do not hardcode abi package name in libqt5quickwidgets5.lintian-overrides, + so that it still applies. + * Split the qmltooling plugins into their own qt5-qmltooling-plugins package. + + -- Dmitry Shachnev Tue, 05 Jan 2016 19:53:09 +0300 + +qtdeclarative-opensource-src (5.5.1-3) unstable; urgency=medium + + * Upload to unstable. + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 21 Oct 2015 15:55:25 -0300 + +qtdeclarative-opensource-src (5.5.1-2) experimental; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 17 Oct 2015 09:14:01 -0300 + +qtdeclarative-opensource-src (5.5.1-1) experimental; urgency=medium + + * New upstream release. + - Bump Qt build dependencies. + * Update symbols files with buildds' logs. + * Update symbols files with current build log. + * Do not ship empty directories. + * Add two lintian overrides for examples/quick/canvas/tiger/tiger.js. It is + not a minified javascript and is the preferred source of modification. + + -- Lisandro Damián Nicanor Pérez Meyer Fri, 16 Oct 2015 16:04:03 -0300 + +qtdeclarative-opensource-src (5.5.0-2) experimental; urgency=medium + + * Update symbols files with buildds’ logs. + * Symlink duplicate private headers in QtQml and QtQmlDevTools directories. + + -- Dmitry Shachnev Sat, 22 Aug 2015 11:38:09 +0300 + +qtdeclarative-opensource-src (5.5.0-1) experimental; urgency=medium + + [ Dmitry Shachnev ] + * New upstream release. + * Bump Qt build-dependencies to 5.5.0. + * Drop avoid_calling_potentially_pure-virtual_method.patch, applied upstream. + * Refresh check_system_double-conversion.patch. + * Update debian/copyright for the new version. + * Update symbols file for 5.5.0. There are some missing non-private symbols, + but they are not exposed in public APIs. + * Bump ABI version to 5-5-0. + * Mark new private symbols. + + [ Timo Jyrinki ] + * Update .install files. + + -- Dmitry Shachnev Sat, 15 Aug 2015 17:05:06 +0300 + +qtdeclarative-opensource-src (5.4.2-6) unstable; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 06 Aug 2015 12:13:38 -0300 + +qtdeclarative-opensource-src (5.4.2-5) unstable; urgency=medium + + * Update symbols files with current build log against gcc5. + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 05 Aug 2015 18:17:46 -0300 + +qtdeclarative-opensource-src (5.4.2-4) unstable; urgency=medium + + * Backport avoid_calling_potentially_pure-virtual_method.patch to avoid + crashes. Thanks Diane for the hint! + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Fri, 24 Jul 2015 14:08:32 -0300 + +qtdeclarative-opensource-src (5.4.2-3) unstable; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 23 Jun 2015 16:05:25 -0300 + +qtdeclarative-opensource-src (5.4.2-2) unstable; urgency=medium + + * Upload to unstable. + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 23 Jun 2015 10:40:41 -0300 + +qtdeclarative-opensource-src (5.4.2-1) experimental; urgency=medium + + [ Dmitry Shachnev ] + * Update debian/libqt5quick5.symbols for arm64. + * Remove all ia64-specific symbols from debian/libqt5qml5.symbols. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * New upstream release (Closes: #778257, #778359). + - Bump Qt build dependencies. + * Clear up the list in Uploaders removing people who hasn't committed to the + repo in more than a year. They can re add themselves whenever they want + (and we really hope to see you back really soon!). + * Expose HTML documentation in /usr/share/doc (Closes: #751176). + * Make libqt5qml5 recommend libgl1-mesa-glx to get QML stuff properly + rendered (Closes: #779581). + * Use pkgkde-mark-private-symbols from pkg-kde-tools 0.15.17. + * Update symbols files with current build log. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 02 Jun 2015 17:29:00 -0300 + +qtdeclarative-opensource-src (5.4.1-1) experimental; urgency=medium + + * New upstream release. + * Update debian/watch to use https://download.qt.io/. + * Bump Qt build-dependencies to 5.4.1. + * Pass -V to dh_makeshlibs, to make dpkg generate more tight + dependencies (like done in qtbase). + * Fix a typo in libqt5quickparticles5 description (closes: #771570, + thanks Davide Prina for noticing). + * debian/mark_private_symbols.sh: + - Strip out trailing colon from symbols names. + - Unmark private symbols before processing them (copied from + Lisandro's change in qtbase). + * Update symbols files: + - Mark destructors symbols missing with GCC 5 as optional + (closes: #778087). + - Update debian/libqt5quick5.symbols for 5.4.1 symbols changes. + - Bump ABI version to 5-4-1 because there is a removed symbol. + - Apply the changes from mark_private_symbols.sh update. + + -- Dmitry Shachnev Fri, 27 Feb 2015 17:44:03 +0300 + +qtdeclarative-opensource-src (5.4.0-5) experimental; urgency=medium + + * Add check_system_double-conversion.patch to use the system's library + (Closes: #778644). + - Build depend upon libdouble-conversion-dev. + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 18 Feb 2015 16:52:44 -0300 + +qtdeclarative-opensource-src (5.4.0-4) experimental; urgency=medium + + * Update symbols files with buildds’ logs. + * Enable qml-module-qtqml-statemachine package. + * Update debian/copyright. + + -- Dmitry Shachnev Sun, 28 Dec 2014 21:11:05 +0300 + +qtdeclarative-opensource-src (5.4.0-3) experimental; urgency=medium + + * Update symbols files with buildds’ logs. + + -- Dmitry Shachnev Mon, 22 Dec 2014 19:14:35 +0300 + +qtdeclarative-opensource-src (5.4.0-2) experimental; urgency=medium + + * Update symbols files with buildds’ logs. + + -- Dmitry Shachnev Thu, 18 Dec 2014 11:14:59 +0300 + +qtdeclarative-opensource-src (5.4.0-1) experimental; urgency=medium + + [ Timo Jyrinki ] + * New upstream release + * Bump build dependencies to 5.4.0 + * Add a new package qml-module-qtqml-statemachine + * Update .install files + * Bump ABI version to 5.4.0 + + [ Dmitry Shachnev ] + * Drop freebsd_registers.diff, no longer needed. + * Update debian/copyright. + * Update Vcs-Browser field to point to cgit interface. + * Bump Standards-Version to 3.9.6, no changes needed. + * Temporary disable building new qml-module-qtqml-statemachine package + to avoid blocking uploads of other Qt parts. + * Add myself to Uploaders. + * Drop no longer needed debian/source/lintian-overrides. + * Update symbols files. + + -- Dmitry Shachnev Wed, 17 Dec 2014 19:43:00 +0300 + +qtdeclarative-opensource-src (5.3.2-4) unstable; urgency=medium + + * Remove CMake files for plugins, we don't need to ship them. + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 24 Sep 2014 23:22:11 -0300 + +qtdeclarative-opensource-src (5.3.2-3) unstable; urgency=medium + + * Upload to unstable. + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Sun, 21 Sep 2014 23:55:52 -0300 + +qtdeclarative-opensource-src (5.3.2-2) experimental; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 18 Sep 2014 14:25:34 -0300 + +qtdeclarative-opensource-src (5.3.2-1) experimental; urgency=medium + + * New upstream release. + * Bump Qt build dependencies. + * Update symbols files with the current build log. + * Bump qtdeclarative-abi to 5-3-2 due to missing private symbol. + * Mark a new private symbol as such. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 16 Sep 2014 21:18:19 -0300 + +qtdeclarative-opensource-src (5.3.1-6) unstable; urgency=medium + + * Update symbols files with buildd's logs. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 06 Sep 2014 17:35:32 -0300 + +qtdeclarative-opensource-src (5.3.1-5) unstable; urgency=medium + + * Update symbols files with buildd's logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 04 Sep 2014 10:32:22 -0300 + +qtdeclarative-opensource-src (5.3.1-4) unstable; urgency=medium + + * Update symbols files with buildd's logs (Closes: 756315). + + -- Lisandro Damián Nicanor Pérez Meyer Sun, 31 Aug 2014 18:23:22 -0300 + +qtdeclarative-opensource-src (5.3.1-3) unstable; urgency=medium + + * Update symbols files with buildds' and mips64el's logs. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 30 Jun 2014 22:05:42 -0300 + +qtdeclarative-opensource-src (5.3.1-2) unstable; urgency=medium + + * Bump qtbase's build dependencies to depend upon qtbase-abi-5-3-1. + * Update symbols files with buildds' and mip64el's logs. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 28 Jun 2014 00:25:19 -0300 + +qtdeclarative-opensource-src (5.3.1-1) unstable; urgency=medium + + * New upstream release. + * Update symbols files with buildds' logs and mips64[el] logs. + * Bump Qt build depends. + * Remove v4_yarr_jit_push_pop_addressTempRegister.patch, applied upstream. + * Fix qtdeclarative5-provate-dev.install. + * Update symbols files with current log. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 26 Jun 2014 14:10:10 -0300 + +qtdeclarative-opensource-src (5.3.0-10) unstable; urgency=medium + + * Update symbols files. Again. + + -- Lisandro Damián Nicanor Pérez Meyer Fri, 20 Jun 2014 19:35:56 -0300 + +qtdeclarative-opensource-src (5.3.0-9) unstable; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 19 Jun 2014 11:40:40 -0300 + +qtdeclarative-opensource-src (5.3.0-8) unstable; urgency=medium + + * Update symbols files with buildds' and current logs (Closes: #746900). + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 17 Jun 2014 10:40:47 -0300 + +qtdeclarative-opensource-src (5.3.0-7) unstable; urgency=medium + + * Update symbols files with buildds' logs. + * Mark some new private symbols as such. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 09 Jun 2014 10:20:20 -0300 + +qtdeclarative-opensource-src (5.3.0-6) unstable; urgency=medium + + * Update symbols files with buildds' logs (Closes: #750878). + + -- Lisandro Damián Nicanor Pérez Meyer Sun, 08 Jun 2014 10:18:39 -0300 + +qtdeclarative-opensource-src (5.3.0-5) unstable; urgency=medium + + * Upload to unstable. + * Backport v4_yarr_jit_push_pop_addressTempRegister.patch to fix a bug + of the JIT compiler in arm. Thanks Scott Kitterman for pointing it out. + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 05 Jun 2014 23:53:56 -0300 + +qtdeclarative-opensource-src (5.3.0-4) experimental; urgency=medium + + [ Timo Jyrinki ] + * Move a Quick Widgets private header to qtdeclarative5-private-dev. + + [ Dmitry Shachnev ] + * Add freebsd_registers.diff to fix build failure on kFreeBSD. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 05 Jun 2014 19:01:51 -0300 + +qtdeclarative-opensource-src (5.3.0-3) experimental; urgency=medium + + * Add libqt5quickwidgets5 to qtdeclarative5-dev. + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 24 May 2014 11:01:14 -0300 + +qtdeclarative-opensource-src (5.3.0-2) experimental; urgency=medium + + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 22 May 2014 23:52:06 -0300 + +qtdeclarative-opensource-src (5.3.0-1) experimental; urgency=medium + + * New upstream release. + * Update symbols files with buildds' and current logs. + * Update header's install path. + * Bump Qt build dependencies. + * Create new binary package libqt5quickwidgets5. + - Add a symbols file for it. + - Add a lintian override for the abi virtual package. + * Do not create qml-module-qtquick-privatewidgets and + qml-module-qtquick-dialogs anymore from this source, they have been moved + to src:qtquickcontrols-opensource-src. + * Update install files. + * Simplify doc installation. We do not build the compressed doc from this + source anymore. + * Bump qtdeclarative-abi to qtdeclarative-abi-5-3-0. + * Remove qml modules transitional packages. They have already landed in + testing and they never existed in stable, so it's safe to remove them. + * Mark private symbols as such. + * Mark private symbols at build time and produce a diff so as to be able to + get the changes from build logs. + - Modify mark_private_symbols.sh. + - Run mark_private_symbols.sh from debian/rules. + * Don't override dh_builddeb, xz compression is now the default method. + * Development packages are now Arch: any and Multi-Arch: same. + * qml-model-qtqml-models2 should have been named qml-module-qtqml-models2. + Create qml-module-qtqml-models2 and make qml-model-qtqml-models2 a + transitional dummy package. + * Update debian/copyright. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 22 May 2014 02:03:52 -0300 + +qtdeclarative-opensource-src (5.2.1-5) unstable; urgency=medium + + * Rename QML modules as such, creating the proper transitional packages and + renaming the necessary files: + - qtdeclarative5-dialogs-plugin → qml-module-qtquick-dialogs. + - qtdeclarative5-folderlistmodel-plugin → + qml-module-qt-labs-folderlistmodel. + - qtdeclarative5-localstorage-plugin → qml-module-qtquick-localstorage. + - qtdeclarative5-models-plugin → qml-model-qtqml-models2. + - qtdeclarative5-particles-plugin → qml-module-qtquick-particles2. + - qtdeclarative5-privatewidgets-plugin → + qml-module-qtquick-privatewidgets. + - qtdeclarative5-qtquick2-plugin → qml-module-qtquick2. + - qtdeclarative5-settings-plugin → qml-module-qt-labs-settings. + - qtdeclarative5-test-plugin → qml-module-qttest. + - qtdeclarative5-window-plugin → qml-module-qtquick-window2. + - qtdeclarative5-xmllistmodel-plugin → qml-module-qtquick-xmllistmodel. + * Override lintian for duplicated long description on transitional packages. + * Add qml-module-qtquick2 as qml-module-qttest dependency. + * Update symbols files with buildd's logs. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 03 Apr 2014 10:04:59 -0300 + +qtdeclarative-opensource-src (5.2.1-4) unstable; urgency=medium + + * Upload to unstable. + * Add license to mark_private_symbols.sh and corresponding entry in + debian/copyright. + * Update symbols files with buildd's logs. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 24 Mar 2014 21:45:21 -0300 + +qtdeclarative-opensource-src (5.2.1-3) experimental; urgency=medium + + [ Dmitry Shachnev ] + * Stop building qtdeclarative5-doc from this source, it will be + built from qttools-opensource-src instead. This allows us to drop + qttools5-dev-tools build-dependency and get rid of dependency loop. + * Update debian/libqt5qml5.symbols from buildds’ logs. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 11 Feb 2014 13:30:50 -0300 + +qtdeclarative-opensource-src (5.2.1-2) experimental; urgency=medium + + * Bump Qt build dependencies. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 10 Feb 2014 13:23:01 -0300 + +qtdeclarative-opensource-src (5.2.1-1) experimental; urgency=medium + + * New upstream release. + * Update symbols files with: + - buildd's logs. + - Current build. There are private simbols missing: bump qtdeclarative-abi + to 5-2-1. + - Mark private symbols as such. + * Adjust qtdeclarative5-private-dev: new file present. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 10 Feb 2014 12:35:35 -0300 + +qtdeclarative-opensource-src (5.2.0-8) unstable; urgency=medium + + * Update symbols files with buildd's logs. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 03 Feb 2014 14:28:28 -0300 + +qtdeclarative-opensource-src (5.2.0-7) unstable; urgency=medium + + * Update symbols files with buildd's logs. + + -- Lisandro Damián Nicanor Pérez Meyer Sun, 02 Feb 2014 16:37:45 -0300 + +qtdeclarative-opensource-src (5.2.0-6) unstable; urgency=medium + + [ Philip Muškovac ] + * Make qtdeclarative5-dialogs-plugin depend on + qtdeclarative5-privatewidgets-plugin, as it uses modules from that. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Upload to unstable. + * Move mkspec files to their new location. + - B-D on qtbase5-private-dev 5.2.0+dfsg-7 which changed the location. + * Update symbols files with buildd's logs. + * Update Standards-Version to 3.9.5, no changes required. + + -- Lisandro Damián Nicanor Pérez Meyer Fri, 31 Jan 2014 15:13:12 -0300 + +qtdeclarative-opensource-src (5.2.0-5) experimental; urgency=medium + + [ Dmitry Shachnev ] + * Do not hardcode the version number in qtdeclarative5-private-dev.install. + + [ Timo Jyrinki ] + * Separate the qml binary into its own package, likely to be used alone. + + [ Pino Toscano ] + * Add proper breaks/replaces for qml move. + * Install the private qmake stuff in qtdeclarative5-private-dev and not + in qtdeclarative5-dev. + * Simplify qtdeclarative5-examples.install. + * Remove the Pre-Depends on dpkg >= 1.15.6~, since that version is available + in Squeeze already. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Update symbols files with buildds' logs. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 21 Dec 2013 21:43:39 -0300 + +qtdeclarative-opensource-src (5.2.0-4) experimental; urgency=medium + + [ Dmitry Shachnev ] + * Update symbols files again. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Build depend on pkg-kde-tools >= 0.15.12~, which fixes a qptrdiff + substitution on s390x. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 19 Dec 2013 12:41:59 -0300 + +qtdeclarative-opensource-src (5.2.0-3) experimental; urgency=low + + * s390x updated it's gcc version while we where updating it's symbols. Re + update them to avoid a FTBFS. + * Also update symbols files with current build log. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 16 Dec 2013 15:43:40 -0300 + +qtdeclarative-opensource-src (5.2.0-2) experimental; urgency=medium + + [ Dmitry Shachnev ] + * Update libqt5qml5.symbols with feedback from i386, s390x and powerpc + buildds. + * Make qtdeclarative5-examples depend on all plugins used by examples. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Mark private symbols as such. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 16 Dec 2013 13:29:28 -0300 + +qtdeclarative-opensource-src (5.2.0-1) experimental; urgency=low + + [ Dmitry Shachnev ] + * New upstream release. + * Drop build-dependency on libqt5v8-5-private-dev, no longer needed. + * Add copyright information for 3rdparty code to debian/copyright. + * Update .install files. + * Add new qtdeclarative5-settings-plugin package. + * Make libqt5qml5 provide qtdeclarative-abi-5-2-0. + * Update symbols files. + * Explicitly define DEB_HOST_MULTIARCH in debian/rules. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Add python as build dependency. + * Bump other Qt build-dependecies to 5.2.0. + * Adjust install files. + * Update symbols files: + - The symbols removed were either introduced with beta1 or private symbols. + - Regenerate symbols that used to have the qreal substitution. + * Mark private symbols as such. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 14 Dec 2013 09:13:18 -0300 + +qtdeclarative-opensource-src (5.1.1-1) unstable; urgency=low + + [ Lisandro Damián Nicanor Pérez Meyer ] + * New upstream release. + * Update symbols file with buildds' logs. + * Remove fix_systemdialogs_path, applied upstream. + * Adjust examples install file. + * Update symbols files with current build. + * Tighten Qt 5 build dependencies. + + -- Lisandro Damián Nicanor Pérez Meyer Fri, 30 Aug 2013 22:09:43 -0300 + +qtdeclarative-opensource-src (5.1.0-2) unstable; urgency=low + + * Upload to unstable. + * Add missing license information for tests/auto/qml/parserstress/tests/ecma* + in debian/copyright. Thanks Scott Kitterman for the tip. + * Update symbols files. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 10 Aug 2013 21:19:34 -0300 + +qtdeclarative-opensource-src (5.1.0-1) experimental; urgency=low + + [ Timo Jyrinki ] + * New upstream release. + * Bump build dependencies to 5.1.0. + * Add new plugin packages Dialogs, Models, Private Widgets. + * Update install files. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Update watch file. + * Bump the build dependency on libqt5v8-5-private-dev to 5.1.0-2~, + as I wrongly removed the private headers in the previous version. + * Add fix_systemdialogs_path to allow installing the sistemdialogs + example binary in it's place. Upstream bug + https://bugreports.qt-project.org/browse/QTBUG-32359. + * Update symbols files. + * Mark private symbols to provide qtdeclarative-abi-5-1-0. + - Make libqt5qml5 provide qtdeclarative-abi-5-1-0. + - Add mark_private_symbols.sh to mark the symbols. + - Actually mark the symbols. + - Add lintian overrides for libqt5quickparticles5 and libqt5quick5. + * Add .qml to the list of file extensions that should not be executable. + * Check files permission in a broader path. + + -- Lisandro Damián Nicanor Pérez Meyer Thu, 11 Jul 2013 13:39:12 -0300 + +qtdeclarative-opensource-src (5.0.2-6) experimental; urgency=low + + * Update symbols files. + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 26 Jun 2013 18:29:51 -0300 + +qtdeclarative-opensource-src (5.0.2-5) experimental; urgency=low + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Make every package that ships a binary managed by qtchooser depend on it. + * Build the documentation shipped with this submodule as a build-indep task: + - Add the necessary indep build dependencies: + * qttools5-dev-tools to use qhelpgenerator. + * libqt5sql5-sqlite to generate qch doc. + - Build and create packages for qch and HTML doc formats. + * Update symbols files. + * Set qtdeclarative5-dbg as M-A same, so it can be coinstalled with other + archs debugging symbols. + + [ Timo Jyrinki ] + * Depend on libgl1-mesa-dri from the qtquick2 QML plugin + - Not depending may cause crashes due to lack of VBO support + (https://bugs.launchpad.net/bugs/1176199) + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 19 Jun 2013 21:33:20 -0300 + +qtdeclarative-opensource-src (5.0.2-4) experimental; urgency=low + + [ Pino Toscano ] + * debian/control: remove extra ${misc:Pre-Depends} from qmlscene and + qtdeclarative5-dev-tools. + * Update symbols files. + * Fix Vcs-* headers. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Update symbols with amd64 build. + + -- Lisandro Damián Nicanor Pérez Meyer Sat, 18 May 2013 21:25:40 -0300 + +qtdeclarative-opensource-src (5.0.2-3) experimental; urgency=low + + [ Pino Toscano ] + * Update symbols files. + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Update symbols files. + + -- Lisandro Damián Nicanor Pérez Meyer Mon, 06 May 2013 14:53:19 -0300 + +qtdeclarative-opensource-src (5.0.2-2) experimental; urgency=low + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Fix wrong permissions of examples. + + [ Pino Toscano ] + * Update symbols files. + * qtdeclarative5-localstorage-plugin: depend on libqt5sql5-sqlite, as it is + used directly. + * Remove extra ${shlibs:Depends} from qtdeclarative5-private-dev. + * Bump the libqt5v8-5-private-dev and libqt5xmlpatterns5-private-dev build + dependencies to 5.0.2~. + * rules: use $(DEB_HOST_MULTIARCH) everywhere. + + -- Lisandro Damián Nicanor Pérez Meyer Tue, 30 Apr 2013 20:45:49 -0300 + +qtdeclarative-opensource-src (5.0.2-1) experimental; urgency=low + + * Initial release. (Closes: #697509) + + -- Lisandro Damián Nicanor Pérez Meyer Sun, 21 Apr 2013 21:46:50 -0300 diff --git a/clean b/clean new file mode 100644 index 000000000..08944674d --- /dev/null +++ b/clean @@ -0,0 +1,96 @@ +.qmake.cache +.qmake.stash +bin/ +config.cache +config.log +config.opt +config.summary +config.tests/.qmake.cache +config.tests/.qmake.stash +config.tests/pointer_64bit/ +doc/ +examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/plugins.qmltypes +examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/qmldir +examples/qml/tutorials/extending-qml/chapter6-plugins/Makefile.app +examples/quick/*/*/.rcc/ +include/QtPacketProtocol/QtPacketProtocolDepends +include/QtQml/5.*/QtQml/private/qml_compile_hash_p.h +include/QtQml/5.*/QtQml/private/qqmljsgrammar_p.h +include/QtQml/5.*/QtQml/private/qqmljsparser_p.h +include/QtQml/5.*/QtQml/private/qtqml-config_p.h +include/QtQml/QtQmlDepends +include/QtQml/qtqml-config.h +include/QtQmlDebug/QtQmlDebugDepends +include/QtQmlModels/5.*/QtQmlModels/private/qtqmlmodels-config_p.h +include/QtQmlModels/QtQmlModelsDepends +include/QtQmlModels/qtqmlmodels-config.h +include/QtQmlWorkerScript/QtQmlWorkerScriptDepends +include/QtQuick/5.*/QtQuick/private/qtquick-config_p.h +include/QtQuick/QtQuickDepends +include/QtQuick/qtquick-config.h +include/QtQuickParticles/QtQuickParticlesDepends +include/QtQuickShapes/QtQuickShapesDepends +include/QtQuickTest/QtQuickTestDepends +include/QtQuickWidgets/QtQuickWidgetsDepends +lib/ +mkspecs/ +plugins/ +qml/ +src/*/*-config.h +src/*/*-config.pri +src/*/*-config_p.h +src/*/*.version +src/*/*.version.in +src/*/codeattributions.qdoc +src/*/qdoc_wrapper.sh +src/*/qmltyperegistrar_wrapper.sh +src/imports/*/qmlplugindump_wrapper.sh +src/imports/*/qmltyperegistrar_wrapper.sh +src/imports/builtins/libbuiltins.prl +src/qml/.tracegen/qtqml_tracepoints_p.h +src/qml/qml_compile_hash_p.h +src/qmldevtools/qml_compile_hash_p.h +src/qmlmodels/qtqmlmodels-config.h +src/quick/.tracegen/qtquick_tracepoints_p.h +test_root/ +tests/auto/qml/*/.rcc/ +tests/auto/qml/qmlplugindump/Makefile.tst_qmlplugindump +tests/auto/qml/qmlplugindump/data/dumper/Dummy/Makefile.dummy +tests/auto/qml/qmlplugindump/data/dumper/Dummy/libDummy.so +tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/Makefile.extendedtype +tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/libExtendedType.so +tests/auto/qml/qmlplugindump/data/dumper/Imports/Makefile.imports +tests/auto/qml/qmlplugindump/data/dumper/Imports/libImports.so +tests/auto/qml/qmlplugindump/data/dumper/Versions/Makefile.versions +tests/auto/qml/qmlplugindump/data/dumper/Versions/libVersions.so +tests/auto/qml/qmltyperegistrar/Makefile.tst_qmltyperegistrar +tests/auto/qml/qmltyperegistrar/foreign/libforeign.a +tests/auto/qml/qmltyperegistrar/foreign/libforeign.prl +tests/auto/qml/qqmlapplicationengine/Makefile.tst_qqmlapplicationengine +tests/auto/qml/qqmlmoduleplugin/Makefile.tst_qqmlmoduleplugin +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/AutoTestPluginWithQmlFile/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/AutoTestQmlMixedPluginType/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/AutoTestQmlNestedPluginType/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/AutoTestQmlPluginType.2.1/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/AutoTestQmlPluginType.2.2/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/AutoTestQmlPluginType.2/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/AutoTestQmlPluginType/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/AutoTestQmlVersionPluginType/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/InvalidFirstCommandModule/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/InvalidNamespaceModule/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/ModuleWithQmlSingleton/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/NonstrictModule/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/PreemptedStrictModule/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/PreemptiveModule/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/ProtectedModule/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/StrictModule.2/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/StrictModule/ +tests/auto/qml/qqmlmoduleplugin/imports/org/qtproject/WrongCase/ +tests/auto/qmltest/*/*.prl +tests/auto/qmltest/itemgrabber/image.png +tests/auto/qmltest/itemgrabber/image_small.png +tests/auto/qmltest/selftests/tst_grabImage_test_save.png +tests/benchmarks/qml/librarymetrics_performance/.rcc/qmake_qmake_immediate.qrc +tools/qml/qmltyperegistrar_wrapper.sh +tools/qmleasing/target_wrapper.sh +tools/qmltime/qmltyperegistrar_wrapper.sh diff --git a/control b/control new file mode 100644 index 000000000..28d1dfff8 --- /dev/null +++ b/control @@ -0,0 +1,454 @@ +Source: qtdeclarative-opensource-src +Section: libs +Priority: optional +Maintainer: Debian Qt/KDE Maintainers +Uploaders: Sune Vuorela , + Pino Toscano , + Dmitry Shachnev , + Simon Quigley +Build-Depends: debhelper-compat (= 13), + dpkg-dev (>= 1.20.0), + pkg-kde-tools (>= 0.15.17~), + python3:any, + qtbase5-private-dev (>= 5.15.15+dfsg~), + xauth , + xvfb +Build-Depends-Indep: qdoc-qt5 (>= 5.15.15~) , + qhelpgenerator-qt5 (>= 5.15.15~) , + qtattributionsscanner-qt5 (>= 5.15.15~) , + qtbase5-doc-html (>= 5.15.15+dfsg~) +Standards-Version: 4.7.0 +Homepage: https://doc.qt.io/qt-5/qmlapplications.html +Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtdeclarative.git +Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtdeclarative + +Package: libqt5qml5 +Provides: qtdeclarative-abi-5-15-15 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: libgl1, libglx-mesa0 +Suggests: qt5-qmltooling-plugins +Description: Qt 5 QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The Qt QML module provides a framework for developing applications and + libraries with the QML language. It defines and implements the language + and engine infrastructure, and provides an API to enable application + developers to extend the QML language with custom types and integrate + QML code with JavaScript and C++. + +Package: libqt5qmlmodels5 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 QML Models library + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Qt QML Models support library. + +Package: libqt5qmlworkerscript5 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 QML Worker Script library + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Qt QML Worker Script support library. + +Package: libqt5quick5 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libqt5quick5-gles +Description: Qt 5 Quick library + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + Qt Quick is a collection of technologies that are designed to help + developers create the kind of intuitive, modern, fluid user interfaces + that are increasingly used on mobile phones, media players, set-top + boxes and other portable devices. + +Package: libqt5quickparticles5 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libqt5quickparticles5-gles +Description: Qt 5 Quick particles module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Qt Quick Particles support library. + +Package: libqt5quickshapes5 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Quick Shapes module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Qt Quick Shapes support library. + +Package: libqt5quicktest5 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Quick Test library + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Qt Quick Test library for QtDeclarative module. + +Package: libqt5quickwidgets5 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Quick Widgets library + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Qt Quick Widgets library for QtDeclarative module. + +Package: qml-module-qtquick-layouts +Multi-Arch: same +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Quick Layouts QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The Qt Quick Layouts modules provides a set of layouts that can be used to + build complete interfaces in Qt Quick. + +Package: qt5-qmltooling-plugins +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: libqt5qml5 (<< 5.6.0~beta~) +Replaces: libqt5qml5 (<< 5.6.0~beta~) +Description: Qt 5 qmltooling plugins + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the qmltooling plugins. + +Package: qml-module-qt-labs-animation +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Qt.labs.animation QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This QML module contains experimental QML types related to animation. + +Package: qml-module-qt-labs-folderlistmodel +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 folderlistmodel QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The FolderListModel provides a model of the contents of a file system folder. + +Package: qml-module-qtquick-localstorage +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: libqt5sql5-sqlite, ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 localstorage QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This is a singleton type for reading and writing to SQLite databases. + +Package: qml-module-qt-labs-sharedimage +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 SharedImage QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Shared Image plugin. + +Package: qml-module-qt-labs-qmlmodels +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Qt.labs.qmlmodels QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This QML module contains experimental QML types related to data models. + +Package: qml-module-qt-labs-wavefrontmesh +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Qt.labs.wavefrontmesh QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This QML module provides a mesh based on a Wavefront .obj file. + +Package: qml-module-qtqml +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: libqt5qml5 (<< 5.14.1+dfsg-1~) +Replaces: libqt5qml5 (<< 5.14.1+dfsg-1~) +Description: Qt 5 QtQml QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This QML module contains basic QML types. + +Package: qml-module-qtqml-models2 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Models2 QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The Models provides types previously found in Qt Quick module. + +Package: qml-module-qtqml-statemachine +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 State Machine QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The State Machine QML module. + +Package: qml-module-qtqml-workerscript2 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 QML Worker Script 2 QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This QML module contains types for using worker scripts. + +Package: qml-module-qtquick-particles2 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 particles 2 QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This QML module contains a particle system for Qt Quick. + +Package: qml-module-qtquick2 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Qt Quick 2 QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Qt Quick 2 QML module for Qt declarative. + +Package: qml-module-qtquick-shapes +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 Qt Quick Shapes QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + The Shapes plugin allows adding stroked and filled paths composed of + lines, quadratic curves, cubic curves, and arcs into Qt Quick scenes. + +Package: qml-module-qt-labs-settings +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 settings QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the settings QML module for Qt declarative. + +Package: qml-module-qttest +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: qml-module-qtquick-window2, + qml-module-qtquick2, + ${misc:Depends}, + ${shlibs:Depends} +Description: Qt 5 test QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the test QML module for Qt declarative. + +Package: qml-module-qtquick-window2 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 window 2 QML module + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This QML module contains types for creating top-level windows and + accessing screen information. + +Package: qtdeclarative5-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libqt5qml5 (= ${binary:Version}), + libqt5qmlmodels5 (= ${binary:Version}), + libqt5qmlworkerscript5 (= ${binary:Version}), + libqt5quick5 (= ${binary:Version}) | libqt5quick5-gles (>= 5.15), + libqt5quickparticles5 (= ${binary:Version}) | libqt5quickparticles5-gles (>= 5.15), + libqt5quickshapes5 (= ${binary:Version}), + libqt5quicktest5 (= ${binary:Version}), + libqt5quickwidgets5 (= ${binary:Version}), + qt5-qmltooling-plugins, + qtbase5-dev | qtbase5-gles-dev, + qtdeclarative5-dev-tools, + ${misc:Depends} +Description: Qt 5 declarative development files + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the header development files for building some + Qt 5 applications using Qt 5 declarative headers. + +Package: qtdeclarative5-private-dev +Architecture: any +Multi-Arch: same +Section: libdevel +Depends: qtdeclarative5-dev (= ${binary:Version}), ${misc:Depends} +Description: Qt 5 declarative private development files + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the private header development files for building some + Qt 5 applications using Qt 5 declarative private headers. + . + Use at your own risk. + +Package: qtdeclarative5-dev-tools +Architecture: any +Multi-Arch: foreign +Section: devel +Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 declarative development programs + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the development programs used for building Qt 5 + declarative applications. + +Package: qmlscene +Architecture: any +Multi-Arch: foreign +Section: devel +Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 QML scene viewer + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the older QML viewer for Qt Quick 2. See qml package + for the newer one. + +Package: qml +Architecture: any +Multi-Arch: foreign +Section: devel +Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends} +Description: Qt 5 QML viewer + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the new QML viewer for Qt Quick 2, called simply + 'qml'. + +Package: qtdeclarative5-examples +Architecture: any +Multi-Arch: same +Section: x11 +Pre-Depends: ${misc:Pre-Depends} +Depends: qml-module-qt-labs-qmlmodels, + qml-module-qtqml-models2, + qml-module-qtquick-layouts, + qml-module-qtquick-localstorage, + qml-module-qtquick-particles2, + qml-module-qtquick-shapes, + qml-module-qttest, + ${misc:Depends}, + ${shlibs:Depends} +Breaks: qtquickcontrols5-examples (<< 5.7.0-1~) +Replaces: qtquickcontrols5-examples (<< 5.7.0-1~) +Description: Qt 5 declarative examples + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains Qt 5 declarative examples. + +Package: qtdeclarative5-doc +Build-Profiles: +Architecture: all +Section: doc +Depends: ${misc:Depends} +Description: Qt 5 declarative documentation + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the documentation for the Qt 5 declarative libraries. + +Package: qtdeclarative5-doc-html +Build-Profiles: +Architecture: all +Section: doc +Depends: ${misc:Depends} +Description: Qt 5 declarative HTML documentation + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the HTML documentation for the Qt 5 declarative + libraries. + +Package: qtdeclarative5-doc-dev +Build-Profiles: +Architecture: all +Section: libdevel +Depends: ${misc:Depends} +Breaks: qtdeclarative5-doc-html (<< 5.12.5-4~) +Replaces: qtdeclarative5-doc-html (<< 5.12.5-4~) +Description: Qt 5 declarative tags files + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the doxygen tags files for the qtdeclarative + documentation. diff --git a/copyright b/copyright new file mode 100644 index 000000000..dc6f223c9 --- /dev/null +++ b/copyright @@ -0,0 +1,964 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qtdeclarative-everywhere-src +Source: https://download.qt.io/official_releases/qt/*/submodules/ +Files-Excluded: tests/auto/qml/ecmascripttests/test262/website/scripts/lib/jquery-1.4.2.min.js + +Files: * +Copyright: 2016-2022 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: debian/* +Copyright: 2007-2012 Fathi Boudra + 2007-2012 Sune Vuorela + 2008-2012 Modestas Vainius + 2007-2009 Ana Beatriz Guerrero Lopez + 2005-2007 Brian Nelson + 2012-2013 Timo Jyrinki + 2013-2024 Dmitry Shachnev + 2018 Simon Quigley +License: LGPL-3 or GPL-2+ + +Files: *.qdoc +Copyright: 2016-2021 The Qt Company Ltd. +License: GFDL-NIV-1.3 + +Files: tests/* + tools/* +Copyright: 2016-2021 The Qt Company Ltd. +License: GPL-3 with Qt-1.0 exception + +Files: examples/* + src/qml/doc/snippets/* + src/qmlmodels/doc/snippets/* + src/qmltest/doc/snippets/* + src/qmlworkerscript/doc/snippets/* + src/quick/doc/snippets/* + tests/auto/qml/qqmllanguage/data/* + tests/auto/qml/qqmlsqldatabase/data/changeVersion.qml + tests/auto/qmltest/animatedimage/tst_animatedimage.qml + tests/auto/qmltest/animations/tst_abstractanimationjobcrash.qml + tests/auto/qmltest/fontloader/tst_fontloader.qml + tests/auto/qmltest/gradient/tst_gradient.qml + tests/auto/qmltest/image/tst_image.qml + tests/auto/qmltest/layout/* + tests/auto/qmltest/listmodel/tst_listmodel.qml + tests/auto/qmltest/listview/* + tests/auto/qmltest/objectmodel/tst_objectmodel.qml + tests/auto/qmltest/positioners/tst_positioners.qml + tests/auto/qmltest/qtbug46798/tst_qtbug46798.qml + tests/auto/qmltest/rectangle/tst_rectangle.qml + tests/auto/qmltest/text/tst_text.qml + tests/auto/qmltest/textedit/tst_textedit.qml + tests/auto/qmltest/textedit/tst_textedit_editingfinished.qml + tests/auto/qmltest/textinput/tst_textinput.qml + tests/auto/qmltest/url/tst_url.qml + tests/auto/qmltest/window/tst_clickwindow.qml + tests/auto/quick/qquickbehaviors/data/qtbug21549-2.qml + tests/auto/quick/qquickdroparea/data/* + tests/auto/quick/qquickgridview/data/attachedProperties.qml + tests/auto/quick/qquickgridview/data/margins2.qml + tests/auto/quick/qquickgridview/data/qtbug49218.qml + tests/auto/quick/qquicklayouts/data/* + tests/auto/quick/qquicklistview/data/addoncompleted.qml + tests/auto/quick/qquicklistview/data/attachedProperties.qml + tests/auto/quick/qquicklistview/data/delegateWithMouseArea2.qml + tests/auto/quick/qquicklistview/data/flickBothDirections.qml + tests/auto/quick/qquicklistview/data/moveObjectModelItemToAnotherObjectModel.qml + tests/auto/quick/qquicklistview/data/outsideViewportChangeNotAffectingView.qml + tests/auto/quick/qquicklistview/data/qtbug61537_modelChangesAsync.qml + tests/auto/quick/qquicklistview/data/qtbug_92809.qml + tests/auto/quick/qquicklistview/data/resizeAfterComponentComplete.qml + tests/auto/quick/qquicklistview/data/roundingErrors.qml + tests/auto/quick/qquicklistview/data/setpositiononlayout.qml + tests/auto/quick/qquicklistview/data/sizeTransitions.qml + tests/auto/quick/qquicklistview/data/stickyPositioning-both.qml + tests/auto/quick/qquicklistview/data/stickyPositioning-footer.qml + tests/auto/quick/qquicklistview/data/stickyPositioning-header.qml + tests/auto/quick/qquickpathview/data/* + tests/benchmarks/qml/holistic/data/largeTargets/* + tests/manual/highdpi/imageprovider.cpp + tests/manual/nodetypes/* + tests/manual/nodetypes_ng/* + tests/manual/pointer/content/MouseFeedbackSprite.qml + tests/manual/pointer/content/TouchpointFeedbackSprite.qml + tests/manual/shapestest/shapestest.qml + tests/manual/text/* + tests/manual/touch/* + tests/testapplications/animatedsprite/* + tests/testapplications/listview/* + tools/qml/conf/* +Copyright: 2016-2022 The Qt Company Ltd. +License: BSD-3-clause + +Files: tests/auto/qml/ecmascripttests/test262/* +Copyright: 2012-2017 Ecma International + 1998 Robert D. Cameron + 2009-2011 the Sputnik authors + 2011-2012 Google Inc. + 2011-2012 Norbert Lindenberg + 2011-2018 the V8 project authors + 2012-2018 Mozilla Corporation + 2013-2017 Microsoft Corporation + 2014 Hank Yates + 2014 Ryan Lewis + 2014 Sam Mikes + 2014 Thomas Dahlstrom + 2014-2015 Cubane Canada, Inc. + 2014-2018 André Bargull + 2014-2018 Valerie Young + 2015 Zirak + 2015-2017 Caitlin Potter + 2015-2018 Jordan Harband + 2015-2018 Leonardo Balter (Leo Balter) + 2015-2018 Mike Pennisi + 2015-2018 Rick Waldron + 2016 Jeff Morrison + 2016 Tim Disney + 2016-2017 Aleksey Shvayka + 2016-2017 Apple Inc. + 2016-2017 Kevin Gibbons + 2016-2017 Mathias Bynens + 2016-2017 Robin Templeton + 2016-2018 Michael Ficarra + 2017 Caio Lima + 2017 Claude Pache + 2017 Corey Frang + 2017 Daniel Ehrenberg + 2017 Ivan Vyshnevskyi + 2017 Josh Wolfe + 2017 K. Adam White + 2017 Lucas Azzola + 2017 Lyza Danger Gardner + 2017 Michael "Z" Goddard + 2017 Tooru Fujisawa + 2017-2018 Igalia, S.L. + 2018 Amal Hussein + 2018 Shilpi Jain + 2018 Viktor Mukhachev +License: BSD-3-clause-Ecma + +Files: tests/auto/qml/ecmascripttests/test262/website/scripts/lib/jqueryprogressbar.js +Copyright: 2007 Josh Bush +License: Expat + +Files: tests/auto/qml/ecmascripttests/test262/website/scripts/lib/jquery.base64.js +Copyright: 2012 Muhammad Hussein Fattahizadeh +License: GPL-2+ + +Files: tests/auto/qml/qqmllanguage/data/singleton/RegisteredCompositeSingletonType.qml + tests/auto/qml/qqmllanguage/data/singleton/js/jspragma.js + tests/auto/qml/qqmllanguage/data/singletonTest17.qml + tests/manual/qmltypememory/TestPlugin/plugin.cpp +Copyright: 2012-2013 BlackBerry Limited (formerly Research In Motion) +License: BSD-3-clause + +Files: examples/quick/imageresponseprovider/imageresponseprovider-example.qml + examples/quick/imageresponseprovider/imageresponseprovider.cpp + tests/auto/qml/qqmlecmascript/data/singletonTest.qml + tests/auto/qml/qqmlecmascript/data/singletonTest2.qml + tests/auto/quick/qquickshadereffect/data/MyIcon.qml + tests/auto/quick/qquickshadereffect/data/twoImagesOneShaderEffect.qml +Copyright: 2013-2016 Canonical Limited and/or its subsidiary(-ies) +License: BSD-3-clause + +Files: src/qml/doc/snippets/qml/statemachine/basicstate.qml + src/qml/doc/snippets/qml/statemachine/finalstate.qml + src/qml/doc/snippets/qml/statemachine/guardcondition.qml + src/qml/doc/snippets/qml/statemachine/historystate.qml + src/qml/doc/snippets/qml/statemachine/signaltransition.qml + src/qml/doc/snippets/qml/statemachine/signaltransitionsignal.qml + src/qml/doc/snippets/qml/statemachine/simplestatemachine.qml + src/qml/doc/snippets/qml/statemachine/statemachine-button-history.qml + src/qml/doc/snippets/qml/statemachine/statemachine-button-nested-ignore-quit.qml + src/qml/doc/snippets/qml/statemachine/statemachine-button-nested.qml + src/qml/doc/snippets/qml/statemachine/statemachine-button.qml + src/qml/doc/snippets/qml/statemachine/timeouttransition.qml +Copyright: 2014 Ford Motor Company +License: BSD-3-clause + +Files: examples/quick/scenegraph/twotextureproviders/main.cpp + examples/quick/scenegraph/twotextureproviders/main.qml + examples/quick/scenegraph/twotextureproviders/xorblender.cpp + examples/quick/scenegraph/twotextureproviders/xorblender.h + src/quick/doc/snippets/qml/layerblending.qml + src/quick/doc/snippets/qml/layerwitheffect.qml + src/quick/doc/snippets/qml/opacitymask.qml +Copyright: 2014 Gunnar Sletta +License: BSD-3-clause + +Files: src/quick/doc/snippets/qml/itemGrab.qml + tests/auto/quick/qquicktext/data/lineLayoutImplicitWidth.qml +Copyright: 2014-2019 Jolla Ltd. +License: BSD-3-clause + +Files: tests/auto/quick/qquickpathview/data/qtbug37815.qml + tests/auto/quick/qquickpathview/data/qtbug53464.qml +Copyright: 2016 Netris +License: BSD-3-clause + +Files: examples/quick/imageresponseprovider/doc/src/imageresponseprovider.qdoc +Copyright: 2015 Canonical Limited and/or its subsidiary(-ies) +License: GFDL-NIV-1.3 + +Files: examples/quick/scenegraph/twotextureproviders/doc/src/twotextureproviders.qdoc +Copyright: 2014 Gunnar Sletta +License: GFDL-NIV-1.3 + +Files: src/imports/testlib/toucheventsequence.qdoc +Copyright: 2016 Jeremy Katz +License: GFDL-NIV-1.3 + +Files: tests/auto/qml/qqmlapplicationengine/testapp/main.cpp + tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp + tests/auto/qml/qqmlenginecleanup/data/TestType.qml + tests/auto/qml/qqmlenginecleanup/data/types.qml + tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.cpp + tests/auto/qml/qqmlfileselector/tst_qqmlfileselector.cpp + tests/auto/qml/qqmlinstantiator/tst_qqmlinstantiator.cpp + tests/auto/qml/qqmlnotifier/tst_qqmlnotifier.cpp + tests/auto/qml/qtqmlmodules/tst_qtqmlmodules.cpp + tests/auto/quick/qquickopenglinfo/tst_qquickopenglinfo.cpp + tests/benchmarks/qml/qquickwindow/tst_qquickwindow.cpp + tests/manual/qmltypememory/TestType.qml + tests/manual/qmltypememory/main.cpp + tests/manual/qmltypememory/main.qml + tests/manual/qmltypememory/testdriver.cpp + tests/manual/qmltypememory/testdriver.h + tools/qml/conf.h + tools/qml/main.cpp +Copyright: 2016 BlackBerry Limited (formerly Research In Motion) +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qml/qqmltypeloader/SlowImport/plugin.cpp + tests/auto/qml/qqmltypeloader/SlowImport/plugin.h + tests/auto/qml/qqmltypeloader/SlowImport/slow.cpp + tests/auto/qml/qqmltypeloader/SlowImport/slow.h + tests/auto/qml/qqmltypeloader/data/GenericView.qml + tests/auto/qml/qqmltypeloader/data/NiceView.qml + tests/auto/qml/qqmltypeloader/data/test_load_complete.qml + tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.cpp + tests/auto/qml/qqmlxmlhttprequest/data/send_patch.qml + tests/auto/quick/qquickgridview/data/negativeDisplayMargin.qml + tests/auto/quick/qquicklistview/data/negativeDisplayMargin.qml + tests/auto/quick/qquicklistview/data/proxytest.qml + tests/auto/quick/qquicklistview/proxytestinnermodel.cpp + tests/auto/quick/qquicklistview/proxytestinnermodel.h +Copyright: 2016-2017 Canonical Limited and/or its subsidiary(-ies). +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qml/qqmlinstantiator/stringmodel.h +Copyright: 2016 Dmitrii Kosarev aka Kakadu +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qml/qqmlstatemachine/data/cppsignal.qml + tests/auto/qml/qqmlstatemachine/tst_qqmlstatemachine.cpp + tests/auto/qmltest/statemachine/tst_anonymousstate.qml + tests/auto/qmltest/statemachine/tst_enumguard.qml + tests/auto/qmltest/statemachine/tst_guardcondition.qml + tests/auto/qmltest/statemachine/tst_historystate.qml + tests/auto/qmltest/statemachine/tst_initialstate.qml + tests/auto/qmltest/statemachine/tst_nestedinitialstates.qml + tests/auto/qmltest/statemachine/tst_nestedstatemachine.qml + tests/auto/qmltest/statemachine/tst_parallelmachine.qml + tests/auto/qmltest/statemachine/tst_signaltransition.qml + tests/auto/qmltest/statemachine/tst_trafficlight.qml + tests/auto/qmltest/statemachine/tst_triggeredArguments1.qml + tests/auto/qmltest/statemachine/tst_triggeredArguments2.qml +Copyright: 2016-2017 Ford Motor Company + 2017 The Qt Company +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qmltest-blacklist/animators/tst_targetdestroyed.qml + tests/auto/qmltest/shadersource/tst_DynamicallyCreatedSource.qml +Copyright: 2016 Gunnar Sletta +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qmltest-blacklist/animators/tst_mixed.qml + tests/auto/qmltest-blacklist/animators/tst_multiwindow.qml + tests/auto/qmltest-blacklist/item/tst_layerInPositioner.qml + tests/auto/qmltest/itemgrabber/tst_itemgrabber.qml + tests/auto/qmltest/shadersource/tst_DynamicallyCreated.qml + tests/auto/qmltest/shadersource/tst_SourceInOtherWindow.qml + tests/auto/qmltest/shadersource/tst_SourceItem.qml + tests/auto/qmltest/shadersource/tst_SourcedFromOtherWindow.qml + tests/auto/qmltest/stability/tst_unloadrepeater.qml + tests/auto/quick/qquickanimations/data/scriptActionCrash.qml + tests/auto/quick/qquickgridview/data/displayMargin.qml + tests/auto/quick/qquickimage/data/hugeImages.qml + tests/auto/quick/qquickitem2/data/grabToImage.qml + tests/auto/quick/qquicklistview/data/displayMargin.qml + tests/auto/quick/rendernode/data/matrix.qml + tests/auto/quick/scenegraph/data/render_ImageFiltering.qml + tests/auto/quick/scenegraph/data/render_OpacityThroughBatchRoot.qml + tests/auto/quick/scenegraph/data/render_bug37422.qml +Copyright: 2016 Jolla Ltd. +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qml/qmllint/tst_qmllint.cpp + tests/auto/quick/qquickanimations/data/animatorInvalidTargetCrash.qml + tests/benchmarks/qml/qqmlchangeset/tst_qqmlchangeset.cpp + tools/qmllint/main.cpp +Copyright: 2016-2017 Klarälvdalens Datakonsult AB, a KDAB Group company +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/quick/qquickanimatedsprite/data/runningChange.qml +Copyright: 2016 Tasuku Suzuki +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qml/qqmlvaluetypeproviders/data/changedSignal.qml + tests/auto/qml/qv4identifiertable/tst_qv4identifiertable.cpp + tests/auto/qml/qv4mm/tst_qv4mm.cpp +Copyright: 2016 basysKom GmbH, opensource@basyskom.com. +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qmltest/events/tst_touch.qml +Copyright: 2016 Jeremy Katz +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/particles/qquickparticlesystem/data/crashaffectors.qml +Copyright: 2017 reMarkable A/S +License: GPL-3 with Qt-1.0 exception + +Files: src/qml/qml/qqmlvmemetaobject.cpp + src/qml/qml/qqmlvmemetaobject_p.h + src/quick/util/qquickglobal.cpp +Copyright: 2016 BasysKom GmbH. + 2016 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/imports/models/plugin.cpp + src/qml/qml/qqmlabstracturlinterceptor.cpp + src/qml/qml/qqmlabstracturlinterceptor.h + src/qml/qml/qqmlapplicationengine.cpp + src/qml/qml/qqmlapplicationengine.h + src/qml/qml/qqmlapplicationengine_p.h + src/qml/qml/qqmlfileselector.cpp + src/qml/qml/qqmlfileselector.h + src/qml/qml/qqmlfileselector_p.h + src/qmlmodels/qqmlinstantiator.cpp + src/qmlmodels/qqmlinstantiator_p.h + src/qmlmodels/qqmlinstantiator_p_p.h + src/qmlmodels/qqmlmodelsmodule.cpp + src/qmlmodels/qqmlmodelsmodule_p.h + src/quick/items/qquickflickablebehavior_p.h +Copyright: 2016 BlackBerry Limited (formerly Research In Motion) +License: LGPL-3 or GPL-2+ + +Files: src/quick/items/qquickopenglinfo.cpp + src/quick/items/qquickopenglinfo_p.h +Copyright: 2016 BlackBerry Limited (formerly Research In Motion) + 2016 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/imports/statemachine/childrenprivate.h + src/imports/statemachine/finalstate.cpp + src/imports/statemachine/finalstate.h + src/imports/statemachine/plugin.cpp + src/imports/statemachine/signaltransition.cpp + src/imports/statemachine/signaltransition.h + src/imports/statemachine/state.cpp + src/imports/statemachine/state.h + src/imports/statemachine/statemachine.cpp + src/imports/statemachine/statemachine.h + src/imports/statemachine/timeouttransition.cpp + src/imports/statemachine/timeouttransition.h + tests/auto/quick/qquickmousearea/data/mask.qml +Copyright: 2016-2017 Ford Motor Company +License: LGPL-3 or GPL-2+ + +Files: src/qml/animations/qcontinuinganimationgroupjob.cpp + src/qml/animations/qcontinuinganimationgroupjob_p.h + src/quick/items/qquickitemgrabresult.cpp + src/quick/items/qquickitemgrabresult.h +Copyright: 2016 Jolla Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp + src/quick/scenegraph/coreapi/qsgbatchrenderer_p.h +Copyright: 2016 Jolla Ltd. + 2016 Robin Burchell + 2016 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/quick/scenegraph/qsgthreadedrenderloop.cpp +Copyright: 2016 Jolla Ltd. + 2016 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/particles/qquickparticleflatset_p.h + src/quick/scenegraph/coreapi/qsgmaterialshader_p.h + src/quick/scenegraph/coreapi/qsgnode_p.h + src/quick/scenegraph/util/qsgshadersourcebuilder.cpp + src/quick/scenegraph/util/qsgshadersourcebuilder_p.h +Copyright: 2016-2020 Klarälvdalens Datakonsult AB, a KDAB Group company +License: LGPL-3 or GPL-2+ + +Files: src/3rdparty/masm/* +Copyright: 2003-2018 Apple Inc. +License: BSD-2-clause + +Files: src/3rdparty/masm/disassembler/udis86/* +Copyright: 2002-2009 Vivek Thampi +License: BSD-2-clause + +Files: src/3rdparty/masm/disassembler/udis86/udis86_itab_holder.c +Copyright: 2012 Apple Inc. +License: BSD-2-clause + +Files: src/3rdparty/masm/disassembler/mips32/Mips32Opcode.h + src/3rdparty/masm/disassembler/mips32/Mips32Opcode.cpp + src/3rdparty/masm/disassembler/Mips32Disassembler.cpp +Copyright: 2015 Cisco Systems, Inc. +License: BSD-2-clause + +Files: src/3rdparty/masm/assembler/AssemblerBufferWithConstantPool.h +Copyright: 2009 University of Szeged +License: BSD-2-clause + +Files: src/3rdparty/masm/assembler/ARMv7Assembler.h + src/3rdparty/masm/assembler/MacroAssemblerARMv7.h +Copyright: 2009-2013 Apple Inc. + 2010 University of Szeged +License: BSD-2-clause + +Files: src/3rdparty/masm/assembler/MacroAssemblerMIPS.h +Copyright: 2008-2009 Apple Inc. + 2010 MIPS Technologies, Inc. +License: BSD-2-clause + +Files: src/3rdparty/masm/assembler/MIPSAssembler.h +Copyright: 2009 Apple Inc. + 2009 University of Szeged + 2010 MIPS Technologies, Inc. +License: BSD-2-clause + +Files: src/3rdparty/masm/wtf/ASCIICType.h + src/3rdparty/masm/wtf/SegmentedVector.h + src/3rdparty/masm/wtf/Locker.h +Copyright: 2007-2011 Apple Inc. +License: BSD-3-clause + +Files: src/3rdparty/masm/wtf/OSAllocatorIntegrity.cpp +Copyright: 2016 Rolland Dudemaine + 2016 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/3rdparty/masm/wtf/CryptographicallyRandomNumber.h +Copyright: 2008 Torch Mobile Inc. (http://www.torchmobile.com/) +License: BSD-2-clause + +Files: src/3rdparty/masm/wtf/FeatureDefines.h +Copyright: 2006-2013 Apple Inc. + 2007-2009 Torch Mobile, Inc. + 2010-2011 Research In Motion Limited. + 2013 Samsung Electronics. +License: BSD-2-clause + +Files: src/3rdparty/masm/wtf/Platform.h +Copyright: 2006-2013 Apple Inc. + 2007-2009 Torch Mobile, Inc. + 2010-2011 Research In Motion Limited. + 2018 The Qt Company Ltd. +License: BSD-2-clause + +Files: src/3rdparty/masm/wtf/Atomics.h +Copyright: 2007-2012 Apple Inc. + 2007 Justin Haygood +License: BSD-3-clause + +Files: src/3rdparty/masm/wtf/DynamicAnnotations.h +Copyright: 2011 Google Inc. +License: BSD-2-clause + +Files: src/3rdparty/masm/stubs/* + src/3rdparty/masm/config.h + src/3rdparty/masm/WeakRandom.h +Copyright: 2016-2018 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/3rdparty/masm/stubs/runtime/RegExpKey.h +Copyright: 2010 University of Szeged + 2010 Renata Hodovan +License: BSD-2-clause + +Files: src/3rdparty/masm/yarr/Yarr.h + src/3rdparty/masm/yarr/YarrInterpreter.cpp + src/3rdparty/masm/yarr/YarrPattern.cpp + src/3rdparty/masm/yarr/YarrPattern.h +Copyright: 2009-2017 Apple Inc. + 2010 Peter Varga , University of Szeged +License: BSD-2-clause + +Files: src/3rdparty/masm/yarr/YarrErrorCode.cpp + src/3rdparty/masm/yarr/YarrErrorCode.h +Copyright: 2017 Yusuke Suzuki +License: BSD-2-clause + +Files: src/qml/jsruntime/qv4estable.cpp + src/qml/jsruntime/qv4estable_p.h + src/qml/jsruntime/qv4mapiterator.cpp + src/qml/jsruntime/qv4mapiterator_p.h + src/qml/jsruntime/qv4mapobject.cpp + src/qml/jsruntime/qv4mapobject_p.h + src/qml/jsruntime/qv4setiterator.cpp + src/qml/jsruntime/qv4setiterator_p.h + src/qml/jsruntime/qv4setobject.cpp + src/qml/jsruntime/qv4setobject_p.h +Copyright: 2018 Crimson AS +License: LGPL-3 or GPL-2+ + +Files: src/qml/jsruntime/qv4arrayiterator.cpp + src/qml/jsruntime/qv4arrayiterator_p.h + src/qml/jsruntime/qv4arrayobject.cpp + src/qml/jsruntime/qv4objectproto.cpp + src/qml/jsruntime/qv4stringiterator.cpp + src/qml/qml/qqmlimport.cpp + src/qmltest/quicktestresult.cpp +Copyright: 2017-2018 Crimson AS + 2016-2018 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: examples/quick/shared/LauncherList.qml +Copyright: 2017 Crimson AS + 2017 The Qt Company Ltd. +License: BSD-3-clause + +Files: tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp + tests/auto/qmltest/selftests/tst_grabImage.qml +Copyright: 2017 Crimson AS + 2016 The Qt Company Ltd. +License: GPL-3 with Qt-1.0 exception + +Files: tests/auto/qml/parserstress/tests/ecma* +Copyright: 1998 Netscape Communications Corporation +License: MPL-1.1 and GPL-2+ and LGPL-2.1 + +Files: src/quick/doc/images/touchpoint-metrics.png +Copyright: 2016 The Qt Company Ltd. +License: CC0 + +Files: tests/manual/tableview/storagemodel/storagemodel.cpp + tests/manual/tableview/storagemodel/storagemodel.h +Copyright: 2016 The Qt Company Ltd. + 2016 Ivan Komissarov +License: BSD-3-clause + +Files: examples/quick/text/fonts/content/fonts/tarzeau_ocr_a.ttf + tests/auto/quick/qquickfontloader/data/tarzeau_ocr_a.ttf + tests/auto/qmltest/fontloader/tarzeau_ocr_a.ttf +Copyright: no copyright, author John Sauter +License: public-domain + This font has been put into public domain. +Comment: + https://sourceforge.net/projects/ocr-a-font/files/OCR-A/1.0/ + +Files: tests/testapplications/elements/content/font/Vera.ttf +Copyright: 2003 Bitstream, Inc. +License: Bitstream + +Files: tests/auto/quick/qquickfontloader/data/daniel.ttf + tests/auto/quick/qquickfontloader_static/data/font.ttf +Copyright: Daniel Midgley +License: daniel-font + This font is free for anything you'd like to do with it, commercial or not. + No need to ask -- just enjoy. +Comment: + https://www.dafont.com/daniel.font + http://goodreasonblog.com/fontery/ + +Files: tests/auto/qml/qqmllistmodelworkerscript/data/listmodel_async_sort/ListModelSort.mjs + tests/auto/qml/qqmllistmodelworkerscript/data/listmodel_async_sort/ListModelSort.qml + tests/auto/qml/qqmllistmodelworkerscript/data/listmodel_async_sort/ListModelSortWorker.mjs +Copyright: 2020 Esri +License: Apache-2.0 + +Files: tests/manual/v4/typedarrays.js +Copyright: 2013 the V8 project authors +License: BSD-3-clause + +Files: tests/manual/v4/v8-bench.js +Copyright: 2006-2012 the V8 project authors + 1996 John Maloney and Mario Wolczko + 2003-2005 Tom Wu + 2009 Oliver Hunt +License: BSD-3-clause + +License: GFDL-NIV-1.3 + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + . + On Debian systems, the complete text of the GNU Free Documentation + License version 1.3 can be found in /usr/share/common-licenses/GFDL-1.3. + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: BSD-3-clause + You may use this file under the terms of the BSD license as follows: + . + "Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + * Neither the name of The Qt Company Ltd and its Subsidiary(-ies) nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + +License: BSD-3-clause-Ecma + The <> + is protected by copyright and is being made available under the "BSD License", + included below. This Software may be subject to third party rights (rights + from parties other than Ecma International), including patent rights, and no + licenses under such third party rights are granted under this license even if + the third party concerned is a member of Ecma International. + . + SEE THE ECMA CODE OF CONDUCT IN PATENT MATTERS AVAILABLE AT + http://www.ecma-international.org/memento/codeofconduct.htm FOR INFORMATION + REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO IMPLEMENT ECMA + INTERNATIONAL STANDARDS*. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + 3. Neither the name of the authors nor Ecma International may be used to + endorse or promote products derived from this software without specific + prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE ECMA INTERNATIONAL "AS IS" AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO + EVENT SHALL ECMA INTERNATIONAL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER + IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + . + * Ecma International Standards hereafter means Ecma International Standards as + well as Ecma Technical Reports + +License: LGPL-2.1 + GNU Lesser General Public License version 2.1: + This file may be used under the terms of the GNU Lesser General Public + License version 2.1 as published by the Free Software Foundation and + appearing in the file LICENSE.LGPL included in the packaging of this + file. Please review the following information to ensure the GNU Lesser + General Public License version 2.1 requirements will be met: + http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + . + On Debian systems, the complete text of the GNU Lesser General Public License + can be found in `/usr/share/common-licenses/LGPL-2.1`. + +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3 + as published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License version 3 can be found in /usr/share/common-licenses/LGPL-3. + +License: MPL-1.1 + The contents of this file are subject to the Mozilla Public License Version + 1.1 (the "License"); you may not use this file except in compliance with + the License. + . + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + for the specific language governing rights and limitations under the + License. + . + On Debian systems, the complete text of the Mozilla Public License Version + 1.1 can be found in /usr/share/common-licenses/MPL-1.1. + +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +License: GPL-3 with Qt-1.0 exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in /usr/share/common-licenses/GPL-3. + . + The Qt Company GPL Exception 1.0 + Exception 1: + . + As a special exception you may create a larger work which contains the + output of this application and distribute that work under terms of your + choice, so long as the work is not otherwise derived from or based on + this application and so long as the work does not in itself generate + output that contains the output from this application in its original + or modified form. + . + Exception 2: + . + As a special exception, you have permission to combine this application + with Plugins licensed under the terms of your choice, to produce an + executable, and to copy and distribute the resulting executable under + the terms of your choice. However, the executable must be accompanied + by a prominent notice offering all users of the executable the entire + source code to this application, excluding the source code of the + independent modules, but including any changes you have made to this + application, under the terms of this license. + +License: CC0 + Creative Commons Zero 1.0 Universal + Statement of Purpose + . + The laws of most jurisdictions throughout the world automatically confer + exclusive Copyright and Related Rights (defined below) upon the creator and + subsequent owner(s) (each and all, an "owner") of an original work of + authorship and/or a database (each, a "Work"). + . + Certain owners wish to permanently relinquish those rights to a Work for the + purpose of contributing to a commons of creative, cultural and scientific + works ("Commons") that the public can reliably and without fear of later + claims of infringement build upon, modify, incorporate in other works, reuse + and redistribute as freely as possible in any form whatsoever and for any + purposes, including without limitation commercial purposes. These owners may + contribute to the Commons to promote the ideal of a free culture and the + further production of creative, cultural and scientific works, or to gain + reputation or greater distribution for their Work in part through the use and + efforts of others. + . + For these and/or other purposes and motivations, and without any expectation + of additional consideration or compensation, the person associating CC0 with + a Work (the "Affirmer"), to the extent that he or she is an owner of + Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to + the Work and publicly distribute the Work under its terms, with knowledge of + his or her Copyright and Related Rights in the Work and the meaning and + intended legal effect of CC0 on those rights. + . + 1. Copyright and Related Rights. A Work made available under CC0 may be + protected by copyright and related or neighboring rights ("Copyright and + Related Rights"). Copyright and Related Rights include, but are not limited + to, the following: + . + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); + iii. publicity and privacy rights pertaining to a person's image or likeness + depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + vii. other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations + thereof. + . + 2. Waiver. To the greatest extent permitted by, but not in contravention of, + applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and + unconditionally waives, abandons, and surrenders all of Affirmer's Copyright + and Related Rights and associated claims and causes of action, whether now + known or unknown (including existing as well as future claims and causes of + action), in the Work (i) in all territories worldwide, (ii) for the maximum + duration provided by applicable law or treaty (including future time + extensions), (iii) in any current or future medium and for any number of + copies, and (iv) for any purpose whatsoever, including without limitation + commercial, advertising or promotional purposes (the "Waiver"). Affirmer + makes the Waiver for the benefit of each member of the public at large and to + the detriment of Affirmer's heirs and successors, fully intending that such + Waiver shall not be subject to revocation, rescission, cancellation, + termination, or any other legal or equitable action to disrupt the quiet + enjoyment of the Work by the public as contemplated by Affirmer's express + Statement of Purpose. + . + 3. Public License Fallback. Should any part of the Waiver for any reason be + judged legally invalid or ineffective under applicable law, then the Waiver + shall be preserved to the maximum extent permitted taking into account + Affirmer's express Statement of Purpose. In addition, to the extent the + Waiver is so judged Affirmer hereby grants to each affected person a + royalty-free, non transferable, non sublicensable, non exclusive, irrevocable + and unconditional license to exercise Affirmer's Copyright and Related Rights + in the Work (i) in all territories worldwide, (ii) for the maximum duration + provided by applicable law or treaty (including future time extensions), + (iii) in any current or future medium and for any number of copies, and (iv) + for any purpose whatsoever, including without limitation commercial, + advertising or promotional purposes (the "License"). The License shall be + deemed effective as of the date CC0 was applied by Affirmer to the Work. + Should any part of the License for any reason be judged legally invalid or + ineffective under applicable law, such partial invalidity or ineffectiveness + shall not invalidate the remainder of the License, and in such case Affirmer + hereby affirms that he or she will not (i) exercise any of his or her + remaining Copyright and Related Rights in the Work or (ii) assert any + associated claims and causes of action with respect to the Work, in either + case contrary to Affirmer's express Statement of Purpose. + . + 4. Limitations and Disclaimers. + . + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or + otherwise, including without limitation warranties of title, + merchantability, fitness for a particular purpose, non infringement, or + the absence of latent or other defects, accuracy, or the present or + absence of errors, whether or not discoverable, all to the greatest + extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to this + CC0 or use of the Work. + +License: Expat + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +License: Bitstream + Permission is hereby granted, free of charge, to any person obtaining a copy + of the fonts accompanying this license ("Fonts") and associated + documentation files (the "Font Software"), to reproduce and distribute the + Font Software, including without limitation the rights to use, copy, merge, + publish, distribute, and/or sell copies of the Font Software, and to permit + persons to whom the Font Software is furnished to do so, subject to the + following conditions: + . + The above copyright and trademark notices and this permission notice shall + be included in all copies of one or more of the Font Software typefaces. + . + The Font Software may be modified, altered, or added to, and in particular + the designs of glyphs or characters in the Fonts may be modified and + additional glyphs or characters may be added to the Fonts, only if the fonts + are renamed to names not containing either the words "Bitstream" or the word + "Vera". + . + This License becomes null and void to the extent applicable to Fonts or Font + Software that has been modified and is distributed under the "Bitstream + Vera" names. + . + The Font Software may be sold as part of a larger software package but no + copy of one or more of the Font Software typefaces may be sold by itself. + . + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, + TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME + FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING + ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF + THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE + FONT SOFTWARE. + . + Except as contained in this notice, the names of Gnome, the Gnome + Foundation, and Bitstream Inc., shall not be used in advertising or + otherwise to promote the sale, use or other dealings in this Font Software + without prior written authorization from the Gnome Foundation or Bitstream + Inc., respectively. For further information, contact: fonts at gnome dot + org. + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the complete text of the Apache License 2.0 can + be found in /usr/share/common-licenses/Apache-2.0. diff --git a/libqt5qml5.install b/libqt5qml5.install new file mode 100644 index 000000000..a348bd548 --- /dev/null +++ b/libqt5qml5.install @@ -0,0 +1,2 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt5Qml.so.* +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/builtins.qmltypes diff --git a/libqt5qml5.symbols b/libqt5qml5.symbols new file mode 100644 index 000000000..d8ce314d5 --- /dev/null +++ b/libqt5qml5.symbols @@ -0,0 +1,1292 @@ +# SymbolsHelper-Confirmed: 5.15.15 amd64 i386 +libQt5Qml.so.5 libqt5qml5 #MINVER# +| libqt5qml5 #MINVER#, qtdeclarative-abi-5-15-15 +* Build-Depends-Packages: qtdeclarative5-dev, qtdeclarative5-private-dev + Qt_5.0@Qt_5.0 5.6.0~beta + Qt_5.10@Qt_5.10 5.10.0 + Qt_5.11@Qt_5.11 5.11.0 + Qt_5.12@Qt_5.12 5.12.0 + Qt_5.13@Qt_5.13 5.14.1 + Qt_5.14@Qt_5.14 5.14.1 + Qt_5.15@Qt_5.15 5.15.1 + Qt_5.1@Qt_5.1 5.6.0~beta + Qt_5.2@Qt_5.2 5.6.0~beta + Qt_5.3@Qt_5.3 5.6.0~beta + Qt_5.4@Qt_5.4 5.6.0~beta + Qt_5.5@Qt_5.5 5.6.0~beta + Qt_5.6@Qt_5.6 5.6.0~beta + Qt_5.7@Qt_5.7 5.7.0 + Qt_5.8@Qt_5.8 5.9.0~beta + Qt_5.9@Qt_5.9 5.9.0~beta + Qt_5@Qt_5 5.6.0~beta + (symver)Qt_5_PRIVATE_API 0 1 + _Z10qmlContextPK7QObject@Qt_5 5.0.2 + _Z16qmlProtectModulePKci@Qt_5 5.2.0~beta1 + _Z17qmlRegisterModulePKcii@Qt_5 5.9.0~beta + _Z18QQml_colorProviderv@Qt_5 5.0.2 + _Z18qmlExecuteDeferredP7QObject@Qt_5 5.0.2 + _Z24qml_register_types_QtQmlv@Qt_5 5.15.1 + _Z25qmlClearTypeRegistrationsv@Qt_5 5.1.0 + _Z27qmlAttachedPropertiesObjectPiPK7QObjectPK11QMetaObjectb@Qt_5 5.0.2 + _Z27qmlRegisterTypeNotAvailablePKciiS0_RK7QString@Qt_5 5.0.2 + _Z31qmlAttachedPropertiesObjectByIdiPK7QObjectb@Qt_5 5.0.2 + _Z32qmlRegisterUncreatableMetaObjectRK11QMetaObjectPKciiS3_RK7QString@Qt_5 5.9.0~beta + _Z9qjsEnginePK7QObject@Qt_5 5.5.0 + _Z9qmlEnginePK7QObject@Qt_5 5.0.2 + _Z9qmlTypeIdPKciiS0_@Qt_5 5.12.2 + (optional=templinst)_ZGVZN9QMetaType17registerConverterI8QJSValue11QStringListPFS2_RKS1_EEEbT1_E1f@Qt_5 5.4.0 + (optional=templinst)_ZGVZN9QMetaType17registerConverterI8QJSValue4QMapI7QString8QVariantEPFS5_RKS1_EEEbT1_E1f@Qt_5 5.4.0 + (optional=templinst)_ZGVZN9QMetaType17registerConverterI8QJSValue5QListI8QVariantEPFS4_RKS1_EEEbT1_E1f@Qt_5 5.4.0 + _ZGVZN9QMetaType17registerConverterI8QJSValueN17QtMetaTypePrivate23QSequentialIterableImplEPFS3_RKS1_EEEbT1_E1f@Qt_5 5.14.1 + _ZN10QQmlEngine10setBaseUrlERK4QUrl@Qt_5 5.0.2 + _ZN10QQmlEngine11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN10QQmlEngine11qt_metacastEPKc@Qt_5 5.0.2 + _ZN10QQmlEngine11retranslateEv@Qt_5 5.10.0 + _ZN10QQmlEngine12importPluginERK7QStringS2_P5QListI9QQmlErrorE@Qt_5 5.0.2 + _ZN10QQmlEngine13addImportPathERK7QString@Qt_5 5.0.2 + _ZN10QQmlEngine13addPluginPathERK7QString@Qt_5 5.0.2 + _ZN10QQmlEngine14addNamedBundleERK7QStringS2_@Qt_5 5.0.2 + _ZN10QQmlEngine15objectOwnershipEP7QObject@Qt_5 5.0.2 + _ZN10QQmlEngine16addImageProviderERK7QStringP21QQmlImageProviderBase@Qt_5 5.0.2 + _ZN10QQmlEngine16contextForObjectEPK7QObject@Qt_5 5.0.2 + _ZN10QQmlEngine16staticMetaObjectE@Qt_5 5.0.2 + _ZN10QQmlEngine17setImportPathListERK11QStringList@Qt_5 5.0.2 + _ZN10QQmlEngine17setPluginPathListERK11QStringList@Qt_5 5.0.2 + _ZN10QQmlEngine17setUrlInterceptorEP26QQmlAbstractUrlInterceptor@Qt_5 5.1.0 + (optional=templinst)_ZN10QQmlEngine17singletonInstanceI8QJSValueEET_i@Qt_5 5.12.2 + _ZN10QQmlEngine18setObjectOwnershipEP7QObjectNS_15ObjectOwnershipE@Qt_5 5.0.2 + _ZN10QQmlEngine18trimComponentCacheEv@Qt_5 5.0.2 + _ZN10QQmlEngine19clearComponentCacheEv@Qt_5 5.0.2 + _ZN10QQmlEngine19removeImageProviderERK7QString@Qt_5 5.0.2 + _ZN10QQmlEngine19setContextForObjectEP7QObjectP11QQmlContext@Qt_5 5.0.2 + _ZN10QQmlEngine21setOfflineStoragePathERK7QString@Qt_5 5.0.2 + _ZN10QQmlEngine23setIncubationControllerEP24QQmlIncubationController@Qt_5 5.0.2 + _ZN10QQmlEngine30setNetworkAccessManagerFactoryEP31QQmlNetworkAccessManagerFactory@Qt_5 5.0.2 + _ZN10QQmlEngine32setOutputWarningsToStandardErrorEb@Qt_5 5.0.2 + _ZN10QQmlEngine4exitEi@Qt_5 5.9.0~beta + _ZN10QQmlEngine4quitEv@Qt_5 5.0.2 + _ZN10QQmlEngine5eventEP6QEvent@Qt_5 5.0.2 + _ZN10QQmlEngine8warningsERK5QListI9QQmlErrorE@Qt_5 5.0.2 + _ZN10QQmlEngineC1EP7QObject@Qt_5 5.0.2 + _ZN10QQmlEngineC2EP7QObject@Qt_5 5.0.2 + _ZN10QQmlEngineD0Ev@Qt_5 5.0.2 + _ZN10QQmlEngineD1Ev@Qt_5 5.0.2 + _ZN10QQmlEngineD2Ev@Qt_5 5.0.2 + _ZN11QQmlContext10setBaseUrlERK4QUrl@Qt_5 5.0.2 + _ZN11QQmlContext11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN11QQmlContext11qt_metacastEPKc@Qt_5 5.0.2 + _ZN11QQmlContext11resolvedUrlERK4QUrl@Qt_5 5.0.2 + _ZN11QQmlContext16setContextObjectEP7QObject@Qt_5 5.0.2 + _ZN11QQmlContext16staticMetaObjectE@Qt_5 5.0.2 + _ZN11QQmlContext18setContextPropertyERK7QStringP7QObject@Qt_5 5.0.2 + _ZN11QQmlContext18setContextPropertyERK7QStringRK8QVariant@Qt_5 5.0.2 + _ZN11QQmlContext20setContextPropertiesERK7QVectorINS_12PropertyPairEE@Qt_5 5.11.0 + _ZN11QQmlContextC1EP10QQmlEngineP7QObject@Qt_5 5.0.2 + _ZN11QQmlContextC1EP10QQmlEngineb@Qt_5 5.0.2 + _ZN11QQmlContextC1EPS_P7QObject@Qt_5 5.0.2 + _ZN11QQmlContextC2EP10QQmlEngineP7QObject@Qt_5 5.0.2 + _ZN11QQmlContextC2EP10QQmlEngineb@Qt_5 5.0.2 + _ZN11QQmlContextC2EPS_P7QObject@Qt_5 5.0.2 + _ZN11QQmlContextD0Ev@Qt_5 5.0.2 + _ZN11QQmlContextD1Ev@Qt_5 5.0.2 + _ZN11QQmlContextD2Ev@Qt_5 5.0.2 + _ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPv@Qt_5 5.0.2 + (subst)_ZN11QQmlPrivate13qmlunregisterENS_16RegistrationTypeE{quintptr}@Qt_5 5.14.1 + _ZN11QQmlPrivate24RegisterSingletonFunctorclEP10QQmlEngineP9QJSEngine@Qt_5 5.14.1 + (optional=templinst)_ZN11QQmlPrivate27qmlRegisterTypeAndRevisionsI20QQmlTypeNotAvailablevEEvPKciPK11QMetaObject@Qt_5 5.15.1 + _ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject@Qt_5 5.0.2 + _ZN12QQmlProperty4readEPK7QObjectRK7QString@Qt_5 5.0.2 + _ZN12QQmlProperty4readEPK7QObjectRK7QStringP10QQmlEngine@Qt_5 5.0.2 + _ZN12QQmlProperty4readEPK7QObjectRK7QStringP11QQmlContext@Qt_5 5.0.2 + _ZN12QQmlProperty5writeEP7QObjectRK7QStringRK8QVariant@Qt_5 5.0.2 + _ZN12QQmlProperty5writeEP7QObjectRK7QStringRK8QVariantP10QQmlEngine@Qt_5 5.0.2 + _ZN12QQmlProperty5writeEP7QObjectRK7QStringRK8QVariantP11QQmlContext@Qt_5 5.0.2 + _ZN12QQmlPropertyC1EP7QObject@Qt_5 5.0.2 + _ZN12QQmlPropertyC1EP7QObjectP10QQmlEngine@Qt_5 5.0.2 + _ZN12QQmlPropertyC1EP7QObjectP11QQmlContext@Qt_5 5.0.2 + _ZN12QQmlPropertyC1EP7QObjectRK7QString@Qt_5 5.0.2 + _ZN12QQmlPropertyC1EP7QObjectRK7QStringP10QQmlEngine@Qt_5 5.0.2 + _ZN12QQmlPropertyC1EP7QObjectRK7QStringP11QQmlContext@Qt_5 5.0.2 + _ZN12QQmlPropertyC1ERKS_@Qt_5 5.0.2 + _ZN12QQmlPropertyC1Ev@Qt_5 5.0.2 + _ZN12QQmlPropertyC2EP7QObject@Qt_5 5.0.2 + _ZN12QQmlPropertyC2EP7QObjectP10QQmlEngine@Qt_5 5.0.2 + _ZN12QQmlPropertyC2EP7QObjectP11QQmlContext@Qt_5 5.0.2 + _ZN12QQmlPropertyC2EP7QObjectRK7QString@Qt_5 5.0.2 + _ZN12QQmlPropertyC2EP7QObjectRK7QStringP10QQmlEngine@Qt_5 5.0.2 + _ZN12QQmlPropertyC2EP7QObjectRK7QStringP11QQmlContext@Qt_5 5.0.2 + _ZN12QQmlPropertyC2ERKS_@Qt_5 5.0.2 + _ZN12QQmlPropertyC2Ev@Qt_5 5.0.2 + _ZN12QQmlPropertyD1Ev@Qt_5 5.0.2 + _ZN12QQmlPropertyD2Ev@Qt_5 5.0.2 + _ZN12QQmlPropertyaSERKS_@Qt_5 5.0.2 + _ZN13QQmlComponent11beginCreateEP11QQmlContext@Qt_5 5.0.2 + _ZN13QQmlComponent11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN13QQmlComponent11qt_metacastEPKc@Qt_5 5.0.2 + _ZN13QQmlComponent12createObjectEP14QQmlV4Function@Qt_5 5.2.0~beta1 + _ZN13QQmlComponent13statusChangedENS_6StatusE@Qt_5 5.0.2 + _ZN13QQmlComponent14completeCreateEv@Qt_5 5.0.2 + _ZN13QQmlComponent14incubateObjectEP14QQmlV4Function@Qt_5 5.2.0~beta1 + _ZN13QQmlComponent15progressChangedEd@Qt_5 5.2.0 + _ZN13QQmlComponent16staticMetaObjectE@Qt_5 5.0.2 + _ZN13QQmlComponent20setInitialPropertiesEP7QObjectRK4QMapI7QString8QVariantE@Qt_5 5.14.1 + _ZN13QQmlComponent21qmlAttachedPropertiesEP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponent27createWithInitialPropertiesERK4QMapI7QString8QVariantEP11QQmlContext@Qt_5 5.14.1 + _ZN13QQmlComponent6createEP11QQmlContext@Qt_5 5.0.2 + _ZN13QQmlComponent6createER13QQmlIncubatorP11QQmlContextS3_@Qt_5 5.0.2 + _ZN13QQmlComponent7loadUrlERK4QUrl@Qt_5 5.0.2 + _ZN13QQmlComponent7loadUrlERK4QUrlNS_15CompilationModeE@Qt_5 5.0.2 + _ZN13QQmlComponent7setDataERK10QByteArrayRK4QUrl@Qt_5 5.0.2 + _ZN13QQmlComponentC1EP10QQmlEngineP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC1EP10QQmlEngineRK4QUrlNS_15CompilationModeEP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC1EP10QQmlEngineRK4QUrlP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC1EP10QQmlEngineRK7QStringNS_15CompilationModeEP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC1EP10QQmlEngineRK7QStringP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC1EP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC2EP10QQmlEngineP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC2EP10QQmlEngineRK4QUrlNS_15CompilationModeEP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC2EP10QQmlEngineRK4QUrlP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC2EP10QQmlEngineRK7QStringNS_15CompilationModeEP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC2EP10QQmlEngineRK7QStringP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentC2EP7QObject@Qt_5 5.0.2 + _ZN13QQmlComponentD0Ev@Qt_5 5.0.2 + _ZN13QQmlComponentD1Ev@Qt_5 5.0.2 + _ZN13QQmlComponentD2Ev@Qt_5 5.0.2 + _ZN13QQmlIncubator13statusChangedENS_6StatusE@Qt_5 5.0.2 + _ZN13QQmlIncubator15forceCompletionEv@Qt_5 5.0.2 + _ZN13QQmlIncubator15setInitialStateEP7QObject@Qt_5 5.0.2 + _ZN13QQmlIncubator20setInitialPropertiesERK4QMapI7QString8QVariantE@Qt_5 5.15.1 + _ZN13QQmlIncubator5clearEv@Qt_5 5.0.2 + _ZN13QQmlIncubatorC1ENS_14IncubationModeE@Qt_5 5.0.2 + _ZN13QQmlIncubatorC2ENS_14IncubationModeE@Qt_5 5.0.2 + _ZN13QQmlIncubatorD0Ev@Qt_5 5.0.2 + _ZN13QQmlIncubatorD1Ev@Qt_5 5.0.2 + _ZN13QQmlIncubatorD2Ev@Qt_5 5.0.2 + _ZN14QQmlExpression10clearErrorEv@Qt_5 5.0.2 + _ZN14QQmlExpression11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN14QQmlExpression11qt_metacastEPKc@Qt_5 5.0.2 + _ZN14QQmlExpression12valueChangedEv@Qt_5 5.0.2 + _ZN14QQmlExpression13setExpressionERK7QString@Qt_5 5.0.2 + _ZN14QQmlExpression16staticMetaObjectE@Qt_5 5.0.2 + _ZN14QQmlExpression17setSourceLocationERK7QStringii@Qt_5 5.0.2 + _ZN14QQmlExpression23setNotifyOnValueChangedEb@Qt_5 5.0.2 + _ZN14QQmlExpression8evaluateEPb@Qt_5 5.0.2 + _ZN14QQmlExpressionC1EP11QQmlContextP7QObjectRK7QStringS3_@Qt_5 5.0.2 + _ZN14QQmlExpressionC1ERK16QQmlScriptStringP11QQmlContextP7QObjectS6_@Qt_5 5.0.2 + _ZN14QQmlExpressionC1Ev@Qt_5 5.0.2 + _ZN14QQmlExpressionC2EP11QQmlContextP7QObjectRK7QStringS3_@Qt_5 5.0.2 + _ZN14QQmlExpressionC2ERK16QQmlScriptStringP11QQmlContextP7QObjectS6_@Qt_5 5.0.2 + _ZN14QQmlExpressionC2Ev@Qt_5 5.0.2 + _ZN14QQmlExpressionD0Ev@Qt_5 5.0.2 + _ZN14QQmlExpressionD1Ev@Qt_5 5.0.2 + _ZN14QQmlExpressionD2Ev@Qt_5 5.0.2 + _ZN15QQmlPropertyMap11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN15QQmlPropertyMap11qt_metacastEPKc@Qt_5 5.0.2 + _ZN15QQmlPropertyMap11updateValueERK7QStringRK8QVariant@Qt_5 5.0.2 + _ZN15QQmlPropertyMap12valueChangedERK7QStringRK8QVariant@Qt_5 5.0.2 + _ZN15QQmlPropertyMap16staticMetaObjectE@Qt_5 5.0.2 + _ZN15QQmlPropertyMap5clearERK7QString@Qt_5 5.0.2 + _ZN15QQmlPropertyMap6insertERK7QStringRK8QVariant@Qt_5 5.0.2 + _ZN15QQmlPropertyMapC1EP7QObject@Qt_5 5.0.2 + _ZN15QQmlPropertyMapC1EPK11QMetaObjectP7QObject@Qt_5 5.10.0 + _ZN15QQmlPropertyMapC2EP7QObject@Qt_5 5.0.2 + _ZN15QQmlPropertyMapC2EPK11QMetaObjectP7QObject@Qt_5 5.10.0 + _ZN15QQmlPropertyMapD0Ev@Qt_5 5.0.2 + _ZN15QQmlPropertyMapD1Ev@Qt_5 5.0.2 + _ZN15QQmlPropertyMapD2Ev@Qt_5 5.0.2 + _ZN15QQmlPropertyMapixERK7QString@Qt_5 5.0.2 + _ZN16QJSValueIterator4nextEv@Qt_5 5.0.2 + _ZN16QJSValueIteratorC1ERK8QJSValue@Qt_5 5.0.2 + _ZN16QJSValueIteratorC2ERK8QJSValue@Qt_5 5.0.2 + _ZN16QJSValueIteratorD1Ev@Qt_5 5.0.2 + _ZN16QJSValueIteratorD2Ev@Qt_5 5.0.2 + _ZN16QJSValueIteratoraSER8QJSValue@Qt_5 5.0.2 + _ZN16QQmlFileSelector11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.2.0~beta1 + _ZN16QQmlFileSelector11qt_metacastEPKc@Qt_5 5.2.0~beta1 + _ZN16QQmlFileSelector11setSelectorEP13QFileSelector@Qt_5 5.2.0~beta1 + _ZN16QQmlFileSelector16staticMetaObjectE@Qt_5 5.2.0~beta1 + _ZN16QQmlFileSelector17setExtraSelectorsER11QStringList@Qt_5 5.2.0~rc1 + _ZN16QQmlFileSelector17setExtraSelectorsERK11QStringList@Qt_5 5.4.0 + _ZN16QQmlFileSelector3getEP10QQmlEngine@Qt_5 5.2.0~rc1 + _ZN16QQmlFileSelectorC1EP10QQmlEngineP7QObject@Qt_5 5.2.0~rc1 + _ZN16QQmlFileSelectorC2EP10QQmlEngineP7QObject@Qt_5 5.2.0~rc1 + _ZN16QQmlFileSelectorD0Ev@Qt_5 5.2.0~beta1 + _ZN16QQmlFileSelectorD1Ev@Qt_5 5.2.0~beta1 + _ZN16QQmlFileSelectorD2Ev@Qt_5 5.2.0~beta1 + _ZN16QQmlParserStatusC1Ev@Qt_5 5.0.2 + _ZN16QQmlParserStatusC2Ev@Qt_5 5.0.2 + _ZN16QQmlParserStatusD0Ev@Qt_5 5.0.2 + _ZN16QQmlParserStatusD1Ev@Qt_5 5.0.2 + _ZN16QQmlParserStatusD2Ev@Qt_5 5.0.2 + _ZN16QQmlScriptStringC1ERK7QStringP11QQmlContextP7QObject@Qt_5 5.0.2 + _ZN16QQmlScriptStringC1ERKS_@Qt_5 5.0.2 + _ZN16QQmlScriptStringC1Ev@Qt_5 5.0.2 + _ZN16QQmlScriptStringC2ERK7QStringP11QQmlContextP7QObject@Qt_5 5.0.2 + _ZN16QQmlScriptStringC2ERKS_@Qt_5 5.0.2 + _ZN16QQmlScriptStringC2Ev@Qt_5 5.0.2 + _ZN16QQmlScriptStringD1Ev@Qt_5 5.0.2 + _ZN16QQmlScriptStringD2Ev@Qt_5 5.0.2 + _ZN16QQmlScriptStringaSERKS_@Qt_5 5.0.2 + _ZN17QQmlListReferenceC1EP7QObjectPKcP10QQmlEngine@Qt_5 5.0.2 + _ZN17QQmlListReferenceC1ERKS_@Qt_5 5.0.2 + _ZN17QQmlListReferenceC1Ev@Qt_5 5.0.2 + _ZN17QQmlListReferenceC2EP7QObjectPKcP10QQmlEngine@Qt_5 5.0.2 + _ZN17QQmlListReferenceC2ERKS_@Qt_5 5.0.2 + _ZN17QQmlListReferenceC2Ev@Qt_5 5.0.2 + _ZN17QQmlListReferenceD1Ev@Qt_5 5.0.2 + _ZN17QQmlListReferenceD2Ev@Qt_5 5.0.2 + _ZN17QQmlListReferenceaSERKS_@Qt_5 5.0.2 + _ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN19QQmlExtensionPlugin11qt_metacastEPKc@Qt_5 5.0.2 + _ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc@Qt_5 5.0.2 + _ZN19QQmlExtensionPlugin16staticMetaObjectE@Qt_5 5.0.2 + _ZN19QQmlExtensionPluginC1EP7QObject@Qt_5 5.0.2 + _ZN19QQmlExtensionPluginC2EP7QObject@Qt_5 5.0.2 + _ZN19QQmlExtensionPluginD0Ev@Qt_5 5.0.2 + _ZN19QQmlExtensionPluginD1Ev@Qt_5 5.0.2 + _ZN19QQmlExtensionPluginD2Ev@Qt_5 5.0.2 + _ZN20QQmlDebuggingEnabler11setServicesERK11QStringList@Qt_5 5.7.0 + _ZN20QQmlDebuggingEnabler16debuggerServicesEv@Qt_5 5.7.0 + _ZN20QQmlDebuggingEnabler16profilerServicesEv@Qt_5 5.7.0 + _ZN20QQmlDebuggingEnabler17inspectorServicesEv@Qt_5 5.7.0 + _ZN20QQmlDebuggingEnabler19startDebugConnectorERK7QStringRK5QHashIS0_8QVariantE@Qt_5 5.7.0 + _ZN20QQmlDebuggingEnabler19startTcpDebugServerEiNS_9StartModeERK7QString@Qt_5 5.5.0 + _ZN20QQmlDebuggingEnabler22connectToLocalDebuggerERK7QStringNS_9StartModeE@Qt_5 5.6.0~beta + _ZN20QQmlDebuggingEnabler22nativeDebuggerServicesEv@Qt_5 5.9.0~beta + _ZN20QQmlDebuggingEnablerC1Eb@Qt_5 5.0.2 + _ZN20QQmlDebuggingEnablerC2Eb@Qt_5 5.0.2 + _ZN20QQmlStringConverters14dateFromStringERK7QStringPb@Qt_5 5.0.2 + _ZN20QQmlStringConverters14rgbaFromStringERK7QStringPb@Qt_5 5.0.2 + _ZN20QQmlStringConverters14timeFromStringERK7QStringPb@Qt_5 5.0.2 + _ZN20QQmlStringConverters15colorFromStringERK7QStringPb@Qt_5 5.0.2 + _ZN20QQmlStringConverters15rectFFromStringERK7QStringPb@Qt_5 5.0.2 + _ZN20QQmlStringConverters15sizeFFromStringERK7QStringPb@Qt_5 5.0.2 + (subst)_ZN20QQmlStringConverters16createFromStringEiRK7QStringPv{size_t}@Qt_5 5.14.1 + _ZN20QQmlStringConverters16pointFFromStringERK7QStringPb@Qt_5 5.0.2 + _ZN20QQmlStringConverters17variantFromStringERK7QString@Qt_5 5.0.2 + _ZN20QQmlStringConverters17variantFromStringERK7QStringiPb@Qt_5 5.0.2 + _ZN20QQmlStringConverters18dateTimeFromStringERK7QStringPb@Qt_5 5.0.2 + _ZN21QQmlApplicationEngine11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.1.0 + _ZN21QQmlApplicationEngine11qt_metacastEPKc@Qt_5 5.1.0 + _ZN21QQmlApplicationEngine11rootObjectsEv@Qt_5 5.1.0 + _ZN21QQmlApplicationEngine13objectCreatedEP7QObjectRK4QUrl@Qt_5 5.1.0 + _ZN21QQmlApplicationEngine16staticMetaObjectE@Qt_5 5.1.0 + _ZN21QQmlApplicationEngine20setInitialPropertiesERK4QMapI7QString8QVariantE@Qt_5 5.14.1 + _ZN21QQmlApplicationEngine4loadERK4QUrl@Qt_5 5.1.0 + _ZN21QQmlApplicationEngine4loadERK7QString@Qt_5 5.1.0 + _ZN21QQmlApplicationEngine8loadDataERK10QByteArrayRK4QUrl@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineC1EP7QObject@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineC1ERK4QUrlP7QObject@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineC1ERK7QStringP7QObject@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineC2EP7QObject@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineC2ERK4QUrlP7QObject@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineC2ERK7QStringP7QObject@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineD0Ev@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineD1Ev@Qt_5 5.1.0 + _ZN21QQmlApplicationEngineD2Ev@Qt_5 5.1.0 + _ZN21QQmlImageProviderBaseC1Ev@Qt_5 5.0.2 + _ZN21QQmlImageProviderBaseC2Ev@Qt_5 5.0.2 + _ZN21QQmlImageProviderBaseD0Ev@Qt_5 5.0.2 + _ZN21QQmlImageProviderBaseD1Ev@Qt_5 5.0.2 + _ZN21QQmlImageProviderBaseD2Ev@Qt_5 5.0.2 + _ZN22QQmlModuleRegistrationC1EPKciPFvvE@Qt_5 5.15.1 + _ZN22QQmlModuleRegistrationC2EPKciPFvvE@Qt_5 5.15.1 + _ZN22QQmlModuleRegistrationD1Ev@Qt_5 5.15.1 + _ZN22QQmlModuleRegistrationD2Ev@Qt_5 5.15.1 + _ZN23QQmlPropertyValueSourceC1Ev@Qt_5 5.0.2 + _ZN23QQmlPropertyValueSourceC2Ev@Qt_5 5.0.2 + _ZN23QQmlPropertyValueSourceD0Ev@Qt_5 5.0.2 + _ZN23QQmlPropertyValueSourceD1Ev@Qt_5 5.0.2 + _ZN23QQmlPropertyValueSourceD2Ev@Qt_5 5.0.2 + _ZN24QQmlIncubationController11incubateForEi@Qt_5 5.0.2 + _ZN24QQmlIncubationController13incubateWhileEPSt6atomicIbEi@Qt_5 5.15.1 + _ZN24QQmlIncubationController13incubateWhileEPVbi@Qt_5 5.0.2 + _ZN24QQmlIncubationController28incubatingObjectCountChangedEi@Qt_5 5.0.2 + _ZN24QQmlIncubationControllerC1Ev@Qt_5 5.0.2 + _ZN24QQmlIncubationControllerC2Ev@Qt_5 5.0.2 + _ZN24QQmlIncubationControllerD0Ev@Qt_5 5.0.2 + _ZN24QQmlIncubationControllerD1Ev@Qt_5 5.0.2 + _ZN24QQmlIncubationControllerD2Ev@Qt_5 5.0.2 + _ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.15.1 + _ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc@Qt_5 5.15.1 + _ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc@Qt_5 5.15.1 + _ZN25QQmlEngineExtensionPlugin16staticMetaObjectE@Qt_5 5.15.1 + _ZN25QQmlEngineExtensionPluginC1EP7QObject@Qt_5 5.15.1 + _ZN25QQmlEngineExtensionPluginC2EP7QObject@Qt_5 5.15.1 + _ZN25QQmlEngineExtensionPluginD0Ev@Qt_5 5.15.1 + _ZN25QQmlEngineExtensionPluginD1Ev@Qt_5 5.15.1 + _ZN25QQmlEngineExtensionPluginD2Ev@Qt_5 5.15.1 + _ZN31QQmlNetworkAccessManagerFactoryD0Ev@Qt_5 5.0.2 + _ZN31QQmlNetworkAccessManagerFactoryD1Ev@Qt_5 5.0.2 + _ZN31QQmlNetworkAccessManagerFactoryD2Ev@Qt_5 5.0.2 + _ZN3QV44Heap13InternalClass16changeVTableImplEPKNS_6VTableE@Qt_5 5.12.2 + _ZN5QtQml10qmlContextEPK7QObject@Qt_5 5.1.0 + _ZN5QtQml10qmlWarningEPK7QObject@Qt_5 5.9.0~beta + _ZN5QtQml10qmlWarningEPK7QObjectRK5QListI9QQmlErrorE@Qt_5 5.9.0~beta + _ZN5QtQml10qmlWarningEPK7QObjectRK9QQmlError@Qt_5 5.9.0~beta + _ZN5QtQml18qmlExecuteDeferredEP7QObject@Qt_5 5.1.0 + _ZN5QtQml27qmlAttachedPropertiesObjectEP7QObjectPFS1_S1_Eb@Qt_5 5.12.4 + _ZN5QtQml27qmlAttachedPropertiesObjectEPiPK7QObjectPK11QMetaObjectb@Qt_5 5.1.0 + _ZN5QtQml29qmlAttachedPropertiesFunctionEP7QObjectPK11QMetaObject@Qt_5 5.12.4 + _ZN5QtQml31qmlAttachedPropertiesObjectByIdEiPK7QObjectb@Qt_5 5.1.0 + _ZN5QtQml7qmlInfoEPK7QObject@Qt_5 5.1.0 + _ZN5QtQml7qmlInfoEPK7QObjectRK5QListI9QQmlErrorE@Qt_5 5.1.0 + _ZN5QtQml7qmlInfoEPK7QObjectRK9QQmlError@Qt_5 5.1.0 + _ZN5QtQml8qmlDebugEPK7QObject@Qt_5 5.9.0~beta + _ZN5QtQml8qmlDebugEPK7QObjectRK5QListI9QQmlErrorE@Qt_5 5.9.0~beta + _ZN5QtQml8qmlDebugEPK7QObjectRK9QQmlError@Qt_5 5.9.0~beta + _ZN5QtQml9qmlEngineEPK7QObject@Qt_5 5.1.0 + _ZN6QQmlJS3AST10CaseClause7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST10Expression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST10FromClause7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST10UiRequired7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST11BaseVisitorC1Et@Qt_5 5.15.1 + _ZN6QQmlJS3AST11BaseVisitorC2Et@Qt_5 5.15.1 + _ZN6QQmlJS3AST11BaseVisitorD0Ev@Qt_5 5.15.1 + _ZN6QQmlJS3AST11BaseVisitorD1Ev@Qt_5 5.15.1 + _ZN6QQmlJS3AST11BaseVisitorD2Ev@Qt_5 5.15.1 + _ZN6QQmlJS3AST11CaseClauses7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST11ExportsList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST11IfStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST11ImportsList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST11TrueLiteral7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12ArgumentList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12ArrayPattern33convertLiteralToAssignmentPatternEPNS_10MemoryPoolEPNS_14SourceLocationEP7QString@Qt_5 5.15.1 + _ZN6QQmlJS3AST12ArrayPattern7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12ExportClause7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12FalseLiteral7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12ForStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12ImportClause7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12NamedImports7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12SuperLiteral7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12TryStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST12UiAnnotation7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13DefaultClause7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13NewExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13NotExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13ObjectPattern33convertLiteralToAssignmentPatternEPNS_10MemoryPoolEPNS_14SourceLocationEP7QString@Qt_5 5.15.1 + _ZN6QQmlJS3AST13ObjectPattern7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13RegExpLiteral7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13StatementList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13StringLiteral7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13UiQualifiedId7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST13WithStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14BreakStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14CallExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14EmptyStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14ExpressionNode14expressionCastEv@Qt_5 5.11.0 + _ZN6QQmlJS3AST14ExpressionNode28reparseAsFormalParameterListEPNS_10MemoryPoolE@Qt_5 5.12.2 + _ZN6QQmlJS3AST14NullExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14NumericLiteral7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14PatternElement10boundNamesEPNS0_10BoundNamesE@Qt_5 5.14.1 + _ZN6QQmlJS3AST14PatternElement33convertLiteralToAssignmentPatternEPNS_10MemoryPoolEPNS_14SourceLocationEP7QString@Qt_5 5.15.1 + _ZN6QQmlJS3AST14PatternElement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14TaggedTemplate7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14ThisExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14ThrowStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14TypeAnnotation7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14UiArrayBinding7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14UiObjectMember18uiObjectMemberCastEv@Qt_5 5.3.0 + _ZN6QQmlJS3AST14UiPublicMember7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14VoidExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST14WhileStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15ClassExpression17asClassDefinitionEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST15ClassExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15ExportSpecifier7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15ImportSpecifier7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15NameSpaceImport7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15PatternProperty10boundNamesEPNS0_10BoundNamesE@Qt_5 5.14.1 + _ZN6QQmlJS3AST15PatternProperty33convertLiteralToAssignmentPatternEPNS_10MemoryPoolEPNS_14SourceLocationEP7QString@Qt_5 5.15.1 + _ZN6QQmlJS3AST15PatternProperty7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15ReturnStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15SwitchStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15TemplateLiteral7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15TildeExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15UiObjectBinding7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15UiParameterList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15UiScriptBinding7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15UiSourceElement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST15YieldExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16BinaryExpression20binaryExpressionCastEv@Qt_5 5.3.0 + _ZN6QQmlJS3AST16BinaryExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16ClassDeclaration7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16ClassElementList6finishEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST16ClassElementList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16DeleteExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16DoWhileStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16ForEachStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16NestedExpression17asClassDefinitionEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST16NestedExpression20asFunctionDefinitionEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST16NestedExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16TypeArgumentList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16TypeOfExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16UiAnnotationList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16UiEnumMemberList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST16UiHeaderItemList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17ContinueStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17DebuggerStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17ExportDeclaration7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17ImportDeclaration7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17LabelledStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17UiArrayMemberList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17UiEnumDeclaration7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17UiInlineComponent7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST17VariableStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST18PatternElementList10boundNamesEPNS0_10BoundNamesE@Qt_5 5.14.1 + _ZN6QQmlJS3AST18PatternElementList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST18UiObjectDefinition7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST18UiObjectMemberList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST18UiVersionSpecifier7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST19ExpressionStatement7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST19FormalParameterList6finishEPNS_10MemoryPoolE@Qt_5 5.12.2 + _ZN6QQmlJS3AST19FormalParameterList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST19FunctionDeclaration7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST19NewMemberExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST19PatternPropertyList10boundNamesEPNS0_10BoundNamesE@Qt_5 5.14.1 + _ZN6QQmlJS3AST19PatternPropertyList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST19UiObjectInitializer7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST19UnaryPlusExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST20ComputedPropertyName7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST20IdentifierExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST20UnaryMinusExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST21ArrayMemberExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST21ConditionalExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST21FieldMemberExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST22IdentifierPropertyName7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST22LeftHandSideExpression26leftHandSideExpressionCastEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST22PreDecrementExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST22PreIncrementExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST23PostDecrementExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST23PostIncrementExpression7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST23VariableDeclarationList7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST25StringLiteralPropertyName7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST26NumericLiteralPropertyName7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST4Node11patternCastEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST4Node13statementCastEv@Qt_5 5.3.0 + _ZN6QQmlJS3AST4Node14expressionCastEv@Qt_5 5.3.0 + _ZN6QQmlJS3AST4Node17asClassDefinitionEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST4Node18uiObjectMemberCastEv@Qt_5 5.3.0 + _ZN6QQmlJS3AST4Node20asFunctionDefinitionEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST4Node20binaryExpressionCastEv@Qt_5 5.3.0 + _ZN6QQmlJS3AST4Node26leftHandSideExpressionCastEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST4Type7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST5Block7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST5Catch7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST7Elision7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST7Finally7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST7Pattern11patternCastEv@Qt_5 5.12.2 + _ZN6QQmlJS3AST7Program7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST7VisitorC1Et@Qt_5 5.12.3 + _ZN6QQmlJS3AST7VisitorC2Et@Qt_5 5.12.3 + _ZN6QQmlJS3AST8ESModule7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST8UiImport7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST8UiPragma7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST9CaseBlock7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS3AST9Statement13statementCastEv@Qt_5 5.3.0 + _ZN6QQmlJS3AST9UiProgram7accept0EPNS0_11BaseVisitorE@Qt_5 5.15.1 + _ZN6QQmlJS5Lexer10isHexDigitE5QChar@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer10scanNumberE5QChar@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer10scanRegExpENS0_16RegExpBodyPrefixE@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer10scanStringENS0_14ScanStringModeE@Qt_5 5.12.2 + _ZN6QQmlJS5Lexer12isOctalDigitEt@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer13isIdentLetterE5QChar@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer14isDecimalDigitEt@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer14scanDirectivesEPNS_10DirectivesEPNS_17DiagnosticMessageE@Qt_5 5.5.0 + _ZN6QQmlJS5Lexer17scanVersionNumberE5QChar@Qt_5 5.14.1 + _ZN6QQmlJS5Lexer24decodeHexEscapeCharacterEPb@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer28decodeUnicodeEscapeCharacterEPb@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer30syncProhibitAutomaticSemicolonEv@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer3lexEv@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer7setCodeERK7QStringib@Qt_5 5.3.0 + _ZN6QQmlJS5Lexer8classifyEPK5QCharii@Qt_5 5.12.2 + _ZN6QQmlJS5Lexer9scanTokenEv@Qt_5 5.3.0 + _ZN6QQmlJS5LexerC1EPNS_6EngineE@Qt_5 5.3.0 + _ZN6QQmlJS5LexerC2EPNS_6EngineE@Qt_5 5.3.0 + _ZN6QQmlJS6Engine10addCommentEiiii@Qt_5 5.3.0 + _ZN6QQmlJS6Engine12newStringRefEPK5QChari@Qt_5 5.3.0 + _ZN6QQmlJS6Engine12newStringRefERK7QString@Qt_5 5.3.0 + _ZN6QQmlJS6Engine13setDirectivesEPNS_10DirectivesE@Qt_5 5.5.0 + _ZN6QQmlJS6Engine4poolEv@Qt_5 5.3.0 + _ZN6QQmlJS6Engine7setCodeERK7QString@Qt_5 5.3.0 + _ZN6QQmlJS6Engine8setLexerEPNS_5LexerE@Qt_5 5.3.0 + _ZN6QQmlJS6EngineC1Ev@Qt_5 5.3.0 + _ZN6QQmlJS6EngineC2Ev@Qt_5 5.3.0 + _ZN6QQmlJS6EngineD1Ev@Qt_5 5.3.0 + _ZN6QQmlJS6EngineD2Ev@Qt_5 5.3.0 + _ZN6QQmlJS6Parser14lookaheadTokenEPNS_5LexerE@Qt_5 5.12.2 + _ZN6QQmlJS6Parser15reallocateStackEv@Qt_5 5.3.0 + _ZN6QQmlJS6Parser20reparseAsQualifiedIdEPNS_3AST14ExpressionNodeE@Qt_5 5.11.0 + _ZN6QQmlJS6Parser31ensureNoFunctionTypeAnnotationsEPNS_3AST14TypeAnnotationEPNS1_19FormalParameterListE@Qt_5 5.14.1 + _ZN6QQmlJS6Parser5parseEi@Qt_5 5.3.0 + _ZN6QQmlJS6Parser9pushTokenEi@Qt_5 5.12.2 + _ZN6QQmlJS6ParserC1EPNS_6EngineE@Qt_5 5.3.0 + _ZN6QQmlJS6ParserC2EPNS_6EngineE@Qt_5 5.3.0 + _ZN6QQmlJS6ParserD1Ev@Qt_5 5.3.0 + _ZN6QQmlJS6ParserD2Ev@Qt_5 5.3.0 + _ZN8QJSValue11setPropertyERK7QStringRKS_@Qt_5 5.0.2 + _ZN8QJSValue11setPropertyEjRKS_@Qt_5 5.0.2 + _ZN8QJSValue12setPrototypeERKS_@Qt_5 5.0.2 + _ZN8QJSValue14deletePropertyERK7QString@Qt_5 5.0.2 + _ZN8QJSValue16callWithInstanceERKS_RK5QListIS_E@Qt_5 5.0.2 + _ZN8QJSValue17callAsConstructorERK5QListIS_E@Qt_5 5.0.2 + _ZN8QJSValue4callERK5QListIS_E@Qt_5 5.0.2 + _ZN8QJSValueC1ENS_12SpecialValueE@Qt_5 5.0.2 + _ZN8QJSValueC1EPKc@Qt_5 5.0.2 + _ZN8QJSValueC1ERK13QLatin1String@Qt_5 5.0.2 + _ZN8QJSValueC1ERK7QString@Qt_5 5.0.2 + _ZN8QJSValueC1ERKS_@Qt_5 5.0.2 + _ZN8QJSValueC1Eb@Qt_5 5.0.2 + _ZN8QJSValueC1Ed@Qt_5 5.0.2 + _ZN8QJSValueC1Ei@Qt_5 5.0.2 + _ZN8QJSValueC1Ej@Qt_5 5.0.2 + _ZN8QJSValueC2ENS_12SpecialValueE@Qt_5 5.0.2 + _ZN8QJSValueC2EPKc@Qt_5 5.0.2 + _ZN8QJSValueC2ERK13QLatin1String@Qt_5 5.0.2 + _ZN8QJSValueC2ERK7QString@Qt_5 5.0.2 + _ZN8QJSValueC2ERKS_@Qt_5 5.0.2 + _ZN8QJSValueC2Eb@Qt_5 5.0.2 + _ZN8QJSValueC2Ed@Qt_5 5.0.2 + _ZN8QJSValueC2Ei@Qt_5 5.0.2 + _ZN8QJSValueC2Ej@Qt_5 5.0.2 + _ZN8QJSValueD1Ev@Qt_5 5.0.2 + _ZN8QJSValueD2Ev@Qt_5 5.0.2 + _ZN8QJSValueaSERKS_@Qt_5 5.0.2 + _ZN8QQmlFile11isLocalFileERK4QUrl@Qt_5 5.0.2 + _ZN8QQmlFile11isLocalFileERK7QString@Qt_5 5.0.2 + _ZN8QQmlFile13isSynchronousERK4QUrl@Qt_5 5.0.2 + _ZN8QQmlFile13isSynchronousERK7QString@Qt_5 5.0.2 + _ZN8QQmlFile15connectFinishedEP7QObjectPKc@Qt_5 5.0.2 + _ZN8QQmlFile15connectFinishedEP7QObjecti@Qt_5 5.0.2 + _ZN8QQmlFile19urlToLocalFileOrQrcERK4QUrl@Qt_5 5.0.2 + _ZN8QQmlFile19urlToLocalFileOrQrcERK7QString@Qt_5 5.0.2 + _ZN8QQmlFile23connectDownloadProgressEP7QObjectPKc@Qt_5 5.0.2 + _ZN8QQmlFile23connectDownloadProgressEP7QObjecti@Qt_5 5.0.2 + _ZN8QQmlFile4loadEP10QQmlEngineRK4QUrl@Qt_5 5.0.2 + _ZN8QQmlFile4loadEP10QQmlEngineRK7QString@Qt_5 5.0.2 + _ZN8QQmlFile5clearEP7QObject@Qt_5 5.0.2 + _ZN8QQmlFile5clearEv@Qt_5 5.0.2 + _ZN8QQmlFileC1EP10QQmlEngineRK4QUrl@Qt_5 5.0.2 + _ZN8QQmlFileC1EP10QQmlEngineRK7QString@Qt_5 5.0.2 + _ZN8QQmlFileC1Ev@Qt_5 5.0.2 + _ZN8QQmlFileC2EP10QQmlEngineRK4QUrl@Qt_5 5.0.2 + _ZN8QQmlFileC2EP10QQmlEngineRK7QString@Qt_5 5.0.2 + _ZN8QQmlFileC2Ev@Qt_5 5.0.2 + _ZN8QQmlFileD1Ev@Qt_5 5.0.2 + _ZN8QQmlFileD2Ev@Qt_5 5.0.2 + _ZN8QQmlInfoC1EP15QQmlInfoPrivate@Qt_5 5.0.2 + _ZN8QQmlInfoC1ERKS_@Qt_5 5.0.2 + _ZN8QQmlInfoC2EP15QQmlInfoPrivate@Qt_5 5.0.2 + _ZN8QQmlInfoC2ERKS_@Qt_5 5.0.2 + _ZN8QQmlInfoD1Ev@Qt_5 5.0.2 + _ZN8QQmlInfoD2Ev@Qt_5 5.0.2 + _ZN9QJSEngine10newQObjectEP7QObject@Qt_5 5.0.2 + _ZN9QJSEngine10throwErrorEN8QJSValue9ErrorTypeERK7QString@Qt_5 5.12.2 + _ZN9QJSEngine10throwErrorERK7QString@Qt_5 5.12.2 + _ZN9QJSEngine11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN9QJSEngine11qt_metacastEPKc@Qt_5 5.0.2 + _ZN9QJSEngine12importModuleERK7QString@Qt_5 5.12.2 + _ZN9QJSEngine13setUiLanguageERK7QString@Qt_5 5.15.1 + _ZN9QJSEngine14collectGarbageEv@Qt_5 5.0.2 + _ZN9QJSEngine14newErrorObjectEN8QJSValue9ErrorTypeERK7QString@Qt_5 5.12.2 + _ZN9QJSEngine14newQMetaObjectEPK11QMetaObject@Qt_5 5.9.0~beta + _ZN9QJSEngine14setInterruptedEb@Qt_5 5.14.1 + _ZN9QJSEngine16staticMetaObjectE@Qt_5 5.0.2 + _ZN9QJSEngine17installExtensionsE6QFlagsINS_9ExtensionEERK8QJSValue@Qt_5 5.6.0~beta + _ZN9QJSEngine17uiLanguageChangedEv@Qt_5 5.15.1 + _ZN9QJSEngine26installTranslatorFunctionsERK8QJSValue@Qt_5 5.4.0 + _ZN9QJSEngine6createEiPKv@Qt_5 5.0.2 + _ZN9QJSEngine8evaluateERK7QStringS2_i@Qt_5 5.0.2 + _ZN9QJSEngine8newArrayEj@Qt_5 5.0.2 + _ZN9QJSEngine9convertV2ERK8QJSValueiPv@Qt_5 5.0.2 + _ZN9QJSEngine9newObjectEv@Qt_5 5.0.2 + _ZN9QJSEngineC1EP7QObject@Qt_5 5.0.2 + _ZN9QJSEngineC1Ev@Qt_5 5.0.2 + _ZN9QJSEngineC2EP7QObject@Qt_5 5.0.2 + _ZN9QJSEngineC2Ev@Qt_5 5.0.2 + _ZN9QJSEngineD0Ev@Qt_5 5.0.2 + _ZN9QJSEngineD1Ev@Qt_5 5.0.2 + _ZN9QJSEngineD2Ev@Qt_5 5.0.2 + _ZN9QQmlError14setDescriptionERK7QString@Qt_5 5.0.2 + _ZN9QQmlError14setMessageTypeE9QtMsgType@Qt_5 5.9.0~beta + _ZN9QQmlError6setUrlERK4QUrl@Qt_5 5.0.2 + _ZN9QQmlError7setLineEi@Qt_5 5.0.2 + _ZN9QQmlError9setColumnEi@Qt_5 5.0.2 + _ZN9QQmlError9setObjectEP7QObject@Qt_5 5.2.0~beta1 + _ZN9QQmlErrorC1ERKS_@Qt_5 5.0.2 + _ZN9QQmlErrorC1Ev@Qt_5 5.0.2 + _ZN9QQmlErrorC2ERKS_@Qt_5 5.0.2 + _ZN9QQmlErrorC2Ev@Qt_5 5.0.2 + _ZN9QQmlErrorD1Ev@Qt_5 5.0.2 + _ZN9QQmlErrorD2Ev@Qt_5 5.0.2 + _ZN9QQmlErroraSERKS_@Qt_5 5.0.2 + _ZNK10QQmlEngine10metaObjectEv@Qt_5 5.0.2 + _ZNK10QQmlEngine11rootContextEv@Qt_5 5.0.2 + _ZNK10QQmlEngine13imageProviderERK7QString@Qt_5 5.0.2 + _ZNK10QQmlEngine14importPathListEv@Qt_5 5.0.2 + _ZNK10QQmlEngine14pluginPathListEv@Qt_5 5.0.2 + _ZNK10QQmlEngine14urlInterceptorEv@Qt_5 5.1.0 + _ZNK10QQmlEngine18offlineStoragePathEv@Qt_5 5.0.2 + _ZNK10QQmlEngine20incubationControllerEv@Qt_5 5.0.2 + _ZNK10QQmlEngine20networkAccessManagerEv@Qt_5 5.0.2 + _ZNK10QQmlEngine27networkAccessManagerFactoryEv@Qt_5 5.0.2 + _ZNK10QQmlEngine29outputWarningsToStandardErrorEv@Qt_5 5.0.2 + _ZNK10QQmlEngine30offlineStorageDatabaseFilePathERK7QString@Qt_5 5.9.0~beta + _ZNK10QQmlEngine7baseUrlEv@Qt_5 5.0.2 + _ZNK11QQmlContext10metaObjectEv@Qt_5 5.0.2 + _ZNK11QQmlContext13contextObjectEv@Qt_5 5.0.2 + _ZNK11QQmlContext13nameForObjectEP7QObject@Qt_5 5.0.2 + _ZNK11QQmlContext13parentContextEv@Qt_5 5.0.2 + _ZNK11QQmlContext15contextPropertyERK7QString@Qt_5 5.0.2 + _ZNK11QQmlContext6engineEv@Qt_5 5.0.2 + _ZNK11QQmlContext7baseUrlEv@Qt_5 5.0.2 + _ZNK11QQmlContext7isValidEv@Qt_5 5.0.2 + _ZNK12QQmlProperty10isPropertyEv@Qt_5 5.0.2 + _ZNK12QQmlProperty10isWritableEv@Qt_5 5.0.2 + _ZNK12QQmlProperty12isDesignableEv@Qt_5 5.0.2 + _ZNK12QQmlProperty12isResettableEv@Qt_5 5.0.2 + _ZNK12QQmlProperty12propertyTypeEv@Qt_5 5.0.2 + _ZNK12QQmlProperty15hasNotifySignalEv@Qt_5 5.0.2 + _ZNK12QQmlProperty16isSignalPropertyEv@Qt_5 5.0.2 + _ZNK12QQmlProperty16propertyTypeNameEv@Qt_5 5.0.2 + _ZNK12QQmlProperty17needsNotifySignalEv@Qt_5 5.0.2 + _ZNK12QQmlProperty19connectNotifySignalEP7QObjectPKc@Qt_5 5.0.2 + _ZNK12QQmlProperty19connectNotifySignalEP7QObjecti@Qt_5 5.0.2 + _ZNK12QQmlProperty20propertyTypeCategoryEv@Qt_5 5.0.2 + _ZNK12QQmlProperty4nameEv@Qt_5 5.0.2 + _ZNK12QQmlProperty4readEv@Qt_5 5.0.2 + _ZNK12QQmlProperty4typeEv@Qt_5 5.0.2 + _ZNK12QQmlProperty5indexEv@Qt_5 5.0.2 + _ZNK12QQmlProperty5resetEv@Qt_5 5.0.2 + _ZNK12QQmlProperty5writeERK8QVariant@Qt_5 5.0.2 + _ZNK12QQmlProperty6methodEv@Qt_5 5.0.2 + _ZNK12QQmlProperty6objectEv@Qt_5 5.0.2 + _ZNK12QQmlProperty7isValidEv@Qt_5 5.0.2 + _ZNK12QQmlProperty8propertyEv@Qt_5 5.0.2 + _ZNK12QQmlPropertyeqERKS_@Qt_5 5.0.2 + _ZNK13QQmlComponent10metaObjectEv@Qt_5 5.0.2 + _ZNK13QQmlComponent11errorStringEv@Qt_5 5.0.2 + _ZNK13QQmlComponent15creationContextEv@Qt_5 5.0.2 + _ZNK13QQmlComponent3urlEv@Qt_5 5.0.2 + _ZNK13QQmlComponent6engineEv@Qt_5 5.12.2 + _ZNK13QQmlComponent6errorsEv@Qt_5 5.0.2 + _ZNK13QQmlComponent6isNullEv@Qt_5 5.0.2 + _ZNK13QQmlComponent6statusEv@Qt_5 5.0.2 + _ZNK13QQmlComponent7isErrorEv@Qt_5 5.0.2 + _ZNK13QQmlComponent7isReadyEv@Qt_5 5.0.2 + _ZNK13QQmlComponent8progressEv@Qt_5 5.0.2 + _ZNK13QQmlComponent9isLoadingEv@Qt_5 5.0.2 + _ZNK13QQmlIncubator14incubationModeEv@Qt_5 5.0.2 + _ZNK13QQmlIncubator6errorsEv@Qt_5 5.0.2 + _ZNK13QQmlIncubator6isNullEv@Qt_5 5.0.2 + _ZNK13QQmlIncubator6objectEv@Qt_5 5.0.2 + _ZNK13QQmlIncubator6statusEv@Qt_5 5.0.2 + _ZNK13QQmlIncubator7isErrorEv@Qt_5 5.0.2 + _ZNK13QQmlIncubator7isReadyEv@Qt_5 5.0.2 + _ZNK13QQmlIncubator9isLoadingEv@Qt_5 5.0.2 + _ZNK14QQmlExpression10expressionEv@Qt_5 5.0.2 + _ZNK14QQmlExpression10lineNumberEv@Qt_5 5.0.2 + _ZNK14QQmlExpression10metaObjectEv@Qt_5 5.0.2 + _ZNK14QQmlExpression10sourceFileEv@Qt_5 5.0.2 + _ZNK14QQmlExpression11scopeObjectEv@Qt_5 5.0.2 + _ZNK14QQmlExpression12columnNumberEv@Qt_5 5.0.2 + _ZNK14QQmlExpression20notifyOnValueChangedEv@Qt_5 5.0.2 + _ZNK14QQmlExpression5errorEv@Qt_5 5.0.2 + _ZNK14QQmlExpression6engineEv@Qt_5 5.0.2 + _ZNK14QQmlExpression7contextEv@Qt_5 5.0.2 + _ZNK14QQmlExpression8hasErrorEv@Qt_5 5.0.2 + _ZNK15QQmlPropertyMap10metaObjectEv@Qt_5 5.0.2 + _ZNK15QQmlPropertyMap4keysEv@Qt_5 5.0.2 + _ZNK15QQmlPropertyMap4sizeEv@Qt_5 5.0.2 + _ZNK15QQmlPropertyMap5countEv@Qt_5 5.0.2 + _ZNK15QQmlPropertyMap5valueERK7QString@Qt_5 5.0.2 + _ZNK15QQmlPropertyMap7isEmptyEv@Qt_5 5.0.2 + _ZNK15QQmlPropertyMap8containsERK7QString@Qt_5 5.0.2 + _ZNK15QQmlPropertyMapixERK7QString@Qt_5 5.0.2 + _ZNK16QJSValueIterator4nameEv@Qt_5 5.0.2 + _ZNK16QJSValueIterator5valueEv@Qt_5 5.0.2 + _ZNK16QJSValueIterator7hasNextEv@Qt_5 5.0.2 + _ZNK16QQmlFileSelector10metaObjectEv@Qt_5 5.2.0~beta1 + _ZNK16QQmlFileSelector8selectorEv@Qt_5 5.7.0 + _ZNK16QQmlScriptString13isNullLiteralEv@Qt_5 5.0.2 + _ZNK16QQmlScriptString13numberLiteralEPb@Qt_5 5.0.2 + _ZNK16QQmlScriptString13stringLiteralEv@Qt_5 5.0.2 + _ZNK16QQmlScriptString14booleanLiteralEPb@Qt_5 5.0.2 + _ZNK16QQmlScriptString18isUndefinedLiteralEv@Qt_5 5.0.2 + _ZNK16QQmlScriptString7isEmptyEv@Qt_5 5.0.2 + _ZNK16QQmlScriptStringeqERKS_@Qt_5 5.4.0 + _ZNK16QQmlScriptStringneERKS_@Qt_5 5.4.0 + _ZNK17QQmlListReference10canReplaceEv@Qt_5 5.15.1 + _ZNK17QQmlListReference10isReadableEv@Qt_5 5.0.2 + _ZNK17QQmlListReference10removeLastEv@Qt_5 5.15.1 + _ZNK17QQmlListReference13canRemoveLastEv@Qt_5 5.15.1 + _ZNK17QQmlListReference13isManipulableEv@Qt_5 5.0.2 + _ZNK17QQmlListReference15listElementTypeEv@Qt_5 5.0.2 + _ZNK17QQmlListReference2atEi@Qt_5 5.0.2 + _ZNK17QQmlListReference5canAtEv@Qt_5 5.0.2 + _ZNK17QQmlListReference5clearEv@Qt_5 5.0.2 + _ZNK17QQmlListReference5countEv@Qt_5 5.0.2 + _ZNK17QQmlListReference6appendEP7QObject@Qt_5 5.0.2 + _ZNK17QQmlListReference6objectEv@Qt_5 5.0.2 + _ZNK17QQmlListReference7isValidEv@Qt_5 5.0.2 + _ZNK17QQmlListReference7replaceEiP7QObject@Qt_5 5.15.1 + _ZNK17QQmlListReference8canClearEv@Qt_5 5.0.2 + _ZNK17QQmlListReference8canCountEv@Qt_5 5.0.2 + _ZNK17QQmlListReference9canAppendEv@Qt_5 5.0.2 + _ZNK19QQmlExtensionPlugin10metaObjectEv@Qt_5 5.0.2 + _ZNK19QQmlExtensionPlugin7baseUrlEv@Qt_5 5.1.0 + _ZNK21QQmlApplicationEngine10metaObjectEv@Qt_5 5.1.0 + _ZNK21QQmlApplicationEngine11rootObjectsEv@Qt_5 5.9.0~beta + _ZNK24QQmlIncubationController21incubatingObjectCountEv@Qt_5 5.0.2 + _ZNK24QQmlIncubationController6engineEv@Qt_5 5.0.2 + _ZNK25QQmlEngineExtensionPlugin10metaObjectEv@Qt_5 5.15.1 + _ZNK3QV410DateObject11toQDateTimeEv@Qt_5 5.14.1 + _ZNK3QV411PropertyKey8isStringEv@Qt_5 5.14.1 + _ZNK3QV411PropertyKey9toQStringEv@Qt_5 5.12.2 + _ZNK3QV44Heap13InternalClass5keyAtEj@Qt_5 5.12.2 + _ZNK6QQmlJS3AST12ArrayPattern19isValidArrayLiteralEPNS_14SourceLocationE@Qt_5 5.15.1 + _ZNK6QQmlJS3AST19FormalParameterList10boundNamesEv@Qt_5 5.12.2 + _ZNK6QQmlJS3AST19FormalParameterList7formalsEv@Qt_5 5.12.2 + _ZNK6QQmlJS3AST26NumericLiteralPropertyName8asStringEv@Qt_5 5.11.2 + _ZNK6QQmlJS3AST4Node20ignoreRecursionDepthEv@Qt_5 5.15.1 + _ZNK6QQmlJS3AST4Type8toStringEP7QString@Qt_5 5.14.1 + _ZNK6QQmlJS3AST4Type8toStringEv@Qt_5 5.14.1 + _ZNK6QQmlJS5Lexer12errorMessageEv@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer14prevTerminatorEv@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer16isLineTerminatorEv@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer19followsClosingBraceEv@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer24isLineTerminatorSequenceEv@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer27canInsertAutomaticSemicolonEi@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer4codeEv@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer7qmlModeEv@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer9errorCodeEv@Qt_5 5.3.0 + _ZNK6QQmlJS5Lexer9tokenTextEv@Qt_5 5.3.0 + _ZNK6QQmlJS6Engine10directivesEv@Qt_5 5.5.0 + _ZNK6QQmlJS6Engine5lexerEv@Qt_5 5.3.0 + _ZNK6QQmlJS6Engine8commentsEv@Qt_5 5.3.0 + _ZNK8QJSValue10isCallableEv@Qt_5 5.0.2 + _ZNK8QJSValue10toDateTimeEv@Qt_5 5.0.2 + _ZNK8QJSValue11hasPropertyERK7QString@Qt_5 5.0.2 + _ZNK8QJSValue11isUndefinedEv@Qt_5 5.0.2 + _ZNK8QJSValue13isQMetaObjectEv@Qt_5 5.9.0~beta + _ZNK8QJSValue13toQMetaObjectEv@Qt_5 5.9.0~beta + _ZNK8QJSValue14hasOwnPropertyERK7QString@Qt_5 5.0.2 + _ZNK8QJSValue14strictlyEqualsERKS_@Qt_5 5.0.2 + _ZNK8QJSValue5toIntEv@Qt_5 5.0.2 + _ZNK8QJSValue6engineEv@Qt_5 5.0.2 + _ZNK8QJSValue6equalsERKS_@Qt_5 5.0.2 + _ZNK8QJSValue6isBoolEv@Qt_5 5.0.2 + _ZNK8QJSValue6isDateEv@Qt_5 5.0.2 + _ZNK8QJSValue6isNullEv@Qt_5 5.0.2 + _ZNK8QJSValue6toBoolEv@Qt_5 5.0.2 + _ZNK8QJSValue6toUIntEv@Qt_5 5.0.2 + _ZNK8QJSValue7isArrayEv@Qt_5 5.0.2 + _ZNK8QJSValue7isErrorEv@Qt_5 5.0.2 + _ZNK8QJSValue8isNumberEv@Qt_5 5.0.2 + _ZNK8QJSValue8isObjectEv@Qt_5 5.0.2 + _ZNK8QJSValue8isRegExpEv@Qt_5 5.0.2 + _ZNK8QJSValue8isStringEv@Qt_5 5.0.2 + _ZNK8QJSValue8propertyERK7QString@Qt_5 5.0.2 + _ZNK8QJSValue8propertyEj@Qt_5 5.0.2 + _ZNK8QJSValue8toNumberEv@Qt_5 5.0.2 + _ZNK8QJSValue8toStringEv@Qt_5 5.0.2 + _ZNK8QJSValue9errorTypeEv@Qt_5 5.12.2 + _ZNK8QJSValue9isQObjectEv@Qt_5 5.0.2 + _ZNK8QJSValue9isVariantEv@Qt_5 5.0.2 + _ZNK8QJSValue9prototypeEv@Qt_5 5.0.2 + _ZNK8QJSValue9toQObjectEv@Qt_5 5.0.2 + _ZNK8QJSValue9toVariantEv@Qt_5 5.0.2 + _ZNK8QQmlFile13dataByteArrayEv@Qt_5 5.0.2 + _ZNK8QQmlFile3urlEv@Qt_5 5.0.2 + _ZNK8QQmlFile4dataEv@Qt_5 5.0.2 + _ZNK8QQmlFile4sizeEv@Qt_5 5.0.2 + _ZNK8QQmlFile5errorEv@Qt_5 5.0.2 + _ZNK8QQmlFile6isNullEv@Qt_5 5.0.2 + _ZNK8QQmlFile6statusEv@Qt_5 5.0.2 + _ZNK8QQmlFile7isErrorEv@Qt_5 5.0.2 + _ZNK8QQmlFile7isReadyEv@Qt_5 5.0.2 + _ZNK8QQmlFile9isLoadingEv@Qt_5 5.0.2 + _ZNK9QJSEngine10metaObjectEv@Qt_5 5.0.2 + _ZNK9QJSEngine10uiLanguageEv@Qt_5 5.15.1 + _ZNK9QJSEngine12globalObjectEv@Qt_5 5.0.2 + _ZNK9QJSEngine13isInterruptedEv@Qt_5 5.14.1 + _ZNK9QQmlError11descriptionEv@Qt_5 5.0.2 + _ZNK9QQmlError11messageTypeEv@Qt_5 5.9.0~beta + _ZNK9QQmlError3urlEv@Qt_5 5.0.2 + _ZNK9QQmlError4lineEv@Qt_5 5.0.2 + _ZNK9QQmlError6columnEv@Qt_5 5.0.2 + _ZNK9QQmlError6objectEv@Qt_5 5.2.0~beta1 + _ZNK9QQmlError7isValidEv@Qt_5 5.0.2 + _ZNK9QQmlError8toStringEv@Qt_5 5.0.2 + (optional=templinst)_ZNSt6vectorI11QModelIndexSaIS0_EE17_M_realloc_appendIJRKS0_EEEvDpOT_@Qt_5 5.15.15 + (optional=templinst)_ZNSt6vectorI11QModelIndexSaIS0_EE17_M_realloc_appendIJS0_EEEvDpOT_@Qt_5 5.15.15 + (optional=templinst|subst)_ZNSt6vectorI11QModelIndexSaIS0_EE7reserveE{size_t}@Qt_5 5.14.1 + (optional=templinst)_ZNSt6vectorI4QUrlSaIS0_EE17_M_realloc_appendIJRKS0_EEEvDpOT_@Qt_5 5.15.15 + (optional=templinst)_ZNSt6vectorI4QUrlSaIS0_EE17_M_realloc_appendIJS0_EEEvDpOT_@Qt_5 5.15.15 + (optional=templinst|subst)_ZNSt6vectorI4QUrlSaIS0_EE7reserveE{size_t}@Qt_5 5.14.1 + (optional=templinst)_ZNSt6vectorI7QStringSaIS0_EE17_M_realloc_appendIJRKS0_EEEvDpOT_@Qt_5 5.15.15 + (optional=templinst)_ZNSt6vectorI7QStringSaIS0_EE17_M_realloc_appendIJS0_EEEvDpOT_@Qt_5 5.15.15 + (optional=templinst|subst)_ZNSt6vectorI7QStringSaIS0_EE7reserveE{size_t}@Qt_5 5.14.1 + (optional=templinst)_ZNSt6vectorIbSaIbEE13_M_insert_auxESt13_Bit_iteratorb@Qt_5 5.10.0 + (optional=templinst|subst|arch=!alpha !mips64el !riscv64 !sparc64)_ZNSt6vectorIbSaIbEE13_M_reallocateE{size_t}@Qt_5 5.12.5 + (optional=templinst|arch=amd64 arm64 armhf|subst)_ZNSt6vectorIcSaIcEE17_M_default_appendE{size_t}@Qt_5 5.14.1 + (optional=templinst|arch=amd64)_ZNSt6vectorIcSaIcEE17_M_realloc_appendIJRKcEEEvDpOT_@Qt_5 5.15.15 + (optional=templinst)_ZNSt6vectorIdSaIdEE17_M_realloc_appendIJRKdEEEvDpOT_@Qt_5 5.15.15 + (optional=templinst)_ZNSt6vectorIdSaIdEE17_M_realloc_appendIJdEEEvDpOT_@Qt_5 5.15.15 + (optional=templinst|subst)_ZNSt6vectorIdSaIdEE7reserveE{size_t}@Qt_5 5.14.1 + (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_appendIJRKiEEEvDpOT_@Qt_5 5.15.15 + (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_appendIJiEEEvDpOT_@Qt_5 5.15.15 + (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_insertIJRKiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_@Qt_5 5.9.1 + (optional=templinst|subst)_ZNSt6vectorIiSaIiEE7reserveE{size_t}@Qt_5 5.14.1 + (optional=templinst)_ZNSt6vectorIjSaIjEE17_M_realloc_appendIJRKjEEEvDpOT_@Qt_5 5.15.15 + _ZTI10QQmlEngine@Qt_5 5.0.2 + _ZTI11QQmlContext@Qt_5 5.0.2 + _ZTI13QQmlComponent@Qt_5 5.0.2 + _ZTI13QQmlIncubator@Qt_5 5.0.2 + _ZTI14QQmlExpression@Qt_5 5.0.2 + _ZTI15QQmlPropertyMap@Qt_5 5.0.2 + _ZTI16QQmlFileSelector@Qt_5 5.2.0~beta1 + _ZTI16QQmlParserStatus@Qt_5 5.0.2 + _ZTI19QQmlExtensionPlugin@Qt_5 5.0.2 + _ZTI21QQmlApplicationEngine@Qt_5 5.1.0 + _ZTI21QQmlImageProviderBase@Qt_5 5.0.2 + _ZTI22QQmlExtensionInterface@Qt_5 5.0.2 + _ZTI23QQmlPropertyValueSource@Qt_5 5.0.2 + _ZTI24QQmlIncubationController@Qt_5 5.0.2 + _ZTI25QQmlEngineExtensionPlugin@Qt_5 5.15.1 + _ZTI26QQmlAbstractUrlInterceptor@Qt_5 5.2.0~beta1 + _ZTI27QQmlTypesExtensionInterface@Qt_5 5.0.2 + _ZTI28QQmlEngineExtensionInterface@Qt_5 5.15.1 + _ZTI31QQmlNetworkAccessManagerFactory@Qt_5 5.0.2 + _ZTI9QJSEngine@Qt_5 5.0.2 + _ZTIN6QQmlJS10DirectivesE@Qt_5 5.5.0 + _ZTIN6QQmlJS3AST10CaseClauseE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST10ExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST10FromClauseE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST10UiRequiredE@Qt_5 5.15.1 + _ZTIN6QQmlJS3AST11BaseVisitorE@Qt_5 5.15.1 + _ZTIN6QQmlJS3AST11CaseClausesE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST11ExportsListE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST11IfStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST11ImportsListE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST11TrueLiteralE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST12ArgumentListE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST12ArrayPatternE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST12ExportClauseE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST12FalseLiteralE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST12ForStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST12ImportClauseE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST12NamedImportsE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST12PropertyNameE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST12SuperLiteralE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST12TryStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST12UiAnnotationE@Qt_5 5.15.1 + _ZTIN6QQmlJS3AST13DefaultClauseE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST13NewExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST13NotExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST13ObjectPatternE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST13RegExpLiteralE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST13StatementListE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST13StringLiteralE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST13UiQualifiedIdE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST13WithStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14BreakStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14CallExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14EmptyStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14ExpressionNodeE@Qt_5 5.11.0 + _ZTIN6QQmlJS3AST14NullExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14NumericLiteralE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14PatternElementE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST14TaggedTemplateE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST14ThisExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14ThrowStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14TypeAnnotationE@Qt_5 5.14.1 + _ZTIN6QQmlJS3AST14UiArrayBindingE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14UiObjectMemberE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14UiPublicMemberE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14VoidExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST14WhileStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST15ClassExpressionE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST15ExportSpecifierE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST15ImportSpecifierE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST15NameSpaceImportE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST15PatternPropertyE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST15ReturnStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST15SwitchStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST15TemplateLiteralE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST15TildeExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST15UiObjectBindingE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST15UiParameterListE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST15UiScriptBindingE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST15UiSourceElementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST15YieldExpressionE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST16BinaryExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST16ClassDeclarationE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST16ClassElementListE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST16DeleteExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST16DoWhileStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST16ForEachStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST16NestedExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST16TypeArgumentListE@Qt_5 5.14.1 + _ZTIN6QQmlJS3AST16TypeOfExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST16UiAnnotationListE@Qt_5 5.15.1 + _ZTIN6QQmlJS3AST16UiEnumMemberListE@Qt_5 5.10.0 + _ZTIN6QQmlJS3AST16UiHeaderItemListE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST17ContinueStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST17DebuggerStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST17ExportDeclarationE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST17ImportDeclarationE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST17LabelledStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST17UiArrayMemberListE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST17UiEnumDeclarationE@Qt_5 5.10.0 + _ZTIN6QQmlJS3AST17UiInlineComponentE@Qt_5 5.15.1 + _ZTIN6QQmlJS3AST17VariableStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST18PatternElementListE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST18UiObjectDefinitionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST18UiObjectMemberListE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST18UiVersionSpecifierE@Qt_5 5.14.1 + _ZTIN6QQmlJS3AST19ExpressionStatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST19FormalParameterListE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST19FunctionDeclarationE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST19NewMemberExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST19PatternPropertyListE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST19UiObjectInitializerE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST19UnaryPlusExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST20ComputedPropertyNameE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST20IdentifierExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST20UnaryMinusExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST21ArrayMemberExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST21ConditionalExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST21FieldMemberExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST22IdentifierPropertyNameE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST22LeftHandSideExpressionE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST22PreDecrementExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST22PreIncrementExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST23PostDecrementExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST23PostIncrementExpressionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST23VariableDeclarationListE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST25StringLiteralPropertyNameE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST26NumericLiteralPropertyNameE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST4NodeE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST4TypeE@Qt_5 5.14.1 + _ZTIN6QQmlJS3AST5BlockE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST5CatchE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST7ElisionE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST7FinallyE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST7PatternE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST7ProgramE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST7VisitorE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST8ESModuleE@Qt_5 5.12.2 + _ZTIN6QQmlJS3AST8UiImportE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST8UiPragmaE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST9CaseBlockE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST9StatementE@Qt_5 5.3.0 + _ZTIN6QQmlJS3AST9UiProgramE@Qt_5 5.3.0 + (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Qt_5 5.14.1 + (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Qt_5 5.14.1 + (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Qt_5 5.14.1 + (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Qt_5 5.14.1 + (arch=!armel !riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Qt_5 5.14.1 + (arch=armel armhf)_ZTISt19_Sp_make_shared_tag@Qt_5 5.14.1 + _ZTS10QQmlEngine@Qt_5 5.0.2 + _ZTS11QQmlContext@Qt_5 5.0.2 + _ZTS13QQmlComponent@Qt_5 5.0.2 + _ZTS13QQmlIncubator@Qt_5 5.0.2 + _ZTS14QQmlExpression@Qt_5 5.0.2 + _ZTS15QQmlPropertyMap@Qt_5 5.0.2 + _ZTS16QQmlFileSelector@Qt_5 5.2.0~beta1 + _ZTS16QQmlParserStatus@Qt_5 5.0.2 + _ZTS19QQmlExtensionPlugin@Qt_5 5.0.2 + _ZTS21QQmlApplicationEngine@Qt_5 5.1.0 + _ZTS21QQmlImageProviderBase@Qt_5 5.0.2 + _ZTS22QQmlExtensionInterface@Qt_5 5.0.2 + _ZTS23QQmlPropertyValueSource@Qt_5 5.0.2 + _ZTS24QQmlIncubationController@Qt_5 5.0.2 + _ZTS25QQmlEngineExtensionPlugin@Qt_5 5.15.1 + _ZTS26QQmlAbstractUrlInterceptor@Qt_5 5.2.0~beta1 + _ZTS27QQmlTypesExtensionInterface@Qt_5 5.0.2 + _ZTS28QQmlEngineExtensionInterface@Qt_5 5.15.1 + _ZTS31QQmlNetworkAccessManagerFactory@Qt_5 5.0.2 + _ZTS9QJSEngine@Qt_5 5.0.2 + _ZTSN6QQmlJS10DirectivesE@Qt_5 5.5.0 + _ZTSN6QQmlJS3AST10CaseClauseE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST10ExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST10FromClauseE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST10UiRequiredE@Qt_5 5.15.1 + _ZTSN6QQmlJS3AST11BaseVisitorE@Qt_5 5.15.1 + _ZTSN6QQmlJS3AST11CaseClausesE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST11ExportsListE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST11IfStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST11ImportsListE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST11TrueLiteralE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST12ArgumentListE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST12ArrayPatternE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST12ExportClauseE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST12FalseLiteralE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST12ForStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST12ImportClauseE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST12NamedImportsE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST12PropertyNameE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST12SuperLiteralE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST12TryStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST12UiAnnotationE@Qt_5 5.15.1 + _ZTSN6QQmlJS3AST13DefaultClauseE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST13NewExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST13NotExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST13ObjectPatternE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST13RegExpLiteralE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST13StatementListE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST13StringLiteralE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST13UiQualifiedIdE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST13WithStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14BreakStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14CallExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14EmptyStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14ExpressionNodeE@Qt_5 5.11.0 + _ZTSN6QQmlJS3AST14NullExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14NumericLiteralE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14PatternElementE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST14TaggedTemplateE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST14ThisExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14ThrowStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14TypeAnnotationE@Qt_5 5.14.1 + _ZTSN6QQmlJS3AST14UiArrayBindingE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14UiObjectMemberE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14UiPublicMemberE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14VoidExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST14WhileStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST15ClassExpressionE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST15ExportSpecifierE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST15ImportSpecifierE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST15NameSpaceImportE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST15PatternPropertyE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST15ReturnStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST15SwitchStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST15TemplateLiteralE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST15TildeExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST15UiObjectBindingE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST15UiParameterListE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST15UiScriptBindingE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST15UiSourceElementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST15YieldExpressionE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST16BinaryExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST16ClassDeclarationE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST16ClassElementListE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST16DeleteExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST16DoWhileStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST16ForEachStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST16NestedExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST16TypeArgumentListE@Qt_5 5.14.1 + _ZTSN6QQmlJS3AST16TypeOfExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST16UiAnnotationListE@Qt_5 5.15.1 + _ZTSN6QQmlJS3AST16UiEnumMemberListE@Qt_5 5.10.0 + _ZTSN6QQmlJS3AST16UiHeaderItemListE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST17ContinueStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST17DebuggerStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST17ExportDeclarationE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST17ImportDeclarationE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST17LabelledStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST17UiArrayMemberListE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST17UiEnumDeclarationE@Qt_5 5.10.0 + _ZTSN6QQmlJS3AST17UiInlineComponentE@Qt_5 5.15.1 + _ZTSN6QQmlJS3AST17VariableStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST18PatternElementListE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST18UiObjectDefinitionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST18UiObjectMemberListE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST18UiVersionSpecifierE@Qt_5 5.14.1 + _ZTSN6QQmlJS3AST19ExpressionStatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST19FormalParameterListE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST19FunctionDeclarationE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST19NewMemberExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST19PatternPropertyListE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST19UiObjectInitializerE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST19UnaryPlusExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST20ComputedPropertyNameE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST20IdentifierExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST20UnaryMinusExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST21ArrayMemberExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST21ConditionalExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST21FieldMemberExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST22IdentifierPropertyNameE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST22LeftHandSideExpressionE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST22PreDecrementExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST22PreIncrementExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST23PostDecrementExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST23PostIncrementExpressionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST23VariableDeclarationListE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST25StringLiteralPropertyNameE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST26NumericLiteralPropertyNameE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST4NodeE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST4TypeE@Qt_5 5.14.1 + _ZTSN6QQmlJS3AST5BlockE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST5CatchE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST7ElisionE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST7FinallyE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST7PatternE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST7ProgramE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST7VisitorE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST8ESModuleE@Qt_5 5.12.2 + _ZTSN6QQmlJS3AST8UiImportE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST8UiPragmaE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST9CaseBlockE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST9StatementE@Qt_5 5.3.0 + _ZTSN6QQmlJS3AST9UiProgramE@Qt_5 5.3.0 + (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Qt_5 5.14.1 + (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Qt_5 5.14.1 + (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Qt_5 5.14.1 + (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Qt_5 5.14.1 + (arch=!armel !riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Qt_5 5.14.1 + _ZTSSt19_Sp_make_shared_tag@Qt_5 5.14.1 + _ZTV10QQmlEngine@Qt_5 5.0.2 + _ZTV11QQmlContext@Qt_5 5.0.2 + _ZTV13QQmlComponent@Qt_5 5.0.2 + _ZTV13QQmlIncubator@Qt_5 5.0.2 + _ZTV14QQmlExpression@Qt_5 5.0.2 + _ZTV15QQmlPropertyMap@Qt_5 5.0.2 + _ZTV16QQmlFileSelector@Qt_5 5.2.0~beta1 + _ZTV16QQmlParserStatus@Qt_5 5.0.2 + _ZTV19QQmlExtensionPlugin@Qt_5 5.0.2 + _ZTV21QQmlApplicationEngine@Qt_5 5.1.0 + _ZTV21QQmlImageProviderBase@Qt_5 5.0.2 + _ZTV23QQmlPropertyValueSource@Qt_5 5.0.2 + _ZTV24QQmlIncubationController@Qt_5 5.0.2 + _ZTV25QQmlEngineExtensionPlugin@Qt_5 5.15.1 + _ZTV31QQmlNetworkAccessManagerFactory@Qt_5 5.0.2 + _ZTV9QJSEngine@Qt_5 5.0.2 + _ZTVN6QQmlJS10DirectivesE@Qt_5 5.5.0 + _ZTVN6QQmlJS3AST10CaseClauseE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST10ExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST10FromClauseE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST10UiRequiredE@Qt_5 5.15.1 + _ZTVN6QQmlJS3AST11BaseVisitorE@Qt_5 5.15.1 + _ZTVN6QQmlJS3AST11CaseClausesE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST11ExportsListE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST11IfStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST11ImportsListE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST11TrueLiteralE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST12ArgumentListE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST12ArrayPatternE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST12ExportClauseE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST12FalseLiteralE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST12ForStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST12ImportClauseE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST12NamedImportsE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST12SuperLiteralE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST12TryStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST12UiAnnotationE@Qt_5 5.15.1 + _ZTVN6QQmlJS3AST13DefaultClauseE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST13NewExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST13NotExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST13ObjectPatternE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST13RegExpLiteralE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST13StatementListE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST13StringLiteralE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST13UiQualifiedIdE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST13WithStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14BreakStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14CallExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14EmptyStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14ExpressionNodeE@Qt_5 5.11.0 + _ZTVN6QQmlJS3AST14NullExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14NumericLiteralE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14PatternElementE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST14TaggedTemplateE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST14ThisExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14ThrowStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14TypeAnnotationE@Qt_5 5.14.1 + _ZTVN6QQmlJS3AST14UiArrayBindingE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14UiObjectMemberE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14UiPublicMemberE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14VoidExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST14WhileStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST15ClassExpressionE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST15ExportSpecifierE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST15ImportSpecifierE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST15NameSpaceImportE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST15PatternPropertyE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST15ReturnStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST15SwitchStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST15TemplateLiteralE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST15TildeExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST15UiObjectBindingE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST15UiParameterListE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST15UiScriptBindingE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST15UiSourceElementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST15YieldExpressionE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST16BinaryExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST16ClassDeclarationE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST16ClassElementListE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST16DeleteExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST16DoWhileStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST16ForEachStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST16NestedExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST16TypeArgumentListE@Qt_5 5.14.1 + _ZTVN6QQmlJS3AST16TypeOfExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST16UiAnnotationListE@Qt_5 5.15.1 + _ZTVN6QQmlJS3AST16UiEnumMemberListE@Qt_5 5.10.0 + _ZTVN6QQmlJS3AST16UiHeaderItemListE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST17ContinueStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST17DebuggerStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST17ExportDeclarationE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST17ImportDeclarationE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST17LabelledStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST17UiArrayMemberListE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST17UiEnumDeclarationE@Qt_5 5.10.0 + _ZTVN6QQmlJS3AST17UiInlineComponentE@Qt_5 5.15.1 + _ZTVN6QQmlJS3AST17VariableStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST18PatternElementListE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST18UiObjectDefinitionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST18UiObjectMemberListE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST18UiVersionSpecifierE@Qt_5 5.14.1 + _ZTVN6QQmlJS3AST19ExpressionStatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST19FormalParameterListE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST19FunctionDeclarationE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST19NewMemberExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST19PatternPropertyListE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST19UiObjectInitializerE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST19UnaryPlusExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST20ComputedPropertyNameE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST20IdentifierExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST20UnaryMinusExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST21ArrayMemberExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST21ConditionalExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST21FieldMemberExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST22IdentifierPropertyNameE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST22LeftHandSideExpressionE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST22PreDecrementExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST22PreIncrementExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST23PostDecrementExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST23PostIncrementExpressionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST23VariableDeclarationListE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST25StringLiteralPropertyNameE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST26NumericLiteralPropertyNameE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST4NodeE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST4TypeE@Qt_5 5.14.1 + _ZTVN6QQmlJS3AST5BlockE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST5CatchE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST7ElisionE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST7FinallyE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST7PatternE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST7ProgramE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST7VisitorE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST8ESModuleE@Qt_5 5.12.2 + _ZTVN6QQmlJS3AST8UiImportE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST8UiPragmaE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST9CaseBlockE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST9StatementE@Qt_5 5.3.0 + _ZTVN6QQmlJS3AST9UiProgramE@Qt_5 5.3.0 + (optional=templinst)_ZZN9QMetaType17registerConverterI8QJSValue11QStringListPFS2_RKS1_EEEbT1_E1f@Qt_5 5.4.0 + (optional=templinst)_ZZN9QMetaType17registerConverterI8QJSValue4QMapI7QString8QVariantEPFS5_RKS1_EEEbT1_E1f@Qt_5 5.4.0 + (optional=templinst)_ZZN9QMetaType17registerConverterI8QJSValue5QListI8QVariantEPFS4_RKS1_EEEbT1_E1f@Qt_5 5.4.0 + (optional=templinst)_ZZN9QMetaType17registerConverterI8QJSValueN17QtMetaTypePrivate23QSequentialIterableImplEPFS3_RKS1_EEEbT1_E1f@Qt_5 5.14.1 + _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Qt_5 5.14.1 + _Zls6QDebugRK9QQmlError@Qt_5 5.0.2 + (c++)"non-virtual thunk to QQmlEngineExtensionPlugin::initializeEngine(QQmlEngine*, char const*)@Qt_5" 5.15.1 + (c++)"non-virtual thunk to QQmlEngineExtensionPlugin::~QQmlEngineExtensionPlugin()@Qt_5" 5.15.1 + (c++)"non-virtual thunk to QQmlExtensionPlugin::initializeEngine(QQmlEngine*, char const*)@Qt_5" 5.0.2 + (c++)"non-virtual thunk to QQmlExtensionPlugin::~QQmlExtensionPlugin()@Qt_5" 5.0.2 + qtDeclarativeHookData@Qt_5 5.7.1 + qt_v4DebuggerHook@Qt_5 5.5.0 + qt_v4ResolvePendingBreakpointsHook@Qt_5 5.5.0 + qt_v4StackTrace@Qt_5 5.3.0 + qt_v4StackTraceForEngine@Qt_5 5.14.1 + qt_v4TriggeredBreakpointHook@Qt_5 5.5.0 diff --git a/libqt5qmlmodels5.install b/libqt5qmlmodels5.install new file mode 100644 index 000000000..441792c0c --- /dev/null +++ b/libqt5qmlmodels5.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlModels.so.* diff --git a/libqt5qmlmodels5.lintian-overrides b/libqt5qmlmodels5.lintian-overrides new file mode 100644 index 000000000..15d654efb --- /dev/null +++ b/libqt5qmlmodels5.lintian-overrides @@ -0,0 +1,3 @@ +# This dependency has been added to track external packages building against +# our private headers. It is ok if internal packages depend on the ABI one. +libqt5qmlmodels5: symbols-declares-dependency-on-other-package diff --git a/libqt5qmlmodels5.symbols b/libqt5qmlmodels5.symbols new file mode 100644 index 000000000..b28e37e54 --- /dev/null +++ b/libqt5qmlmodels5.symbols @@ -0,0 +1,32 @@ +# SymbolsHelper-Confirmed: 5.15.7 alpha +libQt5QmlModels.so.5 libqt5qmlmodels5 #MINVER# +| libqt5qmlmodels5 #MINVER#, qtdeclarative-abi-5-15-15 +* Build-Depends-Packages: qtdeclarative5-dev, qtdeclarative5-private-dev + Qt_5.0@Qt_5.0 5.14.1 + Qt_5.10@Qt_5.10 5.14.1 + Qt_5.11@Qt_5.11 5.14.1 + Qt_5.12@Qt_5.12 5.14.1 + Qt_5.13@Qt_5.13 5.14.1 + Qt_5.14@Qt_5.14 5.14.1 + Qt_5.15@Qt_5.15 5.15.1 + Qt_5.1@Qt_5.1 5.14.1 + Qt_5.2@Qt_5.2 5.14.1 + Qt_5.3@Qt_5.3 5.14.1 + Qt_5.4@Qt_5.4 5.14.1 + Qt_5.5@Qt_5.5 5.14.1 + Qt_5.6@Qt_5.6 5.14.1 + Qt_5.7@Qt_5.7 5.14.1 + Qt_5.8@Qt_5.8 5.14.1 + Qt_5.9@Qt_5.9 5.14.1 + Qt_5@Qt_5 5.14.1 + (symver)Qt_5_PRIVATE_API 0 1 + _Z31qml_register_types_QtQml_Modelsv@Qt_5 5.15.1 + (optional=templinst|arch=alpha ia64 mips64el riscv64 sparc64)_ZNK3QV45Value2asINS_14FunctionObjectEEEPKT_v@Qt_5 5.15.2 + _ZTI12QQmlRefCount@Qt_5 5.14.1 + _ZTI16QQmlCustomParser@Qt_5 5.14.1 + _ZTIN3QV415ExecutionEngine9DeletableE@Qt_5 5.14.1 + _ZTS12QQmlRefCount@Qt_5 5.14.1 + _ZTS16QQmlCustomParser@Qt_5 5.14.1 + _ZTSN3QV415ExecutionEngine9DeletableE@Qt_5 5.14.1 + _ZTV16QQmlCustomParser@Qt_5 5.14.1 + _ZZZNK3QV414FunctionObject4callEPKNS_5ValueES3_iENKUlvE_clEvE15qstring_literal@Qt_5 5.14.1 diff --git a/libqt5qmlworkerscript5.install b/libqt5qmlworkerscript5.install new file mode 100644 index 000000000..8d037349f --- /dev/null +++ b/libqt5qmlworkerscript5.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlWorkerScript.so.* diff --git a/libqt5qmlworkerscript5.lintian-overrides b/libqt5qmlworkerscript5.lintian-overrides new file mode 100644 index 000000000..134b1c076 --- /dev/null +++ b/libqt5qmlworkerscript5.lintian-overrides @@ -0,0 +1,3 @@ +# This dependency has been added to track external packages building against +# our private headers. It is ok if internal packages depend on the ABI one. +libqt5qmlworkerscript5: symbols-declares-dependency-on-other-package diff --git a/libqt5qmlworkerscript5.symbols b/libqt5qmlworkerscript5.symbols new file mode 100644 index 000000000..672f09523 --- /dev/null +++ b/libqt5qmlworkerscript5.symbols @@ -0,0 +1,26 @@ +# SymbolsHelper-Confirmed: 5.15.1 amd64 i386 +libQt5QmlWorkerScript.so.5 libqt5qmlworkerscript5 #MINVER# +| libqt5qmlworkerscript5 #MINVER#, qtdeclarative-abi-5-15-15 +* Build-Depends-Packages: qtdeclarative5-dev, qtdeclarative5-private-dev + Qt_5.0@Qt_5.0 5.14.1 + Qt_5.10@Qt_5.10 5.14.1 + Qt_5.11@Qt_5.11 5.14.1 + Qt_5.12@Qt_5.12 5.14.1 + Qt_5.13@Qt_5.13 5.14.1 + Qt_5.14@Qt_5.14 5.14.1 + Qt_5.15@Qt_5.15 5.15.1 + Qt_5.1@Qt_5.1 5.14.1 + Qt_5.2@Qt_5.2 5.14.1 + Qt_5.3@Qt_5.3 5.14.1 + Qt_5.4@Qt_5.4 5.14.1 + Qt_5.5@Qt_5.5 5.14.1 + Qt_5.6@Qt_5.6 5.14.1 + Qt_5.7@Qt_5.7 5.14.1 + Qt_5.8@Qt_5.8 5.14.1 + Qt_5.9@Qt_5.9 5.14.1 + Qt_5@Qt_5 5.14.1 + (symver)Qt_5_PRIVATE_API 0 1 + _Z37qml_register_types_QtQml_WorkerScriptv@Qt_5 5.15.1 + _ZTIN3QV415ExecutionEngine9DeletableE@Qt_5 5.15.1 + _ZTSN3QV415ExecutionEngine9DeletableE@Qt_5 5.15.1 + _ZZZNK3QV414FunctionObject4callEPKNS_5ValueES3_iENKUlvE_clEvE15qstring_literal@Qt_5 5.14.1 diff --git a/libqt5quick5.install b/libqt5quick5.install new file mode 100644 index 000000000..398bc7a65 --- /dev/null +++ b/libqt5quick5.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt5Quick.so.* diff --git a/libqt5quick5.lintian-overrides b/libqt5quick5.lintian-overrides new file mode 100644 index 000000000..8c83e5689 --- /dev/null +++ b/libqt5quick5.lintian-overrides @@ -0,0 +1,3 @@ +# This dependency has been added to track external packages building against +# our private headers. It is ok if internal packages depend on the ABI one. +libqt5quick5: symbols-declares-dependency-on-other-package diff --git a/libqt5quick5.symbols b/libqt5quick5.symbols new file mode 100644 index 000000000..4f8265553 --- /dev/null +++ b/libqt5quick5.symbols @@ -0,0 +1,954 @@ +# SymbolsHelper-Confirmed: 5.15.15 amd64 i386 +libQt5Quick.so.5 libqt5quick5 #MINVER# | libqt5quick5-gles #MINVER# +| libqt5quick5 #MINVER# | libqt5quick5-gles #MINVER#, qtdeclarative-abi-5-15-15 +* Build-Depends-Packages: qtdeclarative5-dev, qtdeclarative5-private-dev + Qt_5.0@Qt_5.0 5.6.0~beta + Qt_5.10@Qt_5.10 5.10.0 + Qt_5.11@Qt_5.11 5.11.0 + Qt_5.12@Qt_5.12 5.12.0 + Qt_5.13@Qt_5.13 5.14.1 + Qt_5.14@Qt_5.14 5.14.1 + Qt_5.15@Qt_5.15 5.15.1 + Qt_5.1@Qt_5.1 5.6.0~beta + Qt_5.2@Qt_5.2 5.6.0~beta + Qt_5.3@Qt_5.3 5.6.0~beta + Qt_5.4@Qt_5.4 5.6.0~beta + Qt_5.5@Qt_5.5 5.6.0~beta + Qt_5.6@Qt_5.6 5.6.0~beta + Qt_5.7@Qt_5.7 5.7.0 + Qt_5.8@Qt_5.8 5.9.0~beta + Qt_5.9@Qt_5.9 5.9.0~beta + Qt_5@Qt_5 5.6.0~beta + (symver)Qt_5_PRIVATE_API 0 1 + _Z20qt_color_from_stringRKN3QV45ValueE@Qt_5 5.10.0 + _Z23qsgnode_set_descriptionP7QSGNodeRK7QString@Qt_5 5.4.0 + _Z23qtPositionAttributeNamev@Qt_5 5.12.5 + _Z23qtTexCoordAttributeNamev@Qt_5 5.12.5 + _Z26qml_register_types_QtQuickv@Qt_5 5.15.1 + _Z33qt_quick_shortcut_context_matcherv@Qt_5 5.9.0~beta + _Z37qt_quick_set_shortcut_context_matcherPFbP7QObjectN2Qt15ShortcutContextEE@Qt_5 5.9.0~beta + _ZN10QQuickItem10classBeginEv@Qt_5 5.0.2 + _ZN10QQuickItem10itemChangeENS_10ItemChangeERKNS_14ItemChangeDataE@Qt_5 5.0.2 + _ZN10QQuickItem10resetWidthEv@Qt_5 5.0.2 + _ZN10QQuickItem10setEnabledEb@Qt_5 5.0.2 + _ZN10QQuickItem10setOpacityEd@Qt_5 5.2.0 + _ZN10QQuickItem10setVisibleEb@Qt_5 5.0.2 + _ZN10QQuickItem10stackAfterEPKS_@Qt_5 5.0.2 + _ZN10QQuickItem10touchEventEP11QTouchEvent@Qt_5 5.0.2 + _ZN10QQuickItem10wheelEventEP11QWheelEvent@Qt_5 5.0.2 + _ZN10QQuickItem11clipChangedEb@Qt_5 5.0.2 + _ZN10QQuickItem11grabToImageERK5QSize@Qt_5 5.4.0 + _ZN10QQuickItem11grabToImageERK8QJSValueRK5QSize@Qt_5 5.4.0 + _ZN10QQuickItem11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN10QQuickItem11qt_metacastEPKc@Qt_5 5.0.2 + _ZN10QQuickItem11resetHeightEv@Qt_5 5.0.2 + _ZN10QQuickItem11setPositionERK7QPointF@Qt_5 5.0.2 + _ZN10QQuickItem11setRotationEd@Qt_5 5.2.0 + _ZN10QQuickItem11stackBeforeEPKS_@Qt_5 5.0.2 + _ZN10QQuickItem11ungrabMouseEv@Qt_5 5.0.2 + _ZN10QQuickItem11unsetCursorEv@Qt_5 5.0.2 + _ZN10QQuickItem12childrenRectEv@Qt_5 5.0.2 + _ZN10QQuickItem12focusChangedEb@Qt_5 5.0.2 + _ZN10QQuickItem12focusInEventEP11QFocusEvent@Qt_5 5.0.2 + _ZN10QQuickItem12scaleChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem12stateChangedERK7QString@Qt_5 5.0.2 + _ZN10QQuickItem12updatePolishEv@Qt_5 5.0.2 + _ZN10QQuickItem12widthChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem13dragMoveEventEP14QDragMoveEvent@Qt_5 5.0.2 + _ZN10QQuickItem13focusOutEventEP11QFocusEvent@Qt_5 5.0.2 + _ZN10QQuickItem13heightChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem13keyPressEventEP9QKeyEvent@Qt_5 5.0.2 + _ZN10QQuickItem13parentChangedEPS_@Qt_5 5.0.2 + _ZN10QQuickItem13setParentItemEPS_@Qt_5 5.0.2 + _ZN10QQuickItem13smoothChangedEb@Qt_5 5.0.2 + _ZN10QQuickItem13windowChangedEP12QQuickWindow@Qt_5 5.1.0 + _ZN10QQuickItem14dragEnterEventEP15QDragEnterEvent@Qt_5 5.0.2 + _ZN10QQuickItem14dragLeaveEventEP15QDragLeaveEvent@Qt_5 5.0.2 + _ZN10QQuickItem14enabledChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem14hoverMoveEventEP11QHoverEvent@Qt_5 5.0.2 + _ZN10QQuickItem14mouseMoveEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN10QQuickItem14opacityChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem14visibleChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem15childrenChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem15geometryChangedERK6QRectFS2_@Qt_5 5.0.2 + _ZN10QQuickItem15grabTouchPointsERK7QVectorIiE@Qt_5 5.0.2 + _ZN10QQuickItem15hoverEnterEventEP11QHoverEvent@Qt_5 5.0.2 + _ZN10QQuickItem15hoverLeaveEventEP11QHoverEvent@Qt_5 5.0.2 + _ZN10QQuickItem15keyReleaseEventEP9QKeyEvent@Qt_5 5.0.2 + _ZN10QQuickItem15mousePressEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN10QQuickItem15rotationChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem15setAntialiasingEb@Qt_5 5.0.2 + _ZN10QQuickItem15setImplicitSizeEdd@Qt_5 5.2.0 + _ZN10QQuickItem15updatePaintNodeEP7QSGNodePNS_19UpdatePaintNodeDataE@Qt_5 5.0.2 + _ZN10QQuickItem16forceActiveFocusEN2Qt11FocusReasonE@Qt_5 5.1.0 + _ZN10QQuickItem16forceActiveFocusEv@Qt_5 5.0.2 + _ZN10QQuickItem16inputMethodEventEP17QInputMethodEvent@Qt_5 5.0.2 + _ZN10QQuickItem16mouseUngrabEventEv@Qt_5 5.0.2 + _ZN10QQuickItem16releaseResourcesEv@Qt_5 5.0.2 + _ZN10QQuickItem16setImplicitWidthEd@Qt_5 5.2.0 + _ZN10QQuickItem16setKeepMouseGrabEb@Qt_5 5.0.2 + _ZN10QQuickItem16setKeepTouchGrabEb@Qt_5 5.0.2 + _ZN10QQuickItem16staticMetaObjectE@Qt_5 5.0.2 + _ZN10QQuickItem16touchUngrabEventEv@Qt_5 5.0.2 + _ZN10QQuickItem17componentCompleteEv@Qt_5 5.0.2 + _ZN10QQuickItem17mouseReleaseEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN10QQuickItem17resetAntialiasingEv@Qt_5 5.3.0 + _ZN10QQuickItem17setBaselineOffsetEd@Qt_5 5.2.0 + _ZN10QQuickItem17setImplicitHeightEd@Qt_5 5.2.0 + _ZN10QQuickItem17ungrabTouchPointsEv@Qt_5 5.0.2 + _ZN10QQuickItem17updateInputMethodE6QFlagsIN2Qt16InputMethodQueryEE@Qt_5 5.0.2 + _ZN10QQuickItem18activeFocusChangedEb@Qt_5 5.0.2 + _ZN10QQuickItem18setContainmentMaskEP7QObject@Qt_5 5.11.0 + _ZN10QQuickItem18setTransformOriginENS_15TransformOriginE@Qt_5 5.0.2 + _ZN10QQuickItem19UpdatePaintNodeDataC1Ev@Qt_5 5.0.2 + _ZN10QQuickItem19UpdatePaintNodeDataC2Ev@Qt_5 5.0.2 + _ZN10QQuickItem19antialiasingChangedEb@Qt_5 5.0.2 + _ZN10QQuickItem19childrenRectChangedERK6QRectF@Qt_5 5.0.2 + _ZN10QQuickItem19setActiveFocusOnTabEb@Qt_5 5.1.0 + _ZN10QQuickItem20implicitWidthChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem20nextItemInFocusChainEb@Qt_5 5.1.0 + _ZN10QQuickItem20setAcceptHoverEventsEb@Qt_5 5.0.2 + _ZN10QQuickItem20setAcceptTouchEventsEb@Qt_5 5.10.0 + _ZN10QQuickItem21baselineOffsetChangedEd@Qt_5 5.2.0 + _ZN10QQuickItem21childMouseEventFilterEPS_P6QEvent@Qt_5 5.0.2 + _ZN10QQuickItem21implicitHeightChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem21mouseDoubleClickEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN10QQuickItem21windowDeactivateEventEv@Qt_5 5.0.2 + _ZN10QQuickItem22containmentMaskChangedEv@Qt_5 5.11.0 + _ZN10QQuickItem22transformOriginChangedENS_15TransformOriginE@Qt_5 5.0.2 + _ZN10QQuickItem22visibleChildrenChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem23activeFocusOnTabChangedEb@Qt_5 5.1.0 + _ZN10QQuickItem23setAcceptedMouseButtonsE6QFlagsIN2Qt11MouseButtonEE@Qt_5 5.0.2 + _ZN10QQuickItem23setTransformOriginPointERK7QPointF@Qt_5 5.0.2 + _ZN10QQuickItem26setFiltersChildMouseEventsEb@Qt_5 5.0.2 + _ZN10QQuickItem4setXEd@Qt_5 5.2.0 + _ZN10QQuickItem4setYEd@Qt_5 5.2.0 + _ZN10QQuickItem4setZEd@Qt_5 5.2.0 + _ZN10QQuickItem5eventEP6QEvent@Qt_5 5.0.2 + _ZN10QQuickItem6polishEv@Qt_5 5.0.2 + _ZN10QQuickItem6updateEv@Qt_5 5.0.2 + _ZN10QQuickItem7setClipEb@Qt_5 5.0.2 + _ZN10QQuickItem7setFlagENS_4FlagEb@Qt_5 5.0.2 + _ZN10QQuickItem7setSizeERK6QSizeF@Qt_5 5.0.2 + _ZN10QQuickItem8setFlagsE6QFlagsINS_4FlagEE@Qt_5 5.0.2 + _ZN10QQuickItem8setFocusEb@Qt_5 5.0.2 + _ZN10QQuickItem8setFocusEbN2Qt11FocusReasonE@Qt_5 5.1.0 + _ZN10QQuickItem8setScaleEd@Qt_5 5.2.0 + _ZN10QQuickItem8setStateERK7QString@Qt_5 5.0.2 + _ZN10QQuickItem8setWidthEd@Qt_5 5.2.0 + _ZN10QQuickItem8xChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem8yChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem8zChangedEv@Qt_5 5.0.2 + _ZN10QQuickItem9dropEventEP10QDropEvent@Qt_5 5.0.2 + _ZN10QQuickItem9grabMouseEv@Qt_5 5.0.2 + _ZN10QQuickItem9setCursorERK7QCursor@Qt_5 5.0.2 + _ZN10QQuickItem9setHeightEd@Qt_5 5.2.0 + _ZN10QQuickItem9setSmoothEb@Qt_5 5.0.2 + _ZN10QQuickItem9transformEv@Qt_5 5.0.2 + _ZN10QQuickItemC1EPS_@Qt_5 5.0.2 + _ZN10QQuickItemC2EPS_@Qt_5 5.0.2 + _ZN10QQuickItemD0Ev@Qt_5 5.0.2 + _ZN10QQuickItemD1Ev@Qt_5 5.0.2 + _ZN10QQuickItemD2Ev@Qt_5 5.0.2 + _ZN10QQuickView10setContentERK4QUrlP13QQmlComponentP7QObject@Qt_5 5.0.2 + _ZN10QQuickView10timerEventEP11QTimerEvent@Qt_5 5.0.2 + _ZN10QQuickView11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN10QQuickView11qt_metacastEPKc@Qt_5 5.0.2 + _ZN10QQuickView11resizeEventEP12QResizeEvent@Qt_5 5.0.2 + _ZN10QQuickView13keyPressEventEP9QKeyEvent@Qt_5 5.0.2 + _ZN10QQuickView13setResizeModeENS_10ResizeModeE@Qt_5 5.0.2 + _ZN10QQuickView13statusChangedENS_6StatusE@Qt_5 5.0.2 + _ZN10QQuickView14mouseMoveEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN10QQuickView15continueExecuteEv@Qt_5 5.0.2 + _ZN10QQuickView15keyReleaseEventEP9QKeyEvent@Qt_5 5.0.2 + _ZN10QQuickView15mousePressEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN10QQuickView16staticMetaObjectE@Qt_5 5.0.2 + _ZN10QQuickView17mouseReleaseEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN10QQuickView20setInitialPropertiesERK4QMapI7QString8QVariantE@Qt_5 5.14.1 + _ZN10QQuickView9setSourceERK4QUrl@Qt_5 5.0.2 + _ZN10QQuickViewC1EP10QQmlEngineP7QWindow@Qt_5 5.0.2 + _ZN10QQuickViewC1EP7QWindow@Qt_5 5.0.2 + _ZN10QQuickViewC1ERK4QUrlP19QQuickRenderControl@Qt_5 5.11.0 + _ZN10QQuickViewC1ERK4QUrlP7QWindow@Qt_5 5.0.2 + _ZN10QQuickViewC2EP10QQmlEngineP7QWindow@Qt_5 5.0.2 + _ZN10QQuickViewC2EP7QWindow@Qt_5 5.0.2 + _ZN10QQuickViewC2ERK4QUrlP19QQuickRenderControl@Qt_5 5.11.0 + _ZN10QQuickViewC2ERK4QUrlP7QWindow@Qt_5 5.0.2 + _ZN10QQuickViewD0Ev@Qt_5 5.0.2 + _ZN10QQuickViewD1Ev@Qt_5 5.0.2 + _ZN10QQuickViewD2Ev@Qt_5 5.0.2 + _ZN10QSGTexture11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN10QSGTexture11qt_metacastEPKc@Qt_5 5.0.2 + _ZN10QSGTexture12setFilteringENS_9FilteringE@Qt_5 5.0.2 + _ZN10QSGTexture16staticMetaObjectE@Qt_5 5.0.2 + _ZN10QSGTexture16updateRhiTextureEP4QRhiP23QRhiResourceUpdateBatch@Qt_5 5.14.1 + _ZN10QSGTexture17updateBindOptionsEb@Qt_5 5.0.2 + _ZN10QSGTexture18setAnisotropyLevelENS_15AnisotropyLevelE@Qt_5 5.9.0~beta + _ZN10QSGTexture18setMipmapFilteringENS_9FilteringE@Qt_5 5.0.2 + _ZN10QSGTexture19setVerticalWrapModeENS_8WrapModeE@Qt_5 5.0.2 + _ZN10QSGTexture21setHorizontalWrapModeENS_8WrapModeE@Qt_5 5.0.2 + _ZN10QSGTexture26setWorkResourceUpdateBatchEP23QRhiResourceUpdateBatch@Qt_5 5.14.1 + _ZN10QSGTextureC1Ev@Qt_5 5.0.2 + _ZN10QSGTextureC2Ev@Qt_5 5.0.2 + _ZN10QSGTextureD0Ev@Qt_5 5.0.2 + _ZN10QSGTextureD1Ev@Qt_5 5.0.2 + _ZN10QSGTextureD2Ev@Qt_5 5.0.2 + _ZN11QSGClipNode11setClipRectERK6QRectF@Qt_5 5.0.2 + _ZN11QSGClipNode16setIsRectangularEb@Qt_5 5.0.2 + _ZN11QSGClipNodeC1Ev@Qt_5 5.0.2 + _ZN11QSGClipNodeC2Ev@Qt_5 5.0.2 + _ZN11QSGClipNodeD0Ev@Qt_5 5.0.2 + _ZN11QSGClipNodeD1Ev@Qt_5 5.0.2 + _ZN11QSGClipNodeD2Ev@Qt_5 5.0.2 + _ZN11QSGGeometry12setLineWidthEf@Qt_5 5.0.2 + _ZN11QSGGeometry14setDrawingModeEj@Qt_5 5.0.2 + _ZN11QSGGeometry18markIndexDataDirtyEv@Qt_5 5.0.2 + _ZN11QSGGeometry18updateRectGeometryEPS_RK6QRectF@Qt_5 5.0.2 + _ZN11QSGGeometry19markVertexDataDirtyEv@Qt_5 5.0.2 + _ZN11QSGGeometry19setIndexDataPatternENS_11DataPatternE@Qt_5 5.0.2 + _ZN11QSGGeometry20setVertexDataPatternENS_11DataPatternE@Qt_5 5.0.2 + _ZN11QSGGeometry25defaultAttributes_Point2DEv@Qt_5 5.0.2 + _ZN11QSGGeometry25updateColoredRectGeometryEPS_RK6QRectF@Qt_5 5.9.0~beta + _ZN11QSGGeometry26updateTexturedRectGeometryEPS_RK6QRectFS3_@Qt_5 5.0.2 + _ZN11QSGGeometry32defaultAttributes_ColoredPoint2DEv@Qt_5 5.0.2 + _ZN11QSGGeometry33defaultAttributes_TexturedPoint2DEv@Qt_5 5.0.2 + _ZN11QSGGeometry8allocateEii@Qt_5 5.0.2 + _ZN11QSGGeometry9Attribute23createWithAttributeTypeEiiiNS_13AttributeTypeE@Qt_5 5.9.0~beta + _ZN11QSGGeometry9Attribute6createEiiib@Qt_5 5.0.2 + _ZN11QSGGeometry9indexDataEv@Qt_5 5.0.2 + _ZN11QSGGeometryC1ERKNS_12AttributeSetEiii@Qt_5 5.0.2 + _ZN11QSGGeometryC2ERKNS_12AttributeSetEiii@Qt_5 5.0.2 + _ZN11QSGGeometryD0Ev@Qt_5 5.0.2 + _ZN11QSGGeometryD1Ev@Qt_5 5.0.2 + _ZN11QSGGeometryD2Ev@Qt_5 5.0.2 + _ZN11QSGMaterial7setFlagE6QFlagsINS_4FlagEEb@Qt_5 5.0.2 + _ZN11QSGMaterialC1Ev@Qt_5 5.0.2 + _ZN11QSGMaterialC2Ev@Qt_5 5.0.2 + _ZN11QSGMaterialD0Ev@Qt_5 5.0.2 + _ZN11QSGMaterialD1Ev@Qt_5 5.0.2 + _ZN11QSGMaterialD2Ev@Qt_5 5.0.2 + _ZN11QSGRootNode16notifyNodeChangeEP7QSGNode6QFlagsINS0_13DirtyStateBitEE@Qt_5 5.0.2 + _ZN11QSGRootNodeC1Ev@Qt_5 5.0.2 + _ZN11QSGRootNodeC2Ev@Qt_5 5.0.2 + _ZN11QSGRootNodeD0Ev@Qt_5 5.0.2 + _ZN11QSGRootNodeD1Ev@Qt_5 5.0.2 + _ZN11QSGRootNodeD2Ev@Qt_5 5.0.2 + _ZN12QQuickWindow10grabWindowEv@Qt_5 5.0.2 + _ZN12QQuickWindow10wheelEventEP11QWheelEvent@Qt_5 5.0.2 + _ZN12QQuickWindow11exposeEventEP12QExposeEvent@Qt_5 5.0.2 + _ZN12QQuickWindow11maybeUpdateEv@Qt_5 5.0.2 + _ZN12QQuickWindow11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN12QQuickWindow11qt_metacastEPKc@Qt_5 5.0.2 + _ZN12QQuickWindow11resizeEventEP12QResizeEvent@Qt_5 5.0.2 + _ZN12QQuickWindow11tabletEventEP12QTabletEvent@Qt_5 5.15.1 + _ZN12QQuickWindow12colorChangedERK6QColor@Qt_5 5.0.2 + _ZN12QQuickWindow12focusInEventEP11QFocusEvent@Qt_5 5.0.2 + _ZN12QQuickWindow12frameSwappedEv@Qt_5 5.0.2 + _ZN12QQuickWindow13focusOutEventEP11QFocusEvent@Qt_5 5.0.2 + _ZN12QQuickWindow13keyPressEventEP9QKeyEvent@Qt_5 5.0.2 + _ZN12QQuickWindow14afterAnimatingEv@Qt_5 5.3.0 + _ZN12QQuickWindow14afterRenderingEv@Qt_5 5.0.2 + _ZN12QQuickWindow14mouseMoveEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN12QQuickWindow14textRenderTypeEv@Qt_5 5.10.0 + _ZN12QQuickWindow15beforeRenderingEv@Qt_5 5.0.2 + _ZN12QQuickWindow15keyReleaseEventEP9QKeyEvent@Qt_5 5.0.2 + _ZN12QQuickWindow15mousePressEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN12QQuickWindow15sceneGraphErrorENS_15SceneGraphErrorERK7QString@Qt_5 5.3.0 + _ZN12QQuickWindow15setRenderTargetEP24QOpenGLFramebufferObject@Qt_5 5.0.2 + _ZN12QQuickWindow15setRenderTargetEjRK5QSize@Qt_5 5.0.2 + _ZN12QQuickWindow16releaseResourcesEv@Qt_5 5.0.2 + _ZN12QQuickWindow16resetOpenGLStateEv@Qt_5 5.2.0~beta1 + _ZN12QQuickWindow16runJobsAfterSwapEv@Qt_5 5.4.0 + _ZN12QQuickWindow16staticMetaObjectE@Qt_5 5.0.2 + _ZN12QQuickWindow17cleanupSceneGraphEv@Qt_5 5.0.2 + _ZN12QQuickWindow17graphicsStateInfoEv@Qt_5 5.14.1 + _ZN12QQuickWindow17mouseReleaseEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN12QQuickWindow17sceneGraphBackendEv@Qt_5 5.9.0 + _ZN12QQuickWindow17scheduleRenderJobEP9QRunnableNS_11RenderStageE@Qt_5 5.4.0 + _ZN12QQuickWindow17setTextRenderTypeENS_14TextRenderTypeE@Qt_5 5.10.0 + _ZN12QQuickWindow18afterSynchronizingEv@Qt_5 5.3.0 + _ZN12QQuickWindow18physicalDpiChangedEv@Qt_5 5.6.0~rc + _ZN12QQuickWindow19beforeSynchronizingEv@Qt_5 5.0.2 + _ZN12QQuickWindow19endExternalCommandsEv@Qt_5 5.14.1 + _ZN12QQuickWindow19handleScreenChangedEP7QScreen@Qt_5 5.6.0~rc + _ZN12QQuickWindow20openglContextCreatedEP14QOpenGLContext@Qt_5 5.3.0 + _ZN12QQuickWindow20setSceneGraphBackendEN20QSGRendererInterface11GraphicsApiE@Qt_5 5.9.0~beta + _ZN12QQuickWindow20setSceneGraphBackendERK7QString@Qt_5 5.9.0~beta + _ZN12QQuickWindow21beginExternalCommandsEv@Qt_5 5.14.1 + _ZN12QQuickWindow21hasDefaultAlphaBufferEv@Qt_5 5.1.0 + _ZN12QQuickWindow21mouseDoubleClickEventEP11QMouseEvent@Qt_5 5.0.2 + _ZN12QQuickWindow21sceneGraphAboutToStopEv@Qt_5 5.3.0 + _ZN12QQuickWindow21sceneGraphInitializedEv@Qt_5 5.0.2 + _ZN12QQuickWindow21sceneGraphInvalidatedEv@Qt_5 5.0.2 + _ZN12QQuickWindow21setDefaultAlphaBufferEb@Qt_5 5.1.0 + _ZN12QQuickWindow22activeFocusItemChangedEv@Qt_5 5.1.0 + _ZN12QQuickWindow23setClearBeforeRenderingEb@Qt_5 5.0.2 + _ZN12QQuickWindow23setPersistentSceneGraphEb@Qt_5 5.0.2 + _ZN12QQuickWindow24afterRenderPassRecordingEv@Qt_5 5.14.1 + _ZN12QQuickWindow25beforeRenderPassRecordingEv@Qt_5 5.14.1 + _ZN12QQuickWindow25setTransientParent_helperEPS_@Qt_5 5.1.0 + _ZN12QQuickWindow26setPersistentOpenGLContextEb@Qt_5 5.0.2 + _ZN12QQuickWindow29handleApplicationStateChangedEN2Qt16ApplicationStateE@Qt_5 5.10.1 + _ZN12QQuickWindow5eventEP6QEvent@Qt_5 5.0.2 + _ZN12QQuickWindow6updateEv@Qt_5 5.0.2 + _ZN12QQuickWindow8setColorERK6QColor@Qt_5 5.0.2 + _ZN12QQuickWindow9hideEventEP10QHideEvent@Qt_5 5.0.2 + _ZN12QQuickWindow9sendEventEP10QQuickItemP6QEvent@Qt_5 5.0.2 + _ZN12QQuickWindow9showEventEP10QShowEvent@Qt_5 5.0.2 + _ZN12QQuickWindowC1EP19QQuickRenderControl@Qt_5 5.3.0 + _ZN12QQuickWindowC1EP7QWindow@Qt_5 5.0.2 + _ZN12QQuickWindowC2EP19QQuickRenderControl@Qt_5 5.3.0 + _ZN12QQuickWindowC2EP7QWindow@Qt_5 5.0.2 + _ZN12QQuickWindowD0Ev@Qt_5 5.0.2 + _ZN12QQuickWindowD1Ev@Qt_5 5.0.2 + _ZN12QQuickWindowD2Ev@Qt_5 5.0.2 + _ZN12QSGImageNode15rebuildGeometryEP11QSGGeometryP10QSGTextureRK6QRectFS4_6QFlagsINS_31TextureCoordinatesTransformFlagEE@Qt_5 5.9.0~beta + _ZN13QSGRenderNode11RenderStateD0Ev@Qt_5 5.9.0~beta + _ZN13QSGRenderNode11RenderStateD1Ev@Qt_5 5.9.0~beta + _ZN13QSGRenderNode11RenderStateD2Ev@Qt_5 5.9.0~beta + _ZN13QSGRenderNode16releaseResourcesEv@Qt_5 5.9.0~beta + _ZN13QSGRenderNodeC1Ev@Qt_5 5.9.0~beta + _ZN13QSGRenderNodeC2Ev@Qt_5 5.9.0~beta + _ZN13QSGRenderNodeD0Ev@Qt_5 5.9.0~beta + _ZN13QSGRenderNodeD1Ev@Qt_5 5.9.0~beta + _ZN13QSGRenderNodeD2Ev@Qt_5 5.9.0~beta + _ZN14QSGNodeVisitor13visitChildrenEP7QSGNode@Qt_5 5.0.2 + _ZN14QSGNodeVisitor9visitNodeEP7QSGNode@Qt_5 5.0.2 + _ZN14QSGNodeVisitorD0Ev@Qt_5 5.0.2 + _ZN14QSGNodeVisitorD1Ev@Qt_5 5.0.2 + _ZN14QSGNodeVisitorD2Ev@Qt_5 5.0.2 + _ZN14QSGOpacityNode10setOpacityEd@Qt_5 5.2.0 + _ZN14QSGOpacityNode18setCombinedOpacityEd@Qt_5 5.2.0 + _ZN14QSGOpacityNodeC1Ev@Qt_5 5.0.2 + _ZN14QSGOpacityNodeC2Ev@Qt_5 5.0.2 + _ZN14QSGOpacityNodeD0Ev@Qt_5 5.0.2 + _ZN14QSGOpacityNodeD1Ev@Qt_5 5.0.2 + _ZN14QSGOpacityNodeD2Ev@Qt_5 5.0.2 + _ZN15QQuickSvgParser7pathArcER12QPainterPathdddiidddd@Qt_5 5.10.0 + _ZN15QQuickTransform11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.3.0 + _ZN15QQuickTransform11qt_metacastEPKc@Qt_5 5.3.0 + _ZN15QQuickTransform12appendToItemEP10QQuickItem@Qt_5 5.3.0 + _ZN15QQuickTransform13prependToItemEP10QQuickItem@Qt_5 5.3.0 + _ZN15QQuickTransform16staticMetaObjectE@Qt_5 5.3.0 + _ZN15QQuickTransform6updateEv@Qt_5 5.3.0 + _ZN15QQuickTransformC1EP7QObject@Qt_5 5.3.0 + _ZN15QQuickTransformC1ER22QQuickTransformPrivateP7QObject@Qt_5 5.3.0 + _ZN15QQuickTransformC2EP7QObject@Qt_5 5.3.0 + _ZN15QQuickTransformC2ER22QQuickTransformPrivateP7QObject@Qt_5 5.3.0 + _ZN15QQuickTransformD0Ev@Qt_5 5.3.0 + _ZN15QQuickTransformD1Ev@Qt_5 5.3.0 + _ZN15QQuickTransformD2Ev@Qt_5 5.3.0 + _ZN15QSGGeometryNode11setMaterialEP11QSGMaterial@Qt_5 5.0.2 + _ZN15QSGGeometryNode14setRenderOrderEi@Qt_5 5.0.2 + _ZN15QSGGeometryNode17setOpaqueMaterialEP11QSGMaterial@Qt_5 5.0.2 + _ZN15QSGGeometryNode19setInheritedOpacityEd@Qt_5 5.2.0 + _ZN15QSGGeometryNodeC1ER22QSGGeometryNodePrivate@Qt_5 5.2.0~beta1 + _ZN15QSGGeometryNodeC1Ev@Qt_5 5.0.2 + _ZN15QSGGeometryNodeC2ER22QSGGeometryNodePrivate@Qt_5 5.2.0~beta1 + _ZN15QSGGeometryNodeC2Ev@Qt_5 5.0.2 + _ZN15QSGGeometryNodeD0Ev@Qt_5 5.0.2 + _ZN15QSGGeometryNodeD1Ev@Qt_5 5.0.2 + _ZN15QSGGeometryNodeD2Ev@Qt_5 5.0.2 + _ZN16QSGNinePatchNode15rebuildGeometryEP10QSGTextureP11QSGGeometryRK9QVector4DRK6QRectFd@Qt_5 5.9.0~beta + _ZN16QSGTransformNode17setCombinedMatrixERK10QMatrix4x4@Qt_5 5.0.2 + _ZN16QSGTransformNode9setMatrixERK10QMatrix4x4@Qt_5 5.0.2 + _ZN16QSGTransformNodeC1Ev@Qt_5 5.0.2 + _ZN16QSGTransformNodeC2Ev@Qt_5 5.0.2 + _ZN16QSGTransformNodeD0Ev@Qt_5 5.0.2 + _ZN16QSGTransformNodeD1Ev@Qt_5 5.0.2 + _ZN16QSGTransformNodeD2Ev@Qt_5 5.0.2 + _ZN17QQuickPaintedItem10itemChangeEN10QQuickItem10ItemChangeERKNS0_14ItemChangeDataE@Qt_5 5.6.1 + _ZN17QQuickPaintedItem11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN17QQuickPaintedItem11qt_metacastEPKc@Qt_5 5.0.2 + _ZN17QQuickPaintedItem12setFillColorERK6QColor@Qt_5 5.0.2 + _ZN17QQuickPaintedItem14setTextureSizeERK5QSize@Qt_5 5.6.0~beta + _ZN17QQuickPaintedItem15setAntialiasingEb@Qt_5 5.0.2 + _ZN17QQuickPaintedItem15setContentsSizeERK5QSize@Qt_5 5.0.2 + _ZN17QQuickPaintedItem15setRenderTargetENS_12RenderTargetE@Qt_5 5.0.2 + _ZN17QQuickPaintedItem15updatePaintNodeEP7QSGNodePN10QQuickItem19UpdatePaintNodeDataE@Qt_5 5.0.2 + _ZN17QQuickPaintedItem16fillColorChangedEv@Qt_5 5.0.2 + _ZN17QQuickPaintedItem16releaseResourcesEv@Qt_5 5.4.0 + _ZN17QQuickPaintedItem16setContentsScaleEd@Qt_5 5.2.0 + _ZN17QQuickPaintedItem16staticMetaObjectE@Qt_5 5.0.2 + _ZN17QQuickPaintedItem17resetContentsSizeEv@Qt_5 5.0.2 + _ZN17QQuickPaintedItem17setOpaquePaintingEb@Qt_5 5.0.2 + _ZN17QQuickPaintedItem18setPerformanceHintENS_15PerformanceHintEb@Qt_5 5.0.2 + _ZN17QQuickPaintedItem18textureSizeChangedEv@Qt_5 5.6.0~beta + _ZN17QQuickPaintedItem19contentsSizeChangedEv@Qt_5 5.0.2 + _ZN17QQuickPaintedItem19renderTargetChangedEv@Qt_5 5.0.2 + _ZN17QQuickPaintedItem19setPerformanceHintsE6QFlagsINS_15PerformanceHintEE@Qt_5 5.0.2 + _ZN17QQuickPaintedItem20contentsScaleChangedEv@Qt_5 5.0.2 + _ZN17QQuickPaintedItem20invalidateSceneGraphEv@Qt_5 5.4.0 + _ZN17QQuickPaintedItem6updateERK5QRect@Qt_5 5.0.2 + _ZN17QQuickPaintedItem9setMipmapEb@Qt_5 5.0.2 + _ZN17QQuickPaintedItemC1EP10QQuickItem@Qt_5 5.0.2 + _ZN17QQuickPaintedItemC2EP10QQuickItem@Qt_5 5.0.2 + _ZN17QQuickPaintedItemD0Ev@Qt_5 5.0.2 + _ZN17QQuickPaintedItemD1Ev@Qt_5 5.0.2 + _ZN17QQuickPaintedItemD2Ev@Qt_5 5.0.2 + _ZN17QSGDynamicTexture11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN17QSGDynamicTexture11qt_metacastEPKc@Qt_5 5.0.2 + _ZN17QSGDynamicTexture16staticMetaObjectE@Qt_5 5.0.2 + _ZN17QSGMaterialShader10deactivateEv@Qt_5 5.0.2 + _ZN17QSGMaterialShader11updateStateERKNS_11RenderStateEP11QSGMaterialS4_@Qt_5 5.0.2 + _ZN17QSGMaterialShader19setShaderSourceFileE6QFlagsIN13QOpenGLShader13ShaderTypeBitEERK7QString@Qt_5 5.2.0~rc1 + _ZN17QSGMaterialShader20setShaderSourceFilesE6QFlagsIN13QOpenGLShader13ShaderTypeBitEERK11QStringList@Qt_5 5.2.0~rc1 + _ZN17QSGMaterialShader7compileEv@Qt_5 5.0.2 + _ZN17QSGMaterialShader8activateEv@Qt_5 5.0.2 + _ZN17QSGMaterialShaderC1Ev@Qt_5 5.0.2 + _ZN17QSGMaterialShaderC2Ev@Qt_5 5.0.2 + _ZN17QSGMaterialShaderD0Ev@Qt_5 5.2.0~rc1 + _ZN17QSGMaterialShaderD1Ev@Qt_5 5.2.0~rc1 + _ZN17QSGMaterialShaderD2Ev@Qt_5 5.2.0~rc1 + _ZN17QSGSimpleRectNode7setRectERK6QRectF@Qt_5 5.0.2 + _ZN17QSGSimpleRectNode8setColorERK6QColor@Qt_5 5.0.2 + _ZN17QSGSimpleRectNodeC1ERK6QRectFRK6QColor@Qt_5 5.0.2 + _ZN17QSGSimpleRectNodeC1Ev@Qt_5 5.0.2 + _ZN17QSGSimpleRectNodeC2ERK6QRectFRK6QColor@Qt_5 5.0.2 + _ZN17QSGSimpleRectNodeC2Ev@Qt_5 5.0.2 + _ZN18QQuickTextDocument11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.1.0 + _ZN18QQuickTextDocument11qt_metacastEPKc@Qt_5 5.1.0 + _ZN18QQuickTextDocument16staticMetaObjectE@Qt_5 5.1.0 + _ZN18QQuickTextDocumentC1EP10QQuickItem@Qt_5 5.1.0 + _ZN18QQuickTextDocumentC2EP10QQuickItem@Qt_5 5.1.0 + _ZN18QSGTextureProvider11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN18QSGTextureProvider11qt_metacastEPKc@Qt_5 5.0.2 + _ZN18QSGTextureProvider14textureChangedEv@Qt_5 5.0.2 + _ZN18QSGTextureProvider16staticMetaObjectE@Qt_5 5.0.2 + _ZN19QQuickImageProvider12requestImageERK7QStringP5QSizeRKS3_@Qt_5 5.0.2 + _ZN19QQuickImageProvider13requestPixmapERK7QStringP5QSizeRKS3_@Qt_5 5.0.2 + _ZN19QQuickImageProvider14requestTextureERK7QStringP5QSizeRKS3_@Qt_5 5.0.2 + _ZN19QQuickImageProviderC1EN21QQmlImageProviderBase9ImageTypeE6QFlagsINS0_4FlagEE@Qt_5 5.0.2 + _ZN19QQuickImageProviderC2EN21QQmlImageProviderBase9ImageTypeE6QFlagsINS0_4FlagEE@Qt_5 5.0.2 + _ZN19QQuickImageProviderD0Ev@Qt_5 5.0.2 + _ZN19QQuickImageProviderD1Ev@Qt_5 5.0.2 + _ZN19QQuickImageProviderD2Ev@Qt_5 5.0.2 + _ZN19QQuickImageResponse11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.6.0~beta + _ZN19QQuickImageResponse11qt_metacastEPKc@Qt_5 5.6.0~beta + _ZN19QQuickImageResponse16staticMetaObjectE@Qt_5 5.6.0~beta + _ZN19QQuickImageResponse6cancelEv@Qt_5 5.6.0~beta + _ZN19QQuickImageResponse8finishedEv@Qt_5 5.6.0~beta + _ZN19QQuickImageResponseC1Ev@Qt_5 5.6.0~beta + _ZN19QQuickImageResponseC2Ev@Qt_5 5.6.0~beta + _ZN19QQuickImageResponseD0Ev@Qt_5 5.6.0~beta + _ZN19QQuickImageResponseD1Ev@Qt_5 5.6.0~beta + _ZN19QQuickImageResponseD2Ev@Qt_5 5.6.0~beta + _ZN19QQuickRenderControl10initializeEP14QOpenGLContext@Qt_5 5.3.0 + _ZN19QQuickRenderControl10invalidateEv@Qt_5 5.3.0 + _ZN19QQuickRenderControl11polishItemsEv@Qt_5 5.3.0 + _ZN19QQuickRenderControl11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.3.0 + _ZN19QQuickRenderControl11qt_metacastEPKc@Qt_5 5.3.0 + _ZN19QQuickRenderControl12sceneChangedEv@Qt_5 5.3.0 + _ZN19QQuickRenderControl13prepareThreadEP7QThread@Qt_5 5.5.0 + _ZN19QQuickRenderControl15renderRequestedEv@Qt_5 5.3.0 + _ZN19QQuickRenderControl15renderWindowForEP12QQuickWindowP6QPoint@Qt_5 5.3.0 + _ZN19QQuickRenderControl16staticMetaObjectE@Qt_5 5.3.0 + _ZN19QQuickRenderControl4grabEv@Qt_5 5.3.0 + _ZN19QQuickRenderControl4syncEv@Qt_5 5.3.0 + _ZN19QQuickRenderControl6renderEv@Qt_5 5.3.0 + _ZN19QQuickRenderControlC1EP7QObject@Qt_5 5.4.0 + _ZN19QQuickRenderControlC2EP7QObject@Qt_5 5.4.0 + _ZN19QQuickRenderControlD0Ev@Qt_5 5.3.0 + _ZN19QQuickRenderControlD1Ev@Qt_5 5.3.0 + _ZN19QQuickRenderControlD2Ev@Qt_5 5.3.0 + _ZN19QSGAbstractRenderer11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer11qt_metacastEPKc@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer11setRootNodeEP11QSGRootNode@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer12setClearModeE6QFlagsINS_12ClearModeBitEE@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer13setClearColorERK6QColor@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer13setDeviceRectERK5QRect@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer15setViewportRectERK5QRect@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer16staticMetaObjectE@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer17sceneGraphChangedEv@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer19setProjectionMatrixERK10QMatrix4x4@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer25setProjectionMatrixToRectERK6QRectF6QFlagsINS_19MatrixTransformFlagEE@Qt_5 5.14.1 + _ZN19QSGAbstractRenderer25setProjectionMatrixToRectERK6QRectF@Qt_5 5.4.0 + _ZN19QSGAbstractRenderer32setProjectionMatrixWithNativeNDCERK10QMatrix4x4@Qt_5 5.14.1 + _ZN19QSGAbstractRendererC1EP7QObject@Qt_5 5.4.0 + _ZN19QSGAbstractRendererC2EP7QObject@Qt_5 5.4.0 + _ZN19QSGAbstractRendererD0Ev@Qt_5 5.4.0 + _ZN19QSGAbstractRendererD1Ev@Qt_5 5.4.0 + _ZN19QSGAbstractRendererD2Ev@Qt_5 5.4.0 + _ZN20QQuickItemGrabResult10saveToFileERK7QString@Qt_5 5.4.0 + _ZN20QQuickItemGrabResult11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.4.0 + _ZN20QQuickItemGrabResult11qt_metacastEPKc@Qt_5 5.4.0 + _ZN20QQuickItemGrabResult16staticMetaObjectE@Qt_5 5.4.0 + _ZN20QQuickItemGrabResult5eventEP6QEvent@Qt_5 5.4.0 + _ZN20QQuickItemGrabResult5readyEv@Qt_5 5.4.0 + _ZN20QQuickItemGrabResult5setupEv@Qt_5 5.4.0 + _ZN20QQuickItemGrabResult6renderEv@Qt_5 5.4.0 + _ZN20QQuickItemGrabResultC1EP7QObject@Qt_5 5.4.0 + _ZN20QQuickItemGrabResultC2EP7QObject@Qt_5 5.4.0 + _ZN20QQuickTextureFactory11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.11.0 + _ZN20QQuickTextureFactory11qt_metacastEPKc@Qt_5 5.11.0 + _ZN20QQuickTextureFactory16staticMetaObjectE@Qt_5 5.11.0 + _ZN20QQuickTextureFactory22textureFactoryForImageERK6QImage@Qt_5 5.6.0~beta + _ZN20QQuickTextureFactoryC1Ev@Qt_5 5.0.2 + _ZN20QQuickTextureFactoryC2Ev@Qt_5 5.0.2 + _ZN20QQuickTextureFactoryD0Ev@Qt_5 5.0.2 + _ZN20QQuickTextureFactoryD1Ev@Qt_5 5.0.2 + _ZN20QQuickTextureFactoryD2Ev@Qt_5 5.0.2 + _ZN20QSGBasicGeometryNode11setGeometryEP11QSGGeometry@Qt_5 5.0.2 + _ZN20QSGBasicGeometryNodeC1EN7QSGNode8NodeTypeE@Qt_5 5.0.2 + _ZN20QSGBasicGeometryNodeC1ER27QSGBasicGeometryNodePrivateN7QSGNode8NodeTypeE@Qt_5 5.2.0~beta1 + _ZN20QSGBasicGeometryNodeC2EN7QSGNode8NodeTypeE@Qt_5 5.0.2 + _ZN20QSGBasicGeometryNodeC2ER27QSGBasicGeometryNodePrivateN7QSGNode8NodeTypeE@Qt_5 5.2.0~beta1 + _ZN20QSGBasicGeometryNodeD0Ev@Qt_5 5.0.2 + _ZN20QSGBasicGeometryNodeD1Ev@Qt_5 5.0.2 + _ZN20QSGBasicGeometryNodeD2Ev@Qt_5 5.0.2 + _ZN20QSGFlatColorMaterial8setColorERK6QColor@Qt_5 5.0.2 + _ZN20QSGFlatColorMaterialC1Ev@Qt_5 5.0.2 + _ZN20QSGFlatColorMaterialC2Ev@Qt_5 5.0.2 + _ZN20QSGMaterialRhiShader11RenderState11uniformDataEv@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShader11RenderState19resourceUpdateBatchEv@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShader11RenderState3rhiEv@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShader17setShaderFileNameENS_5StageERK7QString@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShader17updateUniformDataERNS_11RenderStateEP11QSGMaterialS3_@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShader18updateSampledImageERNS_11RenderStateEiPP10QSGTextureP11QSGMaterialS6_@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShader27updateGraphicsPipelineStateERNS_11RenderStateEPNS_21GraphicsPipelineStateEP11QSGMaterialS5_@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShader7setFlagE6QFlagsINS_4FlagEEb@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShader9setShaderENS_5StageERK7QShader@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShaderC1Ev@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShaderC2Ev@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShaderD0Ev@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShaderD1Ev@Qt_5 5.14.1 + _ZN20QSGMaterialRhiShaderD2Ev@Qt_5 5.14.1 + _ZN20QSGRendererInterface13isApiRhiBasedENS_11GraphicsApiE@Qt_5 5.14.1 + _ZN20QSGRendererInterfaceD0Ev@Qt_5 5.9.0~beta + _ZN20QSGRendererInterfaceD1Ev@Qt_5 5.9.0~beta + _ZN20QSGRendererInterfaceD2Ev@Qt_5 5.9.0~beta + _ZN20QSGSimpleTextureNode10setTextureEP10QSGTexture@Qt_5 5.0.2 + _ZN20QSGSimpleTextureNode12setFilteringEN10QSGTexture9FilteringE@Qt_5 5.0.2 + _ZN20QSGSimpleTextureNode13setSourceRectERK6QRectF@Qt_5 5.5.0 + _ZN20QSGSimpleTextureNode14setOwnsTextureEb@Qt_5 5.4.0 + _ZN20QSGSimpleTextureNode30setTextureCoordinatesTransformE6QFlagsINS_31TextureCoordinatesTransformFlagEE@Qt_5 5.2.0~beta1 + _ZN20QSGSimpleTextureNode7setRectERK6QRectF@Qt_5 5.0.2 + _ZN20QSGSimpleTextureNodeC1Ev@Qt_5 5.0.2 + _ZN20QSGSimpleTextureNodeC2Ev@Qt_5 5.0.2 + _ZN20QSGSimpleTextureNodeD0Ev@Qt_5 5.0.2 + _ZN20QSGSimpleTextureNodeD1Ev@Qt_5 5.0.2 + _ZN20QSGSimpleTextureNodeD2Ev@Qt_5 5.0.2 + _ZN22QSGVertexColorMaterialC1Ev@Qt_5 5.0.2 + _ZN22QSGVertexColorMaterialC2Ev@Qt_5 5.0.2 + _ZN23QQuickFramebufferObject11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.2.0~beta1 + _ZN23QQuickFramebufferObject11qt_metacastEPKc@Qt_5 5.2.0~beta1 + _ZN23QQuickFramebufferObject15geometryChangedERK6QRectFS2_@Qt_5 5.2.0~beta1 + _ZN23QQuickFramebufferObject15updatePaintNodeEP7QSGNodePN10QQuickItem19UpdatePaintNodeDataE@Qt_5 5.2.0~beta1 + _ZN23QQuickFramebufferObject16releaseResourcesEv@Qt_5 5.4.0 + _ZN23QQuickFramebufferObject16staticMetaObjectE@Qt_5 5.2.0~beta1 + _ZN23QQuickFramebufferObject19setMirrorVerticallyEb@Qt_5 5.6.0~beta + _ZN23QQuickFramebufferObject20invalidateSceneGraphEv@Qt_5 5.4.0 + _ZN23QQuickFramebufferObject23mirrorVerticallyChangedEb@Qt_5 5.6.0~beta + _ZN23QQuickFramebufferObject25setTextureFollowsItemSizeEb@Qt_5 5.2.0~beta1 + _ZN23QQuickFramebufferObject29textureFollowsItemSizeChangedEb@Qt_5 5.2.0~beta1 + _ZN23QQuickFramebufferObjectC1EP10QQuickItem@Qt_5 5.2.0~beta1 + _ZN23QQuickFramebufferObjectC2EP10QQuickItem@Qt_5 5.2.0~beta1 + _ZN24QQuickAsyncImageProviderC1Ev@Qt_5 5.6.0~beta + _ZN24QQuickAsyncImageProviderC2Ev@Qt_5 5.6.0~beta + _ZN24QQuickAsyncImageProviderD0Ev@Qt_5 5.6.0~beta + _ZN24QQuickAsyncImageProviderD1Ev@Qt_5 5.6.0~beta + _ZN24QQuickAsyncImageProviderD2Ev@Qt_5 5.6.0~beta + _ZN24QSGOpaqueTextureMaterial10setTextureEP10QSGTexture@Qt_5 5.0.2 + _ZN24QSGOpaqueTextureMaterialC1Ev@Qt_5 5.0.2 + _ZN24QSGOpaqueTextureMaterialC2Ev@Qt_5 5.0.2 + _ZN7QSGNode15appendChildNodeEPS_@Qt_5 5.0.2 + _ZN7QSGNode15removeChildNodeEPS_@Qt_5 5.0.2 + _ZN7QSGNode16prependChildNodeEPS_@Qt_5 5.0.2 + _ZN7QSGNode19removeAllChildNodesEv@Qt_5 5.0.2 + _ZN7QSGNode20insertChildNodeAfterEPS_S0_@Qt_5 5.0.2 + _ZN7QSGNode20reparentChildNodesToEPS_@Qt_5 5.5.0 + _ZN7QSGNode21insertChildNodeBeforeEPS_S0_@Qt_5 5.0.2 + _ZN7QSGNode4initEv@Qt_5 5.0.2 + _ZN7QSGNode7destroyEv@Qt_5 5.0.2 + _ZN7QSGNode7setFlagENS_4FlagEb@Qt_5 5.0.2 + _ZN7QSGNode8setFlagsE6QFlagsINS_4FlagEEb@Qt_5 5.0.2 + _ZN7QSGNode9markDirtyE6QFlagsINS_13DirtyStateBitEE@Qt_5 5.0.2 + _ZN7QSGNodeC1ENS_8NodeTypeE@Qt_5 5.0.2 + _ZN7QSGNodeC1ER14QSGNodePrivateNS_8NodeTypeE@Qt_5 5.2.0~beta1 + _ZN7QSGNodeC1Ev@Qt_5 5.0.2 + _ZN7QSGNodeC2ENS_8NodeTypeE@Qt_5 5.0.2 + _ZN7QSGNodeC2ER14QSGNodePrivateNS_8NodeTypeE@Qt_5 5.2.0~beta1 + _ZN7QSGNodeC2Ev@Qt_5 5.0.2 + _ZN7QSGNodeD0Ev@Qt_5 5.0.2 + _ZN7QSGNodeD1Ev@Qt_5 5.0.2 + _ZN7QSGNodeD2Ev@Qt_5 5.0.2 + _ZN9QSGEngine10initializeEP14QOpenGLContext@Qt_5 5.4.0 + _ZN9QSGEngine10invalidateEv@Qt_5 5.4.0 + _ZN9QSGEngine11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.4.0 + _ZN9QSGEngine11qt_metacastEPKc@Qt_5 5.4.0 + _ZN9QSGEngine16staticMetaObjectE@Qt_5 5.4.0 + _ZN9QSGEngineC1EP7QObject@Qt_5 5.4.0 + _ZN9QSGEngineC2EP7QObject@Qt_5 5.4.0 + _ZN9QSGEngineD0Ev@Qt_5 5.4.0 + _ZN9QSGEngineD1Ev@Qt_5 5.4.0 + _ZN9QSGEngineD2Ev@Qt_5 5.4.0 + _ZNK10QQuickItem10childItemsEv@Qt_5 5.0.2 + _ZNK10QQuickItem10mapToSceneERK7QPointF@Qt_5 5.0.2 + _ZNK10QQuickItem10metaObjectEv@Qt_5 5.0.2 + _ZNK10QQuickItem10parentItemEv@Qt_5 5.0.2 + _ZNK10QQuickItem10widthValidEv@Qt_5 5.0.2 + _ZNK10QQuickItem11heightValidEv@Qt_5 5.0.2 + _ZNK10QQuickItem11mapFromItemEP14QQmlV4Function@Qt_5 5.2.0~beta1 + _ZNK10QQuickItem11mapFromItemEPKS_RK7QPointF@Qt_5 5.0.2 + _ZNK10QQuickItem11mapToGlobalEP14QQmlV4Function@Qt_5 5.9.0~beta + _ZNK10QQuickItem11mapToGlobalERK7QPointF@Qt_5 5.7.0 + _ZNK10QQuickItem12antialiasingEv@Qt_5 5.0.2 + _ZNK10QQuickItem12boundingRectEv@Qt_5 5.0.2 + _ZNK10QQuickItem12isAncestorOfEPKS_@Qt_5 5.7.0 + _ZNK10QQuickItem12isFocusScopeEv@Qt_5 5.0.2 + _ZNK10QQuickItem12isUnderMouseEv@Qt_5 5.0.2 + _ZNK10QQuickItem12mapFromSceneERK7QPointF@Qt_5 5.0.2 + _ZNK10QQuickItem13implicitWidthEv@Qt_5 5.0.2 + _ZNK10QQuickItem13itemTransformEPS_Pb@Qt_5 5.0.2 + _ZNK10QQuickItem13keepMouseGrabEv@Qt_5 5.0.2 + _ZNK10QQuickItem13keepTouchGrabEv@Qt_5 5.0.2 + _ZNK10QQuickItem13mapFromGlobalEP14QQmlV4Function@Qt_5 5.9.0~beta + _ZNK10QQuickItem13mapFromGlobalERK7QPointF@Qt_5 5.7.0 + _ZNK10QQuickItem13mapRectToItemEPKS_RK6QRectF@Qt_5 5.0.2 + _ZNK10QQuickItem14baselineOffsetEv@Qt_5 5.0.2 + _ZNK10QQuickItem14hasActiveFocusEv@Qt_5 5.0.2 + _ZNK10QQuickItem14implicitHeightEv@Qt_5 5.0.2 + _ZNK10QQuickItem14mapRectToSceneERK6QRectF@Qt_5 5.0.2 + _ZNK10QQuickItem15containmentMaskEv@Qt_5 5.11.0 + _ZNK10QQuickItem15mapRectFromItemEPKS_RK6QRectF@Qt_5 5.0.2 + _ZNK10QQuickItem15scopedFocusItemEv@Qt_5 5.0.2 + _ZNK10QQuickItem15textureProviderEv@Qt_5 5.0.2 + _ZNK10QQuickItem15transformOriginEv@Qt_5 5.0.2 + _ZNK10QQuickItem16activeFocusOnTabEv@Qt_5 5.1.0 + _ZNK10QQuickItem16inputMethodQueryEN2Qt16InputMethodQueryE@Qt_5 5.0.2 + _ZNK10QQuickItem16mapRectFromSceneERK6QRectF@Qt_5 5.0.2 + _ZNK10QQuickItem17acceptHoverEventsEv@Qt_5 5.0.2 + _ZNK10QQuickItem17acceptTouchEventsEv@Qt_5 5.10.0 + _ZNK10QQuickItem17isTextureProviderEv@Qt_5 5.0.2 + _ZNK10QQuickItem19isComponentCompleteEv@Qt_5 5.0.2 + _ZNK10QQuickItem1xEv@Qt_5 5.0.2 + _ZNK10QQuickItem1yEv@Qt_5 5.0.2 + _ZNK10QQuickItem1zEv@Qt_5 5.0.2 + _ZNK10QQuickItem20acceptedMouseButtonsEv@Qt_5 5.0.2 + _ZNK10QQuickItem20transformOriginPointEv@Qt_5 5.0.2 + _ZNK10QQuickItem23filtersChildMouseEventsEv@Qt_5 5.0.2 + _ZNK10QQuickItem4clipEv@Qt_5 5.0.2 + _ZNK10QQuickItem4sizeEv@Qt_5 5.10.0 + _ZNK10QQuickItem5flagsEv@Qt_5 5.0.2 + _ZNK10QQuickItem5scaleEv@Qt_5 5.0.2 + _ZNK10QQuickItem5stateEv@Qt_5 5.0.2 + _ZNK10QQuickItem5widthEv@Qt_5 5.0.2 + _ZNK10QQuickItem6cursorEv@Qt_5 5.0.2 + _ZNK10QQuickItem6heightEv@Qt_5 5.0.2 + _ZNK10QQuickItem6smoothEv@Qt_5 5.0.2 + _ZNK10QQuickItem6windowEv@Qt_5 5.0.2 + _ZNK10QQuickItem7childAtEdd@Qt_5 5.2.0 + _ZNK10QQuickItem7opacityEv@Qt_5 5.0.2 + _ZNK10QQuickItem8clipRectEv@Qt_5 5.0.2 + _ZNK10QQuickItem8containsERK7QPointF@Qt_5 5.0.2 + _ZNK10QQuickItem8hasFocusEv@Qt_5 5.0.2 + _ZNK10QQuickItem8positionEv@Qt_5 5.0.2 + _ZNK10QQuickItem8rotationEv@Qt_5 5.0.2 + _ZNK10QQuickItem9isEnabledEv@Qt_5 5.0.2 + _ZNK10QQuickItem9isVisibleEv@Qt_5 5.0.2 + _ZNK10QQuickItem9mapToItemEP14QQmlV4Function@Qt_5 5.2.0~beta1 + _ZNK10QQuickItem9mapToItemEPKS_RK7QPointF@Qt_5 5.0.2 + _ZNK10QQuickView10metaObjectEv@Qt_5 5.0.2 + _ZNK10QQuickView10resizeModeEv@Qt_5 5.0.2 + _ZNK10QQuickView10rootObjectEv@Qt_5 5.0.2 + _ZNK10QQuickView11initialSizeEv@Qt_5 5.0.2 + _ZNK10QQuickView11rootContextEv@Qt_5 5.0.2 + _ZNK10QQuickView6engineEv@Qt_5 5.0.2 + _ZNK10QQuickView6errorsEv@Qt_5 5.0.2 + _ZNK10QQuickView6sourceEv@Qt_5 5.0.2 + _ZNK10QQuickView6statusEv@Qt_5 5.0.2 + _ZNK10QQuickView8sizeHintEv@Qt_5 5.0.2 + _ZNK10QSGTexture10metaObjectEv@Qt_5 5.0.2 + _ZNK10QSGTexture13comparisonKeyEv@Qt_5 5.14.1 + _ZNK10QSGTexture13nativeTextureEv@Qt_5 5.15.1 + _ZNK10QSGTexture14isAtlasTextureEv@Qt_5 5.0.2 + _ZNK10QSGTexture15anisotropyLevelEv@Qt_5 5.9.0~beta + _ZNK10QSGTexture15mipmapFilteringEv@Qt_5 5.0.2 + _ZNK10QSGTexture16removedFromAtlasEv@Qt_5 5.0.2 + _ZNK10QSGTexture16verticalWrapModeEv@Qt_5 5.0.2 + _ZNK10QSGTexture18horizontalWrapModeEv@Qt_5 5.0.2 + _ZNK10QSGTexture24normalizedTextureSubRectEv@Qt_5 5.0.2 + _ZNK10QSGTexture9filteringEv@Qt_5 5.0.2 + _ZNK11QSGGeometry9indexDataEv@Qt_5 5.0.2 + _ZNK11QSGGeometry9lineWidthEv@Qt_5 5.0.2 + _ZNK11QSGMaterial7compareEPKS_@Qt_5 5.0.2 + (optional=inline|arch=arm64 hurd-i386 i386)_ZNK12QPaintDevice7devTypeEv@Qt_5 5.10.1 + _ZNK12QQuickWindow10metaObjectEv@Qt_5 5.0.2 + _ZNK12QQuickWindow11contentItemEv@Qt_5 5.0.2 + _ZNK12QQuickWindow11focusObjectEv@Qt_5 5.0.2 + _ZNK12QQuickWindow12renderTargetEv@Qt_5 5.0.2 + _ZNK12QQuickWindow13openglContextEv@Qt_5 5.0.2 + _ZNK12QQuickWindow14accessibleRootEv@Qt_5 5.0.2 + _ZNK12QQuickWindow14renderTargetIdEv@Qt_5 5.0.2 + _ZNK12QQuickWindow15activeFocusItemEv@Qt_5 5.0.2 + _ZNK12QQuickWindow15createImageNodeEv@Qt_5 5.9.0~beta + _ZNK12QQuickWindow16mouseGrabberItemEv@Qt_5 5.0.2 + _ZNK12QQuickWindow16renderTargetSizeEv@Qt_5 5.0.2 + _ZNK12QQuickWindow17rendererInterfaceEv@Qt_5 5.9.0~beta + _ZNK12QQuickWindow19createNinePatchNodeEv@Qt_5 5.9.0~beta + _ZNK12QQuickWindow19createRectangleNodeEv@Qt_5 5.9.0~beta + _ZNK12QQuickWindow19createTextureFromIdEjRK5QSize6QFlagsINS_19CreateTextureOptionEE@Qt_5 5.0.2 + _ZNK12QQuickWindow20clearBeforeRenderingEv@Qt_5 5.0.2 + _ZNK12QQuickWindow20incubationControllerEv@Qt_5 5.0.2 + _ZNK12QQuickWindow22createTextureFromImageERK6QImage6QFlagsINS_19CreateTextureOptionEE@Qt_5 5.2.0~beta1 + _ZNK12QQuickWindow22createTextureFromImageERK6QImage@Qt_5 5.0.2 + _ZNK12QQuickWindow22isPersistentSceneGraphEv@Qt_5 5.0.2 + _ZNK12QQuickWindow23isSceneGraphInitializedEv@Qt_5 5.5.0 + _ZNK12QQuickWindow25effectiveDevicePixelRatioEv@Qt_5 5.4.0 + _ZNK12QQuickWindow25isPersistentOpenGLContextEv@Qt_5 5.0.2 + _ZNK12QQuickWindow29createTextureFromNativeObjectENS_16NativeObjectTypeEPKviRK5QSize6QFlagsINS_19CreateTextureOptionEE@Qt_5 5.14.1 + _ZNK12QQuickWindow5colorEv@Qt_5 5.0.2 + _ZNK13QSGRenderNode11RenderState3getEPKc@Qt_5 5.9.0~beta + _ZNK13QSGRenderNode13changedStatesEv@Qt_5 5.9.0~beta + _ZNK13QSGRenderNode16inheritedOpacityEv@Qt_5 5.9.0~beta + _ZNK13QSGRenderNode4rectEv@Qt_5 5.9.0~beta + _ZNK13QSGRenderNode5flagsEv@Qt_5 5.9.0~beta + _ZNK13QSGRenderNode6matrixEv@Qt_5 5.9.0~beta + _ZNK13QSGRenderNode8clipListEv@Qt_5 5.9.0~beta + _ZNK14QSGOpacityNode16isSubtreeBlockedEv@Qt_5 5.0.2 + _ZNK15QQuickTransform10metaObjectEv@Qt_5 5.3.0 + _ZNK15QSGGeometryNode14activeMaterialEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem10metaObjectEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem11textureSizeEv@Qt_5 5.6.0~beta + _ZNK17QQuickPaintedItem12antialiasingEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem12contentsSizeEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem12renderTargetEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem13contentsScaleEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem14opaquePaintingEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem15textureProviderEv@Qt_5 5.4.0 + _ZNK17QQuickPaintedItem16performanceHintsEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem17isTextureProviderEv@Qt_5 5.4.0 + _ZNK17QQuickPaintedItem20contentsBoundingRectEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem6mipmapEv@Qt_5 5.0.2 + _ZNK17QQuickPaintedItem9fillColorEv@Qt_5 5.0.2 + _ZNK17QSGDynamicTexture10metaObjectEv@Qt_5 5.0.2 + _ZNK17QSGMaterialShader11RenderState10deviceRectEv@Qt_5 5.0.2 + _ZNK17QSGMaterialShader11RenderState11determinantEv@Qt_5 5.0.2 + _ZNK17QSGMaterialShader11RenderState12viewportRectEv@Qt_5 5.0.2 + _ZNK17QSGMaterialShader11RenderState14combinedMatrixEv@Qt_5 5.0.2 + _ZNK17QSGMaterialShader11RenderState15modelViewMatrixEv@Qt_5 5.0.2 + _ZNK17QSGMaterialShader11RenderState16devicePixelRatioEv@Qt_5 5.1.0 + _ZNK17QSGMaterialShader11RenderState16projectionMatrixEv@Qt_5 5.1.0 + _ZNK17QSGMaterialShader11RenderState7contextEv@Qt_5 5.0.2 + _ZNK17QSGMaterialShader11RenderState7opacityEv@Qt_5 5.0.2 + _ZNK17QSGMaterialShader12vertexShaderEv@Qt_5 5.2.0~rc1 + _ZNK17QSGMaterialShader14fragmentShaderEv@Qt_5 5.2.0~rc1 + _ZNK17QSGSimpleRectNode4rectEv@Qt_5 5.0.2 + _ZNK17QSGSimpleRectNode5colorEv@Qt_5 5.0.2 + _ZNK18QQuickTextDocument10metaObjectEv@Qt_5 5.1.0 + _ZNK18QQuickTextDocument12textDocumentEv@Qt_5 5.1.0 + _ZNK18QSGTextureMaterial12createShaderEv@Qt_5 5.0.2 + _ZNK18QSGTextureMaterial4typeEv@Qt_5 5.0.2 + _ZNK18QSGTextureProvider10metaObjectEv@Qt_5 5.0.2 + _ZNK19QQuickImageProvider5flagsEv@Qt_5 5.0.2 + _ZNK19QQuickImageProvider9imageTypeEv@Qt_5 5.0.2 + _ZNK19QQuickImageResponse10metaObjectEv@Qt_5 5.6.0~beta + _ZNK19QQuickImageResponse11errorStringEv@Qt_5 5.6.0~beta + _ZNK19QQuickRenderControl10metaObjectEv@Qt_5 5.3.0 + _ZNK19QSGAbstractRenderer10clearColorEv@Qt_5 5.4.0 + _ZNK19QSGAbstractRenderer10deviceRectEv@Qt_5 5.4.0 + _ZNK19QSGAbstractRenderer10metaObjectEv@Qt_5 5.4.0 + _ZNK19QSGAbstractRenderer12viewportRectEv@Qt_5 5.4.0 + _ZNK19QSGAbstractRenderer16projectionMatrixEv@Qt_5 5.4.0 + _ZNK19QSGAbstractRenderer29projectionMatrixWithNativeNDCEv@Qt_5 5.14.1 + _ZNK19QSGAbstractRenderer8rootNodeEv@Qt_5 5.4.0 + _ZNK19QSGAbstractRenderer9clearModeEv@Qt_5 5.4.0 + _ZNK20QQuickItemGrabResult10metaObjectEv@Qt_5 5.4.0 + _ZNK20QQuickItemGrabResult10saveToFileERK7QString@Qt_5 5.9.0~beta + _ZNK20QQuickItemGrabResult3urlEv@Qt_5 5.4.0 + _ZNK20QQuickItemGrabResult5imageEv@Qt_5 5.4.0 + _ZNK20QQuickTextureFactory10metaObjectEv@Qt_5 5.11.0 + _ZNK20QQuickTextureFactory5imageEv@Qt_5 5.0.2 + _ZNK20QSGFlatColorMaterial12createShaderEv@Qt_5 5.0.2 + _ZNK20QSGFlatColorMaterial4typeEv@Qt_5 5.0.2 + _ZNK20QSGFlatColorMaterial7compareEPK11QSGMaterial@Qt_5 5.0.2 + _ZNK20QSGMaterialRhiShader11RenderState10deviceRectEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader11RenderState11determinantEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader11RenderState12viewportRectEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader11RenderState14combinedMatrixEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader11RenderState15modelViewMatrixEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader11RenderState16devicePixelRatioEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader11RenderState16projectionMatrixEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader11RenderState7opacityEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader14attributeNamesEv@Qt_5 5.14.1 + _ZNK20QSGMaterialRhiShader5flagsEv@Qt_5 5.14.1 + _ZNK20QSGRendererInterface11getResourceEP12QQuickWindowNS_8ResourceE@Qt_5 5.9.0~beta + _ZNK20QSGRendererInterface11getResourceEP12QQuickWindowPKc@Qt_5 5.9.0~beta + _ZNK20QSGSimpleTextureNode10sourceRectEv@Qt_5 5.5.0 + _ZNK20QSGSimpleTextureNode11ownsTextureEv@Qt_5 5.4.0 + _ZNK20QSGSimpleTextureNode27textureCoordinatesTransformEv@Qt_5 5.2.0~beta1 + _ZNK20QSGSimpleTextureNode4rectEv@Qt_5 5.0.2 + _ZNK20QSGSimpleTextureNode7textureEv@Qt_5 5.0.2 + _ZNK20QSGSimpleTextureNode9filteringEv@Qt_5 5.0.2 + _ZNK22QSGVertexColorMaterial12createShaderEv@Qt_5 5.0.2 + _ZNK22QSGVertexColorMaterial4typeEv@Qt_5 5.0.2 + _ZNK22QSGVertexColorMaterial7compareEPK11QSGMaterial@Qt_5 5.0.2 + _ZNK23QQuickFramebufferObject10metaObjectEv@Qt_5 5.2.0~beta1 + _ZNK23QQuickFramebufferObject15textureProviderEv@Qt_5 5.4.0 + _ZNK23QQuickFramebufferObject16mirrorVerticallyEv@Qt_5 5.6.0~beta + _ZNK23QQuickFramebufferObject17isTextureProviderEv@Qt_5 5.4.0 + _ZNK23QQuickFramebufferObject22textureFollowsItemSizeEv@Qt_5 5.2.0~beta1 + _ZNK24QSGOpaqueTextureMaterial12createShaderEv@Qt_5 5.0.2 + _ZNK24QSGOpaqueTextureMaterial4typeEv@Qt_5 5.0.2 + _ZNK24QSGOpaqueTextureMaterial7compareEPK11QSGMaterial@Qt_5 5.0.2 + _ZNK7QSGNode10childCountEv@Qt_5 5.0.2 + _ZNK7QSGNode12childAtIndexEi@Qt_5 5.0.2 + _ZNK7QSGNode16isSubtreeBlockedEv@Qt_5 5.0.2 + _ZNK9QSGEngine10metaObjectEv@Qt_5 5.4.0 + _ZNK9QSGEngine14createRendererEv@Qt_5 5.4.0 + _ZNK9QSGEngine15createImageNodeEv@Qt_5 5.9.0~beta + _ZNK9QSGEngine17rendererInterfaceEv@Qt_5 5.9.0~beta + _ZNK9QSGEngine19createNinePatchNodeEv@Qt_5 5.9.0~beta + _ZNK9QSGEngine19createRectangleNodeEv@Qt_5 5.9.0~beta + _ZNK9QSGEngine19createTextureFromIdEjRK5QSize6QFlagsINS_19CreateTextureOptionEE@Qt_5 5.4.0 + _ZNK9QSGEngine22createTextureFromImageERK6QImage6QFlagsINS_19CreateTextureOptionEE@Qt_5 5.4.0 + (optional=templinst|subst)_ZNSt8__detail16_Hashtable_allocINSt3pmr21polymorphic_allocatorINS_10_Hash_nodeIP10QQuickItemLb0EEEEEE19_M_allocate_bucketsE{size_t}@Qt_5 5.15.15 + _ZTI10QQuickItem@Qt_5 5.0.2 + _ZTI10QQuickView@Qt_5 5.0.2 + _ZTI10QSGTexture@Qt_5 5.0.2 + _ZTI11QSGClipNode@Qt_5 5.0.2 + _ZTI11QSGGeometry@Qt_5 5.0.2 + _ZTI11QSGMaterial@Qt_5 5.0.2 + _ZTI11QSGRootNode@Qt_5 5.0.2 + _ZTI12QQmlRefCount@Qt_5 5.4.0 + _ZTI12QQuickWindow@Qt_5 5.0.2 + _ZTI12QSGImageNode@Qt_5 5.9.0~beta + _ZTI13QSGRenderNode@Qt_5 5.9.0~beta + _ZTI14QSGNodeVisitor@Qt_5 5.0.2 + _ZTI14QSGOpacityNode@Qt_5 5.0.2 + _ZTI15QQuickTransform@Qt_5 5.3.0 + _ZTI15QSGGeometryNode@Qt_5 5.0.2 + _ZTI16QOpenGLFunctions@Qt_5 5.0.2 + _ZTI16QQmlCustomParser@Qt_5 5.0.2 + _ZTI16QSGNinePatchNode@Qt_5 5.9.0~beta + _ZTI16QSGRectangleNode@Qt_5 5.9.0~beta + _ZTI16QSGTransformNode@Qt_5 5.0.2 + _ZTI17QQuickPaintedItem@Qt_5 5.0.2 + _ZTI17QSGDynamicTexture@Qt_5 5.0.2 + _ZTI17QSGMaterialShader@Qt_5 5.0.2 + _ZTI17QSGSimpleRectNode@Qt_5 5.0.2 + _ZTI18QQuickTextDocument@Qt_5 5.1.0 + _ZTI18QSGTextureMaterial@Qt_5 5.0.2 + _ZTI18QSGTextureProvider@Qt_5 5.0.2 + _ZTI19QQuickImageProvider@Qt_5 5.0.2 + _ZTI19QQuickImageResponse@Qt_5 5.6.0~beta + _ZTI19QQuickRenderControl@Qt_5 5.3.0 + _ZTI19QSGAbstractRenderer@Qt_5 5.4.0 + _ZTI20QQuickItemGrabResult@Qt_5 5.4.0 + _ZTI20QQuickTextureFactory@Qt_5 5.0.2 + _ZTI20QSGBasicGeometryNode@Qt_5 5.0.2 + _ZTI20QSGFlatColorMaterial@Qt_5 5.0.2 + _ZTI20QSGMaterialRhiShader@Qt_5 5.14.1 + _ZTI20QSGRendererInterface@Qt_5 5.9.0~beta + _ZTI20QSGSimpleTextureNode@Qt_5 5.0.2 + _ZTI22QSGVertexColorMaterial@Qt_5 5.0.2 + _ZTI23QQuickFramebufferObject@Qt_5 5.2.0~beta1 + _ZTI24QQuickAsyncImageProvider@Qt_5 5.6.0~beta + _ZTI24QSGOpaqueTextureMaterial@Qt_5 5.0.2 + _ZTI7QSGNode@Qt_5 5.0.2 + _ZTI9QSGEngine@Qt_5 5.4.0 + _ZTIN13QSGRenderNode11RenderStateE@Qt_5 5.9.0~beta + _ZTIN3QV415ExecutionEngine9DeletableE@Qt_5 5.14.1 + _ZTS10QQuickItem@Qt_5 5.0.2 + _ZTS10QQuickView@Qt_5 5.0.2 + _ZTS10QSGTexture@Qt_5 5.0.2 + _ZTS11QSGClipNode@Qt_5 5.0.2 + _ZTS11QSGGeometry@Qt_5 5.0.2 + _ZTS11QSGMaterial@Qt_5 5.0.2 + _ZTS11QSGRootNode@Qt_5 5.0.2 + _ZTS12QQmlRefCount@Qt_5 5.4.0 + _ZTS12QQuickWindow@Qt_5 5.0.2 + _ZTS12QSGImageNode@Qt_5 5.9.0~beta + _ZTS13QSGRenderNode@Qt_5 5.9.0~beta + _ZTS14QSGNodeVisitor@Qt_5 5.0.2 + _ZTS14QSGOpacityNode@Qt_5 5.0.2 + _ZTS15QQuickTransform@Qt_5 5.3.0 + _ZTS15QSGGeometryNode@Qt_5 5.0.2 + _ZTS16QOpenGLFunctions@Qt_5 5.0.2 + _ZTS16QQmlCustomParser@Qt_5 5.0.2 + _ZTS16QSGNinePatchNode@Qt_5 5.9.0~beta + _ZTS16QSGRectangleNode@Qt_5 5.9.0~beta + _ZTS16QSGTransformNode@Qt_5 5.0.2 + _ZTS17QQuickPaintedItem@Qt_5 5.0.2 + _ZTS17QSGDynamicTexture@Qt_5 5.0.2 + _ZTS17QSGMaterialShader@Qt_5 5.0.2 + _ZTS17QSGSimpleRectNode@Qt_5 5.0.2 + _ZTS18QQuickTextDocument@Qt_5 5.1.0 + _ZTS18QSGTextureMaterial@Qt_5 5.0.2 + _ZTS18QSGTextureProvider@Qt_5 5.0.2 + _ZTS19QQuickImageProvider@Qt_5 5.0.2 + _ZTS19QQuickImageResponse@Qt_5 5.6.0~beta + _ZTS19QQuickRenderControl@Qt_5 5.3.0 + _ZTS19QSGAbstractRenderer@Qt_5 5.4.0 + _ZTS20QQuickItemGrabResult@Qt_5 5.4.0 + _ZTS20QQuickTextureFactory@Qt_5 5.0.2 + _ZTS20QSGBasicGeometryNode@Qt_5 5.0.2 + _ZTS20QSGFlatColorMaterial@Qt_5 5.0.2 + _ZTS20QSGMaterialRhiShader@Qt_5 5.14.1 + _ZTS20QSGRendererInterface@Qt_5 5.9.0~beta + _ZTS20QSGSimpleTextureNode@Qt_5 5.0.2 + _ZTS22QSGVertexColorMaterial@Qt_5 5.0.2 + _ZTS23QQuickFramebufferObject@Qt_5 5.2.0~beta1 + _ZTS24QQuickAsyncImageProvider@Qt_5 5.6.0~beta + _ZTS24QSGOpaqueTextureMaterial@Qt_5 5.0.2 + _ZTS7QSGNode@Qt_5 5.0.2 + _ZTS9QSGEngine@Qt_5 5.4.0 + _ZTSN13QSGRenderNode11RenderStateE@Qt_5 5.9.0~beta + _ZTSN3QV415ExecutionEngine9DeletableE@Qt_5 5.14.1 + _ZTV10QQuickItem@Qt_5 5.0.2 + _ZTV10QQuickView@Qt_5 5.0.2 + _ZTV10QSGTexture@Qt_5 5.0.2 + _ZTV11QSGClipNode@Qt_5 5.0.2 + _ZTV11QSGGeometry@Qt_5 5.0.2 + _ZTV11QSGMaterial@Qt_5 5.0.2 + _ZTV11QSGRootNode@Qt_5 5.0.2 + _ZTV12QQuickWindow@Qt_5 5.0.2 + _ZTV12QSGImageNode@Qt_5 5.9.0~beta + _ZTV13QSGRenderNode@Qt_5 5.9.0~beta + _ZTV14QSGNodeVisitor@Qt_5 5.0.2 + _ZTV14QSGOpacityNode@Qt_5 5.0.2 + _ZTV15QQuickTransform@Qt_5 5.3.0 + _ZTV15QSGGeometryNode@Qt_5 5.0.2 + _ZTV16QQmlCustomParser@Qt_5 5.0.2 + _ZTV16QSGNinePatchNode@Qt_5 5.9.0~beta + _ZTV16QSGRectangleNode@Qt_5 5.9.0~beta + _ZTV16QSGTransformNode@Qt_5 5.0.2 + _ZTV17QQuickPaintedItem@Qt_5 5.0.2 + _ZTV17QSGDynamicTexture@Qt_5 5.0.2 + _ZTV17QSGMaterialShader@Qt_5 5.0.2 + _ZTV17QSGSimpleRectNode@Qt_5 5.0.2 + _ZTV18QQuickTextDocument@Qt_5 5.1.0 + _ZTV18QSGTextureMaterial@Qt_5 5.0.2 + _ZTV18QSGTextureProvider@Qt_5 5.0.2 + _ZTV19QQuickImageProvider@Qt_5 5.0.2 + _ZTV19QQuickImageResponse@Qt_5 5.6.0~beta + _ZTV19QQuickRenderControl@Qt_5 5.3.0 + _ZTV19QSGAbstractRenderer@Qt_5 5.4.0 + _ZTV20QQuickItemGrabResult@Qt_5 5.4.0 + _ZTV20QQuickTextureFactory@Qt_5 5.0.2 + _ZTV20QSGBasicGeometryNode@Qt_5 5.0.2 + _ZTV20QSGFlatColorMaterial@Qt_5 5.0.2 + _ZTV20QSGMaterialRhiShader@Qt_5 5.14.1 + _ZTV20QSGRendererInterface@Qt_5 5.9.0~beta + _ZTV20QSGSimpleTextureNode@Qt_5 5.0.2 + _ZTV22QSGVertexColorMaterial@Qt_5 5.0.2 + _ZTV23QQuickFramebufferObject@Qt_5 5.2.0~beta1 + _ZTV24QQuickAsyncImageProvider@Qt_5 5.6.0~beta + _ZTV24QSGOpaqueTextureMaterial@Qt_5 5.0.2 + _ZTV7QSGNode@Qt_5 5.0.2 + _ZTV9QSGEngine@Qt_5 5.4.0 + _ZTVN13QSGRenderNode11RenderStateE@Qt_5 5.9.0~beta + _ZZZNK3QV414FunctionObject4callEPKNS_5ValueES3_iENKUlvE_clEvE15qstring_literal@Qt_5 5.12.2 + _Zls6QDebugP10QQuickItem@Qt_5 5.0.2 + _Zls6QDebugPK11QSGRootNode@Qt_5 5.0.2 + _Zls6QDebugPK12QQuickWindow@Qt_5 5.10.1 + _Zls6QDebugPK14QSGOpacityNode@Qt_5 5.0.2 + _Zls6QDebugPK15QSGGeometryNode@Qt_5 5.0.2 + _Zls6QDebugPK16QSGTransformNode@Qt_5 5.0.2 + _Zls6QDebugPK7QSGNode@Qt_5 5.0.2 + (c++)"non-virtual thunk to QQuickItem::classBegin()@Qt_5" 5.0.2 + (c++)"non-virtual thunk to QQuickItem::componentComplete()@Qt_5" 5.0.2 + (c++)"non-virtual thunk to QQuickItem::~QQuickItem()@Qt_5" 5.0.2 + (c++)"non-virtual thunk to QQuickPaintedItem::~QQuickPaintedItem()@Qt_5" 5.0.2 + (c++)"non-virtual thunk to QQuickView::~QQuickView()@Qt_5" 5.0.2 + (c++)"non-virtual thunk to QQuickWindow::~QQuickWindow()@Qt_5" 5.0.2 diff --git a/libqt5quickparticles5.install b/libqt5quickparticles5.install new file mode 100644 index 000000000..cbfcbf44d --- /dev/null +++ b/libqt5quickparticles5.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickParticles.so.* diff --git a/libqt5quickparticles5.lintian-overrides b/libqt5quickparticles5.lintian-overrides new file mode 100644 index 000000000..859993006 --- /dev/null +++ b/libqt5quickparticles5.lintian-overrides @@ -0,0 +1,3 @@ +# This dependency has been added to track external packages building against +# our private headers. It is ok if internal packages depend on the ABI one. +libqt5quickparticles5: symbols-declares-dependency-on-other-package diff --git a/libqt5quickparticles5.symbols b/libqt5quickparticles5.symbols new file mode 100644 index 000000000..fbc2f753c --- /dev/null +++ b/libqt5quickparticles5.symbols @@ -0,0 +1,5 @@ +# SymbolsHelper-Confirmed: 5.15.1 amd64 i386 +libQt5QuickParticles.so.5 libqt5quickparticles5 #MINVER# | libqt5quickparticles5-gles #MINVER# +| libqt5quickparticles5 #MINVER# | libqt5quickparticles5-gles #MINVER#, qtdeclarative-abi-5-15-15 +* Build-Depends-Package: qtdeclarative5-private-dev + (symver)Qt_5_PRIVATE_API 0 1 diff --git a/libqt5quickshapes5.install b/libqt5quickshapes5.install new file mode 100644 index 000000000..4dc31feaf --- /dev/null +++ b/libqt5quickshapes5.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickShapes.so.* diff --git a/libqt5quickshapes5.lintian-overrides b/libqt5quickshapes5.lintian-overrides new file mode 100644 index 000000000..e0571fa0f --- /dev/null +++ b/libqt5quickshapes5.lintian-overrides @@ -0,0 +1,3 @@ +# This dependency has been added to track external packages building against +# our private headers. It is ok if internal packages depend on the ABI one. +libqt5quickshapes5: symbols-declares-dependency-on-other-package diff --git a/libqt5quickshapes5.symbols b/libqt5quickshapes5.symbols new file mode 100644 index 000000000..f0e24f072 --- /dev/null +++ b/libqt5quickshapes5.symbols @@ -0,0 +1,5 @@ +# SymbolsHelper-Confirmed: 5.15.1 amd64 i386 +libQt5QuickShapes.so.5 libqt5quickshapes5 #MINVER# +| libqt5quickshapes5 #MINVER#, qtdeclarative-abi-5-15-15 +* Build-Depends-Package: qtdeclarative5-private-dev + (symver)Qt_5_PRIVATE_API 0 1 diff --git a/libqt5quicktest5.install b/libqt5quicktest5.install new file mode 100644 index 000000000..cbc2505da --- /dev/null +++ b/libqt5quicktest5.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickTest.so.* diff --git a/libqt5quicktest5.lintian-overrides b/libqt5quicktest5.lintian-overrides new file mode 100644 index 000000000..84b7dd911 --- /dev/null +++ b/libqt5quicktest5.lintian-overrides @@ -0,0 +1,3 @@ +# This dependency has been added to track external packages building against +# our private headers. It is ok if internal packages depend on the ABI one. +libqt5quicktest5: symbols-declares-dependency-on-other-package diff --git a/libqt5quicktest5.symbols b/libqt5quicktest5.symbols new file mode 100644 index 000000000..6788716d8 --- /dev/null +++ b/libqt5quicktest5.symbols @@ -0,0 +1,34 @@ +# SymbolsHelper-Confirmed: 5.15.1 alpha amd64 arm64 armel armhf i386 ia64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sh4 sparc64 x32 +libQt5QuickTest.so.5 libqt5quicktest5 #MINVER# +| libqt5quicktest5 #MINVER#, qtdeclarative-abi-5-15-15 +* Build-Depends-Packages: qtdeclarative5-dev, qtdeclarative5-private-dev + Qt_5.0@Qt_5.0 5.6.0~beta + Qt_5.10@Qt_5.10 5.10.0 + Qt_5.11@Qt_5.11 5.11.0 + Qt_5.12@Qt_5.12 5.12.0 + Qt_5.13@Qt_5.13 5.14.1 + Qt_5.14@Qt_5.14 5.14.1 + Qt_5.15@Qt_5.15 5.15.1 + Qt_5.1@Qt_5.1 5.6.0~beta + Qt_5.2@Qt_5.2 5.6.0~beta + Qt_5.3@Qt_5.3 5.6.0~beta + Qt_5.4@Qt_5.4 5.6.0~beta + Qt_5.5@Qt_5.5 5.6.0~beta + Qt_5.6@Qt_5.6 5.6.0~beta + Qt_5.7@Qt_5.7 5.7.0 + Qt_5.8@Qt_5.8 5.9.0~beta + Qt_5.9@Qt_5.9 5.9.0~beta + Qt_5@Qt_5 5.6.0~beta + (symver)Qt_5_PRIVATE_API 0 1 + _Z15quick_test_mainiPPcPKcS2_@Qt_5 5.0.2 + _Z26quick_test_main_with_setupiPPcPKcS2_P7QObject@Qt_5 5.11.0 + _ZN10QQuickTest18qIsPolishScheduledEPK10QQuickItem@Qt_5 5.14.1 + _ZN10QQuickTest20qWaitForItemPolishedEPK10QQuickItemi@Qt_5 5.14.1 + _ZN20QuickTestImageObject11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.0.2 + _ZN20QuickTestImageObject11qt_metacastEPKc@Qt_5 5.0.2 + _ZN20QuickTestImageObject16staticMetaObjectE@Qt_5 5.0.2 + _ZNK20QuickTestImageObject10metaObjectEv@Qt_5 5.0.2 + _ZTI20QuickTestImageObject@Qt_5 5.0.2 + _ZTS20QuickTestImageObject@Qt_5 5.0.2 + _ZTV20QuickTestImageObject@Qt_5 5.0.2 + _ZZZN20QuickTestImageObject4saveERK7QStringENKUlvE_clEvE15qstring_literal@Qt_5 5.10.0 diff --git a/libqt5quickwidgets5.install b/libqt5quickwidgets5.install new file mode 100644 index 000000000..85e6fe9f4 --- /dev/null +++ b/libqt5quickwidgets5.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickWidgets.so.* diff --git a/libqt5quickwidgets5.lintian-overrides b/libqt5quickwidgets5.lintian-overrides new file mode 100644 index 000000000..141cb98dd --- /dev/null +++ b/libqt5quickwidgets5.lintian-overrides @@ -0,0 +1,3 @@ +# This dependency has been added to track external packages building against +# our private headers. It is ok if internal packages depend on the ABI one. +libqt5quickwidgets5: symbols-declares-dependency-on-other-package diff --git a/libqt5quickwidgets5.symbols b/libqt5quickwidgets5.symbols new file mode 100644 index 000000000..560f372ce --- /dev/null +++ b/libqt5quickwidgets5.symbols @@ -0,0 +1,83 @@ +# SymbolsHelper-Confirmed: 5.15.2 amd64 i386 +libQt5QuickWidgets.so.5 libqt5quickwidgets5 #MINVER# +| libqt5quickwidgets5 #MINVER#, qtdeclarative-abi-5-15-15 +* Build-Depends-Packages: qtdeclarative5-dev, qtdeclarative5-private-dev + Qt_5.0@Qt_5.0 5.6.0~beta + Qt_5.10@Qt_5.10 5.10.0 + Qt_5.11@Qt_5.11 5.11.0 + Qt_5.12@Qt_5.12 5.12.0 + Qt_5.13@Qt_5.13 5.14.1 + Qt_5.14@Qt_5.14 5.14.1 + Qt_5.15@Qt_5.15 5.15.1 + Qt_5.1@Qt_5.1 5.6.0~beta + Qt_5.2@Qt_5.2 5.6.0~beta + Qt_5.3@Qt_5.3 5.6.0~beta + Qt_5.4@Qt_5.4 5.6.0~beta + Qt_5.5@Qt_5.5 5.6.0~beta + Qt_5.6@Qt_5.6 5.6.0~beta + Qt_5.7@Qt_5.7 5.7.0 + Qt_5.8@Qt_5.8 5.9.0~beta + Qt_5.9@Qt_5.9 5.9.0~beta + Qt_5@Qt_5 5.6.0~beta + (symver)Qt_5_PRIVATE_API 0 1 + _ZN12QQuickWidget10paintEventEP11QPaintEvent@Qt_5 5.9.0~beta + _ZN12QQuickWidget10setContentERK4QUrlP13QQmlComponentP7QObject@Qt_5 5.3.0 + _ZN12QQuickWidget10timerEventEP11QTimerEvent@Qt_5 5.3.0 + _ZN12QQuickWidget10wheelEventEP11QWheelEvent@Qt_5 5.3.0 + _ZN12QQuickWidget11qt_metacallEN11QMetaObject4CallEiPPv@Qt_5 5.3.0 + _ZN12QQuickWidget11qt_metacastEPKc@Qt_5 5.3.0 + _ZN12QQuickWidget11resizeEventEP12QResizeEvent@Qt_5 5.3.0 + _ZN12QQuickWidget12focusInEventEP11QFocusEvent@Qt_5 5.3.1 + _ZN12QQuickWidget13dragMoveEventEP14QDragMoveEvent@Qt_5 5.5.0 + _ZN12QQuickWidget13focusOutEventEP11QFocusEvent@Qt_5 5.3.1 + _ZN12QQuickWidget13keyPressEventEP9QKeyEvent@Qt_5 5.3.0 + _ZN12QQuickWidget13setClearColorERK6QColor@Qt_5 5.4.0 + _ZN12QQuickWidget13setResizeModeENS_10ResizeModeE@Qt_5 5.3.0 + _ZN12QQuickWidget13statusChangedENS_6StatusE@Qt_5 5.3.0 + _ZN12QQuickWidget13triggerUpdateEv@Qt_5 5.3.0 + _ZN12QQuickWidget14dragEnterEventEP15QDragEnterEvent@Qt_5 5.5.0 + _ZN12QQuickWidget14dragLeaveEventEP15QDragLeaveEvent@Qt_5 5.5.0 + _ZN12QQuickWidget14mouseMoveEventEP11QMouseEvent@Qt_5 5.3.0 + _ZN12QQuickWidget15continueExecuteEv@Qt_5 5.3.0 + _ZN12QQuickWidget15keyReleaseEventEP9QKeyEvent@Qt_5 5.3.0 + _ZN12QQuickWidget15mousePressEventEP11QMouseEvent@Qt_5 5.3.0 + _ZN12QQuickWidget15sceneGraphErrorEN12QQuickWindow15SceneGraphErrorERK7QString@Qt_5 5.3.0 + _ZN12QQuickWidget16staticMetaObjectE@Qt_5 5.3.0 + _ZN12QQuickWidget17mouseReleaseEventEP11QMouseEvent@Qt_5 5.3.0 + _ZN12QQuickWidget18focusNextPrevChildEb@Qt_5 5.11.0 + _ZN12QQuickWidget21mouseDoubleClickEventEP11QMouseEvent@Qt_5 5.3.0 + _ZN12QQuickWidget23createFramebufferObjectEv@Qt_5 5.3.0 + _ZN12QQuickWidget24destroyFramebufferObjectEv@Qt_5 5.3.0 + _ZN12QQuickWidget27propagateFocusObjectChangedEP7QObject@Qt_5 5.15.2 + _ZN12QQuickWidget5eventEP6QEvent@Qt_5 5.3.0 + _ZN12QQuickWidget9dropEventEP10QDropEvent@Qt_5 5.5.0 + _ZN12QQuickWidget9hideEventEP10QHideEvent@Qt_5 5.3.0 + _ZN12QQuickWidget9setFormatERK14QSurfaceFormat@Qt_5 5.3.0 + _ZN12QQuickWidget9setSourceERK4QUrl@Qt_5 5.3.0 + _ZN12QQuickWidget9showEventEP10QShowEvent@Qt_5 5.3.0 + _ZN12QQuickWidgetC1EP10QQmlEngineP7QWidget@Qt_5 5.3.0 + _ZN12QQuickWidgetC1EP7QWidget@Qt_5 5.3.0 + _ZN12QQuickWidgetC1ERK4QUrlP7QWidget@Qt_5 5.3.0 + _ZN12QQuickWidgetC2EP10QQmlEngineP7QWidget@Qt_5 5.3.0 + _ZN12QQuickWidgetC2EP7QWidget@Qt_5 5.3.0 + _ZN12QQuickWidgetC2ERK4QUrlP7QWidget@Qt_5 5.3.0 + _ZN12QQuickWidgetD0Ev@Qt_5 5.3.0 + _ZN12QQuickWidgetD1Ev@Qt_5 5.3.0 + _ZN12QQuickWidgetD2Ev@Qt_5 5.3.0 + _ZNK12QQuickWidget10metaObjectEv@Qt_5 5.3.0 + _ZNK12QQuickWidget10resizeModeEv@Qt_5 5.3.0 + _ZNK12QQuickWidget10rootObjectEv@Qt_5 5.3.0 + _ZNK12QQuickWidget11initialSizeEv@Qt_5 5.3.0 + _ZNK12QQuickWidget11quickWindowEv@Qt_5 5.5.0 + _ZNK12QQuickWidget11rootContextEv@Qt_5 5.3.0 + _ZNK12QQuickWidget15grabFramebufferEv@Qt_5 5.4.0 + _ZNK12QQuickWidget6engineEv@Qt_5 5.3.0 + _ZNK12QQuickWidget6errorsEv@Qt_5 5.3.0 + _ZNK12QQuickWidget6formatEv@Qt_5 5.3.0 + _ZNK12QQuickWidget6sourceEv@Qt_5 5.3.0 + _ZNK12QQuickWidget6statusEv@Qt_5 5.3.0 + _ZNK12QQuickWidget8sizeHintEv@Qt_5 5.3.0 + _ZTI12QQuickWidget@Qt_5 5.3.0 + _ZTS12QQuickWidget@Qt_5 5.3.0 + _ZTV12QQuickWidget@Qt_5 5.3.0 + (c++)"non-virtual thunk to QQuickWidget::~QQuickWidget()@Qt_5" 5.3.0 diff --git a/patches/disableopengltests.patch b/patches/disableopengltests.patch new file mode 100644 index 000000000..f598d401a --- /dev/null +++ b/patches/disableopengltests.patch @@ -0,0 +1,61 @@ +Description: Disable all tests that fails with xvfb + So far some tests need real OpenGL support +Author: Sandro Knauß +Origin: Debian +Forwarded: not-needed - it is a limitation so far inside Debian +Last-Update: 2019-03-14 + +--- a/tests/auto/auto.pro ++++ b/tests/auto/auto.pro +@@ -11,7 +11,6 @@ SUBDIRS=\ + + qtHaveModule(gui):qtConfig(opengl(es1|es2)?) { + SUBDIRS += particles +- qtHaveModule(widgets): SUBDIRS += quickwidgets + + } + +--- a/tests/auto/qml/debugger/debugger.pro ++++ b/tests/auto/qml/debugger/debugger.pro +@@ -8,7 +8,6 @@ PUBLICTESTS += \ + qqmlenginedebugservice \ + qqmldebugjs \ + qqmlinspector \ +- qqmlprofilerservice \ + qpacketprotocol \ + qqmlenginedebuginspectorintegrationtest \ + qqmlenginecontrol \ +--- a/tests/auto/qml/qml.pro ++++ b/tests/auto/qml/qml.pro +@@ -25,7 +25,6 @@ PUBLICTESTS += \ + qqmlmoduleplugin \ + qqmlnotifier \ + qqmlqt \ +- qqmlxmlhttprequest \ + qqmlpromise \ + qtqmlmodules \ + qquickfolderlistmodel \ +@@ -96,10 +95,6 @@ qtConfig(process) { + } + } + +-qtConfig(library) { +- SUBDIRS += qqmlextensionplugin +-} +- + qtConfig(private_tests): \ + SUBDIRS += $$PRIVATETESTS + +--- a/tests/auto/quick/quick.pro ++++ b/tests/auto/quick/quick.pro +@@ -6,9 +6,7 @@ PUBLICTESTS += \ + + qtConfig(opengl(es1|es2)?) { + PUBLICTESTS += \ +- drawingmodes \ +- rendernode +- qtHaveModule(widgets): PUBLICTESTS += nodes ++ drawingmodes + + QUICKTESTS += \ + qquickanimatedsprite \ diff --git a/patches/fix_test_remove_qlibraryinfo.patch b/patches/fix_test_remove_qlibraryinfo.patch new file mode 100644 index 000000000..8e7d9f6b9 --- /dev/null +++ b/patches/fix_test_remove_qlibraryinfo.patch @@ -0,0 +1,260 @@ +Description: Make sure that tests run with just compiled versions of tools +Author: Sandro Knauß +Origin: Debian +Last-Update: 2020-09-08 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + +--- a/.qmake.conf ++++ b/.qmake.conf +@@ -1,6 +1,9 @@ + load(qt_build_config) + CONFIG += warning_clean + ++QMAKE_CXXFLAGS += -DTESTBINDIR=\\\"$$PWD/bin\\\" ++QMAKE_CXXFLAGS += -DTESTEXAMPLEDIR=\\\"$$PWD/examples\\\" ++ + DEFINES += QT_NO_LINKED_LIST + DEFINES += QT_NO_JAVA_STYLE_ITERATORS + +--- a/tests/auto/qml/qmlmin/tst_qmlmin.cpp ++++ b/tests/auto/qml/qmlmin/tst_qmlmin.cpp +@@ -68,7 +68,7 @@ tst_qmlmin::tst_qmlmin() + void tst_qmlmin::initTestCase() + { + #if QT_CONFIG(process) && !defined(QTEST_CROSS_COMPILED) // sources not available when cross compiled +- qmlminPath = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QLatin1String("/qmlmin"); ++ qmlminPath = QStringLiteral(TESTBINDIR "/qmlmin"); + #ifdef Q_OS_WIN + qmlminPath += QLatin1String(".exe"); + #endif +--- a/tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp ++++ b/tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp +@@ -135,7 +135,7 @@ QList tst_QDebugMessa + + void tst_QDebugMessageService::retrieveDebugOutput() + { +- QCOMPARE(QQmlDebugTest::connectTo(QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qml", ++ QCOMPARE(QQmlDebugTest::connectTo(TESTBINDIR "/qml", + QString(), testFile(QMLFILE), true), ConnectSuccess); + + QTRY_VERIFY(m_client->logBuffer.size() >= 2); +--- a/tests/auto/qml/debugger/qqmldebuggingenabler/qqmldebuggingenabler/tst_qqmldebuggingenabler.cpp ++++ b/tests/auto/qml/debugger/qqmldebuggingenabler/qqmldebuggingenabler/tst_qqmldebuggingenabler.cpp +@@ -102,8 +102,7 @@ void tst_QQmlDebuggingEnabler::qmlscene( + QFETCH(bool, blockMode); + QFETCH(QStringList, services); + +- m_process = new QQmlDebugProcess( +- QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmlscene", this); ++ m_process = new QQmlDebugProcess(TESTBINDIR "/qmlscene", this); + m_process->setMaximumBindErrors(1); + m_process->start(QStringList() + << QString::fromLatin1("-qmljsdebugger=connector:%1%2%3%4") +--- a/tests/auto/qml/debugger/qqmldebugservice/tst_qqmldebugservice.cpp ++++ b/tests/auto/qml/debugger/qqmldebugservice/tst_qqmldebugservice.cpp +@@ -106,8 +106,7 @@ void tst_QQmlDebugService::checkPortRang + { + QScopedPointer connection1(new QQmlDebugConnection()); + QScopedPointer process1( +- new QQmlDebugProcess(QLibraryInfo::location(QLibraryInfo::BinariesPath) +- + "/qmlscene", this)); ++ new QQmlDebugProcess(TESTBINDIR "/qmlscene", this)); + + process1->start(QStringList() << QLatin1String("-qmljsdebugger=port:3782,3792") + << testFile("test.qml")); +@@ -123,8 +122,7 @@ void tst_QQmlDebugService::checkPortRang + // Second instance + QScopedPointer connection2(new QQmlDebugConnection()); + QScopedPointer process2( +- new QQmlDebugProcess(QLibraryInfo::location(QLibraryInfo::BinariesPath) +- + "/qmlscene", this)); ++ new QQmlDebugProcess(TESTBINDIR "/qmlscene", this)); + + process2->start(QStringList() << QLatin1String("-qmljsdebugger=port:3782,3792") + << testFile("test.qml")); +--- a/tests/auto/qml/debugger/qqmlenginecontrol/tst_qqmlenginecontrol.cpp ++++ b/tests/auto/qml/debugger/qqmlenginecontrol/tst_qqmlenginecontrol.cpp +@@ -82,7 +82,7 @@ private slots: + QQmlDebugTest::ConnectResult tst_QQmlEngineControl::connectTo(const QString &file, + bool restrictServices) + { +- return QQmlDebugTest::connectTo(QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmlscene", ++ return QQmlDebugTest::connectTo(TESTBINDIR "/qmlscene", + restrictServices ? QStringLiteral("EngineControl") : QString(), + testFile(file), true); + } +--- a/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp ++++ b/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp +@@ -64,7 +64,7 @@ private slots: + QQmlDebugTest::ConnectResult tst_QQmlInspector::startQmlProcess(const QString &qmlFile, + bool restrictServices) + { +- return QQmlDebugTest::connectTo(QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qml", ++ return QQmlDebugTest::connectTo(TESTBINDIR "/qml", + restrictServices ? QStringLiteral("QmlInspector") : QString(), + testFile(qmlFile), true); + } +--- a/tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/tst_qqmlenginedebuginspectorintegration.cpp ++++ b/tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/tst_qqmlenginedebuginspectorintegration.cpp +@@ -88,7 +88,7 @@ QQmlEngineDebugObjectReference tst_QQmlE + QQmlDebugTest::ConnectResult tst_QQmlEngineDebugInspectorIntegration::init(bool restrictServices) + { + return QQmlDebugTest::connectTo( +- QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qml", ++ TESTBINDIR "/qml", + restrictServices ? QStringLiteral("QmlDebugger,QmlInspector") : QString(), + testFile("qtquick2.qml"), true); + } +--- a/tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp ++++ b/tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp +@@ -203,8 +203,7 @@ private: + + ConnectResult connectTo(bool block, const QString &file, bool recordFromStart = true, + uint flushInterval = 0, bool restrictServices = true, +- const QString &executable +- = QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmlscene"); ++ const QString &executable = QStringLiteral(TESTBINDIR "/qmlscene")); + void checkProcessTerminated(); + void checkTraceReceived(); + void checkJsHeap(); +--- a/tests/auto/qml/qmlcachegen/tst_qmlcachegen.cpp ++++ b/tests/auto/qml/qmlcachegen/tst_qmlcachegen.cpp +@@ -110,7 +110,7 @@ static bool generateCache(const QString + QProcess proc; + if (capturedStderr == nullptr) + proc.setProcessChannelMode(QProcess::ForwardedChannels); +- proc.setProgram(QLibraryInfo::location(QLibraryInfo::BinariesPath) + QDir::separator() + QLatin1String("qmlcachegen")); ++ proc.setProgram(TESTBINDIR "/qmlcachegen"); + proc.setArguments(QStringList() << qmlFileName); + proc.start(); + if (!proc.waitForFinished()) +--- a/tests/auto/qml/qmlformat/tst_qmlformat.cpp ++++ b/tests/auto/qml/qmlformat/tst_qmlformat.cpp +@@ -84,7 +84,7 @@ private: + void TestQmlformat::initTestCase() + { + QQmlDataTest::initTestCase(); +- m_qmlformatPath = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QLatin1String("/qmlformat"); ++ m_qmlformatPath = QStringLiteral(TESTBINDIR "/qmlformat"); + #ifdef Q_OS_WIN + m_qmlformatPath += QLatin1String(".exe"); + #endif +--- a/tests/auto/qml/qmllint/tst_qmllint.cpp ++++ b/tests/auto/qml/qmllint/tst_qmllint.cpp +@@ -59,7 +59,7 @@ private: + void TestQmllint::initTestCase() + { + QQmlDataTest::initTestCase(); +- m_qmllintPath = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QLatin1String("/qmllint"); ++ m_qmllintPath = QLatin1String(TESTBINDIR "/qmllint"); + #ifdef Q_OS_WIN + m_qmllintPath += QLatin1String(".exe"); + #endif +@@ -214,7 +214,7 @@ void TestQmllint::cleanQmlCode() + + QString TestQmllint::runQmllint(const QString &fileToLint, bool shouldSucceed) + { +- auto qmlImportDir = QLibraryInfo::location(QLibraryInfo::Qml2ImportsPath); ++ auto qmlImportDir = QString::fromUtf8(qgetenv("QML2_IMPORT_PATH")); + QStringList args; + args << QStringLiteral("-U") << testFile(fileToLint) + << QStringLiteral("-I") << qmlImportDir +--- a/tests/auto/qml/qmlplugindump/tst_qmlplugindump.cpp ++++ b/tests/auto/qml/qmlplugindump/tst_qmlplugindump.cpp +@@ -62,7 +62,7 @@ tst_qmlplugindump::tst_qmlplugindump() + void tst_qmlplugindump::initTestCase() + { + QQmlDataTest::initTestCase(); +- qmlplugindumpPath = QLibraryInfo::location(QLibraryInfo::BinariesPath); ++ qmlplugindumpPath = QLatin1String(TESTBINDIR); + + #if defined(Q_OS_WIN) + qmlplugindumpPath += QLatin1String("/qmlplugindump.exe"); +--- a/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp ++++ b/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp +@@ -184,7 +184,7 @@ QQmlDebugTest::ConnectResult tst_QQmlDeb + bool blockMode, bool restrictServices) + { + const QString executable = qmlscene +- ? QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmlscene" ++ ? TESTBINDIR "/qmlscene" + : debugJsServerPath("qqmldebugjs"); + return QQmlDebugTest::connectTo( + executable, restrictServices ? QStringLiteral("V8Debugger") : QString(), +@@ -477,7 +477,7 @@ void tst_QQmlDebugJS::setBreakpointInJav + + if (seedCache) { // Make sure there is a qmlc file that the engine should _not_ laod. + QProcess process; +- process.start(QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmlscene", ++ process.start(QStringLiteral(TESTBINDIR "/qmlscene"), + { testFile(QUITINJS_QMLFILE) }); + QTRY_COMPARE(process.state(), QProcess::NotRunning); + } +@@ -846,8 +846,7 @@ void tst_QQmlDebugJS::evaluateInLocalSco + void tst_QQmlDebugJS::evaluateInContext() + { + m_connection = new QQmlDebugConnection(); +- m_process = new QQmlDebugProcess( +- QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmlscene", this); ++ m_process = new QQmlDebugProcess(TESTBINDIR "/qmlscene", this); + m_client = new QV4DebugClient(m_connection); + QScopedPointer engineClient(new QQmlEngineDebugClient(m_connection)); + m_process->start(QStringList() << QLatin1String(BLOCKMODE) << testFile(ONCOMPLETED_QMLFILE)); +--- a/tests/auto/qml/qv4assembler/tst_qv4assembler.cpp ++++ b/tests/auto/qml/qv4assembler/tst_qv4assembler.cpp +@@ -62,7 +62,7 @@ void tst_QV4Assembler::perfMapFile() + #if !defined(Q_OS_LINUX) || defined(Q_OS_ANDROID) + QSKIP("perf map files are only generated on linux"); + #else +- const QString qmljs = QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmljs"; ++ const QString qmljs = QStringLiteral(TESTBINDIR "/qmljs"); + QProcess process; + + QTemporaryFile infile; +--- a/tests/auto/qml/debugger/qqmldebugtranslationservice/tst_qqmldebugtranslationservice.cpp ++++ b/tests/auto/qml/debugger/qqmldebugtranslationservice/tst_qqmldebugtranslationservice.cpp +@@ -66,7 +66,7 @@ QList tst_QQmlDebugTr + + void tst_QQmlDebugTranslationService::pluginConnection() + { +- auto executable = QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qml"; ++ auto executable = QStringLiteral(TESTBINDIR "/qml"); + auto services = "DebugTranslation"; + auto extraArgs = testFile(QMLFILE); + auto block = true; +--- a/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp ++++ b/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp +@@ -74,7 +74,7 @@ private slots: + + QQmlDebugTest::ConnectResult tst_QQmlPreview::startQmlProcess(const QString &qmlFile) + { +- return QQmlDebugTest::connectTo(QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qml", ++ return QQmlDebugTest::connectTo(QStringLiteral(TESTBINDIR "/qml"), + QStringLiteral("QmlPreview"), testFile(qmlFile), true); + } + +--- a/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp ++++ b/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp +@@ -9292,7 +9292,7 @@ void tst_qqmlecmascript::hugeStack() + + void tst_qqmlecmascript::gcCrashRegressionTest() + { +- const QString qmljs = QLibraryInfo::location(QLibraryInfo::BinariesPath) + "/qmljs"; ++ const QString qmljs = QStringLiteral(TESTBINDIR "/qmljs"); + if (!QFile::exists(qmljs)) { + QSKIP("Tets requires qmljs"); + } +--- a/tests/auto/quick/examples/tst_examples.cpp ++++ b/tests/auto/quick/examples/tst_examples.cpp +@@ -167,8 +167,8 @@ void tst_examples::namingConvention(cons + void tst_examples::namingConvention() + { + QStringList examplesLocations; +- examplesLocations << QLibraryInfo::location(QLibraryInfo::ExamplesPath) + QLatin1String("/qml"); +- examplesLocations << QLibraryInfo::location(QLibraryInfo::ExamplesPath) + QLatin1String("/quick"); ++ examplesLocations << QLatin1String(TESTEXAMPLEDIR "/qml"); ++ examplesLocations << QLatin1String(TESTEXAMPLEDIR "/quick"); + + foreach(const QString &examples, examplesLocations) { + QDir d(examples); diff --git a/patches/python3.patch b/patches/python3.patch new file mode 100644 index 000000000..cac797bf4 --- /dev/null +++ b/patches/python3.patch @@ -0,0 +1,61 @@ +Description: make qtdeclarative build with Python 3 +Origin: OpenSUSE, https://build.opensuse.org/package/view_file/KDE:Qt:5.12/libqt5-qtdeclarative/qtdeclarative-switch-to-python3.patch +Author: Max Lin +Author: Antonio Larrosa +Forwarded: not-yet +Last-Update: 2020-01-01 + +--- a/src/3rdparty/masm/disassembler/udis86/itab.py ++++ b/src/3rdparty/masm/disassembler/udis86/itab.py +@@ -268,13 +268,13 @@ class UdItabGenerator( ud_opcode.UdOpcod + opr = e[ 'operands' ] + for i in range(len(opr)): + if not (opr[i] in self.OperandDict.keys()): +- print "error: invalid operand declaration: %s\n" % opr[i] ++ print("error: invalid operand declaration: %s\n" % opr[i]) + opr_c[i] = "O_" + opr[i] + opr = "%s %s %s" % (opr_c[0] + ",", opr_c[1] + ",", opr_c[2]) + + for p in e['prefixes']: + if not ( p in self.PrefixDict.keys() ): +- print "error: invalid prefix specification: %s \n" % pfx ++ print("error: invalid prefix specification: %s \n" % pfx) + pfx_c.append( self.PrefixDict[p] ) + if len(e['prefixes']) == 0: + pfx_c.append( "P_none" ) +--- a/src/3rdparty/masm/disassembler/udis86/ud_optable.py ++++ b/src/3rdparty/masm/disassembler/udis86/ud_optable.py +@@ -50,7 +50,7 @@ class UdOptableXmlParser: + elif def_node.localName == 'vendor': + ven = ( def_node.firstChild.data ); + else: +- print "warning: invalid node - %s" % def_node.localName ++ print("warning: invalid node - %s" % def_node.localName) + continue + return ( pfx, opc, opr, ven ) + +@@ -65,7 +65,7 @@ class UdOptableXmlParser: + if not insnNode.localName: + continue + if insnNode.localName != "instruction": +- print "warning: invalid insn node - %s" % insnNode.localName ++ print("warning: invalid insn node - %s" % insnNode.localName) + continue + + mnemonic = insnNode.getElementsByTagName( 'mnemonic' )[ 0 ].firstChild.data +@@ -84,11 +84,11 @@ class UdOptableXmlParser: + + + def printFn( pfx, mnm, opc, opr, ven ): +- print 'def: ', ++ print('def: ', end='') + if len( pfx ): +- print ' '.join( pfx ), +- print "%s %s %s %s" % \ +- ( mnm, ' '.join( opc ), ' '.join( opr ), ven ) ++ print(' '.join( pfx ), end='') ++ print("%s %s %s %s" % \ ++ ( mnm, ' '.join( opc ), ' '.join( opr ), ven )) + + + def parse( xml, callback ): diff --git a/patches/qquickitem_no_signals_on_destruction.patch b/patches/qquickitem_no_signals_on_destruction.patch new file mode 100644 index 000000000..c85f56e4f --- /dev/null +++ b/patches/qquickitem_no_signals_on_destruction.patch @@ -0,0 +1,158 @@ +Description: QQuickItem: avoid emitting signals during destruction + If a QQuickItem is in the QQuickItem destructor, then it is both unsafe + and unnecessary to emit property change notifications. Connected code + can no longer rely on the state of the emitting object - if it was + originally a subclass of QQuickItem, then those subclass destructors + will already have run. And the QQuickItem destructor will also have + partially run, leaving the object in an undefined state. + . + Add a flag that we set to true at the top of ~QQuickItem, and don't emit + visibleChildrenChanged, parentChanged, visibleChanged, and + childrenChanged for items that are partially destroyed already. + . + [ChangeLog][Qt Quick][QQuickItem] QQuickItem no longer emits change + notifications for the parent, children, visible, and visibleChildren + properties while it is being destroyed. +Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=74873324bdf33997 +Last-Update: 2023-02-26 + +--- a/src/quick/items/qquickitem.cpp ++++ b/src/quick/items/qquickitem.cpp +@@ -2328,6 +2328,7 @@ QQuickItem::QQuickItem(QQuickItemPrivate + QQuickItem::~QQuickItem() + { + Q_D(QQuickItem); ++ d->inDestructor = true; + + if (d->windowRefCount > 1) + d->windowRefCount = 1; // Make sure window is set to null in next call to derefWindow(). +@@ -2695,9 +2696,8 @@ void QQuickItem::setParentItem(QQuickIte + + const bool wasVisible = isVisible(); + op->removeChild(this); +- if (wasVisible) { ++ if (wasVisible && !op->inDestructor) + emit oldParentItem->visibleChildrenChanged(); +- } + } else if (d->window) { + QQuickWindowPrivate::get(d->window)->parentlessItems.remove(this); + } +@@ -2774,8 +2774,9 @@ void QQuickItem::setParentItem(QQuickIte + + d->itemChange(ItemParentHasChanged, d->parentItem); + +- emit parentChanged(d->parentItem); +- if (isVisible() && d->parentItem) ++ if (!d->inDestructor) ++ emit parentChanged(d->parentItem); ++ if (isVisible() && d->parentItem && !QQuickItemPrivate::get(d->parentItem)->inDestructor) + emit d->parentItem->visibleChildrenChanged(); + } + +@@ -2971,7 +2972,8 @@ void QQuickItemPrivate::removeChild(QQui + + itemChange(QQuickItem::ItemChildRemovedChange, child); + +- emit q->childrenChanged(); ++ if (!inDestructor) ++ emit q->childrenChanged(); + } + + void QQuickItemPrivate::refWindow(QQuickWindow *c) +@@ -3200,6 +3202,7 @@ QQuickItemPrivate::QQuickItemPrivate() + , touchEnabled(false) + #endif + , hasCursorHandler(false) ++ , inDestructor(false) + , dirtyAttributes(0) + , nextDirtyItem(nullptr) + , prevDirtyItem(nullptr) +@@ -6112,9 +6115,11 @@ bool QQuickItemPrivate::setEffectiveVisi + QAccessible::updateAccessibility(&ev); + } + #endif +- emit q->visibleChanged(); +- if (childVisibilityChanged) +- emit q->visibleChildrenChanged(); ++ if (!inDestructor) { ++ emit q->visibleChanged(); ++ if (childVisibilityChanged) ++ emit q->visibleChildrenChanged(); ++ } + + return true; // effective visibility DID change + } +--- a/src/quick/items/qquickitem_p.h ++++ b/src/quick/items/qquickitem_p.h +@@ -472,6 +472,7 @@ public: + bool replayingPressEvent:1; + bool touchEnabled:1; + bool hasCursorHandler:1; ++ quint32 inDestructor:1; // has entered ~QQuickItem + + enum DirtyType { + TransformOrigin = 0x00000001, +--- a/tests/auto/quick/qquickitem2/tst_qquickitem.cpp ++++ b/tests/auto/quick/qquickitem2/tst_qquickitem.cpp +@@ -132,6 +132,8 @@ private slots: + + void grab(); + ++ void signalsOnDestruction(); ++ + private: + QQmlEngine engine; + bool qt_tab_all_widgets() { +@@ -3532,6 +3534,52 @@ void tst_QQuickItem::isAncestorOf() + QVERIFY(!sub2.isAncestorOf(&sub2)); + } + ++/* ++ Items that are getting destroyed should not emit property change notifications. ++*/ ++void tst_QQuickItem::signalsOnDestruction() ++{ ++ QQuickWindow window; ++ window.show(); ++ ++ // visual children, but not QObject children ++ std::unique_ptr parent(new QQuickItem(window.contentItem())); ++ std::unique_ptr child(new QQuickItem); ++ std::unique_ptr grandChild(new QQuickItem); ++ ++ QSignalSpy childrenSpy(parent.get(), &QQuickItem::childrenChanged); ++ QSignalSpy visibleChildrenSpy(parent.get(), &QQuickItem::visibleChildrenChanged); ++ QSignalSpy childParentSpy(child.get(), &QQuickItem::parentChanged); ++ QSignalSpy childChildrenSpy(child.get(), &QQuickItem::childrenChanged); ++ QSignalSpy childVisibleChildrenSpy(child.get(), &QQuickItem::visibleChanged); ++ QSignalSpy grandChildParentSpy(grandChild.get(), &QQuickItem::parentChanged); ++ ++ child->setParentItem(parent.get()); ++ QCOMPARE(childrenSpy.count(), 1); ++ QCOMPARE(visibleChildrenSpy.count(), 1); ++ QCOMPARE(childParentSpy.count(), 1); ++ QCOMPARE(childChildrenSpy.count(), 0); ++ QCOMPARE(childVisibleChildrenSpy.count(), 0); ++ ++ grandChild->setParentItem(child.get()); ++ QCOMPARE(childrenSpy.count(), 1); ++ QCOMPARE(visibleChildrenSpy.count(), 1); ++ QCOMPARE(childParentSpy.count(), 1); ++ QCOMPARE(childChildrenSpy.count(), 1); ++ QCOMPARE(childVisibleChildrenSpy.count(), 0); ++ QCOMPARE(grandChildParentSpy.count(), 1); ++ ++ parent.reset(); ++ ++ QVERIFY(!child->parentItem()); ++ QVERIFY(grandChild->parentItem()); ++ QCOMPARE(childrenSpy.count(), 1); ++ QCOMPARE(visibleChildrenSpy.count(), 1); ++ QCOMPARE(childParentSpy.count(), 2); ++ QCOMPARE(grandChildParentSpy.count(), 1); ++} ++ ++ + QTEST_MAIN(tst_QQuickItem) + + #include "tst_qquickitem.moc" diff --git a/patches/remove_youtube_iframe.patch b/patches/remove_youtube_iframe.patch new file mode 100644 index 000000000..a201215b4 --- /dev/null +++ b/patches/remove_youtube_iframe.patch @@ -0,0 +1,20 @@ +Description: replace YouTube iframe with YouTube link +Author: Dmitry Shachnev +Forwarded: not-needed +Last-Update: 2019-12-19 + +--- a/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc ++++ b/src/quick/doc/src/concepts/modelviewsdata/cppmodels.qdoc +@@ -41,10 +41,8 @@ QObjectList or a \l QAbstractItemModel. + simpler datasets, while QAbstractItemModel provides a more flexible solution for + more complex models. + +-Here is a video tutorial that takes you through the whole process of exposing a C++ +-model to QML: +- +-\youtube 9BcAYDlpuT8 ++Here is a \l{https://www.youtube.com/watch?v=9BcAYDlpuT8}{video tutorial} that ++takes you through the whole process of exposing a C++ model to QML. + + \section2 QStringList-based Model + diff --git a/patches/riscv64-latomic.patch b/patches/riscv64-latomic.patch new file mode 100644 index 000000000..dafac610b --- /dev/null +++ b/patches/riscv64-latomic.patch @@ -0,0 +1,17 @@ +Description: link with -latomic on riscv64 +Author: Aurelien Jarno +Forwarded: no +Last-Update: 2020-01-01 + +--- a/src/qml/qml.pro ++++ b/src/qml/qml.pro +@@ -20,6 +20,9 @@ solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O + # Ensure this gcc optimization is switched off for mips platforms to avoid trouble with JIT. + gcc:isEqual(QT_ARCH, "mips"): QMAKE_CXXFLAGS += -fno-reorder-blocks + ++# Link with -latomic on riscv64. Ideally qmake should use -pthread instead of -lpthread ++isEqual(QT_ARCH, "riscv64"): QMAKE_LIBS += -latomic ++ + DEFINES += QT_NO_FOREACH + + exists("qqml_enable_gcov") { diff --git a/patches/series b/patches/series new file mode 100644 index 000000000..6dd6dadf9 --- /dev/null +++ b/patches/series @@ -0,0 +1,11 @@ +# Backported patches +tst_qmldiskcache_big_endian.patch +qquickitem_no_signals_on_destruction.patch + +# Debian patches +disableopengltests.patch +fix_test_remove_qlibraryinfo.patch +wait_for_window_exposed.patch +remove_youtube_iframe.patch +riscv64-latomic.patch +python3.patch diff --git a/patches/tst_qmldiskcache_big_endian.patch b/patches/tst_qmldiskcache_big_endian.patch new file mode 100644 index 000000000..12aec50f2 --- /dev/null +++ b/patches/tst_qmldiskcache_big_endian.patch @@ -0,0 +1,18 @@ +Description: make tst_qmldiskcache::regenerateAfterChange() pass on big endian systems +Origin: upstream, https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=dab0d62b655ce9a4 +Last-Update: 2021-02-11 + +--- a/tests/auto/qml/qmldiskcache/tst_qmldiskcache.cpp ++++ b/tests/auto/qml/qmldiskcache/tst_qmldiskcache.cpp +@@ -376,9 +376,8 @@ void tst_qmldiskcache::regenerateAfterCh + QCOMPARE(quint32(obj->nBindings), quint32(2)); + QCOMPARE(obj->bindingTable()->type(), QV4::CompiledData::Binding::Type_Number); + +- QCOMPARE(reinterpret_cast(testUnit->constants()) +- [obj->bindingTable()->value.constantValueIndex].doubleValue(), +- double(42)); ++ const QV4::Value value(testUnit->constants()[obj->bindingTable()->value.constantValueIndex]); ++ QCOMPARE(value.doubleValue(), double(42)); + + QCOMPARE(quint32(testUnit->functionTableSize), quint32(1)); + diff --git a/patches/wait_for_window_exposed.patch b/patches/wait_for_window_exposed.patch new file mode 100644 index 000000000..2989b689c --- /dev/null +++ b/patches/wait_for_window_exposed.patch @@ -0,0 +1,18 @@ +Description: use qWaitForWindowExposed instead of qWaitForWindowActive + The qWaitForWindowActive() function returns false when the test is + run inside Xvfb and there is no window manager. +Author: Dmitry Shachnev +Forwarded: no +Last-Update: 2019-04-21 + +--- a/tests/auto/quicktest/signalspy/tst_signalspy.cpp ++++ b/tests/auto/quicktest/signalspy/tst_signalspy.cpp +@@ -73,7 +73,7 @@ void tst_SignalSpy::testCount() + window.resize(200, 200); + window.setSource(testFileUrl("signalspy.qml")); + window.show(); +- QVERIFY(QTest::qWaitForWindowActive(&window)); ++ QVERIFY(QTest::qWaitForWindowExposed(&window)); + QVERIFY(window.rootObject() != nullptr); + + QObject *mouseSpy = window.rootObject()->findChild("mouseSpy"); diff --git a/qml-module-qt-labs-animation.install b/qml-module-qt-labs-animation.install new file mode 100644 index 000000000..a68af2981 --- /dev/null +++ b/qml-module-qt-labs-animation.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/animation/liblabsanimationplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/animation/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/animation/qmldir diff --git a/qml-module-qt-labs-folderlistmodel.install b/qml-module-qt-labs-folderlistmodel.install new file mode 100644 index 000000000..707a05558 --- /dev/null +++ b/qml-module-qt-labs-folderlistmodel.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/folderlistmodel/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/folderlistmodel/qmldir diff --git a/qml-module-qt-labs-qmlmodels.install b/qml-module-qt-labs-qmlmodels.install new file mode 100644 index 000000000..231eed7dd --- /dev/null +++ b/qml-module-qt-labs-qmlmodels.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/qmlmodels/liblabsmodelsplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/qmlmodels/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/qmlmodels/qmldir diff --git a/qml-module-qt-labs-settings.install b/qml-module-qt-labs-settings.install new file mode 100644 index 000000000..f4cdd1d1d --- /dev/null +++ b/qml-module-qt-labs-settings.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/settings/libqmlsettingsplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/settings/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/settings/qmldir diff --git a/qml-module-qt-labs-sharedimage.install b/qml-module-qt-labs-sharedimage.install new file mode 100644 index 000000000..3f4e74ebb --- /dev/null +++ b/qml-module-qt-labs-sharedimage.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/sharedimage/libsharedimageplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/sharedimage/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/sharedimage/qmldir diff --git a/qml-module-qt-labs-wavefrontmesh.install b/qml-module-qt-labs-wavefrontmesh.install new file mode 100644 index 000000000..0caea8ac5 --- /dev/null +++ b/qml-module-qt-labs-wavefrontmesh.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/wavefrontmesh/libqmlwavefrontmeshplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/wavefrontmesh/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/labs/wavefrontmesh/qmldir diff --git a/qml-module-qtqml-models2.install b/qml-module-qtqml-models2.install new file mode 100644 index 000000000..cdac8ed7d --- /dev/null +++ b/qml-module-qtqml-models2.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/Models.2/libmodelsplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/Models.2/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/Models.2/qmldir diff --git a/qml-module-qtqml-statemachine.install b/qml-module-qtqml-statemachine.install new file mode 100644 index 000000000..e1f3db1c0 --- /dev/null +++ b/qml-module-qtqml-statemachine.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/StateMachine/libqtqmlstatemachine.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/StateMachine/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/StateMachine/qmldir diff --git a/qml-module-qtqml-workerscript2.install b/qml-module-qtqml-workerscript2.install new file mode 100644 index 000000000..86d33255d --- /dev/null +++ b/qml-module-qtqml-workerscript2.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/WorkerScript.2/libworkerscriptplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/WorkerScript.2/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/WorkerScript.2/qmldir diff --git a/qml-module-qtqml.install b/qml-module-qtqml.install new file mode 100644 index 000000000..80d3208fe --- /dev/null +++ b/qml-module-qtqml.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/libqmlplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQml/qmldir diff --git a/qml-module-qtquick-dialogs.lintian-overrides b/qml-module-qtquick-dialogs.lintian-overrides new file mode 100644 index 000000000..dfdfb67ee --- /dev/null +++ b/qml-module-qtquick-dialogs.lintian-overrides @@ -0,0 +1 @@ +qml-module-qtquick-dialogs: image-file-in-usr-lib diff --git a/qml-module-qtquick-layouts.install b/qml-module-qtquick-layouts.install new file mode 100644 index 000000000..adcb876df --- /dev/null +++ b/qml-module-qtquick-layouts.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Layouts/* diff --git a/qml-module-qtquick-localstorage.install b/qml-module-qtquick-localstorage.install new file mode 100644 index 000000000..b7160a0f4 --- /dev/null +++ b/qml-module-qtquick-localstorage.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/LocalStorage/libqmllocalstorageplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/LocalStorage/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/LocalStorage/qmldir diff --git a/qml-module-qtquick-particles2.install b/qml-module-qtquick-particles2.install new file mode 100644 index 000000000..a535f53e9 --- /dev/null +++ b/qml-module-qtquick-particles2.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Particles.2/libparticlesplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Particles.2/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Particles.2/qmldir diff --git a/qml-module-qtquick-shapes.install b/qml-module-qtquick-shapes.install new file mode 100644 index 000000000..ab8273c1b --- /dev/null +++ b/qml-module-qtquick-shapes.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Shapes/libqmlshapesplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Shapes/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Shapes/qmldir diff --git a/qml-module-qtquick-window2.install b/qml-module-qtquick-window2.install new file mode 100644 index 000000000..6025feaf2 --- /dev/null +++ b/qml-module-qtquick-window2.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Window.2/libwindowplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Window.2/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick/Window.2/qmldir diff --git a/qml-module-qtquick2.install b/qml-module-qtquick2.install new file mode 100644 index 000000000..6b1960f86 --- /dev/null +++ b/qml-module-qtquick2.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick.2/libqtquick2plugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick.2/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtQuick.2/qmldir diff --git a/qml-module-qttest.install b/qml-module-qttest.install new file mode 100644 index 000000000..4f280c6d1 --- /dev/null +++ b/qml-module-qttest.install @@ -0,0 +1,8 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/test/qtestroot/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/Qt/test/qtestroot/qmldir +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtTest/SignalSpy.qml +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtTest/TestCase.qml +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtTest/libqmltestplugin.so +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtTest/plugins.qmltypes +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtTest/qmldir +usr/lib/${DEB_HOST_MULTIARCH}/qt5/qml/QtTest/testlogger.js diff --git a/qml.install b/qml.install new file mode 100644 index 000000000..4dc20e228 --- /dev/null +++ b/qml.install @@ -0,0 +1 @@ +usr/lib/qt5/bin/qml diff --git a/qmlscene.install b/qmlscene.install new file mode 100644 index 000000000..137ec3d58 --- /dev/null +++ b/qmlscene.install @@ -0,0 +1 @@ +usr/lib/qt5/bin/qmlscene diff --git a/qt5-qmltooling-plugins.install b/qt5-qmltooling-plugins.install new file mode 100644 index 000000000..4b905d2eb --- /dev/null +++ b/qt5-qmltooling-plugins.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/plugins/qmltooling/libqmldbg_*.so diff --git a/qtdeclarative5-dev-tools.install b/qtdeclarative5-dev-tools.install new file mode 100644 index 000000000..2461b7470 --- /dev/null +++ b/qtdeclarative5-dev-tools.install @@ -0,0 +1,12 @@ +usr/lib/qt5/bin/qmlcachegen +usr/lib/qt5/bin/qmleasing +usr/lib/qt5/bin/qmlformat +usr/lib/qt5/bin/qmlimportscanner +usr/lib/qt5/bin/qmllint +usr/lib/qt5/bin/qmlmin +usr/lib/qt5/bin/qmlplugindump +usr/lib/qt5/bin/qmlpreview +usr/lib/qt5/bin/qmlprofiler +usr/lib/qt5/bin/qmltestrunner +usr/lib/qt5/bin/qmltime +usr/lib/qt5/bin/qmltyperegistrar diff --git a/qtdeclarative5-dev.install b/qtdeclarative5-dev.install new file mode 100644 index 000000000..a2fcd7e86 --- /dev/null +++ b/qtdeclarative5-dev.install @@ -0,0 +1,272 @@ +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtPacketProtocol/QtPacketProtocol +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtPacketProtocol/QtPacketProtocolDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtPacketProtocol/QtPacketProtocolVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtPacketProtocol/qtpacketprotocolversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QJSEngine +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QJSValue +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QJSValueIterator +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QJSValueList +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlAbstractUrlInterceptor +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlApplicationEngine +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlComponent +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlContext +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlDebuggingEnabler +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlEngine +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlEngineExtensionInterface +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlEngineExtensionPlugin +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlError +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlExpression +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlExtensionInterface +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlExtensionPlugin +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlFile +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlFileSelector +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlImageProviderBase +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlIncubationController +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlIncubator +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlInfo +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlListProperty +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlListReference +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlModuleRegistration +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlNetworkAccessManagerFactory +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlParserStatus +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlProperties +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlProperty +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlPropertyMap +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlPropertyValueSource +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlScriptString +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlTypeInfo +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QQmlTypesExtensionInterface +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QmlTypeAndRevisionsRegistration +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QtQml +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QtQmlDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/QtQmlVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qjsengine.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qjsvalue.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qjsvalueiterator.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqml.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlabstracturlinterceptor.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlapplicationengine.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlcomponent.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlcontext.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmldebug.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlengine.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlerror.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlexpression.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlextensioninterface.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlextensionplugin.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlfile.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlfileselector.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlincubator.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlinfo.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmllist.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlmoduleregistration.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlnetworkaccessmanagerfactory.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlparserstatus.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlprivate.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlproperty.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlpropertymap.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlpropertyvaluesource.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qqmlscriptstring.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qtqml-config.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qtqmlcompilerglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qtqmlglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/qtqmlversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlDebug/QtQmlDebug +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlDebug/QtQmlDebugDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlDebug/QtQmlDebugVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlDebug/qtqmldebugversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlModels/QtQmlModels +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlModels/QtQmlModelsDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlModels/QtQmlModelsVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlModels/qtqmlmodels-config.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlModels/qtqmlmodelsglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlModels/qtqmlmodelsversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlWorkerScript/QtQmlWorkerScript +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlWorkerScript/QtQmlWorkerScriptDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlWorkerScript/QtQmlWorkerScriptVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlWorkerScript/qtqmlworkerscriptglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlWorkerScript/qtqmlworkerscriptversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickAsyncImageProvider +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickFramebufferObject +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickImageProvider +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickImageResponse +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickItem +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickItemGrabResult +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickPaintedItem +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickRenderControl +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickTextDocument +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickTextureFactory +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickTransform +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickView +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QQuickWindow +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGAbstractRenderer +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGBasicGeometryNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGClipNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGDynamicTexture +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGEngine +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGFlatColorMaterial +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGGeometry +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGGeometryNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGImageNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGMaterial +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGMaterialRhiShader +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGMaterialShader +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGMaterialType +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGNinePatchNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGNodeVisitor +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGOpacityNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGOpaqueTextureMaterial +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGRectangleNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGRenderNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGRendererInterface +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGRootNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGSimpleMaterial +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGSimpleMaterialComparableMaterial +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGSimpleMaterialShader +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGSimpleRectNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGSimpleTextureNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGTexture +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGTextureMaterial +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGTextureProvider +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGTransformNode +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QSGVertexColorMaterial +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QtQuick +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QtQuickDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/QtQuickVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquickframebufferobject.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquickimageprovider.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquickitem.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquickitemgrabresult.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquickpainteditem.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquickrendercontrol.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquicktextdocument.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquickview.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qquickwindow.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgabstractrenderer.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgengine.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgflatcolormaterial.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsggeometry.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgimagenode.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgmaterial.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgmaterialrhishader.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgmaterialshader.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgmaterialtype.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgninepatchnode.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgnode.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgrectanglenode.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgrendererinterface.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgrendernode.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgsimplematerial.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgsimplerectnode.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgsimpletexturenode.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgtexture.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgtexturematerial.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgtextureprovider.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qsgvertexcolormaterial.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qtquick-config.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qtquickglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/qtquickversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickParticles/QtQuickParticles +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickParticles/QtQuickParticlesDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickParticles/QtQuickParticlesVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickParticles/qtquickparticlesversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickShapes/QtQuickShapes +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickShapes/QtQuickShapesDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickShapes/QtQuickShapesVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickShapes/qquickshapesglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickShapes/qtquickshapesversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickTest/QtQuickTest +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickTest/QtQuickTestDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickTest/QtQuickTestVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickTest/qtquicktestversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickTest/quicktest.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickTest/quicktestglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickWidgets/QQuickWidget +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickWidgets/QtQuickWidgets +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickWidgets/QtQuickWidgetsDepends +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickWidgets/QtQuickWidgetsVersion +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickWidgets/qquickwidget.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickWidgets/qtquickwidgetsglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickWidgets/qtquickwidgetsversion.h +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5PacketProtocol/Qt5PacketProtocolConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5PacketProtocol/Qt5PacketProtocolConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5QmlConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5QmlConfigExtras.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5QmlConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QDebugMessageServiceFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QLocalClientConnectionFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QQmlDebugServerFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QQmlDebuggerServiceFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QQmlInspectorServiceFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugConnectorFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugServiceFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QQmlPreviewServiceFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QQmlProfilerServiceFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QQuickProfilerAdapterFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Qml/Qt5Qml_QTcpServerConnectionFactory.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlDebug/Qt5QmlDebugConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlDebug/Qt5QmlDebugConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlDevTools/Qt5QmlDevToolsConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlDevTools/Qt5QmlDevToolsConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlImportScanner/Qt5QmlImportScannerConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlImportScanner/Qt5QmlImportScannerTemplate.cpp.in +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlModels/Qt5QmlModelsConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlModels/Qt5QmlModelsConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlWorkerScript/Qt5QmlWorkerScriptConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QmlWorkerScript/Qt5QmlWorkerScriptConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Quick/Qt5QuickConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Quick/Qt5QuickConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickCompiler/Qt5QuickCompilerConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickParticles/Qt5QuickParticlesConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickParticles/Qt5QuickParticlesConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickShapes/Qt5QuickShapesConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickShapes/Qt5QuickShapesConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickTest/Qt5QuickTestConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickTest/Qt5QuickTestConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickWidgets/Qt5QuickWidgetsConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5QuickWidgets/Qt5QuickWidgetsConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/libQt5PacketProtocol.a +usr/lib/${DEB_HOST_MULTIARCH}/libQt5PacketProtocol.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5Qml.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5Qml.so +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlDebug.a +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlDebug.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlDevTools.a +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlDevTools.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlModels.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlModels.so +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlWorkerScript.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QmlWorkerScript.so +usr/lib/${DEB_HOST_MULTIARCH}/libQt5Quick.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5Quick.so +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickParticles.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickParticles.so +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickShapes.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickShapes.so +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickTest.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickTest.so +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickWidgets.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt5QuickWidgets.so +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt5qml_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt5qmlmodels_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt5qmlworkerscript_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt5quick_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt5quickparticles_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt5quickshapes_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt5quicktest_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt5Qml.pc +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt5QmlModels.pc +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt5QmlWorkerScript.pc +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt5Quick.pc +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt5QuickTest.pc +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt5QuickWidgets.pc +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/features/qmlcache.prf +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/features/qmltypes.prf +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/features/qtquickcompiler.prf +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qml.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qmlmodels.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qmltest.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qmlworkerscript.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_quick.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_quickwidgets.pri diff --git a/qtdeclarative5-doc-dev.install b/qtdeclarative5-doc-dev.install new file mode 100644 index 000000000..07dd9a6da --- /dev/null +++ b/qtdeclarative5-doc-dev.install @@ -0,0 +1,5 @@ +usr/share/qt5/doc/qtqml/qtqml.tags +usr/share/qt5/doc/qtqmlmodels/qtqmlmodels.tags +usr/share/qt5/doc/qtqmltest/qtqmltest.tags +usr/share/qt5/doc/qtqmlworkerscript/qtqmlworkerscript.tags +usr/share/qt5/doc/qtquick/qtquick.tags diff --git a/qtdeclarative5-doc-html.doc-base.qtqml b/qtdeclarative5-doc-html.doc-base.qtqml new file mode 100644 index 000000000..0b6547a6b --- /dev/null +++ b/qtdeclarative5-doc-html.doc-base.qtqml @@ -0,0 +1,9 @@ +Document: qt5-qml +Title: Qt 5 QML module +Author: The Qt Company Ltd +Abstract: This is the HTML documentation for Qt 5 QML +Section: Programming/C++ + +Format: HTML +Index: /usr/share/doc/qtdeclarative5-doc-html/html/qtqml/qtqml-index.html +Files: /usr/share/doc/qtdeclarative5-doc-html/html/qtqml/*.html diff --git a/qtdeclarative5-doc-html.doc-base.qtquick b/qtdeclarative5-doc-html.doc-base.qtquick new file mode 100644 index 000000000..c543b8123 --- /dev/null +++ b/qtdeclarative5-doc-html.doc-base.qtquick @@ -0,0 +1,9 @@ +Document: qt5-quick +Title: Qt 5 Quick module +Author: The Qt Company Ltd +Abstract: This is the HTML documentation for Qt 5 Quick +Section: Programming/C++ + +Format: HTML +Index: /usr/share/doc/qtdeclarative5-doc-html/html/qtquick/qtquick-index.html +Files: /usr/share/doc/qtdeclarative5-doc-html/html/qtquick/*.html diff --git a/qtdeclarative5-doc-html.install b/qtdeclarative5-doc-html.install new file mode 100644 index 000000000..b0fcabe7d --- /dev/null +++ b/qtdeclarative5-doc-html.install @@ -0,0 +1,32 @@ +usr/share/qt5/doc/qtqml/*.html +usr/share/qt5/doc/qtqml/examples-manifest.xml +usr/share/qt5/doc/qtqml/images/ +usr/share/qt5/doc/qtqml/qtqml.index +usr/share/qt5/doc/qtqml/qtqml.qhp +usr/share/qt5/doc/qtqml/qtqml.qhp.sha1 +usr/share/qt5/doc/qtqml/style/ +usr/share/qt5/doc/qtqmlmodels/*.html +usr/share/qt5/doc/qtqmlmodels/images/ +usr/share/qt5/doc/qtqmlmodels/qtqmlmodels.index +usr/share/qt5/doc/qtqmlmodels/qtqmlmodels.qhp +usr/share/qt5/doc/qtqmlmodels/qtqmlmodels.qhp.sha1 +usr/share/qt5/doc/qtqmlmodels/style/ +usr/share/qt5/doc/qtqmltest/*.html +usr/share/qt5/doc/qtqmltest/images/ +usr/share/qt5/doc/qtqmltest/qtqmltest.index +usr/share/qt5/doc/qtqmltest/qtqmltest.qhp +usr/share/qt5/doc/qtqmltest/qtqmltest.qhp.sha1 +usr/share/qt5/doc/qtqmltest/style/ +usr/share/qt5/doc/qtqmlworkerscript/*.html +usr/share/qt5/doc/qtqmlworkerscript/images/ +usr/share/qt5/doc/qtqmlworkerscript/qtqmlworkerscript.index +usr/share/qt5/doc/qtqmlworkerscript/qtqmlworkerscript.qhp +usr/share/qt5/doc/qtqmlworkerscript/qtqmlworkerscript.qhp.sha1 +usr/share/qt5/doc/qtqmlworkerscript/style/ +usr/share/qt5/doc/qtquick/*.html +usr/share/qt5/doc/qtquick/examples-manifest.xml +usr/share/qt5/doc/qtquick/images/ +usr/share/qt5/doc/qtquick/qtquick.index +usr/share/qt5/doc/qtquick/qtquick.qhp +usr/share/qt5/doc/qtquick/qtquick.qhp.sha1 +usr/share/qt5/doc/qtquick/style/ diff --git a/qtdeclarative5-doc-html.links b/qtdeclarative5-doc-html.links new file mode 100644 index 000000000..d66459777 --- /dev/null +++ b/qtdeclarative5-doc-html.links @@ -0,0 +1 @@ +usr/share/qt5/doc usr/share/doc/qtdeclarative5-doc-html/html diff --git a/qtdeclarative5-doc.install b/qtdeclarative5-doc.install new file mode 100644 index 000000000..fc99d838b --- /dev/null +++ b/qtdeclarative5-doc.install @@ -0,0 +1,5 @@ +/usr/share/qt5/doc/qtqml.qch +/usr/share/qt5/doc/qtqmlmodels.qch +/usr/share/qt5/doc/qtqmltest.qch +/usr/share/qt5/doc/qtqmlworkerscript.qch +/usr/share/qt5/doc/qtquick.qch diff --git a/qtdeclarative5-examples.install b/qtdeclarative5-examples.install new file mode 100644 index 000000000..49b89c354 --- /dev/null +++ b/qtdeclarative5-examples.install @@ -0,0 +1,3 @@ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/examples/qml/ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/examples/qmltest/ +usr/lib/${DEB_HOST_MULTIARCH}/qt5/examples/quick/ diff --git a/qtdeclarative5-examples.lintian-overrides b/qtdeclarative5-examples.lintian-overrides new file mode 100644 index 000000000..e4f995aae --- /dev/null +++ b/qtdeclarative5-examples.lintian-overrides @@ -0,0 +1,2 @@ +qtdeclarative5-examples: image-file-in-usr-lib +qtdeclarative5-examples: font-in-non-font-package diff --git a/qtdeclarative5-private-dev.install b/qtdeclarative5-private-dev.install new file mode 100644 index 000000000..9c7ec8edd --- /dev/null +++ b/qtdeclarative5-private-dev.install @@ -0,0 +1,21 @@ +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtPacketProtocol/*/QtPacketProtocol/private/* +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQml/*/QtQml/private/*.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlDebug/*/QtQmlDebug/private/* +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlModels/*/QtQmlModels/private/* +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQmlWorkerScript/*/QtQmlWorkerScript/private/* +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuick/*/QtQuick/private/*.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickParticles/*/QtQuickParticles/private/*.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickShapes/*/QtQuickShapes/private/*.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickTest/*/QtQuickTest/private/*.h +usr/include/${DEB_HOST_MULTIARCH}/qt5/QtQuickWidgets/*/QtQuickWidgets/private/*.h +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_packetprotocol_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qml_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qmldebug_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qmldevtools_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qmlmodels_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qmltest_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_qmlworkerscript_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_quick_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_quickparticles_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_quickshapes_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_quickwidgets_private.pri diff --git a/quiltrc b/quiltrc new file mode 100644 index 000000000..fbb418c3a --- /dev/null +++ b/quiltrc @@ -0,0 +1,5 @@ +QUILT_PATCHES="debian/patches" +QUILT_PATCH_OPTS="--reject-format=unified" +QUILT_DIFF_ARGS="--no-timestamps --no-index" +QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab --diffstat" +QUILT_DIFF_OPTS="-p" diff --git a/rules b/rules new file mode 100755 index 000000000..6164dccc0 --- /dev/null +++ b/rules @@ -0,0 +1,97 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + +export QT_SELECT := qt5 + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ --with pkgkde_symbolshelper + +execute_after_dh_auto_clean: + find examples -type f -executable -and -not -name compile.bat -delete + find examples -name "*.so" -delete + find tests -executable -type f -and -not '(' -name compile.bat -or -path 'tests/auto/qml/ecmascripttests/test262*' ')' -delete + find -name Makefile -delete + +override_dh_auto_configure: + dh_auto_configure -- QT_BUILD_PARTS+=tests QMAKE_PYTHON=python3 + +override_dh_auto_build-indep: + dh_auto_build -- docs + +override_dh_auto_build-arch: + # Makefiles need to be regenerated after qmltypes.prf becomes available. + # (The below line seems to be not needed since the bare existence of override + # target makes dh(1) change the build order, but let's keep it to be safe.) + find -name Makefile -and -not -path ./Makefile -delete + dh_auto_build + +override_dh_auto_install-arch: + dh_auto_install + + # Remove libtool-like files + rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la + + # Reproducible builds: remove build paths from prl files. + sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5*.prl + + # Fix wrong permissions in examples. + find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/ -type f \( \ + -name '*.png' \ + -o -name '*.php' \ + -o -name '*.xsl' \ + -o -name '*.xml' \ + -o -name '*.js' \ + -o -name '*.jpg' \ + -o -name '*.qml' \ + \) -print0 | xargs -0 chmod a-x + + # Explicitly remove a .bat file included in examples + # Per Debian Policy, we cannot ship a non-standard executable without recommending a corresponding runtime + rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/quick/shadereffects/content/shaders/rhi/compile.bat + +override_dh_auto_install-indep: + dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs + +override_dh_link: + dh_link + ls debian/qtdeclarative5-dev-tools/usr/lib/qt5/bin | xargs -t -I {} \ + dh_link -pqtdeclarative5-dev-tools usr/lib/qt5/bin/{} usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/{} + dh_link -pqmlscene usr/lib/qt5/bin/qmlscene usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/qmlscene + dh_link -pqml usr/lib/qt5/bin/qml usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/qml + +override_dh_auto_test-arch: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + $(MAKE) install INSTALL_ROOT=$(CURDIR)/test_root + mkdir -p $(CURDIR)/.local/share/QtProject/tst_qqmlengine + # - hppa: QML engine is broken, see bug #973659 + # - hurd-i386: OpenGL cannot be started because DRI is not available + # - ia64: QML engine is broken, see bug #929682 + # - mips*: Some tests are failing because of bug #868745 + # - powerpc, ppc64, s390x: item-grabber test fails on big endian, see https://bugreports.qt.io/browse/QTBUG-56806 + # - sparc64: QML engine is broken, see bug #894726 +ifneq (,$(filter $(DEB_HOST_ARCH),hppa hurd-i386 ia64 mips64el mipsel powerpc ppc64 s390x sparc64)) + -xvfb-run -a \ + -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \ + dh_auto_test --max-parallel=1 -- -k -Ctests/auto \ + TZ=UTC \ + QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml \ + QT_PLUGIN_PATH=$(CURDIR)/plugins \ + LD_LIBRARY_PATH=$(CURDIR)/lib +else + xvfb-run -a \ + -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \ + dh_auto_test --max-parallel=1 -- -k -Ctests/auto \ + TZ=UTC \ + QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml \ + QT_PLUGIN_PATH=$(CURDIR)/plugins \ + LD_LIBRARY_PATH=$(CURDIR)/lib +endif +endif + +override_dh_auto_test-indep: diff --git a/source/format b/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/source/lintian-overrides b/source/lintian-overrides new file mode 100644 index 000000000..c46f575aa --- /dev/null +++ b/source/lintian-overrides @@ -0,0 +1,18 @@ +# This was generated from SVG (tiger.svg can be found in qtsvg-opensource-src package), +# but it is trivial to convert back to SVG so both forms can be considered source forms. +qtdeclarative-opensource-src source: source-contains-prebuilt-javascript-object [examples/quick/canvas/tiger/tiger.js] +qtdeclarative-opensource-src source: source-is-missing [examples/quick/canvas/tiger/tiger.js] +# The files in testsuite are not prebuilt or minified, they just have quite long source lines. +qtdeclarative-opensource-src source: source-contains-prebuilt-javascript-object [tests/auto/qml/ecmascripttests/test262/*.js] +qtdeclarative-opensource-src source: source-is-missing [tests/auto/qml/ecmascripttests/test262/*.js] +qtdeclarative-opensource-src source: source-contains-prebuilt-javascript-object [tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-209067.js] +qtdeclarative-opensource-src source: source-is-missing [tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-209067.js] +qtdeclarative-opensource-src source: source-contains-prebuilt-javascript-object [tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-307456.js] +qtdeclarative-opensource-src source: source-is-missing [tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-307456.js] +qtdeclarative-opensource-src source: source-is-missing [tests/auto/qml/ecmascripttests/test262/tools/packaging/templates/runner.bestPractice.html] +qtdeclarative-opensource-src source: source-is-missing [tests/auto/qml/ecmascripttests/test262/tools/packaging/templates/runner.intl402.html] +qtdeclarative-opensource-src source: source-is-missing [tests/auto/qml/ecmascripttests/test262/tools/packaging/templates/runner.test262.html] +qtdeclarative-opensource-src source: source-is-missing [tests/manual/v4/v8-bench.js] +# this file is not minified, "min" in its name means a different thing +qtdeclarative-opensource-src source: source-contains-prebuilt-javascript-object [tests/auto/qml/ecmascripttests/test262/test/built-ins/Date/prototype/setHours/this-value-valid-date-min.js] +qtdeclarative-opensource-src source: source-is-missing [tests/auto/qml/ecmascripttests/test262/test/built-ins/Date/prototype/setHours/this-value-valid-date-min.js] diff --git a/watch b/watch new file mode 100644 index 000000000..09de3eb88 --- /dev/null +++ b/watch @@ -0,0 +1,3 @@ +version=4 +opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \ +https://download.qt.io/archive/qt/5.15/([\d\.]*)/submodules/qtdeclarative-everywhere-opensource-src-([^-]*)\.tar\.xz -- 2.30.2