Import qbs_1.18.0-5.debian.tar.xz
authorDmitry Shachnev <mitya57@debian.org>
Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Mon, 15 Mar 2021 18:02:24 +0000 (18:02 +0000)
[dgit import tarball qbs 1.18.0-5 qbs_1.18.0-5.debian.tar.xz]

25 files changed:
changelog [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
libqbscore1.18.install [new file with mode: 0644]
libqbscore1.18.symbols [new file with mode: 0644]
patches/disable_bad_assembly.diff [new file with mode: 0644]
patches/disable_tests_qtscript.diff [new file with mode: 0644]
patches/kfreebsd_soname.diff [new file with mode: 0644]
patches/no_nosys_specs.diff [new file with mode: 0644]
patches/processlauncher_destdir.diff [new file with mode: 0644]
patches/remove_rpaths.diff [new file with mode: 0644]
patches/series [new file with mode: 0644]
patches/skip_test_concurrent.diff [new file with mode: 0644]
patches/test_sanitizers_only_on_amd64.diff [new file with mode: 0644]
qbs-common.install [new file with mode: 0644]
qbs-dev.install [new file with mode: 0644]
qbs-doc-html.doc-base [new file with mode: 0644]
qbs-doc-html.install [new file with mode: 0644]
qbs-doc.install [new file with mode: 0644]
qbs-examples.install [new file with mode: 0644]
qbs-examples.maintscript [new file with mode: 0644]
qbs.install [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]
watch [new file with mode: 0644]

diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..ace7d22
--- /dev/null
+++ b/changelog
@@ -0,0 +1,733 @@
+qbs (1.18.0-5) unstable; urgency=medium
+
+  * Handle symlink to directory change in qbs-examples (closes: #985295).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 15 Mar 2021 21:02:24 +0300
+
+qbs (1.18.0-4) unstable; urgency=medium
+
+  * Skip TestBlackboxJobLimits::jobLimits test that sometimes hangs on
+    mipsel/mips64el (closes: #980872).
+  * Run the remaining tests with QBS_AUTOTEST_ALWAYS_LOG_STD{OUT,ERR}=1.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 24 Jan 2021 14:18:12 +0300
+
+qbs (1.18.0-3) unstable; urgency=medium
+
+  * Run tests with --max-parallel=1 to make them more stable.
+  * Bump required Qt version to 5.14.0, following upstream.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 21 Jan 2021 21:01:14 +0300
+
+qbs (1.18.0-2) experimental; urgency=medium
+
+  * Add one more file to debian/patches/no_nosys_specs.diff.
+  * Update debian/libqbscore1.18.symbols from buildds’ logs.
+  * Update debian/watch to version 4.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 05 Jan 2021 21:20:29 +0300
+
+qbs (1.18.0-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Refresh patches for the new release.
+  * Update debian/libqbscore1.17.symbols from buildds’ logs.
+  * Rename libqbscore1.17 to libqbscore1.18 for upstream SONAME change.
+  * Pass --buildsystem=qmake to dh, to prevent it from choosing cmake.
+  * Add one new file to debian/qbs-common.install.
+  * Update debian/libqbscore1.18.symbols from the current build logs.
+  * Update debian/copyright.
+  * Bump Standards-Version to 4.5.1, no changes needed.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 28 Dec 2020 21:27:26 +0300
+
+qbs (1.17.0-2) unstable; urgency=medium
+
+  * Fix tests failures on ARM:
+    - Do not use nosys.specs, it needs gcc-arm-none-eabi.
+    - Disable build of arm-gcc.s, it causes errors from as.
+  * Update debian/libqbscore1.17.symbols from buildds’ logs.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 20 Sep 2020 15:43:21 +0300
+
+qbs (1.17.0-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Refresh patches for the new release.
+  * Update debian/libqbscore1.16.symbols from buildds’ logs.
+  * Rename libqbscore1.16 to libqbscore1.17 for upstream SONAME change.
+  * Install three new files for the capnproto module.
+  * Update to debhelper compat level 13.
+    - Drop dh_missing override, --fail-missing is now default behavior.
+    - Use ${DEB_HOST_MULTIARCH} substitution.
+    - Adapt to debhelper exporting its own $HOME for tests.
+  * Update debian/libqbscore1.17.symbols from the current build logs.
+  * Stop overriding libexec location (FHS v3.0 and Debian Policy v4.1.5
+    allow for /usr/libexec).
+  * Update debian/copyright.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 07 Sep 2020 13:35:34 +0300
+
+qbs (1.16.0-2) unstable; urgency=medium
+
+  * Update debian/libqbscore1.16.symbols from buildds’ logs.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 25 Jun 2020 11:00:39 +0300
+
+qbs (1.16.0-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Refresh skip_test_concurrent.diff.
+  * Update debian/libqbscore1.14.symbols from buildds’ logs.
+  * Rename libqbscore1.14 to libqbscore1.16 for upstream SONAME change.
+  * Install new files.
+  * Update debian/libqbscore1.16.symbols from the current build log.
+  * Update debian/copyright.
+  * Make tests not fail when there are multiple GCC versions installed.
+  * Test sanitizers only on amd64, they are not available everywhere.
+  * Bump Standards-Version to 4.5.0, no changes needed.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 21 May 2020 21:00:57 +0300
+
+qbs (1.14.1-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Drop qml_type_descriptions.diff, applied upstream.
+  * Refresh kfreebsd_soname.diff.
+  * Update debian/libqbscore1.13.symbols from buildds’ logs.
+  * Rename libqbscore1.13 to libqbscore1.14 for upstream SONAME change.
+  * Bump required Qt version to 5.11.0, following upstream.
+  * Install new files.
+  * Update debian/libqbscore1.14.symbols from the current build logs.
+  * Update debian/copyright.
+  * Bump debhelper compat level to 12, use the new syntax.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 13 Nov 2019 14:56:40 +0300
+
+qbs (1.13.1-2) unstable; urgency=medium
+
+  * Update debian/libqbscore1.13.symbols from the current build log.
+  * Add Build-Depends-Package field to debian/libqbscore1.13.symbols.
+  * Bump Standards-Version to 4.4.1, no changes needed.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 22 Oct 2019 15:13:07 +0300
+
+qbs (1.13.1-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Refresh debian/patches/skip_test_concurrent.diff.
+  * Update debian/libqbscore1.13.symbols from buildds’ logs.
+  * Update debian/libqbscore1.13.symbols from the current build log.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 12 Jun 2019 23:14:25 +0300
+
+qbs (1.13.0-1) experimental; 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.
+
+  [ Dmitry Shachnev ]
+  * New upstream release.
+  * Stop repacking the tarball, there is no more minified jquery.js.
+  * Drop debug_log_level_segfault_fix.diff, included in the new release.
+  * Refresh and rebase other patches.
+  * Remove the libqtprofilesetup package, it is gone upstream.
+  * Update debian/qbs-common.install and debian/qbs-dev.install.
+  * Rename libqbscore1.12 to libqbscore1.13 for upstream SONAME change.
+  * Update debian/libqbscore1.13.symbols from buildds’ logs.
+  * Update debian/libqbscore1.13.symbols from the current build log.
+  * Update debian/copyright.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 29 Apr 2019 22:43:49 +0300
+
+qbs (1.12.2+dfsg-2) unstable; urgency=medium
+
+  * Add a patch to fix segfault with --log-level debug (closes: #917066).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 23 Dec 2018 00:32:11 +0300
+
+qbs (1.12.2+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Refresh debian/patches/skip_test_concurrent.diff.
+  * Update symbols files (closes: #916155).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 10 Dec 2018 22:15:09 +0300
+
+qbs (1.12.1+dfsg-2) unstable; urgency=medium
+
+  * Update symbols files from buildds’ logs.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 31 Oct 2018 14:43:46 +0300
+
+qbs (1.12.1+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+    - Tests now pass on i386 (closes: #908477).
+  * Drop install_missing.patch, applied in the new release.
+  * Refresh skip_test_concurrent.diff.
+  * Remove dbgsym migration, it is no longer needed.
+  * Use xz compression for the repacked tarball.
+  * Update symbols files from buildds’ and the current build logs.
+  * Bump Standards-Version to 4.2.1, no changes needed.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 26 Sep 2018 12:59:09 +0300
+
+qbs (1.12.0+dfsg-1) experimental; urgency=medium
+
+  [ Alexander Volkov ]
+  * New upstream release.
+  * Install missing header file.
+  * Update install files for the new release.
+  * Rename the library packages according to upstream SONAME change.
+  * Update symbols from build logs.
+
+  [ Dmitry Shachnev ]
+  * Update debian/copyright.
+  * Bump qtbase5-dev build-dependency to 5.9.0.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 14 Aug 2018 14:10:34 +0300
+
+qbs (1.11.1+dfsg-2) unstable; urgency=medium
+
+  * Fix architecture independent builds.
+  * Update libqbsqtprofilesetup1.11.symbols from buildds’ logs.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 14 May 2018 23:18:21 +0300
+
+qbs (1.11.1+dfsg-1) unstable; urgency=medium
+
+  [ Simon Quigley ]
+  * New upstream release.
+  * Bump Standards-version to 4.1.4, no changes needed.
+  * Update patches for new upstream release and remove reverse-
+    applicable installed_headers.diff.
+
+  [ Dmitry Shachnev ]
+  * Update symbols files from buildds’ logs.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Sat, 12 May 2018 20:00:45 -0500
+
+qbs (1.11.0+dfsg-1) unstable; urgency=medium
+
+  [ Alexander Volkov ]
+  * New upstream release.
+  * Drop fix_ftbfs_gcc6.diff, applied upstream.
+  * Update QBS_LIBEXEC_DESTDIR for static.pro and fix DESTDIR for
+    qbs_processlauncher (processlauncher_destdir.diff).
+  * Set LD_LIBRARY_PATH for qbsres target so it could use built qbs
+    to generate QML type descriptions (qml_type_descriptions.diff).
+  * Fix the list of installed headers for qmake build (installed_headers.diff).
+  * Update install files for the new release.
+  * Rename the library packages according to upstream SONAME change.
+  * Update symbols from build logs.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Fri, 06 Apr 2018 17:36:51 +0300
+
+qbs (1.10.1+dfsg-1) unstable; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Properly support DEB_BUILD_OPTIONS=nocheck (closes: #886656). Thanks to
+    Helmut Grohne.
+
+  [ Simon Quigley ]
+  * New upstream release.
+  * Bump Standards-version to 4.1.3, no changes needed.
+  * Bump debhelper compat to 11:
+    - Remove --parallel from debian/rules because it is already used by default.
+    - No other changes were required.
+  * Update Vcs-* to reflect the move to Salsa.
+  * Follow the hints given by the multiarch hinter.
+  * Update qbs-common.install for the new upstream release.
+  * Update symbols from build logs.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Thu, 15 Mar 2018 18:05:03 -0500
+
+qbs (1.10.0+dfsg-2) unstable; urgency=medium
+
+  * Update symbols files from buildds’ logs.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Fri, 22 Dec 2017 22:12:20 +0300
+
+qbs (1.10.0+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Drop install_missing_header.diff, it was coming from upstream.
+  * Refresh and rebase other patches.
+  * Install upstream changelog.
+  * Update install files for the new release.
+  * Rename the library packages according to upstream SONAME change.
+  * Export QBS_AUTOTEST_PROFILE=qbs_autotests when running the tests.
+  * Build-depend on qtdeclarative5-private-dev, for Qt.quick module.
+  * Update symbols files for the new release.
+  * Use dh_missing instead of deprecated dh_install --fail-missing.
+  * Use dh_auto_configure provided by debhelper.
+  * Update debian/copyright.
+  * Do not install dmgbuild Python code, it is only working on macOS.
+  * Fix Abstract field in qbs-doc-html.doc-base.
+  * Bump Standards-Version to 4.1.2, no changes needed.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 19 Dec 2017 21:26:01 +0300
+
+qbs (1.8.1+dfsg-4) unstable; urgency=medium
+
+  * Make libqbscore1.8 depend on qbs-common (closes: #875434).
+  * Update debian/libqbscore1.8.symbols from buildds’ logs.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 12 Sep 2017 15:46:40 +0300
+
+qbs (1.8.1+dfsg-3) unstable; urgency=medium
+
+  * Make sure qbs tries to find qbs_processlauncher in correct place, by
+    specifying QBS_RELATIVE_LIBEXEC_PATH (closes: #869909).
+  * Update symbols files for GCC 7.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 07 Aug 2017 17:18:32 +0300
+
+qbs (1.8.1+dfsg-2) unstable; urgency=medium
+
+  * Install missing tools/version.h header to fix QtCreator build.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 10 Jul 2017 13:27:31 +0300
+
+qbs (1.8.1+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Add myself to Uploaders.
+  * Update Standards-version to 4.0.0, no changes needed.
+  * Bump debhelper compat to 10.
+  * Fix doc-base-file-references-missing-file by correcting path in qbs-
+    doc-html.doc-base.
+  * Upload to unstable.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Wed, 05 Jul 2017 04:08:07 -0500
+
+qbs (1.8.0+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Drop qmake_documentation.diff, applied upstream.
+  * Refresh kfreebsd_soname.diff and skip_test_concurrent.diff.
+  * Bump qtbase5-dev build-dependency to 5.6.0, following upstream.
+  * Improve package descriptions, thanks Joerg Bornemann (closes: #863874).
+  * Update debian/copyright.
+  * Update docs installation code for the new release.
+  * Update install files for the new release.
+  * Rename the library packages according to upstream SONAME change:
+    - libqbscore1.7 → libqbscore1.8;
+    - libqbsqtprofilesetup1.7 → libqbsqtprofilesetup1.8.
+  * Update the symbols files from the current build log.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 06 Jun 2017 13:58:02 +0300
+
+qbs (1.7.2+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Drop skip_test_concurrent.diff, applied upstream.
+  * Update debian/copyright.
+  * Update debian/libqbscore1.7.symbols from the current build log.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 24 May 2017 12:39:34 +0300
+
+qbs (1.7.0+dfsg-4) unstable; urgency=medium
+
+  * Backport upstream patch to make documentation install dir configurable
+    (qmake_documentation.diff).
+  * Install the documentation into correct location (closes: #795829).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 25 Jan 2017 12:01:02 +0300
+
+qbs (1.7.0+dfsg-3) unstable; urgency=medium
+
+  * Fix the arch:all build by passing -f to rm command.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 04 Jan 2017 22:06:30 +0300
+
+qbs (1.7.0+dfsg-2) unstable; urgency=medium
+
+  * Drop ${shlibs:Depends} from qbs-dev, it does not have any binary code.
+  * Update debian/copyright.
+  * Fix race condition which breaks parallel builds (fix_race_condition.diff).
+  * Do not install the libqbscore.so.1 symlink (closes: #850035).
+  * Use the same SONAME scheme on kfreebsd as on Linux (kfreebsd_soname.diff).
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 04 Jan 2017 21:24:09 +0300
+
+qbs (1.7.0+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Refresh and rebase the patches for the new release.
+  * Add three new files to debian/qbs-common.install.
+  * Update symbols files from the current amd64 build log.
+  * Rename the library packages according to upstream SONAME change:
+    - libqbscore1 → libqbscore1.7;
+    - libqbsqtprofilesetup1 → libqbsqtprofilesetup1.7.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Fri, 23 Dec 2016 11:22:04 +0300
+
+qbs (1.6.1+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Refresh skip_test_concurrent.diff.
+  * Update debian/libqbscore1.symbols from buildds’ logs.
+  * Fix description-synopsis-starts-with-article Lintian warning.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 13 Nov 2016 19:25:30 +0300
+
+qbs (1.6.0+dfsg-2) unstable; urgency=medium
+
+  * Update debian/libqbscore1.symbols from buildds’ logs.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 07 Sep 2016 12:04:38 +0300
+
+qbs (1.6.0+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Set $HOME to a temporary location when running tests.
+  * Drop skip_test_homedirectory.diff, no longer needed.
+  * Refresh other patches.
+  * Update install files for the new release.
+  * Update debian/libqbscore1.symbols from amd64 and i386 build logs.
+  * Fix two Lintian errors about package descriptions.
+  * Bump required Qt version to 5.4.0, following upstream.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 03 Sep 2016 14:43:46 +0300
+
+qbs (1.5.2+dfsg-1) unstable; urgency=medium
+
+  [ Adam Majer ]
+  * Remove /usr/include from INCLUDEPATH list of installed
+    .pri file. Adding this default included path causes FTBFS
+    for software using qbs with GCC 6 (fix_ftbfs_gcc6.diff)
+    (closes: #831182)
+
+  [ Dmitry Shachnev ]
+  * New upstream release.
+  * Drop kfreebsd.diff, a similar patch was applied upstream.
+  * Avoid using the Qt Build Suite term, following upstream.
+
+ -- Adam Majer <adamm@zombino.com>  Tue, 02 Aug 2016 00:04:16 +0200
+
+qbs (1.5.1+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Refresh skip_test_concurrent.diff.
+  * Drop the rules to remove empty directories in documentation, qdoc no
+    longer creates them (since Qt 5.6.1).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 18 Jun 2016 12:11:44 +0300
+
+qbs (1.5.0+dfsg-2) unstable; urgency=medium
+
+  * Build-depend on qttools5-dev-tools to prevent a test failure.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Fri, 13 May 2016 09:33:19 +0300
+
+qbs (1.5.0+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Set LC_ALL=C.UTF-8 when running tests, as according to upstream the
+    testsuite assumes English locale.
+  * Refresh patches against the new release.
+  * Update debian/qbs-common.install.
+  * Update debian/libqbscore1.symbols from amd64 build log.
+  * Bump Standards-Version to 3.9.8, no changes needed.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 12 May 2016 22:05:38 +0300
+
+qbs (1.4.5+dfsg-2) unstable; urgency=medium
+
+  * Skip new TestBlackbox::concurrentExecutor() test which hangs on all
+    non-x86 architectures.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 31 Mar 2016 19:29:35 +0200
+
+qbs (1.4.5+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Use recommended https URIs for Vcs fields.
+  * Bump Standards-Version to 3.9.7, no changes needed.
+  * Migrate to automatic dbgsym packages.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 17 Mar 2016 18:50:14 +0100
+
+qbs (1.4.4+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 19 Dec 2015 13:46:01 +0300
+
+qbs (1.4.3+dfsg-3) unstable; urgency=medium
+
+  * Update debian/libqbscore1.symbols from buildds’ logs.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 04 Nov 2015 09:41:32 +0300
+
+qbs (1.4.3+dfsg-2) unstable; urgency=medium
+
+  * Do not try to run tests during arch-indep builds.
+  * Split files in /usr/share into new qbs-common package.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Thu, 29 Oct 2015 11:22:24 +0300
+
+qbs (1.4.3+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Drop dont_throw_exceptions.diff, applied upstream.
+  * Refresh skip_test_homedirectory.diff.
+  * Update debian/libqbscore1.symbols.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 28 Oct 2015 16:27:50 +0300
+
+qbs (1.4.2+dfsg-3) unstable; urgency=medium
+
+  * Use QBS_LIBRARY_DIRNAME to specify library dir (closes: #797774).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 05 Sep 2015 10:24:02 +0300
+
+qbs (1.4.2+dfsg-2) unstable; urgency=medium
+
+  * Backport upstream change that should hopefully fix tests failures
+    on most architectures (dont_throw_exceptions.diff).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 26 Aug 2015 16:57:58 +0300
+
+qbs (1.4.2+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Drop patches:
+    - fix_assembly_test.diff (applied upstream)
+    - revert_tests_speedup.diff (applied upstream)
+    - skip_test.diff (no longer needed)
+  * Refresh and rebase other patches.
+  * Update qbs.install to install some new files.
+  * Remove gitignore files in clean target.
+  * Minor debian/copyright updates.
+  * Update libqbscore1.symbols (only internal symbols changed).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 24 Aug 2015 18:49:24 +0300
+
+qbs (1.4.1+dfsg-8) unstable; urgency=medium
+
+  * Tell qmake where to install libraries and plugins, rather than moving
+    them after installing (LP: #1456593).
+  * Remove lib/ directory in clean target.
+  * Update symbols files for GCC 5, fixing a build failure.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 12 Aug 2015 20:55:48 +0300
+
+qbs (1.4.1+dfsg-7) unstable; urgency=medium
+
+  * Skip homeDirectory test because buildds do not have home directory
+    (skip_test_homedirectory.diff).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 18 Jul 2015 21:18:43 +0300
+
+qbs (1.4.1+dfsg-6) unstable; urgency=medium
+
+  * Simplify testing commands: no need to pass --settings-dir because
+    we export XDG_CONFIG_HOME anyway.
+  * Define qbs_enable_unit_tests to enable some additional tests.
+    - Add some new symbols that appeared after enabling it.
+  * Move tests whitelist logic to auto.pro, so that non-API tests are
+    still run on non-whitelisted architectures.
+  * Talk to FreeBSD kernel manually instead of using kinfo_getproc,
+    which is not available on GNU/kFreeBSD.
+  * Upload to unstable.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 18 Jul 2015 19:38:23 +0300
+
+qbs (1.4.1+dfsg-5) experimental; urgency=medium
+
+  * Fixup the previous kFreeBSD fix; add B-D on libutil-freebsd-dev.
+  * Use a whitelist of architectures where we run tests, until QBS
+    gets ported away from QtScript.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 13 Jul 2015 13:20:21 +0300
+
+qbs (1.4.1+dfsg-4) experimental; urgency=medium
+
+  * Add missing includes for kinfo_getproc(3) on kFreeBSD
+    (bsd_includes.diff).
+  * Disable one more test (infinite-loop-js) failing because of QtScript
+    bugs to make the build pass on powerpc. Rename the patch from
+    disable_moc_hpp_included.diff to disable_tests_qtscript.diff.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 12 Jul 2015 17:08:33 +0300
+
+qbs (1.4.1+dfsg-3) experimental; urgency=medium
+
+  * Backport upstream change to run testAssembly only on architectures
+    where it is supported (fix_assembly_test.diff).
+  * Replace revert_tests_speedup.diff with proposed upstream version
+    by Christian Kandeler.
+  * Disable moc-hpp-included test which currently fails because of a bug
+    in QtScript on some architectures (disable_moc_hpp_included.diff).
+  * Update some URLs to use *.qt.io instead of *.qt-project.org.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 11 Jul 2015 19:57:05 +0300
+
+qbs (1.4.1+dfsg-2) experimental; urgency=medium
+
+  * Version all symbols from 1.4 snapshots as 1.4.0.
+  * Revert upstream commit that may have caused tests to fail.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 08 Jul 2015 14:00:20 +0300
+
+qbs (1.4.1+dfsg-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Update debian/watch for new tarball naming scheme.
+  * Refresh debian/patches/skip_test.diff.
+  * Install new tools/commandechomode.h header in qbs-dev.
+  * Update debian/libqbscore1.symbols for the new version.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 06 Jul 2015 17:33:05 +0300
+
+qbs (1.4~git20150407-c224c8-1) experimental; urgency=medium
+
+  * New upstream snapshot.
+  * Fix a typo in previous changelog entry.
+  * Sort debian/qbs.install.
+  * Clean up patches and bump Last-Update timestamps.
+  * Update name of qbs_disable_rpath variable, following upstream
+    change (commit a8e6324de460745a).
+  * Update libqbscore1.symbols for the new snapshot.
+  * Properly version symbols introduced in previous upload.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Fri, 10 Apr 2015 09:33:46 +0300
+
+qbs (1.4~7fd456-1) experimental; urgency=medium
+
+  [ Dmitry Shachnev ]
+  * Sort debian/qbs.install.
+  * Update debian/libqbscore1.symbols from buildds’ logs.
+
+  [ Adam Majer ]
+  * Release snapshot of 1.4.x branch as of 7fd456 commit
+    + endianness patch applied upstream, removed from patches
+  * Add myself to uploaders
+
+ -- Adam Majer <adamm@zombino.com>  Thu, 12 Mar 2015 18:55:22 -0500
+
+qbs (1.3.4+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Drop increase_timeout.diff, applied upstream.
+  * Replace endianness.diff with upstream patch.
+  * Update copyright information.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 08 Mar 2015 20:54:30 +0300
+
+qbs (1.3.3+dfsg-4) unstable; urgency=medium
+
+  * Drop no longer needed chmod calls from debian/rules, thanks Jake
+    Petroules for the suggestion.
+  * Use qbs-config instead of modifying configuration files manually,
+    thanks Jake Petroules for the suggestion.
+  * Mark some destructors symbols as optional to fix build with GCC 5
+    (closes: #778082).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 18 Feb 2015 10:11:29 +0300
+
+qbs (1.3.3+dfsg-3) unstable; urgency=medium
+
+  [ Pino Toscano ]
+  * Add ${misc:Pre-Depends} to Pre-Depends for qbs, libqbscore1, and
+    libqbsqtprofilesetup1.
+
+  [ Adam Majer ]
+  * Remove rpath from project include files used by 3rd party
+    software. On Debian, rpath should not be set when referencing
+    system installed libraries.
+
+  [ Dmitry Shachnev ]
+  * Add increase_timeout.diff from Dejan Latinovic to make tests pass
+    on mips (closes: #774974).
+  * Update debian/watch for new downloads server name.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Fri, 09 Jan 2015 19:46:15 +0300
+
+qbs (1.3.3+dfsg-2) unstable; urgency=medium
+
+  * Re-add skip_test.diff, seems to be still needed.
+  * Update debian/copyright.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sun, 28 Dec 2014 20:31:27 +0300
+
+qbs (1.3.3+dfsg-1) unstable; urgency=medium
+
+  * New upstream bugfix release.
+  * Drop no_gnu_hash.diff, applied upstream.
+  * Drop skip_test.diff, no longer needed.
+  * Add support for all MIPS flavors (closes: #767459).
+  * Bump Breaks/Replaces on qtcreator, it is not fixed in Jessie.
+  * Update debian/libqbscore1.symbols.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 15 Dec 2014 17:44:26 +0300
+
+qbs (1.3.2+dfsg-1) unstable; urgency=medium
+
+  * New upstream bugfix release.
+  * Add alpha, hppa and sparc64 support (closes: #764556).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 20 Oct 2014 16:53:29 +0400
+
+qbs (1.3.1+dfsg-4) unstable; urgency=medium
+
+  * Add upstream patch to not hardcode the linker hash style.
+  * Add arm64 support.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 15 Oct 2014 21:29:30 +0400
+
+qbs (1.3.1+dfsg-3) unstable; urgency=medium
+
+  * Replace previous cleanup patch with a new patch that
+    disables the broken test.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Wed, 08 Oct 2014 19:29:24 +0400
+
+qbs (1.3.1+dfsg-2) unstable; urgency=medium
+
+  * Enable disable_rpath and qbs_enable_project_file_updates
+    configuration flags, thanks Adam Majer for the patch.
+  * Add 4 new symbols introduced by the previous change.
+  * Add a patch to correctly detect endianness of all supported
+    by Debian architectures.
+  * Add a patch to clean up before running dependenciesProperty
+    test (should make it passing).
+  * Add lib/ to LD_LIBRARY_PATH when running tests (should fix
+    build failures on kfreebsd and hurd).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Tue, 07 Oct 2014 10:41:59 +0400
+
+qbs (1.3.1+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+    + Update .install files.
+    + Update libqbscore1.symbols. There are missing symbols, but
+      we ignore that as the package has never been in testing.
+  * Break/Replace qtcreator (<< 3.2.1+dfsg-4~) (closes: #763365).
+  * Fix build failure when multiple compilers are installed.
+  * Properly clean up after tests.
+  * Update my e-mail address.
+  * debian/watch: Use new repacksuffix option.
+  * Update Vcs-Browser field to point to cgit interface.
+  * debian/copyright: Use correct exception syntax.
+  * Bump Standards-Version to 3.9.6, no changes needed.
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Sat, 04 Oct 2014 10:21:08 +0400
+
+qbs (1.2.2+dfsg-1) unstable; urgency=medium
+
+  * Initial release (closes: #745095).
+
+ -- Dmitry Shachnev <mitya57@gmail.com>  Sat, 26 Jul 2014 23:28:44 +0400
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..5443767
--- /dev/null
+++ b/control
@@ -0,0 +1,105 @@
+Source: qbs
+Section: devel
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Uploaders: Dmitry Shachnev <mitya57@debian.org>,
+           Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
+           Adam Majer <adamm@zombino.com>,
+           Simon Quigley <tsimonq2@debian.org>
+Build-Depends: debhelper-compat (= 13),
+               pkg-kde-tools,
+               qtbase5-dev (>= 5.14.0),
+               qtdeclarative5-private-dev,
+               qtscript5-dev,
+               qttools5-dev-tools
+Build-Depends-Indep: libqt5sql5-sqlite
+Standards-Version: 4.5.1
+Homepage: https://wiki.qt.io/Qbs
+Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qbs.git
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qbs/
+
+Package: qbs
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: qbs-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
+Breaks: qtcreator (<< 3.2.1+dfsg-8~)
+Replaces: qtcreator (<< 3.2.1+dfsg-8~)
+Description: cross-platform build tool
+ Qbs is a general purpose cross-platform build tool that aims at fast and
+ correct incremental builds. It features a project description language that
+ is similar to QML.
+
+Package: qbs-common
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Breaks: qbs (<< 1.4.3+dfsg-2~)
+Replaces: qbs (<< 1.4.3+dfsg-2~)
+Description: Qbs static files
+ Qbs is a general purpose cross-platform build tool that aims at fast and
+ correct incremental builds. It features a project description language that
+ is similar to QML.
+ .
+ This package contains Qbs shared static files.
+
+Package: libqbscore1.18
+Architecture: any
+Multi-Arch: same
+Section: libs
+Pre-Depends: ${misc:Pre-Depends}
+Depends: qbs-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: Qbs core library
+ Qbs is a general purpose cross-platform build tool that aims at fast and
+ correct incremental builds. It features a project description language that
+ is similar to QML.
+ .
+ This package contains Qbs core shared library.
+
+Package: qbs-dev
+Architecture: any
+Multi-Arch: same
+Section: libdevel
+Depends: libqbscore1.18 (= ${binary:Version}), ${misc:Depends}
+Description: Qbs development files
+ Qbs is a general purpose cross-platform build tool that aims at fast and
+ correct incremental builds. It features a project description language that
+ is similar to QML.
+ .
+ This package contains headers and development files for Qbs.
+
+Package: qbs-examples
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Depends: ${misc:Depends}
+Description: examples for Qbs build tool
+ Qbs is a general purpose cross-platform build tool that aims at fast and
+ correct incremental builds. It features a project description language that
+ is similar to QML.
+ .
+ This package contains the example source projects for Qbs.
+
+Package: qbs-doc
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Depends: ${misc:Depends}
+Description: Qbs documentation
+ Qbs is a general purpose cross-platform build tool that aims at fast and
+ correct incremental builds. It features a project description language that
+ is similar to QML.
+ .
+ This package contains the documentation for Qbs in QCH format, which can be
+ viewed using Qt Assistant from qttools5-dev-tools package.
+
+Package: qbs-doc-html
+Multi-Arch: foreign
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Qbs HTML documentation
+ Qbs is a general purpose cross-platform build tool that aims at fast and
+ correct incremental builds. It features a project description language that
+ is similar to QML.
+ .
+ This package contains the HTML documentation for Qbs.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..fe793ca
--- /dev/null
+++ b/copyright
@@ -0,0 +1,656 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Qbs
+Source: https://download.qt.io/official_releases/qbs/
+
+Files: *
+Copyright: 2016-2019, The Qt Company Ltd.
+License: LGPL-3 or GPL-2
+
+Files: src/lib/corelib/generators/generator.h
+       src/lib/corelib/jsextensions/temporarydir.cpp
+       src/lib/corelib/tools/commandechomode.*
+       src/lib/corelib/tools/generateoptions.*
+       src/lib/corelib/tools/projectgeneratormanager.*
+       src/lib/corelib/tools/visualstudioversioninfo.*
+Copyright: 2016, The Qt Company Ltd.
+           2015, Jake Petroules
+License: LGPL-3 or GPL-2
+
+Files: src/lib/corelib/jsextensions/domxml.cpp
+Copyright: 2016, The Qt Company Ltd.
+           2016, BogDan Vatra <bogdan@kde.org>
+License: LGPL-3 or GPL-2
+
+Files: src/plugins/scanner/cpp/*
+Copyright: 2016, The Qt Company Ltd.
+           2008, Roberto Raggi <roberto.raggi@gmail.com>
+License: LGPL-3 or GPL-2, and Expat
+
+Files: src/lib/corelib/jsextensions/propertylist.*
+       src/lib/corelib/jsextensions/propertylist_darwin.*
+       src/lib/corelib/jsextensions/propertylistutils.*
+       src/lib/corelib/tools/architectures.cpp
+       src/lib/corelib/tools/shellutils.*
+Copyright: 2016, The Qt Company Ltd.
+           2014-2015, Petroules Corporation
+License: LGPL-3 or GPL-2
+
+Files: src/lib/corelib/jsextensions/binaryfile.cpp
+Copyright: 2017, Sergey Belyashov <sergey.belyashov@gmail.com>
+           2017, Denis Shienkov <denis.shienkov@gmail.com>
+           2017, The Qt Company Ltd.
+License: LGPL-3 or GPL-2
+
+Files: src/lib/corelib/buildgraph/abstractcommandexecutor.cpp
+       src/lib/corelib/buildgraph/abstractcommandexecutor.h
+       src/lib/corelib/buildgraph/jscommandexecutor.cpp
+       src/lib/corelib/buildgraph/jscommandexecutor.h
+       src/lib/corelib/buildgraph/processcommandexecutor.cpp
+       src/lib/corelib/buildgraph/processcommandexecutor.h
+       src/lib/corelib/buildgraph/rulecommands.cpp
+       src/lib/corelib/buildgraph/rulecommands.h
+Copyright: 2019, Jochen Ulrich <jochenulrich@t-online.de>
+           2016, The Qt Company Ltd.
+License: LGPL-3 or GPL-2
+
+Files: examples/*
+Copyright: 2017, The Qt Company Ltd.
+License: BSD-3-clause
+
+Files: examples/*.h
+Copyright: 2017, The Qt Company Ltd.
+           2015, Petroules Corporation
+License: LGPL-3 or GPL-2
+
+Files: examples/baremetal/*
+Copyright: 2019, Denis Shienkov <denis.shienkov@gmail.com>
+License: BSD-3-clause
+
+Files: examples/cocoa-application/cocoa-application.qbs
+       examples/cocoa-application/CocoaApplication/AppDelegate.h
+       examples/cocoa-touch-application/cocoa-touch-application.qbs
+       examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h
+       examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h
+       examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h
+Copyright: 2015, Petroules Corporation
+           2017, The Qt Company Ltd.
+License: BSD-3-clause
+
+Files: src/lib/corelib/buildgraph/transformerchangetracking.*
+       tests/*
+Copyright: 2016-2018, The Qt Company Ltd.
+License: GPL-3 with Qt-1.0 exception
+
+Files: doc/reference/items/language/group.qbs
+       share/*
+       src/lib/corelib/tools/dynamictypecheck.h
+       src/plugins/generator/visualstudio/*
+       tests/auto/language/testdata/jsextensions.js
+Copyright: 2015-2018, The Qt Company Ltd.
+           2015, Petroules Corporation
+           2015, Jake Petroules
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: share/qbs/imports/qbs/Probes/IarProbe.qbs
+       share/qbs/imports/qbs/Probes/KeilProbe.qbs
+       share/qbs/imports/qbs/Probes/SdccProbe.qbs
+       share/qbs/modules/cpp/iar.js
+       share/qbs/modules/cpp/iar.qbs
+       share/qbs/modules/cpp/keil.js
+       share/qbs/modules/cpp/keil.qbs
+       share/qbs/modules/cpp/sdcc.js
+       share/qbs/modules/cpp/sdcc.qbs
+       src/lib/corelib/generators/generatorutils.cpp
+       src/lib/corelib/generators/generatorutils.h
+       src/lib/corelib/generators/ixmlnodevisitor.h
+       src/lib/corelib/generators/xmlproject.cpp
+       src/lib/corelib/generators/xmlproject.h
+       src/lib/corelib/generators/xmlprojectwriter.cpp
+       src/lib/corelib/generators/xmlprojectwriter.h
+       src/lib/corelib/generators/xmlproperty.cpp
+       src/lib/corelib/generators/xmlproperty.h
+       src/lib/corelib/generators/xmlpropertygroup.cpp
+       src/lib/corelib/generators/xmlpropertygroup.h
+       src/lib/corelib/generators/xmlworkspacewriter.cpp
+       src/lib/corelib/generators/xmlworkspacewriter.h
+       src/plugins/generator/iarew/*
+       src/plugins/generator/keiluv/*
+       tests/auto/blackbox/testdata/linker-module-definition/testapp.cpp
+       tests/auto/blackbox/testdata/linker-module-definition/testlib.cpp
+       tests/auto/blackbox/tst_blackboxbaremetal.cpp
+       tests/auto/blackbox/tst_blackboxbaremetal.h
+Copyright: 2019-2020, Denis Shienkov <denis.shienkov@gmail.com>
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: scripts/test-baremetal.sh
+       src/app/qbs-setup-toolchains/iarewprobe.cpp
+       src/app/qbs-setup-toolchains/iarewprobe.h
+       src/app/qbs-setup-toolchains/keilprobe.cpp
+       src/app/qbs-setup-toolchains/keilprobe.h
+       src/app/qbs-setup-toolchains/sdccprobe.cpp
+       src/app/qbs-setup-toolchains/sdccprobe.h
+       src/lib/corelib/generators/generatorversioninfo.cpp
+       src/lib/corelib/generators/generatorversioninfo.h
+       src/lib/corelib/generators/xmlworkspace.cpp
+       src/lib/corelib/generators/xmlworkspace.h
+       src/plugins/generator/iarew/iarewgeneratorplugin.cpp
+       src/plugins/generator/iarew/iarewversioninfo.h
+       src/plugins/generator/iarew/iarewworkspace.cpp
+       src/plugins/generator/iarew/iarewworkspace.h
+       src/plugins/generator/keiluv/keiluvgeneratorplugin.cpp
+       src/plugins/generator/keiluv/keiluvversioninfo.h
+       src/plugins/generator/keiluv/keiluvworkspace.cpp
+       src/plugins/generator/keiluv/keiluvworkspace.h
+Copyright: 2019-2020, Denis Shienkov <denis.shienkov@gmail.com>
+License: LGPL-3 or GPL-2
+
+Files: examples/grpc/grpc.qbs
+       share/qbs/imports/qbs/Probes/ClBinaryProbe.qbs
+       share/qbs/imports/qbs/Probes/ClangClBinaryProbe.qbs
+       share/qbs/imports/qbs/Probes/ClangClProbe.qbs
+       share/qbs/imports/qbs/Probes/LibraryProbe.qbs
+       share/qbs/modules/capnproto/capnproto.js
+       share/qbs/modules/capnproto/capnprotobase.qbs
+       share/qbs/modules/capnproto/cpp/capnprotocpp.qbs
+       share/qbs/modules/cpp/windows-clang-cl.qbs
+       share/qbs/modules/protobuf/protobuf.js
+       src/lib/corelib/tools/clangclinfo.cpp
+       src/lib/corelib/tools/clangclinfo.h
+       tests/auto/blackbox/testdata/grpc/grpc.cpp
+       tests/auto/blackbox/testdata/path-probe/BaseApp.qbs
+       tests/auto/blackbox/testdata/protobuf/import-main.cpp
+       tests/auto/blackbox/testdata/protobuf/main.cpp
+       tests/auto/blackbox/testdata/protobuf/main.m
+       tests/auto/blackbox/testdata/protobuf/needs-import-dir-main.cpp
+       tests/auto/blackbox/testdata-apple/apple-multiconfig/helpers.js
+       tests/auto/blackbox/tst_blackboxexamples.cpp
+       tests/auto/blackbox/tst_blackboxexamples.h
+Copyright: 2018-2020, Ivan Komissarov <abbapoh@gmail.com>
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: share/qbs/modules/cpp/windows-msvc.qbs
+Copyright: 2015, The Qt Company Ltd.
+           2019, Ivan Komissarov <abbapoh@gmail.com>
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: share/qbs/modules/freedesktop/FreeDesktop.qbs
+       share/qbs/modules/freedesktop/freedesktop.js
+Copyright: 2019, Alberto Mardegan <mardy@users.sourceforge.net>
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: share/qbs/imports/qbs/base/AutotestRunner.qbs
+Copyright: 2019, Jochen Ulrich <jochenulrich@t-online.de>
+           2015, The Qt Company Ltd.
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: share/qbs/imports/qbs/Probes/AndroidSdkProbe.qbs
+       share/qbs/imports/qbs/Probes/NodeJsProbe.qbs
+       share/qbs/imports/qbs/Probes/TypeScriptProbe.qbs
+       share/qbs/modules/java/io/qt/qbs/Artifact.java
+       share/qbs/modules/java/io/qt/qbs/ArtifactListJsonWriter.java
+       share/qbs/modules/java/io/qt/qbs/ArtifactListWriter.java
+       share/qbs/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java
+       share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java
+       share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java
+       share/qbs/modules/java/io/qt/qbs/tools/utils/NullFileObject.java
+       share/qbs/modules/typescript/typescript.js
+       share/qbs/modules/xcode/xcode.js
+Copyright: 2015, Jake Petroules.
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: share/qbs/imports/qbs/Probes/AndroidNdkProbe.qbs
+       share/qbs/imports/qbs/Probes/JdkProbe.qbs
+       share/qbs/module-providers/Qt/templates/qdoc.js
+       share/qbs/modules/cli/cli.js
+       share/qbs/modules/cpp/watchos-gcc.qbs
+Copyright: 2015, Jake Petroules.
+           2015-2017, The Qt Company Ltd.
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: share/qbs/imports/qbs/Probes/ConanfileProbe.qbs
+Copyright: 2020, Richard Weickelt
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: examples/cocoa-application/CocoaApplication/AppDelegate.m
+       examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch
+       examples/cocoa-application/CocoaApplication/main.m
+       examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m
+       examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch
+       examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m
+       examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m
+       examples/cocoa-touch-application/CocoaTouchApplication/main.m
+Copyright: 2015, Petroules Corporation
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: tests/auto/blackbox/testdata/groups-in-modules/modules/helper/diamondc.c
+Copyright: 2015, Jake Petroules.
+           2016, The Qt Company Ltd.
+License: GPL-3 with Qt-1.0 exception
+
+Files: tests/auto/blackbox/tst_clangdb.cpp
+Copyright: 2016, The Qt Company Ltd.
+           2016, Christian Gagneraud
+License: GPL-3 with Qt-1.0 exception
+
+Files: tests/auto/blackbox/testdata/dynamicRuleOutputs/*
+       tests/auto/blackbox/testdata-qt/dbus-adaptors/*.cpp
+       tests/auto/blackbox/testdata-qt/dbus-interfaces/*.cpp
+       tests/auto/blackbox/testdata-qt/qmltyperegistrar/*
+Copyright: 2015-2017, The Qt Company Ltd.
+License: BSD-3-clause
+
+Files: tests/auto/blackbox/testdata/loadablemodule/main.cpp
+Copyright: 2015, Jake Petroules.
+           2016, The Qt Company Ltd.
+License: BSD-3-clause
+
+Files: tests/auto/blackbox/testdata/generate-linker-map-file/main.cpp
+Copyright: 2019, Denis Shienkov <denis.shienkov@gmail.com>
+License: GPL-3 with Qt-1.0 exception
+
+Files: tests/auto/api/testdata/timeout-process/main.cpp
+       tests/auto/blackbox/testdata/autotest-timeout/test-main.cpp
+Copyright: 2019, Jochen Ulrich <jochenulrich@t-online.de>
+License: GPL-3 with Qt-1.0 exception
+
+Files: tests/auto/api/tst_api.cpp
+       tests/auto/api/tst_api.h
+       tests/auto/blackbox/tst_blackbox.cpp
+       tests/auto/blackbox/tst_blackbox.h
+Copyright: 2019, Jochen Ulrich <jochenulrich@t-online.de>
+           2016, The Qt Company Ltd.
+License: GPL-3 with Qt-1.0 exception
+
+Files: share/qbs/module-providers/Qt/setup-qt.js
+       share/qbs/module-providers/__fallback/fallback.qbs
+       share/qbs/module-providers/__fallback/provider.qbs
+       share/qbs/modules/pkgconfig/pkgconfig.qbs
+       tests/auto/buildgraph/*
+       tests/auto/language/testdata/erroneous/main.cpp
+       tests/auto/language/tst_language.*
+       tests/auto/tools/*
+Copyright: 2016-2019, The Qt Company Ltd.
+License: LGPL-3 or GPL-2
+
+Files: tests/auto/blackbox/testdata/freedesktop/myapp.appdata.xml
+Copyright: Alberto Mardegan <mardy@users.sourceforge.net>
+License: CC0
+
+Files: tests/auto/blackbox/testdata/protobuf/main_nanopb.cpp
+Copyright: 2020, Kai Dohmen <psykai1993@gmail.com>
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+
+Files: *.qdoc
+Copyright: 2016-2019, The Qt Company Ltd.
+License: GFDL-NIV-1.3
+
+Files: doc/reference/jsextensions/jsextensions-general.qdoc
+Copyright: 2015, Petroules Corporation
+           2016, The Qt Company Ltd.
+License: GFDL-NIV-1.3
+
+Files: doc/reference/items/convenience/applicationextension.qdoc
+       doc/reference/items/convenience/loadablemodule.qdoc
+       doc/reference/items/convenience/xpcservice.qdoc
+       doc/reference/jsextensions/jsextension-temporarydir.qdoc
+       doc/reference/modules/bundle-module.qdoc
+       doc/reference/modules/xcode-module.qdoc
+Copyright: 2015, Jake Petroules
+           2017, The Qt Company Ltd.
+License: GFDL-NIV-1.3
+
+Files: doc/reference/items/probe/iar-probe.qdoc
+       doc/reference/items/probe/keil-probe.qdoc
+       doc/reference/items/probe/sdcc-probe.qdoc
+Copyright: 2019, Denis Shienkov <denis.shienkov@gmail.com>
+License: GFDL-NIV-1.3
+
+Files: doc/reference/items/convenience/library.qdoc
+       doc/reference/items/probe/binary-probe.qdoc
+       doc/reference/items/probe/framework-probe.qdoc
+       doc/reference/items/probe/include-probe.qdoc
+       doc/reference/items/probe/library-probe.qdoc
+       doc/reference/items/probe/path-probe.qdoc
+       doc/reference/items/probe/pkgconfig-probe.qdoc
+       doc/reference/modules/capnprotocpp-module.qdoc
+Copyright: 2018-2020, Ivan Komissarov <abbapoh@gmail.com>
+License: GFDL-NIV-1.3
+
+Files: doc/reference/jsextensions/jsextension-binaryfile.qdoc
+Copyright: 2017, Sergey Belyashov <sergey.belyashov@gmail.com>
+           2017, Denis Shienkov <denis.shienkov@gmail.com>
+           2017, The Qt Company Ltd.
+License: GFDL-NIV-1.3
+
+Files: doc/reference/commands.qdoc
+       doc/reference/items/convenience/autotestrunner.qdoc
+Copyright: 2017, The Qt Company Ltd.
+           2019, Jochen Ulrich <jochenulrich@t-online.de>
+License: GFDL-NIV-1.3
+
+Files: doc/reference/items/probe/conanfile-probe.qdoc
+Copyright: 2020, Richard Weickelt
+License: GFDL-NIV-1.3
+
+Files: doc/reference/modules/freedesktop-module.qdoc
+Copyright: 2019, Alberto Mardegan
+License: GFDL-NIV-1.3
+
+Files: src/3rdparty/python/lib/python2.7/site-packages/biplist/*
+Copyright: 2010, Andrew Wooster
+License: BSD-3-clause
+
+Files: src/3rdparty/python/bin/dmgbuild
+       src/3rdparty/python/lib/python2.7/site-packages/dmgbuild/*
+       src/3rdparty/python/lib/python2.7/site-packages/ds_store/*
+       src/3rdparty/python/lib/python2.7/site-packages/mac_alias/*
+Copyright: 2014, Alastair Houghton
+License: Expat
+
+Files: examples/protobuf/addressbook_cpp/main.cpp
+Copyright: 2008, Google Inc.
+License: BSD-3-clause
+
+Files: examples/grpc/client.cpp
+       examples/grpc/server.cpp
+       examples/protobuf/addressbook_objc/main.m
+       examples/rpaths/*
+Copyright: 2018-2020, Ivan Komissarov <abbapoh@gmail.com>
+License: BSD-3-clause
+
+Files: docker/focal/entrypoint.sh
+       scripts/build-qbs-with-qbs.sh
+       scripts/build-qbs-with-qmake.sh
+       scripts/install-qt.sh
+       scripts/test-qt-for-android.sh
+Copyright: 2019, Richard Weickelt <richard@weickelt.de>
+License: LGPL-3 or GPL-2
+
+Files: scripts/build-qbs-with-cmake.sh
+       scripts/cpu-count.sh
+       scripts/run-analyzer.sh
+       scripts/test-qbs.sh
+       src/app/qbs-setup-toolchains/clangclprobe.cpp
+       src/app/qbs-setup-toolchains/clangclprobe.h
+       tests/auto/blackbox/testdata-qt/moc-compiler-defines/object.h
+Copyright: 2019-2020, Ivan Komissarov <abbapoh@gmail.com>
+License: LGPL-3 or GPL-2
+
+Files: examples/capnproto/*
+Copyright: 2013-2014, Sandstorm Development Group, Inc. and contributors
+License: Expat
+
+Files: debian/*
+Copyright: 2014-2020, Dmitry Shachnev <mitya57@debian.org>
+License: LGPL-3 or GPL-2
+
+License: LGPL-2.1-or-3 with Qt-1.1 exception
+ GNU Lesser General Public License:
+ This file may be used under the terms of the GNU Lesser General Public
+ License version 2.1 or version 3 as published by the Free Software
+ Foundation and appearing in the file LICENSE.LGPLv21 and LICENSE.LGPLv3
+ included in the packaging of this file. Please review the following
+ information to ensure the GNU Lesser General Public License requirements
+ will be met: https://www.gnu.org/licenses/lgpl.html.
+ .
+ In addition, as a special exception, The Qt Company gives you certain
+ additional rights. These rights are described in The Qt Company Qt LGPL
+ Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this
+ package.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1`.
+ The complete text of the GNU Lesser General Public License version 3 can be
+ found in `/usr/share/common-licenses/LGPL-3`.
+ .
+ The Qt Company LGPL Exception version 1.1:
+ As an additional permission to the GNU Lesser General Public License version
+ 2.1, the object code form of a "work that uses the Library" may incorporate
+ material from a header file that is part of the Library.  You may distribute
+ such object code under terms of your choice, provided that:
+     (i)   the header files of the Library have not been modified; and
+     (ii)  the incorporated material is limited to numerical parameters, data
+           structure layouts, accessors, macros, inline functions and
+           templates; and
+     (iii) you comply with the terms of Section 6 of the GNU Lesser General
+           Public License version 2.1.
+ .
+ Moreover, you may apply this exception to a modified version of the Library,
+ provided that such modification does not involve copying material from the
+ Library into the modified Library's header files unless such material is
+ limited to (i) numerical parameters; (ii) data structure layouts;
+ (iii) accessors; and (iv) small macros, templates and inline functions of
+ five lines or less in length.
+ .
+ Furthermore, you are not required to apply this additional permission to a
+ modified version of the Library.
+
+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: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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 2 can be found in /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: 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: BSD-3-clause
+ 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: 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: CC0
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL
+ SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT
+ RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS.
+ CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR
+ THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR
+ DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER.
+ .
+ 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.
diff --git a/libqbscore1.18.install b/libqbscore1.18.install
new file mode 100644 (file)
index 0000000..204f20d
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libqbscore.so.*
diff --git a/libqbscore1.18.symbols b/libqbscore1.18.symbols
new file mode 100644 (file)
index 0000000..9b1509d
--- /dev/null
@@ -0,0 +1,1566 @@
+# SymbolsHelper-Confirmed: 1.18.0 amd64 i386 powerpc ppc64el s390x
+libqbscore.so.1.18 libqbscore1.18 #MINVER#
+* Build-Depends-Package: qbs-dev
+ _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb0EEclEcE5__nul@Base 1.10.0
+ _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEclEcE5__nul@Base 1.10.0
+ _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEclEcE5__nul@Base 1.10.0
+ _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEclEcE5__nul@Base 1.10.0
+ _ZN3qbs10InstallJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.2.1
+ _ZN3qbs10InstallJob11qt_metacastEPKc@Base 1.2.1
+ _ZN3qbs10InstallJob16staticMetaObjectE@Base 1.2.1
+ _ZN3qbs10InstallJob7installERKSt10shared_ptrINS_8Internal15TopLevelProjectEERK7QVectorIS1_INS2_15ResolvedProductEEERKNS_14InstallOptionsE@Base 1.16.0
+ _ZN3qbs10InstallJobC1ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
+ _ZN3qbs10InstallJobC2ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
+ _ZN3qbs11AbstractJob11lockProjectERKSt10shared_ptrINS_8Internal15TopLevelProjectEE@Base 1.10.0
+ _ZN3qbs11AbstractJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.2.1
+ _ZN3qbs11AbstractJob11qt_metacastEPKc@Base 1.2.1
+ _ZN3qbs11AbstractJob11taskStartedERK7QStringiPS0_@Base 1.2.1
+ _ZN3qbs11AbstractJob12taskProgressEiPS0_@Base 1.2.1
+ _ZN3qbs11AbstractJob13unlockProjectEv@Base 1.3.1
+ _ZN3qbs11AbstractJob14handleFinishedEv@Base 1.2.1
+ _ZN3qbs11AbstractJob16staticMetaObjectE@Base 1.2.1
+ _ZN3qbs11AbstractJob17handleTaskStartedERK7QStringi@Base 1.2.1
+ _ZN3qbs11AbstractJob18handleTaskProgressEi@Base 1.2.1
+ _ZN3qbs11AbstractJob18totalEffortChangedEiPS0_@Base 1.2.1
+ _ZN3qbs11AbstractJob24handleTotalEffortChangedEi@Base 1.2.1
+ _ZN3qbs11AbstractJob6cancelEv@Base 1.2.1
+ _ZN3qbs11AbstractJob8finishedEbPS0_@Base 1.2.1
+ _ZN3qbs11AbstractJobC1EPNS_8Internal11InternalJobEP7QObject@Base 1.2.1
+ _ZN3qbs11AbstractJobC2EPNS_8Internal11InternalJobEP7QObject@Base 1.2.1
+ _ZN3qbs11AbstractJobD0Ev@Base 1.2.1
+ _ZN3qbs11AbstractJobD1Ev@Base 1.2.1
+ _ZN3qbs11AbstractJobD2Ev@Base 1.2.1
+ _ZN3qbs11InstallDataC1EOS0_@Base 1.14.1
+ _ZN3qbs11InstallDataC1ERKS0_@Base 1.7.0
+ _ZN3qbs11InstallDataC1Ev@Base 1.7.0
+ _ZN3qbs11InstallDataC2EOS0_@Base 1.14.1
+ _ZN3qbs11InstallDataC2ERKS0_@Base 1.7.0
+ _ZN3qbs11InstallDataC2Ev@Base 1.7.0
+ _ZN3qbs11InstallDataD1Ev@Base 1.7.0
+ _ZN3qbs11InstallDataD2Ev@Base 1.7.0
+ _ZN3qbs11InstallDataaSEOS0_@Base 1.14.1
+ _ZN3qbs11InstallDataaSERKS0_@Base 1.7.0
+ _ZN3qbs11PreferencesC1EPNS_8SettingsE4QMapI7QString8QVariantE@Base 1.14.1
+ _ZN3qbs11PreferencesC1EPNS_8SettingsE7QString@Base 1.14.1
+ _ZN3qbs11PreferencesC2EPNS_8SettingsE4QMapI7QString8QVariantE@Base 1.14.1
+ _ZN3qbs11PreferencesC2EPNS_8SettingsE7QString@Base 1.14.1
+ _ZN3qbs11ProductDataC1EOS0_@Base 1.14.1
+ _ZN3qbs11ProductDataC1ERKS0_@Base 1.2.1
+ _ZN3qbs11ProductDataC1Ev@Base 1.2.1
+ _ZN3qbs11ProductDataC2EOS0_@Base 1.14.1
+ _ZN3qbs11ProductDataC2ERKS0_@Base 1.2.1
+ _ZN3qbs11ProductDataC2Ev@Base 1.2.1
+ _ZN3qbs11ProductDataD1Ev@Base 1.2.1
+ _ZN3qbs11ProductDataD2Ev@Base 1.2.1
+ _ZN3qbs11ProductDataaSEOS0_@Base 1.14.1
+ _ZN3qbs11ProductDataaSERKS0_@Base 1.2.1
+ _ZN3qbs11ProjectDataC1EOS0_@Base 1.14.1
+ _ZN3qbs11ProjectDataC1ERKS0_@Base 1.2.1
+ _ZN3qbs11ProjectDataC1Ev@Base 1.2.1
+ _ZN3qbs11ProjectDataC2EOS0_@Base 1.14.1
+ _ZN3qbs11ProjectDataC2ERKS0_@Base 1.2.1
+ _ZN3qbs11ProjectDataC2Ev@Base 1.2.1
+ _ZN3qbs11ProjectDataD1Ev@Base 1.2.1
+ _ZN3qbs11ProjectDataD2Ev@Base 1.2.1
+ _ZN3qbs11ProjectDataaSEOS0_@Base 1.14.1
+ _ZN3qbs11ProjectDataaSERKS0_@Base 1.2.1
+ _ZN3qbs11PropertyMapC1EOS0_@Base 1.14.1
+ _ZN3qbs11PropertyMapC1ERKS0_@Base 1.2.1
+ _ZN3qbs11PropertyMapC1Ev@Base 1.2.1
+ _ZN3qbs11PropertyMapC2EOS0_@Base 1.14.1
+ _ZN3qbs11PropertyMapC2ERKS0_@Base 1.2.1
+ _ZN3qbs11PropertyMapC2Ev@Base 1.2.1
+ _ZN3qbs11PropertyMapD1Ev@Base 1.2.1
+ _ZN3qbs11PropertyMapD2Ev@Base 1.2.1
+ _ZN3qbs11PropertyMapaSEOS0_@Base 1.14.1
+ _ZN3qbs11PropertyMapaSERKS0_@Base 1.2.1
+ _ZN3qbs11RuleCommandC1ERKS0_@Base 1.3.3
+ _ZN3qbs11RuleCommandC1Ev@Base 1.3.3
+ _ZN3qbs11RuleCommandC2ERKS0_@Base 1.3.3
+ _ZN3qbs11RuleCommandC2Ev@Base 1.3.3
+ _ZN3qbs11RuleCommandD1Ev@Base 1.3.3
+ _ZN3qbs11RuleCommandD2Ev@Base 1.3.3
+ _ZN3qbs11RuleCommandaSERKS0_@Base 1.3.3
+ _ZN3qbs11logLevelTagENS_11LoggerLevelE@Base 1.2.1
+ _ZN3qbs11toJSLiteralERK11QStringList@Base 1.3.1
+ _ZN3qbs11toJSLiteralERK7QString@Base 1.3.1
+ _ZN3qbs11toJSLiteralERK8QVariant@Base 1.3.1
+ _ZN3qbs11toJSLiteralEb@Base 1.3.1
+ _ZN3qbs12ArtifactDataC1EOS0_@Base 1.14.1
+ _ZN3qbs12ArtifactDataC1ERKS0_@Base 1.7.0
+ _ZN3qbs12ArtifactDataC1Ev@Base 1.7.0
+ _ZN3qbs12ArtifactDataC2EOS0_@Base 1.14.1
+ _ZN3qbs12ArtifactDataC2ERKS0_@Base 1.7.0
+ _ZN3qbs12ArtifactDataC2Ev@Base 1.7.0
+ _ZN3qbs12ArtifactDataD1Ev@Base 1.7.0
+ _ZN3qbs12ArtifactDataD2Ev@Base 1.7.0
+ _ZN3qbs12ArtifactDataaSEOS0_@Base 1.14.1
+ _ZN3qbs12ArtifactDataaSERKS0_@Base 1.7.0
+ _ZN3qbs12BuildOptions10setInstallEb@Base 1.4.0
+ _ZN3qbs12BuildOptions11setEchoModeENS_15CommandEchoModeE@Base 1.4.0
+ _ZN3qbs12BuildOptions12setJobLimitsERKNS_9JobLimitsE@Base 1.13.0
+ _ZN3qbs12BuildOptions12setKeepGoingEb@Base 1.2.1
+ _ZN3qbs12BuildOptions14setMaxJobCountEi@Base 1.2.1
+ _ZN3qbs12BuildOptions15setChangedFilesERK11QStringList@Base 1.2.1
+ _ZN3qbs12BuildOptions17setActiveFileTagsERK11QStringList@Base 1.2.1
+ _ZN3qbs12BuildOptions17setLogElapsedTimeEb@Base 1.2.1
+ _ZN3qbs12BuildOptions18defaultMaxJobCountEv@Base 1.2.1
+ _ZN3qbs12BuildOptions18setFilesToConsiderERK11QStringList@Base 1.2.1
+ _ZN3qbs12BuildOptions19setExecuteRulesOnlyEb@Base 1.5.0
+ _ZN3qbs12BuildOptions19setForceOutputCheckEb@Base 1.5.0
+ _ZN3qbs12BuildOptions20setSettingsDirectoryERK7QString@Base 1.13.0
+ _ZN3qbs12BuildOptions22setForceTimestampCheckEb@Base 1.2.1
+ _ZN3qbs12BuildOptions29setRemoveExistingInstallationEb@Base 1.4.0
+ _ZN3qbs12BuildOptions33setProjectJobLimitsTakePrecedenceEb@Base 1.13.0
+ _ZN3qbs12BuildOptions8fromJsonERK11QJsonObject@Base 1.16.0
+ _ZN3qbs12BuildOptions9setDryRunEb@Base 1.2.1
+ _ZN3qbs12BuildOptionsC1ERKS0_@Base 1.2.1
+ _ZN3qbs12BuildOptionsC1Ev@Base 1.2.1
+ _ZN3qbs12BuildOptionsC2ERKS0_@Base 1.2.1
+ _ZN3qbs12BuildOptionsC2Ev@Base 1.2.1
+ _ZN3qbs12BuildOptionsD1Ev@Base 1.2.1
+ _ZN3qbs12BuildOptionsD2Ev@Base 1.2.1
+ _ZN3qbs12BuildOptionsaSERKS0_@Base 1.2.1
+ _ZN3qbs12CleanOptions12setKeepGoingEb@Base 1.2.1
+ _ZN3qbs12CleanOptions17setLogElapsedTimeEb@Base 1.2.1
+ _ZN3qbs12CleanOptions8fromJsonERK11QJsonObject@Base 1.16.0
+ _ZN3qbs12CleanOptions9setDryRunEb@Base 1.2.1
+ _ZN3qbs12CleanOptionsC1EOS0_@Base 1.13.0
+ _ZN3qbs12CleanOptionsC1ERKS0_@Base 1.2.1
+ _ZN3qbs12CleanOptionsC1Ev@Base 1.2.1
+ _ZN3qbs12CleanOptionsC2EOS0_@Base 1.13.0
+ _ZN3qbs12CleanOptionsC2ERKS0_@Base 1.2.1
+ _ZN3qbs12CleanOptionsC2Ev@Base 1.2.1
+ _ZN3qbs12CleanOptionsD1Ev@Base 1.2.1
+ _ZN3qbs12CleanOptionsD2Ev@Base 1.2.1
+ _ZN3qbs12CleanOptionsaSEOS0_@Base 1.13.0
+ _ZN3qbs12CleanOptionsaSERKS0_@Base 1.2.1
+ _ZN3qbs12CodeLocation4loadERNS_8Internal14PersistentPoolE@Base 1.4.0
+ _ZN3qbs12CodeLocationC1ERK7QStringiib@Base 1.4.1
+ _ZN3qbs12CodeLocationC1ERKS0_@Base 1.2.1
+ _ZN3qbs12CodeLocationC1Ev@Base 1.2.1
+ _ZN3qbs12CodeLocationC2ERK7QStringiib@Base 1.4.1
+ _ZN3qbs12CodeLocationC2ERKS0_@Base 1.2.1
+ _ZN3qbs12CodeLocationC2Ev@Base 1.2.1
+ _ZN3qbs12CodeLocationD1Ev@Base 1.2.1
+ _ZN3qbs12CodeLocationD2Ev@Base 1.2.1
+ _ZN3qbs12CodeLocationaSERKS0_@Base 1.2.1
+ _ZN3qbs12LanguageInfo10qbsVersionEv@Base 1.5.0
+ _ZN3qbs12LanguageInfo11qmlTypeInfoB5cxx11Ev@Base 1.11.0
+ _ZN3qbs12logLevelNameENS_11LoggerLevelE@Base 1.2.1
+ _ZN3qbs13ProcessResultC1ERKS0_@Base 1.2.1
+ _ZN3qbs13ProcessResultC1Ev@Base 1.2.1
+ _ZN3qbs13ProcessResultC2ERKS0_@Base 1.2.1
+ _ZN3qbs13ProcessResultC2Ev@Base 1.2.1
+ _ZN3qbs13ProcessResultD1Ev@Base 1.2.1
+ _ZN3qbs13ProcessResultD2Ev@Base 1.2.1
+ _ZN3qbs13ProcessResultaSERKS0_@Base 1.2.1
+ _ZN3qbs13SettingsModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.4.0
+ _ZN3qbs13SettingsModel11qt_metacastEPKc@Base 1.4.0
+ _ZN3qbs13SettingsModel11setEditableEb@Base 1.4.0
+ _ZN3qbs13SettingsModel16staticMetaObjectE@Base 1.4.0
+ _ZN3qbs13SettingsModel17updateSettingsDirERK7QString@Base 1.5.0
+ _ZN3qbs13SettingsModel20SettingsModelPrivate11indexToNodeERK11QModelIndex@Base 1.4.0
+ _ZN3qbs13SettingsModel20SettingsModelPrivate12readSettingsEv@Base 1.4.0
+ _ZN3qbs13SettingsModel20SettingsModelPrivate19addNodeFromSettingsEPNS_8Internal4NodeERK7QString@Base 1.4.0
+ _ZN3qbs13SettingsModel20SettingsModelPrivate6doSaveEPKNS_8Internal4NodeERK7QString@Base 1.4.0
+ _ZN3qbs13SettingsModel20SettingsModelPrivate7addNodeEPNS_8Internal4NodeERK7QStringRK11QStringListRK8QVariant@Base 1.4.0
+ _ZN3qbs13SettingsModel23setAdditionalPropertiesERK4QMapI7QString8QVariantE@Base 1.4.0
+ _ZN3qbs13SettingsModel4saveEv@Base 1.4.0
+ _ZN3qbs13SettingsModel6reloadEv@Base 1.4.0
+ _ZN3qbs13SettingsModel7setDataERK11QModelIndexRK8QVarianti@Base 1.4.0
+ _ZN3qbs13SettingsModel9addNewKeyERK11QModelIndex@Base 1.4.0
+ _ZN3qbs13SettingsModel9removeKeyERK11QModelIndex@Base 1.4.0
+ _ZN3qbs13SettingsModelC1ERK7QStringNS_8Settings5ScopeEP7QObject@Base 1.12.0
+ _ZN3qbs13SettingsModelC2ERK7QStringNS_8Settings5ScopeEP7QObject@Base 1.12.0
+ _ZN3qbs13SettingsModelD0Ev@Base 1.4.0
+ _ZN3qbs13SettingsModelD1Ev@Base 1.4.0
+ _ZN3qbs13SettingsModelD2Ev@Base 1.4.0
+ _ZN3qbs14InstallOptions12setKeepGoingEb@Base 1.2.1
+ _ZN3qbs14InstallOptions14setInstallRootERK7QString@Base 1.2.1
+ _ZN3qbs14InstallOptions17setLogElapsedTimeEb@Base 1.2.1
+ _ZN3qbs14InstallOptions18defaultInstallRootEv@Base 1.2.1
+ _ZN3qbs14InstallOptions21setInstallIntoSysrootEb@Base 1.2.1
+ _ZN3qbs14InstallOptions29setRemoveExistingInstallationEb@Base 1.2.1
+ _ZN3qbs14InstallOptions8fromJsonERK11QJsonObject@Base 1.16.0
+ _ZN3qbs14InstallOptions9setDryRunEb@Base 1.2.1
+ _ZN3qbs14InstallOptionsC1EOS0_@Base 1.13.0
+ _ZN3qbs14InstallOptionsC1ERKS0_@Base 1.2.1
+ _ZN3qbs14InstallOptionsC1Ev@Base 1.2.1
+ _ZN3qbs14InstallOptionsC2EOS0_@Base 1.13.0
+ _ZN3qbs14InstallOptionsC2ERKS0_@Base 1.2.1
+ _ZN3qbs14InstallOptionsC2Ev@Base 1.2.1
+ _ZN3qbs14InstallOptionsD1Ev@Base 1.2.1
+ _ZN3qbs14InstallOptionsD2Ev@Base 1.2.1
+ _ZN3qbs14InstallOptionsaSEOS0_@Base 1.13.0
+ _ZN3qbs14InstallOptionsaSERKS0_@Base 1.2.1
+ _ZN3qbs14RunEnvironment10doRunShellEv@Base 1.5.0
+ _ZN3qbs14RunEnvironment11doRunTargetERK7QStringRK11QStringListb@Base 1.11.0
+ _ZN3qbs14RunEnvironment14printStartInfoERK8QProcessb@Base 1.11.0
+ _ZN3qbs14RunEnvironment8runShellEPNS_9ErrorInfoE@Base 1.5.0
+ _ZN3qbs14RunEnvironment9runTargetERK7QStringRK11QStringListbPNS_9ErrorInfoE@Base 1.11.0
+ _ZN3qbs14RunEnvironmentC1ERKSt10shared_ptrINS_8Internal15ResolvedProductEERKS1_IKNS2_15TopLevelProjectEERKNS_14InstallOptionsERK19QProcessEnvironmentRK11QStringListPNS_8SettingsERKNS2_6LoggerE@Base 1.11.0
+ _ZN3qbs14RunEnvironmentC2ERKSt10shared_ptrINS_8Internal15ResolvedProductEERKS1_IKNS2_15TopLevelProjectEERKNS_14InstallOptionsERK19QProcessEnvironmentRK11QStringListPNS_8SettingsERKNS2_6LoggerE@Base 1.11.0
+ _ZN3qbs14RunEnvironmentD1Ev@Base 1.2.1
+ _ZN3qbs14RunEnvironmentD2Ev@Base 1.2.1
+ _ZN3qbs15GenerateOptions16setGeneratorNameERK7QString@Base 1.4.0
+ _ZN3qbs15GenerateOptionsC1ERKS0_@Base 1.4.0
+ _ZN3qbs15GenerateOptionsC1Ev@Base 1.4.0
+ _ZN3qbs15GenerateOptionsC2ERKS0_@Base 1.4.0
+ _ZN3qbs15GenerateOptionsC2Ev@Base 1.4.0
+ _ZN3qbs15GenerateOptionsD1Ev@Base 1.4.0
+ _ZN3qbs15GenerateOptionsD2Ev@Base 1.4.0
+ _ZN3qbs15GenerateOptionsaSERKS0_@Base 1.4.0
+ _ZN3qbs15SetupProjectJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.2.1
+ _ZN3qbs15SetupProjectJob11qt_metacastEPKc@Base 1.2.1
+ _ZN3qbs15SetupProjectJob11reportErrorERKNS_9ErrorInfoE@Base 1.2.1
+ _ZN3qbs15SetupProjectJob16staticMetaObjectE@Base 1.2.1
+ _ZN3qbs15SetupProjectJob6finishEv@Base 1.3.1
+ _ZN3qbs15SetupProjectJob7resolveERKNS_7ProjectERKNS_22SetupProjectParametersE@Base 1.3.1
+ _ZN3qbs15SetupProjectJobC1ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
+ _ZN3qbs15SetupProjectJobC2ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
+ _ZN3qbs15TransformerDataC1ERKS0_@Base 1.12.0
+ _ZN3qbs15TransformerDataC1Ev@Base 1.12.0
+ _ZN3qbs15TransformerDataC2ERKS0_@Base 1.12.0
+ _ZN3qbs15TransformerDataC2Ev@Base 1.12.0
+ _ZN3qbs15TransformerDataD1Ev@Base 1.12.0
+ _ZN3qbs15TransformerDataD2Ev@Base 1.12.0
+ _ZN3qbs15TransformerDataaSERKS0_@Base 1.12.0
+ _ZN3qbs16ProjectGenerator11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.7.0
+ _ZN3qbs16ProjectGenerator11qt_metacastEPKc@Base 1.7.0
+ _ZN3qbs16ProjectGenerator16staticMetaObjectE@Base 1.7.0
+ _ZN3qbs16ProjectGenerator8generateERK5QListINS_7ProjectEERKS1_I4QMapI7QString8QVariantEERKNS_14InstallOptionsERKS7_RKNS_8Internal6LoggerE@Base 1.10.0
+ _ZN3qbs16ProjectGeneratorC1Ev@Base 1.7.0
+ _ZN3qbs16ProjectGeneratorC2Ev@Base 1.7.0
+ _ZN3qbs16ProjectGeneratorD0Ev@Base 1.7.0
+ _ZN3qbs16ProjectGeneratorD1Ev@Base 1.7.0
+ _ZN3qbs16ProjectGeneratorD2Ev@Base 1.7.0
+ _ZN3qbs18canonicalToolchainERK11QStringList@Base 1.6.0
+ _ZN3qbs18canonicalToolchainERK7QString@Base 1.6.0
+ _ZN3qbs19commandEchoModeNameENS_15CommandEchoModeE@Base 1.4.0
+ _ZN3qbs21canonicalArchitectureERK7QString@Base 1.3.2
+ _ZN3qbs22SetupProjectParameters12setBuildRootERK7QString@Base 1.2.1
+ _ZN3qbs22SetupProjectParameters14setEnvironmentERK19QProcessEnvironment@Base 1.2.1
+ _ZN3qbs22SetupProjectParameters14setLibexecPathERK7QString@Base 1.4.1
+ _ZN3qbs22SetupProjectParameters14setPluginPathsERK11QStringList@Base 1.2.1
+ _ZN3qbs22SetupProjectParameters14setSearchPathsERK11QStringList@Base 1.2.1
+ _ZN3qbs22SetupProjectParameters17setLogElapsedTimeEb@Base 1.2.1
+ _ZN3qbs22SetupProjectParameters18setProjectFilePathERK7QString@Base 1.2.1
+ _ZN3qbs22SetupProjectParameters18setRestoreBehaviorENS0_15RestoreBehaviorE@Base 1.2.1
+ _ZN3qbs22SetupProjectParameters18setTopLevelProfileERK7QString@Base 1.3.1
+ _ZN3qbs22SetupProjectParameters19setOverriddenValuesERK4QMapI7QString8QVariantE@Base 1.2.1
+ _ZN3qbs22SetupProjectParameters19setProductErrorModeENS_17ErrorHandlingModeE@Base 1.5.0
+ _ZN3qbs22SetupProjectParameters20setConfigurationNameERK7QString@Base 1.6.0
+ _ZN3qbs22SetupProjectParameters20setSettingsDirectoryERK7QString@Base 1.3.1
+ _ZN3qbs22SetupProjectParameters21setWaitLockBuildGraphEb@Base 1.6.0
+ _ZN3qbs22SetupProjectParameters22setForceProbeExecutionEb@Base 1.6.0
+ _ZN3qbs22SetupProjectParameters23setPropertyCheckingModeENS_17ErrorHandlingModeE@Base 1.5.0
+ _ZN3qbs22SetupProjectParameters24expandBuildConfigurationEv@Base 1.3.1
+ _ZN3qbs22SetupProjectParameters25setOverrideBuildGraphDataEb@Base 1.10.0
+ _ZN3qbs22SetupProjectParameters26expandedBuildConfigurationERKNS_7ProfileERK7QStringPNS_9ErrorInfoE@Base 1.10.0
+ _ZN3qbs22SetupProjectParameters26setFallbackProviderEnabledEb@Base 1.13.0
+ _ZN3qbs22SetupProjectParameters27finalBuildConfigurationTreeERK4QMapI7QString8QVariantES6_@Base 1.10.0
+ _ZN3qbs22SetupProjectParameters8fromJsonERK11QJsonObject@Base 1.16.0
+ _ZN3qbs22SetupProjectParameters9setDryRunEb@Base 1.2.1
+ _ZN3qbs22SetupProjectParametersC1EOS0_@Base 1.14.1
+ _ZN3qbs22SetupProjectParametersC1ERKS0_@Base 1.2.1
+ _ZN3qbs22SetupProjectParametersC1Ev@Base 1.2.1
+ _ZN3qbs22SetupProjectParametersC2EOS0_@Base 1.14.1
+ _ZN3qbs22SetupProjectParametersC2ERKS0_@Base 1.2.1
+ _ZN3qbs22SetupProjectParametersC2Ev@Base 1.2.1
+ _ZN3qbs22SetupProjectParametersD1Ev@Base 1.2.1
+ _ZN3qbs22SetupProjectParametersD2Ev@Base 1.2.1
+ _ZN3qbs22SetupProjectParametersaSEOS0_@Base 1.14.1
+ _ZN3qbs22SetupProjectParametersaSERKS0_@Base 1.2.1
+ _ZN3qbs22defaultCommandEchoModeEv@Base 1.4.0
+ _ZN3qbs23ProjectGeneratorManager13findGeneratorERK7QString@Base 1.4.0
+ _ZN3qbs23ProjectGeneratorManager17registerGeneratorERKSt10shared_ptrINS_16ProjectGeneratorEE@Base 1.10.0
+ _ZN3qbs23ProjectGeneratorManager20loadedGeneratorNamesEv@Base 1.4.0
+ _ZN3qbs23ProjectGeneratorManager8instanceEv@Base 1.4.0
+ _ZN3qbs23ProjectGeneratorManagerC1Ev@Base 1.4.0
+ _ZN3qbs23ProjectGeneratorManagerC2Ev@Base 1.4.0
+ _ZN3qbs23ProjectGeneratorManagerD1Ev@Base 1.4.0
+ _ZN3qbs23ProjectGeneratorManagerD2Ev@Base 1.4.0
+ _ZN3qbs23commandEchoModeFromNameERK7QString@Base 1.4.0
+ _ZN3qbs25allCommandEchoModeStringsEv@Base 1.4.0
+ _ZN3qbs26GeneratableProjectIterator6acceptEPNS_26IGeneratableProjectVisitorE@Base 1.10.0
+ _ZN3qbs26GeneratableProjectIterator6acceptERKNS_18GeneratableProjectERKNS_22GeneratableProjectDataES6_PNS_26IGeneratableProjectVisitorE@Base 1.10.0
+ _ZN3qbs26GeneratableProjectIteratorC1ENS_18GeneratableProjectE@Base 1.14.1
+ _ZN3qbs26GeneratableProjectIteratorC2ENS_18GeneratableProjectE@Base 1.14.1
+ _ZN3qbs27canonicalTargetArchitectureERK7QStringS2_S2_S2_S2_@Base 1.10.0
+ _ZN3qbs29representationToSettingsValueERK7QString@Base 1.4.0
+ _ZN3qbs29settingsValueToRepresentationERK8QVariant@Base 1.4.0
+ _ZN3qbs3gen3xml13ProjectWriter16visitPropertyEndEPKNS1_8PropertyE@Base 1.16.0
+ _ZN3qbs3gen3xml13ProjectWriter18visitPropertyStartEPKNS1_8PropertyE@Base 1.16.0
+ _ZN3qbs3gen3xml13ProjectWriter21visitPropertyGroupEndEPKNS1_13PropertyGroupE@Base 1.16.0
+ _ZN3qbs3gen3xml13ProjectWriter23visitPropertyGroupStartEPKNS1_13PropertyGroupE@Base 1.16.0
+ _ZN3qbs3gen3xml13ProjectWriter5writeEPKNS1_7ProjectE@Base 1.16.0
+ _ZN3qbs3gen3xml13ProjectWriterC1EPSo@Base 1.16.0
+ _ZN3qbs3gen3xml13ProjectWriterC2EPSo@Base 1.16.0
+ _ZN3qbs3gen3xml13PropertyGroup14appendPropertyE10QByteArray8QVariant@Base 1.16.0
+ _ZN3qbs3gen3xml13PropertyGroup23appendMultiLinePropertyE10QByteArrayRK11QStringList5QChar@Base 1.16.0
+ _ZN3qbs3gen3xml13PropertyGroupC1E10QByteArray@Base 1.16.0
+ _ZN3qbs3gen3xml13PropertyGroupC2E10QByteArray@Base 1.16.0
+ _ZN3qbs3gen3xml15WorkspaceWriter16visitPropertyEndEPKNS1_8PropertyE@Base 1.16.0
+ _ZN3qbs3gen3xml15WorkspaceWriter18visitPropertyStartEPKNS1_8PropertyE@Base 1.16.0
+ _ZN3qbs3gen3xml15WorkspaceWriter21visitPropertyGroupEndEPKNS1_13PropertyGroupE@Base 1.16.0
+ _ZN3qbs3gen3xml15WorkspaceWriter23visitPropertyGroupStartEPKNS1_13PropertyGroupE@Base 1.16.0
+ _ZN3qbs3gen3xml15WorkspaceWriter5writeEPKNS1_9WorkspaceE@Base 1.16.0
+ _ZN3qbs3gen3xml15WorkspaceWriterC1EPSo@Base 1.16.0
+ _ZN3qbs3gen3xml15WorkspaceWriterC2EPSo@Base 1.16.0
+ _ZN3qbs3gen3xml8PropertyC1E10QByteArray8QVariant@Base 1.16.0
+ _ZN3qbs3gen3xml8PropertyC2E10QByteArray8QVariant@Base 1.16.0
+ _ZN3qbs3gen3xml9WorkspaceC1ERK7QString@Base 1.16.0
+ _ZN3qbs3gen3xml9WorkspaceC2ERK7QString@Base 1.16.0
+ _ZN3qbs3gen5utils12architectureERKNS_7ProjectE@Base 1.16.0
+ _ZN3qbs3gen5utils12targetBinaryERKNS_11ProductDataE@Base 1.16.0
+ _ZN3qbs3gen5utils13allFlagValuesERK11QStringListRK7QString@Base 1.16.0
+ _ZN3qbs3gen5utils13buildRootPathERKNS_7ProjectE@Base 1.16.0
+ _ZN3qbs3gen5utils14dependenciesOfERKNS_11ProductDataERKNS_18GeneratableProjectERK7QString@Base 1.16.0
+ _ZN3qbs3gen5utils14firstFlagValueERK11QStringListRK7QString@Base 1.16.0
+ _ZN3qbs3gen5utils16architectureNameENS1_12ArchitectureE@Base 1.16.0
+ _ZN3qbs3gen5utils16debugInformationERKNS_11ProductDataE@Base 1.16.0
+ _ZN3qbs3gen5utils16relativeFilePathERK7QStringS4_@Base 1.16.0
+ _ZN3qbs3gen5utils16targetBinaryPathERK7QStringRKNS_11ProductDataE@Base 1.16.0
+ _ZN3qbs3gen5utils21binaryOutputDirectoryERK7QStringRKNS_11ProductDataE@Base 1.16.0
+ _ZN3qbs3gen5utils22buildConfigurationNameERKNS_7ProjectE@Base 1.16.0
+ _ZN3qbs3gen5utils22listingOutputDirectoryERK7QStringRKNS_11ProductDataE@Base 1.16.0
+ _ZN3qbs3gen5utils22objectsOutputDirectoryERK7QStringRKNS_11ProductDataE@Base 1.16.0
+ _ZN3qbs3gen5utils23cppStringModulePropertyERKNS_11PropertyMapERK7QString@Base 1.16.0
+ _ZN3qbs3gen5utils24cppBooleanModulePropertyERKNS_11PropertyMapERK7QString@Base 1.16.0
+ _ZN3qbs3gen5utils24cppIntegerModulePropertyERKNS_11PropertyMapERK7QString@Base 1.16.0
+ _ZN3qbs3gen5utils25cppStringModulePropertiesERKNS_11PropertyMapERK11QStringList@Base 1.16.0
+ _ZN3qbs3gen5utils26cppVariantModulePropertiesERKNS_11PropertyMapERK11QStringList@Base 1.16.0
+ _ZN3qbs7Profile13removeProfileEv@Base 1.2.1
+ _ZN3qbs7Profile14baseProfileKeyEv@Base 1.2.1
+ _ZN3qbs7Profile14setBaseProfileERK7QString@Base 1.2.1
+ _ZN3qbs7Profile17removeBaseProfileEv@Base 1.2.1
+ _ZN3qbs7Profile6removeERK7QString@Base 1.2.1
+ _ZN3qbs7Profile8setValueERK7QStringRK8QVariant@Base 1.2.1
+ _ZN3qbs7Profile9cleanNameERK7QString@Base 1.2.1
+ _ZN3qbs7ProfileC1E7QStringPNS_8SettingsE4QMapIS1_8QVariantE@Base 1.16.0
+ _ZN3qbs7ProfileC2E7QStringPNS_8SettingsE4QMapIS1_8QVariantE@Base 1.16.0
+ _ZN3qbs7Project11removeFilesERKNS_11ProductDataERKNS_9GroupDataERK11QStringList@Base 1.3.1
+ _ZN3qbs7Project11removeGroupERKNS_11ProductDataERKNS_9GroupDataE@Base 1.3.1
+ _ZN3qbs7Project12setupProjectERKNS_22SetupProjectParametersEPNS_8ILogSinkEP7QObject@Base 1.2.1
+ _ZN3qbs7Project13dumpNodesTreeER9QIODeviceRK5QListINS_11ProductDataEE@Base 1.4.0
+ _ZN3qbs7Project16updateTimestampsERK5QListINS_11ProductDataEE@Base 1.2.1
+ _ZN3qbs7Project17getBuildGraphInfoERK7QStringRK11QStringList@Base 1.10.0
+ _ZN3qbs7Project8addFilesERKNS_11ProductDataERKNS_9GroupDataERK11QStringList@Base 1.3.1
+ _ZN3qbs7Project8addGroupERKNS_11ProductDataERK7QString@Base 1.3.1
+ _ZN3qbs7ProjectC1ERKS0_@Base 1.2.1
+ _ZN3qbs7ProjectC1ERKSt10shared_ptrINS_8Internal15TopLevelProjectEERKNS2_6LoggerE@Base 1.10.0
+ _ZN3qbs7ProjectC1Ev@Base 1.2.1
+ _ZN3qbs7ProjectC2ERKS0_@Base 1.2.1
+ _ZN3qbs7ProjectC2ERKSt10shared_ptrINS_8Internal15TopLevelProjectEERKNS2_6LoggerE@Base 1.10.0
+ _ZN3qbs7ProjectC2Ev@Base 1.2.1
+ _ZN3qbs7ProjectD1Ev@Base 1.2.1
+ _ZN3qbs7ProjectD2Ev@Base 1.2.1
+ _ZN3qbs7ProjectaSERKS0_@Base 1.2.1
+ _ZN3qbs7Version10fromStringERK7QStringb@Base 1.11.0
+ _ZN3qbs8BuildJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.2.1
+ _ZN3qbs8BuildJob11qt_metacastEPKc@Base 1.2.1
+ _ZN3qbs8BuildJob16staticMetaObjectE@Base 1.2.1
+ _ZN3qbs8BuildJob19handleLauncherErrorERKNS_9ErrorInfoE@Base 1.8.0
+ _ZN3qbs8BuildJob19reportProcessResultERKNS_13ProcessResultE@Base 1.2.1
+ _ZN3qbs8BuildJob24reportCommandDescriptionERK7QStringS3_@Base 1.2.1
+ _ZN3qbs8BuildJob5buildERKSt10shared_ptrINS_8Internal15TopLevelProjectEERK7QVectorIS1_INS2_15ResolvedProductEEERKNS_12BuildOptionsE@Base 1.16.0
+ _ZN3qbs8BuildJob6finishEv@Base 1.8.0
+ _ZN3qbs8BuildJobC1ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
+ _ZN3qbs8BuildJobC2ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
+ _ZN3qbs8CleanJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.2.1
+ _ZN3qbs8CleanJob11qt_metacastEPKc@Base 1.2.1
+ _ZN3qbs8CleanJob16staticMetaObjectE@Base 1.2.1
+ _ZN3qbs8CleanJob5cleanERKSt10shared_ptrINS_8Internal15TopLevelProjectEERK7QVectorIS1_INS2_15ResolvedProductEEERKNS_12CleanOptionsE@Base 1.16.0
+ _ZN3qbs8CleanJobC1ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
+ _ZN3qbs8CleanJobC2ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
+ _ZN3qbs8ILogSink11setLogLevelENS_11LoggerLevelE@Base 1.2.1
+ _ZN3qbs8ILogSink12printMessageENS_11LoggerLevelERK7QStringS4_b@Base 1.2.1
+ _ZN3qbs8ILogSink12printWarningERKNS_9ErrorInfoE@Base 1.2.1
+ _ZN3qbs8ILogSink14doPrintWarningERKNS_9ErrorInfoE@Base 1.2.1
+ _ZN3qbs8ILogSinkC1Ev@Base 1.2.1
+ _ZN3qbs8ILogSinkC2Ev@Base 1.2.1
+ _ZN3qbs8ILogSinkD0Ev@Base 1.2.1
+ _ZN3qbs8ILogSinkD1Ev@Base 1.2.1
+ _ZN3qbs8ILogSinkD2Ev@Base 1.2.1
+ _ZN3qbs8Internal10shellQuoteERK11QStringListNS0_10HostOsInfo6HostOsE@Base 1.7.0
+ _ZN3qbs8Internal10shellQuoteERK7QStringNS0_10HostOsInfo6HostOsE@Base 1.4.2
+ _ZN3qbs8Internal10shellQuoteERK7QStringRK11QStringListNS0_10HostOsInfo6HostOsE@Base 1.4.2
+ _ZN3qbs8Internal10shellQuoteERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_10HostOsInfo6HostOsE@Base 1.10.0
+ _ZN3qbs8Internal10shellQuoteERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EENS0_10HostOsInfo6HostOsE@Base 1.10.0
+ _ZN3qbs8Internal11ClangClInfo18installedCompilersERKSt6vectorI7QStringSaIS3_EERNS0_6LoggerE@Base 1.16.0
+ _ZN3qbs8Internal11ClangClInfo20fromCompilerFilePathERK7QStringRNS0_6LoggerE@Base 1.16.0
+ _ZN3qbs8Internal11CommandLine10setProgramERK7QStringb@Base 1.7.0
+ _ZN3qbs8Internal11CommandLine10setProgramERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb@Base 1.10.0
+ _ZN3qbs8Internal11CommandLine14appendArgumentERK7QString@Base 1.7.0
+ _ZN3qbs8Internal11CommandLine14appendArgumentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.10.0
+ _ZN3qbs8Internal11CommandLine14clearArgumentsEv@Base 1.7.0
+ _ZN3qbs8Internal11CommandLine15appendArgumentsERK5QListI7QStringE@Base 1.7.0
+ _ZN3qbs8Internal11CommandLine17appendRawArgumentERK7QString@Base 1.7.0
+ _ZN3qbs8Internal11CommandLine17appendRawArgumentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.10.0
+ _ZN3qbs8Internal11CommandLine18appendPathArgumentERK7QString@Base 1.7.0
+ _ZN3qbs8Internal11FileContext6createEv@Base 1.10.0
+ _ZN3qbs8Internal11QualifiedId10fromStringERK7QString@Base 1.10.0
+ _ZN3qbs8Internal11QualifiedIdC1ERK11QStringList@Base 1.10.0
+ _ZN3qbs8Internal11QualifiedIdC1ERK7QString@Base 1.10.0
+ _ZN3qbs8Internal11QualifiedIdC1Ev@Base 1.10.0
+ _ZN3qbs8Internal11QualifiedIdC2ERK11QStringList@Base 1.10.0
+ _ZN3qbs8Internal11QualifiedIdC2ERK7QString@Base 1.10.0
+ _ZN3qbs8Internal11QualifiedIdC2Ev@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine10importFileERK7QStringR12QScriptValue@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine10js_requireEP14QScriptContextP13QScriptEngine@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine11js_loadFileEP14QScriptContextP13QScriptEngine@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine11qt_metacastEPKc@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine12argumentListERK11QStringListRK12QScriptValue@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine12checkContextERK7QStringRKSt6vectorINS0_14DubiousContextESaIS6_EE@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine13observeImportER12QScriptValue@Base 1.11.0
+ _ZN3qbs8Internal12ScriptEngine14definePropertyER12QScriptValueRK7QStringRKS2_@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine14setEnvironmentERK19QProcessEnvironment@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine15enableProfilingEb@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine15installFunctionERK7QStringiP12QScriptValuePFS5_P14QScriptContextP13QScriptEngineES6_@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine16PropertyCacheKeyC1E7QStringS3_St10shared_ptrIKNS0_19PropertyMapInternalEE@Base 1.14.1
+ _ZN3qbs8Internal12ScriptEngine16PropertyCacheKeyC2E7QStringS3_St10shared_ptrIKNS0_19PropertyMapInternalEE@Base 1.14.1
+ _ZN3qbs8Internal12ScriptEngine16js_loadExtensionEP14QScriptContextP13QScriptEngine@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine16staticMetaObjectE@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine17clearImportsCacheEv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine18addToPropertyCacheERK7QStringS4_RKSt10shared_ptrIKNS0_19PropertyMapInternalEERK8QVariant@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine18installQbsBuiltinsEv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine18installQbsFunctionERK7QStringiPF12QScriptValueP14QScriptContextP13QScriptEngineE@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine19addFileExistsResultERK7QStringb@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine19setObservedPropertyER12QScriptValueRK7QStringRKS2_@Base 1.12.0
+ _ZN3qbs8Internal12ScriptEngine19unobservePropertiesEv@Base 1.11.0
+ _ZN3qbs8Internal12ScriptEngine21setDeprecatedPropertyER12QScriptValueRK7QStringS6_RKS2_@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine22installConsoleFunctionERK7QStringPF12QScriptValueP14QScriptContextP13QScriptEnginePNS0_6LoggerEE@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine22installImportFunctionsEv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine24extendJavaScriptBuiltinsEv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine24uninstallImportFunctionsEv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine25addDirectoryEntriesResultERK7QString6QFlagsIN4QDir6FilterEERK11QStringList@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine25addFileLastModifiedResultERK7QStringRKNS0_8FileTimeE@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine25retrieveFromPropertyCacheERK7QStringS4_RKSt10shared_ptrIKNS0_19PropertyMapInternalEE@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine26addCanonicalFilePathResultERK7QStringS4_@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine26addImportRequestedInScriptEx@Base 1.11.0
+ _ZN3qbs8Internal12ScriptEngine26m_creationDestructionMutexE@Base 1.11.0
+ _ZN3qbs8Internal12ScriptEngine28setModulePropertyScriptClassEP12QScriptClass@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine31releaseResourcesOfScriptObjectsEv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine32addPropertyRequestedFromArtifactEPKNS0_8ArtifactERKNS0_8PropertyE@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine32addResourceAcquiringScriptObjectEPNS0_29ResourceAcquiringScriptObjectE@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine5abortEv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine6cancelEv@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine6createERNS0_6LoggerENS0_11EvalContextEP7QObject@Base 1.11.0
+ _ZN3qbs8Internal12ScriptEngine6importERKNS0_8JsImportER12QScriptValue@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngine6importERKSt10shared_ptrIKNS0_15FileContextBaseEER12QScriptValueNS0_11ObserveModeE@Base 1.11.0
+ _ZN3qbs8Internal12ScriptEngineC1ERNS0_6LoggerENS0_11EvalContextEP7QObject@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngineC2ERNS0_6LoggerENS0_11EvalContextEP7QObject@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngineD0Ev@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngineD1Ev@Base 1.10.0
+ _ZN3qbs8Internal12ScriptEngineD2Ev@Base 1.10.0
+ _ZN3qbs8Internal13CycleDetector12visitProductERKSt10shared_ptrIKNS0_15ResolvedProductEE@Base 1.10.0
+ _ZN3qbs8Internal13CycleDetector12visitProjectERKSt10shared_ptrIKNS0_15TopLevelProjectEE@Base 1.10.0
+ _ZN3qbs8Internal13CycleDetector5cycleEPNS0_14BuildGraphNodeE@Base 1.10.0
+ _ZN3qbs8Internal13CycleDetector5visitEPNS0_8ArtifactE@Base 1.10.0
+ _ZN3qbs8Internal13CycleDetector5visitEPNS0_8RuleNodeE@Base 1.10.0
+ _ZN3qbs8Internal13CycleDetector9visitNodeEPNS0_14BuildGraphNodeE@Base 1.10.0
+ _ZN3qbs8Internal13CycleDetectorC1ENS0_6LoggerE@Base 1.14.1
+ _ZN3qbs8Internal13CycleDetectorC2ENS0_6LoggerE@Base 1.14.1
+ _ZN3qbs8Internal13JSSourceValue6createEb@Base 1.10.0
+ _ZN3qbs8Internal13ResolvedGroup4loadERNS0_14PersistentPoolE@Base 1.10.0
+ _ZN3qbs8Internal13ResolvedGroup5storeERNS0_14PersistentPoolE@Base 1.12.0
+ _ZN3qbs8Internal14modulePropertyERK4QMapI7QString8QVariantERKS2_S8_Pb@Base 1.12.0
+ _ZN3qbs8Internal15MSVCInstallInfo14installedMSVCsERNS0_6LoggerE@Base 1.16.0
+ _ZN3qbs8Internal15ResolvedProduct10uniqueNameERK7QStringS4_@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProduct15fullDisplayNameERK7QStringS4_@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProduct19cacheExecutablePathERK7QStringS4_@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProduct24deriveBuildDirectoryNameERK7QStringS4_@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProduct4loadERNS0_14PersistentPoolE@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProduct5storeERNS0_14PersistentPoolE@Base 1.12.0
+ _ZN3qbs8Internal15ResolvedProductC1Ev@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProductC2Ev@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProductD1Ev@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProductD2Ev@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProject15topLevelProjectEv@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProject4loadERNS0_14PersistentPoolE@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProject5storeERNS0_14PersistentPoolE@Base 1.12.0
+ _ZN3qbs8Internal15ResolvedProjectC1Ev@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProjectC2Ev@Base 1.10.0
+ _ZN3qbs8Internal15ResolvedProjectD0Ev@Base 1.11.0
+ _ZN3qbs8Internal15ResolvedProjectD1Ev@Base 1.11.0
+ _ZN3qbs8Internal15ResolvedProjectD2Ev@Base 1.11.0
+ _ZN3qbs8Internal15TopLevelProject20deriveBuildDirectoryERK7QStringS4_@Base 1.10.0
+ _ZN3qbs8Internal15TopLevelProject21setBuildConfigurationERK4QMapI7QString8QVariantE@Base 1.10.0
+ _ZN3qbs8Internal15TopLevelProject27cleanupModuleProviderOutputEv@Base 1.13.0
+ _ZN3qbs8Internal15TopLevelProject31makeModuleProvidersNonTransientEv@Base 1.13.1
+ _ZN3qbs8Internal15TopLevelProject4loadERNS0_14PersistentPoolE@Base 1.10.0
+ _ZN3qbs8Internal15TopLevelProject5storeENS0_6LoggerE@Base 1.12.0
+ _ZN3qbs8Internal15TopLevelProject5storeERNS0_14PersistentPoolE@Base 1.12.0
+ _ZN3qbs8Internal15TopLevelProject8deriveIdERK4QMapI7QString8QVariantE@Base 1.10.0
+ _ZN3qbs8Internal15TopLevelProjectC1Ev@Base 1.10.0
+ _ZN3qbs8Internal15TopLevelProjectC2Ev@Base 1.10.0
+ _ZN3qbs8Internal15TopLevelProjectD0Ev@Base 1.10.0
+ _ZN3qbs8Internal15TopLevelProjectD1Ev@Base 1.10.0
+ _ZN3qbs8Internal15TopLevelProjectD2Ev@Base 1.10.0
+ _ZN3qbs8Internal16IdentifierSearch3addERK7QStringPb@Base 1.10.0
+ _ZN3qbs8Internal16IdentifierSearch5startEPN8QbsQmlJS3AST4NodeE@Base 1.10.0
+ _ZN3qbs8Internal16IdentifierSearch5visitEPN8QbsQmlJS3AST20IdentifierExpressionE@Base 1.10.0
+ _ZN3qbs8Internal16IdentifierSearch8preVisitEPN8QbsQmlJS3AST4NodeE@Base 1.10.0
+ _ZN3qbs8Internal16IdentifierSearchC1Ev@Base 1.10.0
+ _ZN3qbs8Internal16IdentifierSearchC2Ev@Base 1.10.0
+ _ZN3qbs8Internal16ProductBuildData11addArtifactEPNS0_8ArtifactE@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData14removeArtifactEPNS0_8ArtifactE@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData16addArtifactToSetEPNS0_8ArtifactE@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData20addFileTagToArtifactEPNS0_8ArtifactERKNS0_7FileTagE@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData21removeArtifactFromSetEPNS0_8ArtifactE@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData24addRescuableArtifactDataERK7QStringRKNS0_21RescuableArtifactDataE@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData24setRescuableArtifactDataERK5QHashI7QStringNS0_21RescuableArtifactDataEE@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData30removeArtifactFromSetByFileTagEPNS0_8ArtifactERKNS0_7FileTagE@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData31removeFromRescuableArtifactDataERK7QString@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildData37checkAndSetJsArtifactsMapUpToDateFlagEv@Base 1.12.0
+ _ZN3qbs8Internal16ProductBuildDataD1Ev@Base 1.10.0
+ _ZN3qbs8Internal16ProductBuildDataD2Ev@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildData14removeArtifactEPNS0_8ArtifactERKNS0_6LoggerEbb@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildData20insertFileDependencyEPNS0_14FileDependencyE@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildData21insertIntoLookupTableEPNS0_16FileResourceBaseE@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildData21removeFromLookupTableEPNS0_16FileResourceBaseE@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildData24deriveBuildGraphFilePathERK7QStringS4_@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildData36removeArtifactAndExclusiveDependentsEPNS0_8ArtifactERKNS0_6LoggerEbPNS0_3SetIS3_EE@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildData4loadERNS0_14PersistentPoolE@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildData5storeERNS0_14PersistentPoolE@Base 1.12.0
+ _ZN3qbs8Internal16ProjectBuildData8setCleanEv@Base 1.12.0
+ _ZN3qbs8Internal16ProjectBuildData8setDirtyEv@Base 1.12.0
+ _ZN3qbs8Internal16ProjectBuildDataC1EPKS1_@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildDataC2EPKS1_@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildDataD1Ev@Base 1.10.0
+ _ZN3qbs8Internal16ProjectBuildDataD2Ev@Base 1.10.0
+ _ZN3qbs8Internal16QbsPluginManager11loadPluginsERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EERKNS0_6LoggerE@Base 1.11.0
+ _ZN3qbs8Internal16QbsPluginManager17loadStaticPluginsEv@Base 1.10.0
+ _ZN3qbs8Internal16QbsPluginManager19unloadStaticPluginsEv@Base 1.10.0
+ _ZN3qbs8Internal16QbsPluginManager20registerStaticPluginEPFvvES3_@Base 1.10.0
+ _ZN3qbs8Internal16QbsPluginManager8instanceEv@Base 1.10.0
+ _ZN3qbs8Internal16QbsPluginManagerC1Ev@Base 1.10.0
+ _ZN3qbs8Internal16QbsPluginManagerC2Ev@Base 1.10.0
+ _ZN3qbs8Internal16QbsPluginManagerD1Ev@Base 1.10.0
+ _ZN3qbs8Internal16QbsPluginManagerD2Ev@Base 1.10.0
+ _ZN3qbs8Internal16processNameByPidEx@Base 1.10.0
+ _ZN3qbs8Internal16shellInterpreterERK7QString@Base 1.4.0
+ _ZN3qbs8Internal17copyFileRecursionERK7QStringS3_bbPS1_@Base 1.5.0
+ _ZN3qbs8Internal17getConfigPropertyERK4QMapI7QString8QVariantERK11QStringList@Base 1.10.0
+ _ZN3qbs8Internal19PropertyMapInternal8setValueERK4QMapI7QString8QVariantE@Base 1.10.0
+ _ZN3qbs8Internal19PropertyMapInternalC1ERKS1_@Base 1.10.0
+ _ZN3qbs8Internal19PropertyMapInternalC1Ev@Base 1.10.0
+ _ZN3qbs8Internal19PropertyMapInternalC2ERKS1_@Base 1.10.0
+ _ZN3qbs8Internal19PropertyMapInternalC2Ev@Base 1.10.0
+ _ZN3qbs8Internal19throwAssertLocationEPKcS2_i@Base 1.2.1
+ _ZN3qbs8Internal19writeAssertLocationEPKcS2_i@Base 1.2.1
+ _ZN3qbs8Internal20ScannerPluginManager15registerPluginsEPP13ScannerPlugin@Base 1.10.0
+ _ZN3qbs8Internal20ScannerPluginManager18scannersForFileTagERKNS0_7FileTagE@Base 1.10.0
+ _ZN3qbs8Internal20ScannerPluginManager8instanceEv@Base 1.10.0
+ _ZN3qbs8Internal20ScannerPluginManagerC1Ev@Base 1.10.0
+ _ZN3qbs8Internal20ScannerPluginManagerC2Ev@Base 1.10.0
+ _ZN3qbs8Internal20ScannerPluginManagerD1Ev@Base 1.11.0
+ _ZN3qbs8Internal20ScannerPluginManagerD2Ev@Base 1.11.0
+ _ZN3qbs8Internal21VsEnvironmentDetector14parseBatOutputERK10QByteArraySt6vectorIPNS0_4MSVCESaIS7_EE@Base 1.8.0
+ _ZN3qbs8Internal21VsEnvironmentDetector14startDetectionERKSt6vectorIPNS0_4MSVCESaIS4_EE@Base 1.8.0
+ _ZN3qbs8Internal21VsEnvironmentDetector5startEPNS0_4MSVCE@Base 1.7.0
+ _ZN3qbs8Internal21VsEnvironmentDetector5startESt6vectorIPNS0_4MSVCESaIS4_EE@Base 1.8.0
+ _ZN3qbs8Internal21VsEnvironmentDetectorC1E7QString@Base 1.14.1
+ _ZN3qbs8Internal21VsEnvironmentDetectorC2E7QString@Base 1.14.1
+ _ZN3qbs8Internal23VisualStudioVersionInfo13knownVersionsEv@Base 1.5.0
+ _ZN3qbs8Internal23VisualStudioVersionInfoC1ERKNS_7VersionE@Base 1.11.0
+ _ZN3qbs8Internal23VisualStudioVersionInfoC1Ev@Base 1.8.0
+ _ZN3qbs8Internal23VisualStudioVersionInfoC2ERKNS_7VersionE@Base 1.11.0
+ _ZN3qbs8Internal23VisualStudioVersionInfoC2Ev@Base 1.8.0
+ _ZN3qbs8Internal27removeDirectoryWithContentsERK7QStringPS1_@Base 1.2.1
+ _ZN3qbs8Internal2Id11fromSettingERK8QVariant@Base 1.10.0
+ _ZN3qbs8Internal2IdC1EPKc@Base 1.10.0
+ _ZN3qbs8Internal2IdC1ERK10QByteArray@Base 1.10.0
+ _ZN3qbs8Internal2IdC2EPKc@Base 1.10.0
+ _ZN3qbs8Internal2IdC2ERK10QByteArray@Base 1.10.0
+ _ZN3qbs8Internal4Item11removeChildEPS1_S2_@Base 1.12.0
+ _ZN3qbs8Internal4Item11setPropertyERK7QStringRKSt10shared_ptrINS0_5ValueEE@Base 1.10.0
+ _ZN3qbs8Internal4Item12itemPropertyERK7QStringPKS1_@Base 1.10.0
+ _ZN3qbs8Internal4Item12itemPropertyERK7QStringPKS1_RKSt10shared_ptrIKNS0_9ItemValueEE@Base 1.10.0
+ _ZN3qbs8Internal4Item12itemPropertyERK7QStringRKSt10shared_ptrIKNS0_9ItemValueEE@Base 1.10.0
+ _ZN3qbs8Internal4Item14removePropertyERK7QString@Base 1.10.0
+ _ZN3qbs8Internal4Item19setupForBuiltinTypeERNS0_6LoggerE@Base 1.10.0
+ _ZN3qbs8Internal4Item22setPropertyDeclarationERK7QStringRKNS0_19PropertyDeclarationE@Base 1.10.0
+ _ZN3qbs8Internal4Item23setPropertyDeclarationsERK4QMapI7QStringNS0_19PropertyDeclarationEE@Base 1.10.0
+ _ZN3qbs8Internal4Item6createEPNS0_8ItemPoolENS0_8ItemTypeE@Base 1.10.0
+ _ZN3qbs8Internal4Item8addChildEPS1_S2_@Base 1.10.0
+ _ZN3qbs8Internal4Item9addModuleERKNS1_6ModuleE@Base 1.10.0
+ _ZN3qbs8Internal4ItemC1EPNS0_8ItemPoolENS0_8ItemTypeE@Base 1.10.0
+ _ZN3qbs8Internal4ItemC2EPNS0_8ItemPoolENS0_8ItemTypeE@Base 1.10.0
+ _ZN3qbs8Internal4MSVC18installedCompilersERNS0_6LoggerE@Base 1.16.0
+ _ZN3qbs8Internal4MSVC21canonicalArchitectureERK7QString@Base 1.16.0
+ _ZN3qbs8Internal4MSVC21getHostTargetArchPairERK7QString@Base 1.16.0
+ _ZN3qbs8Internal4MSVC22architectureFromClPathERK7QString@Base 1.14.1
+ _ZN3qbs8Internal4MSVC26findSupportedArchitecturesERKS1_@Base 1.16.0
+ _ZN3qbs8Internal4MSVC4initEv@Base 1.7.0
+ _ZN3qbs8Internal6Loader11loadProjectERKNS_22SetupProjectParametersE@Base 1.10.0
+ _ZN3qbs8Internal6Loader14setSearchPathsERK11QStringList@Base 1.10.0
+ _ZN3qbs8Internal6Loader17setStoredProfilesERK4QMapI7QString8QVariantE@Base 1.10.0
+ _ZN3qbs8Internal6Loader19setOldProductProbesERK5QHashI7QStringSt6vectorISt10shared_ptrIKNS0_5ProbeEESaIS8_EEE@Base 1.12.0
+ _ZN3qbs8Internal6Loader19setOldProjectProbesERKSt6vectorISt10shared_ptrIKNS0_5ProbeEESaIS6_EE@Base 1.12.0
+ _ZN3qbs8Internal6Loader19setProgressObserverEPNS0_16ProgressObserverE@Base 1.10.0
+ _ZN3qbs8Internal6Loader20setupProjectFilePathERNS_22SetupProjectParametersE@Base 1.10.0
+ _ZN3qbs8Internal6Loader27setStoredModuleProviderInfoERKSt6vectorINS0_18ModuleProviderInfoESaIS3_EE@Base 1.13.0
+ _ZN3qbs8Internal6LoaderC1EPNS0_12ScriptEngineENS0_6LoggerE@Base 1.14.1
+ _ZN3qbs8Internal6LoaderC2EPNS0_12ScriptEngineENS0_6LoggerE@Base 1.14.1
+ _ZN3qbs8Internal6Logger12printWarningERKNS_9ErrorInfoE@Base 1.7.0
+ _ZN3qbs8Internal6LoggerC1EPNS_8ILogSinkE@Base 1.2.1
+ _ZN3qbs8Internal6LoggerC2EPNS_8ILogSinkE@Base 1.2.1
+ _ZN3qbs8Internal7connectEPNS0_14BuildGraphNodeES2_@Base 1.10.0
+ _ZN3qbs8Internal8Artifact10addFileTagERKNS0_7FileTagE@Base 1.10.0
+ _ZN3qbs8Internal8Artifact11setFileTagsERKNS0_8FileTagsE@Base 1.10.0
+ _ZN3qbs8Internal8Artifact13removeFileTagERKNS0_7FileTagE@Base 1.10.0
+ _ZN3qbs8Internal8Artifact19onChildDisconnectedEPNS0_14BuildGraphNodeE@Base 1.10.0
+ _ZN3qbs8Internal8Artifact4loadERNS0_14PersistentPoolE@Base 1.10.0
+ _ZN3qbs8Internal8Artifact5storeERNS0_14PersistentPoolE@Base 1.12.0
+ _ZN3qbs8Internal8Artifact6acceptEPNS0_17BuildGraphVisitorE@Base 1.10.0
+ _ZN3qbs8Internal8ArtifactC1Ev@Base 1.10.0
+ _ZN3qbs8Internal8ArtifactC2Ev@Base 1.10.0
+ _ZN3qbs8Internal8ArtifactD0Ev@Base 1.10.0
+ _ZN3qbs8Internal8ArtifactD1Ev@Base 1.10.0
+ _ZN3qbs8Internal8ArtifactD2Ev@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo10fileExistsERK9QFileInfo@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo10isAbsoluteERK7QStringNS0_10HostOsInfo6HostOsE@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo11resolvePathERK7QStringS4_NS0_10HostOsInfo6HostOsE@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo14completeSuffixERK7QString@Base 1.12.0
+ _ZN3qbs8Internal8FileInfo16completeBaseNameERK7QString@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo17isFileCaseCorrectERK7QString@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo29splitIntoDirectoryAndFileNameERK7QStringP10QStringRefS6_@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo29splitIntoDirectoryAndFileNameERK7QStringPS2_S5_@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo4pathERK7QStringNS0_10HostOsInfo6HostOsE@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo6existsERK7QString@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo6suffixERK7QString@Base 1.12.0
+ _ZN3qbs8Internal8FileInfo8baseNameERK7QString@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo8fileNameERK7QString@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo9isPatternERK10QStringRef@Base 1.10.0
+ _ZN3qbs8Internal8FileInfo9isPatternERK7QString@Base 1.10.0
+ _ZN3qbs8Internal8FileInfoC1ERK7QString@Base 1.10.0
+ _ZN3qbs8Internal8FileInfoC2ERK7QString@Base 1.10.0
+ _ZN3qbs8Internal8FileTime10oldestTimeEv@Base 1.10.0
+ _ZN3qbs8Internal8FileTime11currentTimeEv@Base 1.10.0
+ _ZN3qbs8Internal8FileTime5clearEv@Base 1.10.0
+ _ZN3qbs8Internal8FileTimeC1ERK8timespec@Base 1.10.0
+ _ZN3qbs8Internal8FileTimeC1Ev@Base 1.10.0
+ _ZN3qbs8Internal8FileTimeC2ERK8timespec@Base 1.10.0
+ _ZN3qbs8Internal8FileTimeC2Ev@Base 1.10.0
+ _ZN3qbs8Internal8ItemPool12allocateItemERKNS0_8ItemTypeE@Base 1.10.0
+ _ZN3qbs8Internal8ItemPoolC1Ev@Base 1.10.0
+ _ZN3qbs8Internal8ItemPoolC2Ev@Base 1.10.0
+ _ZN3qbs8Internal8ItemPoolD1Ev@Base 1.10.0
+ _ZN3qbs8Internal8ItemPoolD2Ev@Base 1.10.0
+ (optional=templinst)_ZN3qbs8Internal8fromJsonINS_15CommandEchoModeEEET_RK10QJsonValue@Base 1.16.0
+ (optional=templinst)_ZN3qbs8Internal8fromJsonINS_17ErrorHandlingModeEEET_RK10QJsonValue@Base 1.16.0
+ (optional=templinst)_ZN3qbs8Internal8fromJsonINS_22SetupProjectParameters15RestoreBehaviorEEET_RK10QJsonValue@Base 1.16.0
+ (optional=templinst)_ZN3qbs8Internal8fromJsonINS_9JobLimitsEEET_RK10QJsonValue@Base 1.16.0
+ _ZN3qbs8Internal9Evaluator11scriptValueEPKNS0_4ItemE@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator11stringValueEPKNS0_4ItemERK7QStringS7_Pb@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator13fileTagsValueEPKNS0_4ItemERK7QStringPb@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator15stringListValueEPKNS0_4ItemERK7QStringPb@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator16evaluatePropertyEP12QScriptValuePKNS0_4ItemERK7QStringPb@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator17fileContextScopesERKSt10shared_ptrIKNS0_11FileContextEE@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator17setCachingEnabledEb@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator21convertToPropertyTypeERKNS0_19PropertyDeclarationERKNS_12CodeLocationER12QScriptValue@Base 1.11.0
+ _ZN3qbs8Internal9Evaluator21handleEvaluationErrorEPKNS0_4ItemERK7QStringRK12QScriptValue@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator21onItemPropertyChangedEPNS0_4ItemE@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator24setPathPropertiesBaseDirERK7QString@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator25clearPropertyDependenciesEv@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator26clearPathPropertiesBaseDirEv@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator5valueEPKNS0_4ItemERK7QStringPb@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator8intValueEPKNS0_4ItemERK7QStringiPb@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator8propertyEPKNS0_4ItemERK7QString@Base 1.10.0
+ _ZN3qbs8Internal9Evaluator9boolValueEPKNS0_4ItemERK7QStringPb@Base 1.11.0
+ _ZN3qbs8Internal9EvaluatorC1EPNS0_12ScriptEngineE@Base 1.10.0
+ _ZN3qbs8Internal9EvaluatorC2EPNS0_12ScriptEngineE@Base 1.10.0
+ _ZN3qbs8Internal9EvaluatorD0Ev@Base 1.10.0
+ _ZN3qbs8Internal9EvaluatorD1Ev@Base 1.10.0
+ _ZN3qbs8Internal9EvaluatorD2Ev@Base 1.10.0
+ _ZN3qbs8Internal9FileSaver4openEv@Base 1.10.0
+ _ZN3qbs8Internal9FileSaver5writeESt17basic_string_viewIcSt11char_traitsIcEE@Base 1.18.0
+ _ZN3qbs8Internal9FileSaver6commitEv@Base 1.10.0
+ _ZN3qbs8Internal9FileSaver6deviceEv@Base 1.10.0
+ _ZN3qbs8Internal9FileSaverC1ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb@Base 1.14.1
+ _ZN3qbs8Internal9FileSaverC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb@Base 1.14.1
+ _ZN3qbs8Internal9LogWriter13setMessageTagERK7QString@Base 1.2.1
+ _ZN3qbs8Internal9LogWriter5writeEPKc@Base 1.2.1
+ _ZN3qbs8Internal9LogWriter5writeERK5QChar@Base 1.2.1
+ _ZN3qbs8Internal9LogWriter5writeERK7QString@Base 1.2.1
+ _ZN3qbs8Internal9LogWriter5writeEc@Base 1.2.1
+ _ZN3qbs8Internal9LogWriterC1EPNS_8ILogSinkENS_11LoggerLevelEb@Base 1.2.1
+ _ZN3qbs8Internal9LogWriterC1ERKS1_@Base 1.2.1
+ _ZN3qbs8Internal9LogWriterC2EPNS_8ILogSinkENS_11LoggerLevelEb@Base 1.2.1
+ _ZN3qbs8Internal9LogWriterC2ERKS1_@Base 1.2.1
+ _ZN3qbs8Internal9LogWriterD1Ev@Base 1.2.1
+ _ZN3qbs8Internal9LogWriterD2Ev@Base 1.2.1
+ _ZN3qbs8Internal9LogWriteraSERKS1_@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterEPKc@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterERK10QByteArray@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterERK11QStringList@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterERK7QString@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterERK8QVariant@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterERKNS0_10MessageTagE@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterERKNS0_3SetI7QStringEE@Base 1.8.0
+ _ZN3qbs8InternallsENS0_9LogWriterEb@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterEi@Base 1.2.1
+ _ZN3qbs8InternallsENS0_9LogWriterEx@Base 1.2.1
+ _ZN3qbs8JobLimit4loadERNS_8Internal14PersistentPoolE@Base 1.13.0
+ _ZN3qbs8JobLimit5storeERNS_8Internal14PersistentPoolE@Base 1.13.0
+ _ZN3qbs8JobLimitC1ERK7QStringi@Base 1.13.0
+ _ZN3qbs8JobLimitC1ERKS0_@Base 1.13.0
+ _ZN3qbs8JobLimitC1Ev@Base 1.13.0
+ _ZN3qbs8JobLimitC2ERK7QStringi@Base 1.13.0
+ _ZN3qbs8JobLimitC2ERKS0_@Base 1.13.0
+ _ZN3qbs8JobLimitC2Ev@Base 1.13.0
+ _ZN3qbs8JobLimitD1Ev@Base 1.13.0
+ _ZN3qbs8JobLimitD2Ev@Base 1.13.0
+ _ZN3qbs8JobLimitaSERKS0_@Base 1.13.0
+ _ZN3qbs8Settings18checkForWriteErrorEv@Base 1.12.0
+ _ZN3qbs8Settings28defaultSystemSettingsBaseDirEv@Base 1.13.1
+ _ZN3qbs8Settings4syncEv@Base 1.3.1
+ _ZN3qbs8Settings5clearEv@Base 1.2.1
+ _ZN3qbs8Settings6removeERK7QString@Base 1.2.1
+ _ZN3qbs8Settings8setValueERK7QStringRK8QVariant@Base 1.2.1
+ _ZN3qbs8SettingsC1ERK7QString@Base 1.2.1
+ _ZN3qbs8SettingsC1ERK7QStringS3_@Base 1.12.0
+ _ZN3qbs8SettingsC2ERK7QString@Base 1.2.1
+ _ZN3qbs8SettingsC2ERK7QStringS3_@Base 1.12.0
+ _ZN3qbs8SettingsD1Ev@Base 1.2.1
+ _ZN3qbs8SettingsD2Ev@Base 1.2.1
+ _ZN3qbs9ErrorInfo15appendBacktraceERK7QStringRKNS_12CodeLocationE@Base 1.5.0
+ _ZN3qbs9ErrorInfo4loadERNS_8Internal14PersistentPoolE@Base 1.7.0
+ _ZN3qbs9ErrorInfo5clearEv@Base 1.2.1
+ _ZN3qbs9ErrorInfo6appendERK7QStringRKNS_12CodeLocationE@Base 1.2.1
+ _ZN3qbs9ErrorInfo6appendERKNS_9ErrorItemE@Base 1.8.0
+ _ZN3qbs9ErrorInfo7prependERK7QStringRKNS_12CodeLocationE@Base 1.2.1
+ _ZN3qbs9ErrorInfoC1EOS0_@Base 1.16.0
+ _ZN3qbs9ErrorInfoC1ERK7QStringRK11QStringList@Base 1.5.0
+ _ZN3qbs9ErrorInfoC1ERK7QStringRKNS_12CodeLocationEb@Base 1.2.1
+ _ZN3qbs9ErrorInfoC1ERKS0_@Base 1.2.1
+ _ZN3qbs9ErrorInfoC1Ev@Base 1.2.1
+ _ZN3qbs9ErrorInfoC2EOS0_@Base 1.16.0
+ _ZN3qbs9ErrorInfoC2ERK7QStringRK11QStringList@Base 1.5.0
+ _ZN3qbs9ErrorInfoC2ERK7QStringRKNS_12CodeLocationEb@Base 1.2.1
+ _ZN3qbs9ErrorInfoC2ERKS0_@Base 1.2.1
+ _ZN3qbs9ErrorInfoC2Ev@Base 1.2.1
+ _ZN3qbs9ErrorInfoD1Ev@Base 1.2.1
+ _ZN3qbs9ErrorInfoD2Ev@Base 1.2.1
+ _ZN3qbs9ErrorInfoaSEOS0_@Base 1.16.0
+ _ZN3qbs9ErrorInfoaSERKS0_@Base 1.2.1
+ _ZN3qbs9ErrorItem4loadERNS_8Internal14PersistentPoolE@Base 1.7.0
+ _ZN3qbs9ErrorItemC1EOS0_@Base 1.16.0
+ _ZN3qbs9ErrorItemC1ERK7QStringRKNS_12CodeLocationEb@Base 1.5.0
+ _ZN3qbs9ErrorItemC1ERKS0_@Base 1.2.1
+ _ZN3qbs9ErrorItemC1Ev@Base 1.2.1
+ _ZN3qbs9ErrorItemC2EOS0_@Base 1.16.0
+ _ZN3qbs9ErrorItemC2ERK7QStringRKNS_12CodeLocationEb@Base 1.5.0
+ _ZN3qbs9ErrorItemC2ERKS0_@Base 1.2.1
+ _ZN3qbs9ErrorItemC2Ev@Base 1.2.1
+ _ZN3qbs9ErrorItemD1Ev@Base 1.2.1
+ _ZN3qbs9ErrorItemD2Ev@Base 1.2.1
+ _ZN3qbs9ErrorItemaSEOS0_@Base 1.16.0
+ _ZN3qbs9ErrorItemaSERKS0_@Base 1.2.1
+ _ZN3qbs9GroupDataC1EOS0_@Base 1.14.1
+ _ZN3qbs9GroupDataC1ERKS0_@Base 1.2.1
+ _ZN3qbs9GroupDataC1Ev@Base 1.2.1
+ _ZN3qbs9GroupDataC2EOS0_@Base 1.14.1
+ _ZN3qbs9GroupDataC2ERKS0_@Base 1.2.1
+ _ZN3qbs9GroupDataC2Ev@Base 1.2.1
+ _ZN3qbs9GroupDataD1Ev@Base 1.2.1
+ _ZN3qbs9GroupDataD2Ev@Base 1.2.1
+ _ZN3qbs9GroupDataaSEOS0_@Base 1.14.1
+ _ZN3qbs9GroupDataaSERKS0_@Base 1.2.1
+ _ZN3qbs9JobLimits11setJobLimitERK7QStringi@Base 1.13.0
+ _ZN3qbs9JobLimits11setJobLimitERKNS_8JobLimitE@Base 1.13.0
+ _ZN3qbs9JobLimits4loadERNS_8Internal14PersistentPoolE@Base 1.13.0
+ _ZN3qbs9JobLimits5storeERNS_8Internal14PersistentPoolE@Base 1.13.0
+ _ZN3qbs9JobLimits6updateERKS0_@Base 1.13.0
+ _ZN3qbs9JobLimitsC1ERKS0_@Base 1.13.0
+ _ZN3qbs9JobLimitsC1Ev@Base 1.13.0
+ _ZN3qbs9JobLimitsC2ERKS0_@Base 1.13.0
+ _ZN3qbs9JobLimitsC2Ev@Base 1.13.0
+ _ZN3qbs9JobLimitsD1Ev@Base 1.13.0
+ _ZN3qbs9JobLimitsD2Ev@Base 1.13.0
+ _ZN3qbs9JobLimitsaSERKS0_@Base 1.13.0
+ _ZN3qbseqERKNS_11ProductDataES2_@Base 1.2.1
+ _ZN3qbseqERKNS_11ProjectDataES2_@Base 1.2.1
+ _ZN3qbseqERKNS_11PropertyMapES2_@Base 1.10.0
+ _ZN3qbseqERKNS_12ArtifactDataES2_@Base 1.7.0
+ _ZN3qbseqERKNS_12CodeLocationES2_@Base 1.2.1
+ _ZN3qbseqERKNS_9GroupDataES2_@Base 1.2.1
+ _ZN3qbsltERKNS_11ProductDataES2_@Base 1.2.1
+ _ZN3qbsltERKNS_11ProjectDataES2_@Base 1.2.1
+ _ZN3qbsltERKNS_12ArtifactDataES2_@Base 1.7.0
+ _ZN3qbsltERKNS_12CodeLocationES2_@Base 1.8.0
+ _ZN3qbsltERKNS_9GroupDataES2_@Base 1.2.1
+ _ZN3qbsneERKNS_11ProductDataES2_@Base 1.2.1
+ _ZN3qbsneERKNS_11ProjectDataES2_@Base 1.2.1
+ _ZN3qbsneERKNS_11PropertyMapES2_@Base 1.10.0
+ _ZN3qbsneERKNS_12ArtifactDataES2_@Base 1.7.0
+ _ZN3qbsneERKNS_12CodeLocationES2_@Base 1.2.1
+ _ZN3qbsneERKNS_9GroupDataES2_@Base 1.2.1
+ _ZN8QbsQmlJS3AST7VisitorC1Ev@Base 1.10.0
+ _ZN8QbsQmlJS3AST7VisitorC2Ev@Base 1.10.0
+ _ZN8QbsQmlJS3AST7VisitorD0Ev@Base 1.10.0
+ _ZN8QbsQmlJS3AST7VisitorD1Ev@Base 1.10.0
+ _ZN8QbsQmlJS3AST7VisitorD2Ev@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer10isHexDigitE5QChar@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer10scanNumberE5QChar@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer10scanRegExpENS0_16RegExpBodyPrefixE@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer12isOctalDigitEt@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer13isIdentLetterE5QChar@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer14isDecimalDigitEt@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer14scanDirectivesEPNS_10DirectivesE@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer23isUnicodeEscapeSequenceEPK5QChar@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer28decodeUnicodeEscapeCharacterEPb@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer30syncProhibitAutomaticSemicolonEv@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer3lexEv@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer7setCodeERK7QStringib@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer8classifyEPK5QCharib@Base 1.10.0
+ _ZN8QbsQmlJS5Lexer9scanTokenEv@Base 1.10.0
+ _ZN8QbsQmlJS5LexerC1EPNS_6EngineE@Base 1.10.0
+ _ZN8QbsQmlJS5LexerC2EPNS_6EngineE@Base 1.10.0
+ _ZN8QbsQmlJS6Engine10addCommentEiiii@Base 1.10.0
+ _ZN8QbsQmlJS6Engine12newStringRefEPK5QChari@Base 1.10.0
+ _ZN8QbsQmlJS6Engine12newStringRefERK7QString@Base 1.10.0
+ _ZN8QbsQmlJS6Engine13setDirectivesEPNS_10DirectivesE@Base 1.10.0
+ _ZN8QbsQmlJS6Engine4poolEv@Base 1.10.0
+ _ZN8QbsQmlJS6Engine7setCodeERK7QString@Base 1.10.0
+ _ZN8QbsQmlJS6Engine8setLexerEPNS_5LexerE@Base 1.10.0
+ _ZN8QbsQmlJS6EngineC1Ev@Base 1.10.0
+ _ZN8QbsQmlJS6EngineC2Ev@Base 1.10.0
+ _ZN8QbsQmlJS6EngineD1Ev@Base 1.10.0
+ _ZN8QbsQmlJS6EngineD2Ev@Base 1.10.0
+ _ZN8QbsQmlJS6Parser15reallocateStackEv@Base 1.10.0
+ _ZN8QbsQmlJS6Parser20reparseAsQualifiedIdEPNS_3AST14ExpressionNodeE@Base 1.10.0
+ _ZN8QbsQmlJS6Parser5parseEi@Base 1.10.0
+ _ZN8QbsQmlJS6ParserC1EPNS_6EngineE@Base 1.10.0
+ _ZN8QbsQmlJS6ParserC2EPNS_6EngineE@Base 1.10.0
+ _ZN8QbsQmlJS6ParserD1Ev@Base 1.10.0
+ _ZN8QbsQmlJS6ParserD2Ev@Base 1.10.0
+ _ZNK3qbs10InstallJob10metaObjectEv@Base 1.2.1
+ _ZNK3qbs11AbstractJob10metaObjectEv@Base 1.2.1
+ _ZNK3qbs11AbstractJob5errorEv@Base 1.2.1
+ _ZNK3qbs11InstallData10installDirEv@Base 1.7.0
+ _ZNK3qbs11InstallData11installRootEv@Base 1.7.0
+ _ZNK3qbs11InstallData13isInstallableEv@Base 1.7.0
+ _ZNK3qbs11InstallData15installFilePathEv@Base 1.7.0
+ _ZNK3qbs11InstallData15localInstallDirEv@Base 1.7.0
+ _ZNK3qbs11InstallData20localInstallFilePathEv@Base 1.7.0
+ _ZNK3qbs11InstallData6toJsonEv@Base 1.16.0
+ _ZNK3qbs11InstallData7isValidEv@Base 1.7.0
+ _ZNK3qbs11Preferences11pluginPathsERK7QString@Base 1.2.1
+ _ZNK3qbs11Preferences11searchPathsERK7QString@Base 1.2.1
+ _ZNK3qbs11Preferences13getPreferenceERK7QStringRK8QVariant@Base 1.2.1
+ _ZNK3qbs11Preferences15defaultEchoModeEv@Base 1.4.0
+ _ZNK3qbs11Preferences16useColoredOutputEv@Base 1.2.1
+ _ZNK3qbs11Preferences20scopesForSearchPathsEv@Base 1.12.0
+ _ZNK3qbs11Preferences21defaultBuildDirectoryEv@Base 1.2.1
+ _ZNK3qbs11Preferences23ignoreSystemSearchPathsEv@Base 1.12.0
+ _ZNK3qbs11Preferences4jobsEv@Base 1.2.1
+ _ZNK3qbs11Preferences5shellEv@Base 1.2.1
+ _ZNK3qbs11Preferences8pathListERK7QStringS3_@Base 1.2.1
+ _ZNK3qbs11Preferences9jobLimitsEv@Base 1.13.0
+ _ZNK3qbs11ProductData10isRunnableEv@Base 1.3.1
+ _ZNK3qbs11ProductData10propertiesEv@Base 1.3.3
+ _ZNK3qbs11ProductData10targetNameEv@Base 1.3.1
+ _ZNK3qbs11ProductData12dependenciesEv@Base 1.3.1
+ _ZNK3qbs11ProductData13isMultiplexedEv@Base 1.10.0
+ _ZNK3qbs11ProductData14buildDirectoryEv@Base 1.7.0
+ _ZNK3qbs11ProductData15fullDisplayNameEv@Base 1.10.0
+ _ZNK3qbs11ProductData15targetArtifactsEv@Base 1.2.1
+ _ZNK3qbs11ProductData16modulePropertiesEv@Base 1.4.0
+ _ZNK3qbs11ProductData16targetExecutableEv@Base 1.7.0
+ _ZNK3qbs11ProductData18generatedArtifactsEv@Base 1.7.0
+ _ZNK3qbs11ProductData20installableArtifactsEv@Base 1.7.0
+ _ZNK3qbs11ProductData24multiplexConfigurationIdEv@Base 1.10.0
+ _ZNK3qbs11ProductData4nameEv@Base 1.2.1
+ _ZNK3qbs11ProductData4typeEv@Base 1.3.1
+ _ZNK3qbs11ProductData6groupsEv@Base 1.2.1
+ _ZNK3qbs11ProductData6toJsonERK11QStringList@Base 1.16.0
+ _ZNK3qbs11ProductData7isValidEv@Base 1.2.1
+ _ZNK3qbs11ProductData7profileEv@Base 1.3.1
+ _ZNK3qbs11ProductData7versionEv@Base 1.3.1
+ _ZNK3qbs11ProductData8locationEv@Base 1.2.1
+ _ZNK3qbs11ProductData9isEnabledEv@Base 1.2.1
+ _ZNK3qbs11ProjectData11allProductsEv@Base 1.2.1
+ _ZNK3qbs11ProjectData11subProjectsEv@Base 1.2.1
+ _ZNK3qbs11ProjectData14buildDirectoryEv@Base 1.2.1
+ _ZNK3qbs11ProjectData20installableArtifactsEv@Base 1.7.0
+ _ZNK3qbs11ProjectData4nameEv@Base 1.2.1
+ _ZNK3qbs11ProjectData6toJsonERK11QStringList@Base 1.16.0
+ _ZNK3qbs11ProjectData7isValidEv@Base 1.2.1
+ _ZNK3qbs11ProjectData8locationEv@Base 1.2.1
+ _ZNK3qbs11ProjectData8productsEv@Base 1.2.1
+ _ZNK3qbs11ProjectData9isEnabledEv@Base 1.2.1
+ _ZNK3qbs11PropertyMap11getPropertyERK7QString@Base 1.2.1
+ _ZNK3qbs11PropertyMap13allPropertiesEv@Base 1.2.1
+ _ZNK3qbs11PropertyMap17getModulePropertyERK7QStringS3_@Base 1.2.1
+ _ZNK3qbs11PropertyMap31getModulePropertiesAsStringListERK7QStringS3_@Base 1.2.1
+ _ZNK3qbs11PropertyMap8toStringEv@Base 1.2.1
+ _ZNK3qbs11RuleCommand10executableEv@Base 1.3.3
+ _ZNK3qbs11RuleCommand10sourceCodeEv@Base 1.3.3
+ _ZNK3qbs11RuleCommand11descriptionEv@Base 1.3.3
+ _ZNK3qbs11RuleCommand11environmentEv@Base 1.3.3
+ _ZNK3qbs11RuleCommand16workingDirectoryEv@Base 1.3.3
+ _ZNK3qbs11RuleCommand19extendedDescriptionEv@Base 1.5.0
+ _ZNK3qbs11RuleCommand4typeEv@Base 1.3.3
+ _ZNK3qbs11RuleCommand9argumentsEv@Base 1.3.3
+ _ZNK3qbs12ArtifactData10propertiesEv@Base 1.7.0
+ _ZNK3qbs12ArtifactData11installDataEv@Base 1.7.0
+ _ZNK3qbs12ArtifactData11isGeneratedEv@Base 1.7.0
+ _ZNK3qbs12ArtifactData12isExecutableEv@Base 1.7.0
+ _ZNK3qbs12ArtifactData16isTargetArtifactEv@Base 1.7.0
+ _ZNK3qbs12ArtifactData6toJsonERK11QStringList@Base 1.16.0
+ _ZNK3qbs12ArtifactData7isValidEv@Base 1.7.0
+ _ZNK3qbs12ArtifactData8filePathEv@Base 1.7.0
+ _ZNK3qbs12ArtifactData8fileTagsEv@Base 1.7.0
+ _ZNK3qbs12BuildOptions11maxJobCountEv@Base 1.2.1
+ _ZNK3qbs12BuildOptions12changedFilesEv@Base 1.2.1
+ _ZNK3qbs12BuildOptions14activeFileTagsEv@Base 1.2.1
+ _ZNK3qbs12BuildOptions14logElapsedTimeEv@Base 1.2.1
+ _ZNK3qbs12BuildOptions15filesToConsiderEv@Base 1.2.1
+ _ZNK3qbs12BuildOptions16executeRulesOnlyEv@Base 1.5.0
+ _ZNK3qbs12BuildOptions16forceOutputCheckEv@Base 1.5.0
+ _ZNK3qbs12BuildOptions17settingsDirectoryEv@Base 1.13.0
+ _ZNK3qbs12BuildOptions19forceTimestampCheckEv@Base 1.2.1
+ _ZNK3qbs12BuildOptions26removeExistingInstallationEv@Base 1.4.0
+ _ZNK3qbs12BuildOptions30projectJobLimitsTakePrecedenceEv@Base 1.13.0
+ _ZNK3qbs12BuildOptions6dryRunEv@Base 1.2.1
+ _ZNK3qbs12BuildOptions7installEv@Base 1.4.0
+ _ZNK3qbs12BuildOptions8echoModeEv@Base 1.4.0
+ _ZNK3qbs12BuildOptions9jobLimitsEv@Base 1.13.0
+ _ZNK3qbs12BuildOptions9keepGoingEv@Base 1.2.1
+ _ZNK3qbs12CleanOptions14logElapsedTimeEv@Base 1.2.1
+ _ZNK3qbs12CleanOptions6dryRunEv@Base 1.2.1
+ _ZNK3qbs12CleanOptions9keepGoingEv@Base 1.2.1
+ _ZNK3qbs12CodeLocation4lineEv@Base 1.2.1
+ _ZNK3qbs12CodeLocation5storeERNS_8Internal14PersistentPoolE@Base 1.4.0
+ _ZNK3qbs12CodeLocation6columnEv@Base 1.2.1
+ _ZNK3qbs12CodeLocation6toJsonEv@Base 1.16.0
+ _ZNK3qbs12CodeLocation7isValidEv@Base 1.2.1
+ _ZNK3qbs12CodeLocation8filePathEv@Base 1.4.0
+ _ZNK3qbs12CodeLocation8toStringEv@Base 1.2.1
+ _ZNK3qbs13ProcessResult16workingDirectoryEv@Base 1.2.1
+ _ZNK3qbs13ProcessResult18executableFilePathEv@Base 1.2.1
+ _ZNK3qbs13ProcessResult5errorEv@Base 1.5.0
+ _ZNK3qbs13ProcessResult6stdErrEv@Base 1.2.1
+ _ZNK3qbs13ProcessResult6stdOutEv@Base 1.2.1
+ _ZNK3qbs13ProcessResult6toJsonEv@Base 1.16.0
+ _ZNK3qbs13ProcessResult7successEv@Base 1.2.1
+ _ZNK3qbs13ProcessResult8exitCodeEv@Base 1.2.1
+ _ZNK3qbs13ProcessResult9argumentsEv@Base 1.2.1
+ _ZNK3qbs13SettingsModel10headerDataEiN2Qt11OrientationEi@Base 1.4.0
+ _ZNK3qbs13SettingsModel10metaObjectEv@Base 1.4.0
+ _ZNK3qbs13SettingsModel11columnCountERK11QModelIndex@Base 1.4.0
+ _ZNK3qbs13SettingsModel17hasUnsavedChangesEv@Base 1.4.0
+ _ZNK3qbs13SettingsModel4dataERK11QModelIndexi@Base 1.4.0
+ _ZNK3qbs13SettingsModel5flagsERK11QModelIndex@Base 1.4.0
+ _ZNK3qbs13SettingsModel5indexEiiRK11QModelIndex@Base 1.4.0
+ _ZNK3qbs13SettingsModel6parentERK11QModelIndex@Base 1.4.0
+ _ZNK3qbs13SettingsModel8rowCountERK11QModelIndex@Base 1.4.0
+ _ZNK3qbs14InstallOptions11installRootEv@Base 1.2.1
+ _ZNK3qbs14InstallOptions14logElapsedTimeEv@Base 1.2.1
+ _ZNK3qbs14InstallOptions18installIntoSysrootEv@Base 1.2.1
+ _ZNK3qbs14InstallOptions26removeExistingInstallationEv@Base 1.2.1
+ _ZNK3qbs14InstallOptions6dryRunEv@Base 1.2.1
+ _ZNK3qbs14InstallOptions9keepGoingEv@Base 1.2.1
+ _ZNK3qbs14RunEnvironment14runEnvironmentEPNS_9ErrorInfoE@Base 1.5.0
+ _ZNK3qbs14RunEnvironment16buildEnvironmentEPNS_9ErrorInfoE@Base 1.5.0
+ _ZNK3qbs14RunEnvironment17getRunEnvironmentEv@Base 1.5.0
+ _ZNK3qbs14RunEnvironment19getBuildEnvironmentEv@Base 1.5.0
+ _ZNK3qbs15GenerateOptions13generatorNameEv@Base 1.4.0
+ _ZNK3qbs15SetupProjectJob10metaObjectEv@Base 1.2.1
+ _ZNK3qbs15SetupProjectJob7projectEv@Base 1.2.1
+ _ZNK3qbs15TransformerData6inputsEv@Base 1.12.0
+ _ZNK3qbs15TransformerData7outputsEv@Base 1.12.0
+ _ZNK3qbs15TransformerData8commandsEv@Base 1.12.0
+ _ZNK3qbs16ProjectGenerator10metaObjectEv@Base 1.7.0
+ _ZNK3qbs16ProjectGenerator14qbsSettingsDirEv@Base 1.7.2
+ _ZNK3qbs16ProjectGenerator18buildConfigurationERKNS_7ProjectE@Base 1.7.0
+ _ZNK3qbs16ProjectGenerator19buildConfigurationsEv@Base 1.7.0
+ _ZNK3qbs16ProjectGenerator21qbsExecutableFilePathEv@Base 1.7.0
+ _ZNK3qbs16ProjectGenerator29buildConfigurationCommandLineERKNS_7ProjectE@Base 1.7.0
+ _ZNK3qbs16ProjectGenerator6loggerEv@Base 1.10.0
+ _ZNK3qbs16ProjectGenerator7projectEv@Base 1.7.0
+ _ZNK3qbs16ProjectGenerator8projectsEv@Base 1.7.0
+ _ZNK3qbs18GeneratableProject11commandLineEv@Base 1.10.0
+ _ZNK3qbs18GeneratableProject18baseBuildDirectoryEv@Base 1.10.0
+ _ZNK3qbs18GeneratableProject25hasMultipleConfigurationsEv@Base 1.10.0
+ _ZNK3qbs18GeneratableProject8filePathEv@Base 1.10.0
+ _ZNK3qbs22GeneratableProductData12dependenciesEv@Base 1.10.0
+ _ZNK3qbs22GeneratableProductData14buildDirectoryEv@Base 1.10.0
+ _ZNK3qbs22GeneratableProductData4nameEv@Base 1.10.0
+ _ZNK3qbs22GeneratableProductData4typeEv@Base 1.10.0
+ _ZNK3qbs22GeneratableProductData8locationEv@Base 1.10.0
+ _ZNK3qbs22GeneratableProjectData10uniqueNameEv@Base 1.10.0
+ _ZNK3qbs22GeneratableProjectData4nameEv@Base 1.10.0
+ _ZNK3qbs22GeneratableProjectData8locationEv@Base 1.10.0
+ _ZNK3qbs22SetupProjectParameters11environmentEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters11libexecPathEv@Base 1.4.1
+ _ZNK3qbs22SetupProjectParameters11pluginPathsEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters11searchPathsEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters14logElapsedTimeEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters15projectFilePathEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters15restoreBehaviorEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters15topLevelProfileEv@Base 1.3.1
+ _ZNK3qbs22SetupProjectParameters16overriddenValuesEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters16productErrorModeEv@Base 1.5.0
+ _ZNK3qbs22SetupProjectParameters17configurationNameEv@Base 1.6.0
+ _ZNK3qbs22SetupProjectParameters17settingsDirectoryEv@Base 1.3.1
+ _ZNK3qbs22SetupProjectParameters18buildConfigurationEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters18waitLockBuildGraphEv@Base 1.6.0
+ _ZNK3qbs22SetupProjectParameters19adjustedEnvironmentEv@Base 1.3.1
+ _ZNK3qbs22SetupProjectParameters19forceProbeExecutionEv@Base 1.6.0
+ _ZNK3qbs22SetupProjectParameters20overriddenValuesTreeEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters20propertyCheckingModeEv@Base 1.4.0
+ _ZNK3qbs22SetupProjectParameters22buildConfigurationTreeEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters22overrideBuildGraphDataEv@Base 1.10.0
+ _ZNK3qbs22SetupProjectParameters23fallbackProviderEnabledEv@Base 1.13.0
+ _ZNK3qbs22SetupProjectParameters27finalBuildConfigurationTreeEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters6dryRunEv@Base 1.2.1
+ _ZNK3qbs22SetupProjectParameters9buildRootEv@Base 1.2.1
+ _ZNK3qbs3gen11VersionInfo16marketingVersionEv@Base 1.16.0
+ _ZNK3qbs3gen3xml13ProjectWriter6writerEv@Base 1.16.0
+ _ZNK3qbs3gen3xml13PropertyGroup6acceptEPNS1_12INodeVisitorE@Base 1.16.0
+ _ZNK3qbs3gen3xml15WorkspaceWriter6writerEv@Base 1.16.0
+ _ZNK3qbs3gen3xml7Project6acceptEPNS1_12INodeVisitorE@Base 1.16.0
+ _ZNK3qbs3gen3xml8Property6acceptEPNS1_12INodeVisitorE@Base 1.16.0
+ _ZNK3qbs3gen3xml9Workspace6acceptEPNS1_12INodeVisitorE@Base 1.16.0
+ _ZNK3qbs7Profile10localValueERK7QString@Base 1.2.1
+ _ZNK3qbs7Profile10profileKeyEv@Base 1.2.1
+ _ZNK3qbs7Profile11baseProfileEv@Base 1.2.1
+ _ZNK3qbs7Profile15allKeysInternalENS0_12KeySelectionE11QStringList@Base 1.2.1
+ _ZNK3qbs7Profile17fullyQualifiedKeyERK7QString@Base 1.2.1
+ _ZNK3qbs7Profile22possiblyInheritedValueERK7QStringRK8QVariant11QStringList@Base 1.2.1
+ _ZNK3qbs7Profile25checkBaseProfileExistenceERKS0_@Base 1.2.1
+ _ZNK3qbs7Profile26extendAndCheckProfileChainER11QStringList@Base 1.2.1
+ _ZNK3qbs7Profile4nameEv@Base 1.2.1
+ _ZNK3qbs7Profile5valueERK7QStringRK8QVariantPNS_9ErrorInfoE@Base 1.2.1
+ _ZNK3qbs7Profile6existsEv@Base 1.2.1
+ _ZNK3qbs7Profile7allKeysENS0_12KeySelectionEPNS_9ErrorInfoE@Base 1.2.1
+ _ZNK3qbs7Project11projectDataEv@Base 1.2.1
+ _ZNK3qbs7Project12ruleCommandsERKNS_11ProductDataERK7QStringS6_PNS_9ErrorInfoE@Base 1.3.3
+ _ZNK3qbs7Project14generatedFilesERKNS_11ProductDataERK7QStringbRK11QStringList@Base 1.5.0
+ _ZNK3qbs7Project15buildOneProductERKNS_11ProductDataERKNS_12BuildOptionsEP7QObject@Base 1.2.1
+ _ZNK3qbs7Project15cleanOneProductERKNS_11ProductDataERKNS_12CleanOptionsEP7QObject@Base 1.2.1
+ _ZNK3qbs7Project15transformerDataEPNS_9ErrorInfoE@Base 1.12.0
+ _ZNK3qbs7Project16buildAllProductsERKNS_12BuildOptionsENS0_16ProductSelectionEP7QObject@Base 1.4.0
+ _ZNK3qbs7Project16buildSystemFilesEv@Base 1.2.1
+ _ZNK3qbs7Project16cleanAllProductsERKNS_12CleanOptionsEP7QObject@Base 1.2.1
+ _ZNK3qbs7Project17buildSomeProductsERK5QListINS_11ProductDataEERKNS_12BuildOptionsEP7QObject@Base 1.2.1
+ _ZNK3qbs7Project17cleanSomeProductsERK5QListINS_11ProductDataEERKNS_12CleanOptionsEP7QObject@Base 1.2.1
+ _ZNK3qbs7Project17getBuildGraphInfoEv@Base 1.16.0
+ _ZNK3qbs7Project17getRunEnvironmentERKNS_11ProductDataERKNS_14InstallOptionsERK19QProcessEnvironmentRK11QStringListPNS_8SettingsE@Base 1.11.0
+ _ZNK3qbs7Project17installOneProductERKNS_11ProductDataERKNS_14InstallOptionsEP7QObject@Base 1.2.1
+ _ZNK3qbs7Project18installAllProductsERKNS_14InstallOptionsENS0_16ProductSelectionEP7QObject@Base 1.4.0
+ _ZNK3qbs7Project19installSomeProductsERK5QListINS_11ProductDataEERKNS_14InstallOptionsEP7QObject@Base 1.2.1
+ _ZNK3qbs7Project20projectConfigurationEv@Base 1.2.1
+ _ZNK3qbs7Project7isValidEv@Base 1.2.1
+ _ZNK3qbs7Project7profileEv@Base 1.3.1
+ _ZNK3qbs7Version8toStringERK5QCharS3_@Base 1.16.0
+ _ZNK3qbs8BuildJob10metaObjectEv@Base 1.2.1
+ _ZNK3qbs8CleanJob10metaObjectEv@Base 1.2.1
+ _ZNK3qbs8ILogSink8logLevelEv@Base 1.2.1
+ _ZNK3qbs8Internal11ClangClInfo12toVariantMapEv@Base 1.16.0
+ _ZNK3qbs8Internal11CommandLine13toCommandLineENS0_10HostOsInfo6HostOsE@Base 1.7.0
+ _ZNK3qbs8Internal11QualifiedId8toStringEv@Base 1.10.0
+ _ZNK3qbs8Internal12ScriptEngine10metaObjectEv@Base 1.10.0
+ _ZNK3qbs8Internal12ScriptEngine11environmentEv@Base 1.10.0
+ _ZNK3qbs8Internal12ScriptEngine17gatherFileResultsEv@Base 1.13.0
+ _ZNK3qbs8Internal12ScriptEngine17lastErrorLocationERK12QScriptValueRKNS_12CodeLocationE@Base 1.10.0
+ _ZNK3qbs8Internal12ScriptEngine25importedFilesUsedInScriptEv@Base 1.11.0
+ _ZNK3qbs8Internal12ScriptEngine25modulePropertyScriptClassEv@Base 1.10.0
+ _ZNK3qbs8Internal12ScriptEngine7importsEv@Base 1.10.0
+ _ZNK3qbs8Internal12ScriptEngine9lastErrorERK12QScriptValueRKNS_12CodeLocationE@Base 1.10.0
+ _ZNK3qbs8Internal13ResolvedGroup8allFilesEv@Base 1.10.0
+ _ZNK3qbs8Internal15MSVCInstallInfo16findVcvarsallBatEv@Base 1.16.0
+ _ZNK3qbs8Internal15ResolvedProduct10uniqueNameEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct14buildDirectoryEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct14builtByDefaultEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct14generatedFilesERK7QStringbRKNS0_8FileTagsE@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct15allEnabledFilesEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct15fullDisplayNameEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct15targetArtifactsEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct15topLevelProjectEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct17isInParentProjectERKSt10shared_ptrIKS1_E@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct19fileTagsForFileNameERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct20cachedExecutablePathERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct24lookupArtifactsByFileTagERKNS0_7FileTagE@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct25lookupArtifactsByFileTagsERKNS0_8FileTagsE@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct6acceptEPNS0_17BuildGraphVisitorE@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProduct7profileEv@Base 1.12.0
+ _ZNK3qbs8Internal15ResolvedProduct8allFilesEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProject11allProductsEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProject14allSubProjectsEv@Base 1.10.0
+ _ZNK3qbs8Internal15ResolvedProject6acceptEPNS0_17BuildGraphVisitorE@Base 1.10.0
+ _ZNK3qbs8Internal15TopLevelProject18buildGraphFilePathEv@Base 1.10.0
+ _ZNK3qbs8Internal15TopLevelProject7profileEv@Base 1.10.0
+ _ZNK3qbs8Internal16ProductBuildData13rootArtifactsEv@Base 1.10.0
+ _ZNK3qbs8Internal16ProductBuildData18artifactsByFileTagEv@Base 1.12.0
+ _ZNK3qbs8Internal16ProjectBuildData11lookupFilesEPKNS0_8ArtifactE@Base 1.10.0
+ _ZNK3qbs8Internal16ProjectBuildData11lookupFilesERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal16ProjectBuildData11lookupFilesERK7QStringS4_@Base 1.10.0
+ _ZNK3qbs8Internal19PropertyMapInternal14modulePropertyERK7QStringS4_Pb@Base 1.12.0
+ _ZNK3qbs8Internal19PropertyMapInternal16qbsPropertyValueERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal19PropertyMapInternal8propertyERK11QStringList@Base 1.10.0
+ _ZNK3qbs8Internal21VsEnvironmentDetector14writeBatchFileEP9QIODeviceRK7QStringRKSt6vectorIPNS0_4MSVCESaIS9_EE@Base 1.8.0
+ _ZNK3qbs8Internal21VsEnvironmentDetector16findVcVarsAllBatERKNS0_4MSVCERSt6vectorI7QStringSaIS6_EE@Base 1.11.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfo11usesMsBuildEv@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfo11usesVcBuildEv@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfo12toolsVersionEv@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfo13usesSolutionsEv@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfo15solutionVersionEv@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfo16marketingVersionEv@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfo22platformToolsetVersionEv@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfo7versionEv@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfoeqERKS1_@Base 1.5.0
+ _ZNK3qbs8Internal23VisualStudioVersionInfoltERKS1_@Base 1.5.0
+ _ZNK3qbs8Internal2Id10withPrefixEPKc@Base 1.10.0
+ _ZNK3qbs8Internal2Id10withSuffixEPKc@Base 1.10.0
+ _ZNK3qbs8Internal2Id10withSuffixEi@Base 1.10.0
+ _ZNK3qbs8Internal2Id20alphabeticallyBeforeES1_@Base 1.10.0
+ _ZNK3qbs8Internal2Id4nameEv@Base 1.10.0
+ _ZNK3qbs8Internal2Id8toStringEv@Base 1.10.0
+ _ZNK3qbs8Internal2Id9toSettingEv@Base 1.10.0
+ _ZNK3qbs8Internal2IdeqEPKc@Base 1.10.0
+ _ZNK3qbs8Internal4Item11hasPropertyERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal4Item11ownPropertyERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal4Item11setObserverEPNS0_12ItemObserverE@Base 1.10.0
+ _ZNK3qbs8Internal4Item12copyPropertyERK7QStringPS1_@Base 1.10.0
+ _ZNK3qbs8Internal4Item14hasOwnPropertyERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal4Item14sourcePropertyERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal4Item15isPresentModuleEv@Base 1.10.0
+ _ZNK3qbs8Internal4Item15variantPropertyERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal4Item19propertyDeclarationERK7QStringb@Base 1.10.0
+ _ZNK3qbs8Internal4Item25isOfTypeOrhasParentOfTypeENS0_8ItemTypeE@Base 1.10.0
+ _ZNK3qbs8Internal4Item4dumpEi@Base 1.10.0
+ _ZNK3qbs8Internal4Item4dumpEv@Base 1.10.0
+ _ZNK3qbs8Internal4Item5childENS0_8ItemTypeEb@Base 1.10.0
+ _ZNK3qbs8Internal4Item5cloneEv@Base 1.10.0
+ _ZNK3qbs8Internal4Item8propertyERK7QString@Base 1.10.0
+ _ZNK3qbs8Internal4Item8typeNameEv@Base 1.10.0
+ _ZNK3qbs8Internal4MSVC12toVariantMapEv@Base 1.16.0
+ _ZNK3qbs8Internal4MSVC15compilerDefinesERK7QStringNS1_16CompilerLanguageE@Base 1.10.0
+ _ZNK3qbs8Internal4MSVC21clPathForArchitectureERK7QString@Base 1.7.0
+ _ZNK3qbs8Internal4MSVC22binPathForArchitectureERK7QString@Base 1.7.0
+ _ZNK3qbs8Internal6Logger12debugEnabledEv@Base 1.2.1
+ _ZNK3qbs8Internal6Logger12traceEnabledEv@Base 1.2.1
+ _ZNK3qbs8Internal6Logger6qbsLogENS_11LoggerLevelEb@Base 1.2.1
+ _ZNK3qbs8Internal8Artifact14childArtifactsEv@Base 1.10.0
+ _ZNK3qbs8Internal8Artifact15parentArtifactsEv@Base 1.10.0
+ _ZNK3qbs8Internal8Artifact8producerEv@Base 1.13.0
+ _ZNK3qbs8Internal8Artifact8toStringEv@Base 1.10.0
+ _ZNK3qbs8Internal8FileInfo12lastModifiedEv@Base 1.10.0
+ _ZNK3qbs8Internal8FileInfo16lastStatusChangeEv@Base 1.10.0
+ _ZNK3qbs8Internal8FileInfo5isDirEv@Base 1.10.0
+ _ZNK3qbs8Internal8FileInfo6existsEv@Base 1.10.0
+ _ZNK3qbs8Internal8FileTime7compareERKS1_@Base 1.10.0
+ _ZNK3qbs8Internal8FileTime7isValidEv@Base 1.10.0
+ _ZNK3qbs8Internal8FileTime8asDoubleEv@Base 1.10.0
+ _ZNK3qbs8Internal8FileTime8toStringEv@Base 1.10.0
+ _ZNK3qbs8Internal9Evaluator17isNonDefaultValueEPKNS0_4ItemERK7QString@Base 1.11.0
+ _ZNK3qbs8Internal9Evaluator20propertyDependenciesEv@Base 1.10.0
+ _ZNK3qbs8JobLimit4poolEv@Base 1.13.0
+ _ZNK3qbs8JobLimit5limitEv@Base 1.13.0
+ _ZNK3qbs8Settings14defaultProfileEv@Base 1.2.1
+ _ZNK3qbs8Settings14directChildrenERK7QStringNS0_5ScopeE@Base 1.12.0
+ _ZNK3qbs8Settings16settingsForScopeENS0_5ScopeE@Base 1.12.0
+ _ZNK3qbs8Settings16targetForWritingEv@Base 1.12.0
+ _ZNK3qbs8Settings17allKeysWithPrefixERK7QString6QFlagsINS0_5ScopeEE@Base 1.12.0
+ _ZNK3qbs8Settings22externalRepresentationERK7QString@Base 1.2.1
+ _ZNK3qbs8Settings22internalRepresentationERK7QString@Base 1.2.1
+ _ZNK3qbs8Settings5valueERK7QString6QFlagsINS0_5ScopeEERK8QVariant@Base 1.12.0
+ _ZNK3qbs8Settings7allKeysE6QFlagsINS0_5ScopeEE@Base 1.12.0
+ _ZNK3qbs8Settings8fileNameEv@Base 1.2.1
+ _ZNK3qbs8Settings8profilesEv@Base 1.2.1
+ _ZNK3qbs8Settings9fixupKeysER11QStringList@Base 1.2.1
+ _ZNK3qbs9ErrorInfo11hasLocationEv@Base 1.10.0
+ _ZNK3qbs9ErrorInfo15isInternalErrorEv@Base 1.2.1
+ _ZNK3qbs9ErrorInfo5itemsEv@Base 1.2.1
+ _ZNK3qbs9ErrorInfo5storeERNS_8Internal14PersistentPoolE@Base 1.7.0
+ _ZNK3qbs9ErrorInfo6toJsonEv@Base 1.16.0
+ _ZNK3qbs9ErrorInfo8toStringEv@Base 1.2.1
+ _ZNK3qbs9ErrorItem11descriptionEv@Base 1.2.1
+ _ZNK3qbs9ErrorItem12codeLocationEv@Base 1.2.1
+ _ZNK3qbs9ErrorItem15isBacktraceItemEv@Base 1.5.0
+ _ZNK3qbs9ErrorItem5storeERNS_8Internal14PersistentPoolE@Base 1.7.0
+ _ZNK3qbs9ErrorItem6toJsonEv@Base 1.16.0
+ _ZNK3qbs9ErrorItem8toStringEv@Base 1.2.1
+ _ZNK3qbs9GroupData10propertiesEv@Base 1.2.1
+ _ZNK3qbs9GroupData12allFilePathsEv@Base 1.2.1
+ _ZNK3qbs9GroupData15sourceArtifactsEv@Base 1.4.0
+ _ZNK3qbs9GroupData18allSourceArtifactsEv@Base 1.4.0
+ _ZNK3qbs9GroupData28sourceArtifactsFromWildcardsEv@Base 1.4.0
+ _ZNK3qbs9GroupData4nameEv@Base 1.2.1
+ _ZNK3qbs9GroupData6prefixEv@Base 1.5.0
+ _ZNK3qbs9GroupData6toJsonERK11QStringList@Base 1.16.0
+ _ZNK3qbs9GroupData7isValidEv@Base 1.2.1
+ _ZNK3qbs9GroupData8locationEv@Base 1.2.1
+ _ZNK3qbs9GroupData9isEnabledEv@Base 1.2.1
+ _ZNK3qbs9JobLimits10jobLimitAtEi@Base 1.13.0
+ _ZNK3qbs9JobLimits5countEv@Base 1.13.0
+ _ZNK3qbs9JobLimits7isEmptyEv@Base 1.13.0
+ _ZNK3qbs9JobLimits8getLimitERK7QString@Base 1.13.0
+ _ZNK8QbsQmlJS5Lexer12errorMessageEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer12tokenEndLineEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer14prevTerminatorEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer14tokenEndColumnEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer16isLineTerminatorEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer19followsClosingBraceEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer27canInsertAutomaticSemicolonEi@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer4codeEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer7qmlModeEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer9errorCodeEv@Base 1.10.0
+ _ZNK8QbsQmlJS5Lexer9tokenTextEv@Base 1.10.0
+ _ZNK8QbsQmlJS6Engine10directivesEv@Base 1.10.0
+ _ZNK8QbsQmlJS6Engine5lexerEv@Base 1.10.0
+ _ZNK8QbsQmlJS6Engine8commentsEv@Base 1.10.0
+ (optional=templinst)_ZNKSt7__cxx1112regex_traitsIcE16lookup_classnameIPKcEENS1_10_RegexMaskET_S6_b@Base 1.10.0
+ (optional=templinst)_ZNKSt7__cxx1112regex_traitsIcE18lookup_collatenameIPKcEENS_12basic_stringIcSt11char_traitsIcESaIcEEET_SA_@Base 1.10.0
+ (optional=templinst)_ZNKSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb0EE16_M_word_boundaryEv@Base 1.17.0
+ (optional=templinst)_ZNKSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb1EE16_M_word_boundaryEv@Base 1.17.0
+ (optional=templinst)_ZNSt10_HashtableI7QStringSt4pairIKS0_12QScriptValueESaIS4_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENS6_18_Mod_range_hashingENS6_20_Default_ranged_hashENS6_20_Prime_rehash_policyENS6_17_Hashtable_traitsILb0ELb0ELb1EEEE5clearEv@Base 1.17.0
+ (optional=templinst)_ZNSt10_HashtableI7QStringSt4pairIKS0_St6vectorIS1_IPN3qbs8Internal4ItemES0_ESaIS8_EEESaISB_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb0ELb0ELb1EEEE5clearEv@Base 1.16.0
+ (optional=templinst|arch=armel armhf)_ZNSt10_HashtableI7QStringSt4pairIKS0_iESaIS3_ENSt8__detail10_Select1stESt8equal_toIS0_ESt4hashIS0_ENS5_18_Mod_range_hashingENS5_20_Default_ranged_hashENS5_20_Prime_rehash_policyENS5_17_Hashtable_traitsILb0ELb0ELb1EEEE5clearEv@Base 1.17.0
+ (optional=templinst)_ZNSt10_HashtableIPKN3qbs8Internal4ItemESt4pairIKS4_St6vectorINS0_9ErrorInfoESaIS8_EEESaISB_ENSt8__detail10_Select1stESt8equal_toIS4_ESt4hashIS4_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb0ELb0ELb1EEEE5clearEv@Base 1.10.1
+ (optional=templinst|subst)_ZNSt10_HashtableIPKN3qbs8Internal4ItemESt4pairIKS4_St6vectorINS0_9ErrorInfoESaIS8_EEESaISB_ENSt8__detail10_Select1stESt8equal_toIS4_ESt4hashIS4_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashE{size_t}RK{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt10_HashtableIPKvSt4pairIKS1_iESaIS4_ENSt8__detail10_Select1stESt8equal_toIS1_ESt4hashIS1_ENS6_18_Mod_range_hashingENS6_20_Default_ranged_hashENS6_20_Prime_rehash_policyENS6_17_Hashtable_traitsILb0ELb0ELb1EEEE4findERS3_@Base 1.17.0
+ (optional=templinst|subst)_ZNSt10_HashtableIPN3qbs8Internal4ItemESt4pairIKS3_St6vectorIS3_SaIS3_EEESaIS9_ENSt8__detail10_Select1stESt8equal_toIS3_ESt4hashIS3_ENSB_18_Mod_range_hashingENSB_20_Default_ranged_hashENSB_20_Prime_rehash_policyENSB_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashE{size_t}RK{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt10_HashtableIxSt4pairIKxSt6vectorI7QStringSaIS3_EEESaIS6_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEE5clearEv@Base 1.17.0
+ (optional=templinst|subst)_ZNSt10_HashtableIxSt4pairIKxSt6vectorI7QStringSaIS3_EEESaIS6_ENSt8__detail10_Select1stESt8equal_toIxESt4hashIxENS8_18_Mod_range_hashingENS8_20_Default_ranged_hashENS8_20_Prime_rehash_policyENS8_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashE{size_t}RK{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt11_Deque_baseINSt8__detail9_StateSeqINSt7__cxx1112regex_traitsIcEEEESaIS5_EED1Ev@Base 1.10.0
+ (optional=templinst)_ZNSt11_Deque_baseINSt8__detail9_StateSeqINSt7__cxx1112regex_traitsIcEEEESaIS5_EED2Ev@Base 1.10.0
+ (optional=templinst|subst)_ZNSt11_Deque_baseIlSaIlEE17_M_initialize_mapE{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt11_Deque_baseIlSaIlEED1Ev@Base 1.10.0
+ (optional=templinst)_ZNSt11_Deque_baseIlSaIlEED2Ev@Base 1.10.0
+ (optional=templinst)_ZNSt5dequeIN3qbs8Internal11QualifiedIdESaIS2_EE16_M_push_back_auxIJRKS2_EEEvDpOT_@Base 1.10.0
+ (optional=templinst)_ZNSt5dequeINSt8__detail9_StateSeqINSt7__cxx1112regex_traitsIcEEEESaIS5_EE16_M_push_back_auxIJRKS5_EEEvDpOT_@Base 1.12.0
+ (optional=templinst|arch=armel armhf powerpc ppc64 ppc64el s390x)_ZNSt5dequeINSt8__detail9_StateSeqINSt7__cxx1112regex_traitsIcEEEESaIS5_EE16_M_push_back_auxIJS5_EEEvDpOT_@Base 1.17.0
+ (optional=templinst|subst)_ZNSt5dequeINSt8__detail9_StateSeqINSt7__cxx1112regex_traitsIcEEEESaIS5_EE17_M_reallocate_mapE{size_t}b@Base 1.16.0
+ (optional=templinst)_ZNSt5dequeIlSaIlEE16_M_push_back_auxIJRKlEEEvDpOT_@Base 1.10.0
+ (optional=templinst)_ZNSt6vectorI10QByteArraySaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorI12QScriptValueSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 1.12.0
+ (optional=templinst|subst)_ZNSt6vectorI19QProcessEnvironmentSaIS0_EE17_M_default_appendE{size_t}@Base 1.16.0
+ (optional=templinst|subst)_ZNSt6vectorI7QStringSaIS0_EE17_M_default_appendE{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorI7QStringSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorI7QStringSaIS0_EE17_M_realloc_insertIJS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorI7QStringSaIS0_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS0_S2_EERS5_@Base 1.8.0
+ (optional=templinst|subst)_ZNSt6vectorI7QStringSaIS0_EE7reserveE{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorIN3qbs11ProductDataESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorIN3qbs12CodeLocationESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.13.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal11CommandLine8ArgumentESaIS3_EE17_M_realloc_insertIJ7QStringEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.17.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal11CommandLine8ArgumentESaIS3_EE17_M_realloc_insertIJRK7QStringEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.17.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal11CommandLine8ArgumentESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal11QualifiedIdESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal15MSVCInstallInfoESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal21RescuableArtifactData9ChildDataESaIS3_EE17_M_realloc_insertIJR7QStringS8_RKS7_bEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal21RescuableArtifactData9ChildDataESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.17.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal4Item6ModuleESaIS3_EE13_M_insert_auxIS3_EEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEOT_@Base 1.10.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal4Item6ModuleESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8Internal8ItemTypeESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 1.13.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8JobLimitESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.13.0
+ (optional=templinst)_ZNSt6vectorIN3qbs8JobLimitESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.13.0
+ (optional=templinst|subst)_ZNSt6vectorIN3qbs8JobLimitESaIS1_EE7reserveE{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorIN3qbs9ErrorInfoESaIS1_EE17_M_realloc_insertIJ7QStringEEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIN3qbs9ErrorInfoESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112regex_traitsIcE10_RegexMaskESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.12.0
+ (optional=templinst|subst)_ZNSt6vectorINSt7__cxx119sub_matchIN9__gnu_cxx17__normal_iteratorIPKcNS0_12basic_stringIcSt11char_traitsIcESaIcEEEEEEESaISC_EE14_M_fill_assignE{size_t}RKSC_@Base 1.17.0
+ (optional=templinst)_ZNSt6vectorINSt8__detail6_StateIcEESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIP8QLibrarySaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIPKN3qbs8Internal4ItemESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIPKN3qbs8Internal8ArtifactESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorIPN3qbs8Internal15ResolvedProductESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIPN3qbs8Internal15ResolvedProductESaIS3_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EERS8_@Base 1.10.0
+ (optional=templinst)_ZNSt6vectorIPN3qbs8Internal8ArtifactESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIPN3qbs8Internal8ArtifactESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIPN3qbs8Internal8ArtifactESaIS3_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EERS8_@Base 1.10.0
+ (optional=templinst|subst)_ZNSt6vectorIPN3qbs8Internal8ArtifactESaIS3_EE7reserveE{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorIPN3qbs8Internal8ArtifactESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EES9_@Base 1.11.0
+ (optional=templinst|subst)_ZNSt6vectorIPvSaIS0_EE17_M_default_appendE{size_t}@Base 1.16.0
+ (optional=templinst|subst)_ZNSt6vectorIS_IiSaIiEESaIS1_EE17_M_default_appendE{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrIN3qbs8Internal13ResolvedGroupEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorISt10shared_ptrIN3qbs8Internal13ResolvedGroupEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 1.17.0
+ (optional=templinst|subst)_ZNSt6vectorISt10shared_ptrIvESaIS1_EE17_M_default_appendE{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorISt10unique_ptrIN3qbs3gen3xml8PropertyESt14default_deleteIS4_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorISt4pairI7QString12QScriptValueESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorISt4pairI7QStringN3qbs8Internal8FileTimeEESaIS5_EE17_M_realloc_insertIJRKS1_S4_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 1.17.0
+ (optional=templinst)_ZNSt6vectorISt4pairI7QStringN3qbs8Internal8FileTimeEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 1.17.0
+ (optional=templinst)_ZNSt6vectorISt4pairI7QStringS1_ESaIS2_EE17_M_realloc_insertIJS1_RKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_ESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorISt4pairIPN3qbs8Internal4ItemE7QStringESaIS6_EE17_M_realloc_insertIJRKS4_RS5_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_@Base 1.16.0
+ (optional=templinst)_ZNSt6vectorISt4pairIccESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorISt4pairIlS_INSt7__cxx119sub_matchIN9__gnu_cxx17__normal_iteratorIPKcNS1_12basic_stringIcSt11char_traitsIcESaIcEEEEEEESaISD_EEESaISG_EE17_M_realloc_insertIJRlRKSF_EEEvNS4_IPSG_SI_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorISt5tupleIJ12QScriptValue7QStringS1_EESaIS3_EE17_M_realloc_insertIJRS1_RKS2_RKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 1.12.0
+ (optional=templinst|arch=armel armhf hppa i386 m68k mipsel powerpc sh4)_ZNSt6vectorIbSaIbEE13_M_insert_auxESt13_Bit_iteratorb@Base 1.10.0
+ (optional=templinst)_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_@Base 1.13.1
+ (optional=templinst)_ZNSt6vectorIcSaIcEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPcS1_EES5_@Base 1.10.0
+ (optional=templinst)_ZNSt6vectorIiSaIiEE17_M_realloc_insertIJRKiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_@Base 1.12.0
+ (optional=templinst)_ZNSt6vectorIxSaIxEE17_M_realloc_insertIJRKxEEEvN9__gnu_cxx17__normal_iteratorIPxS1_EEDpOT_@Base 1.12.0
+ (optional=templinst|subst)_ZNSt6vectorI{size_t}SaI{size_t}EE17_M_realloc_insertIJRK{size_t}EEEvN9__gnu_cxx17__normal_iteratorIP{size_t}S1_EEDpOT_@Base 1.16.0
+ (optional=templinst)_ZNSt8_Rb_treeIN3qbs8Internal23VisualStudioVersionInfoES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE24_M_get_insert_unique_posERKS2_@Base 1.11.0
+ (optional=templinst|arch=amd64 arm64 hppa m68k mips64el ppc64el riscv64 sh4)_ZNSt8_Rb_treeIN3qbs8Internal23VisualStudioVersionInfoES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERKS2_@Base 1.11.0
+ (optional=templinst)_ZNSt8_Rb_treeIlSt4pairIKllESt10_Select1stIS2_ESt4lessIlESaIS2_EE24_M_get_insert_unique_posERS1_@Base 1.10.0
+ (optional=templinst|arch=amd64 arm64 hppa m68k mips64el ppc64el riscv64 sh4)_ZNSt8_Rb_treeIlSt4pairIKllESt10_Select1stIS2_ESt4lessIlESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail17__regex_algo_implIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEEcNS5_12regex_traitsIcEELNS_20_RegexExecutorPolicyE0ELb1EEEbT_SI_RNS5_13match_resultsISI_T0_EERKNS5_11basic_regexIT1_T2_EENSt15regex_constants15match_flag_typeE@Base 1.10.0
+ (optional=templinst|subst)_ZNSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEE17_M_insert_backrefE{size_t}@Base 1.16.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcE12_M_eat_classEc@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcE14_M_scan_normalEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcE16_M_scan_in_braceEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcE17_M_eat_escape_awkEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcE18_M_eat_escape_ecmaEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcE18_M_scan_in_bracketEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcE19_M_eat_escape_posixEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcEC1EPKcS3_NSt15regex_constants18syntax_option_typeESt6locale@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail8_ScannerIcEC2EPKcS3_NSt15regex_constants18syntax_option_typeESt6locale@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE11_M_try_charEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE12_M_assertionEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE13_M_quantifierEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE14_M_alternativeEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE14_M_disjunctionEv@Base 1.10.0
+ (optional=templinst|arch=armel armhf hppa i386 m68k mipsel powerpc sh4)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE16_M_cur_int_valueEi@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE18_M_expression_termILb0ELb0EEEbRSt4pairIbcERNS_15_BracketMatcherIS3_XT_EXT0_EEE@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE18_M_expression_termILb0ELb1EEEbRSt4pairIbcERNS_15_BracketMatcherIS3_XT_EXT0_EEE@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE18_M_expression_termILb1ELb0EEEbRSt4pairIbcERNS_15_BracketMatcherIS3_XT_EXT0_EEE@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE18_M_expression_termILb1ELb1EEEbRSt4pairIbcERNS_15_BracketMatcherIS3_XT_EXT0_EEE@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE21_M_bracket_expressionEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE25_M_insert_bracket_matcherILb0ELb0EEEvb@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE25_M_insert_bracket_matcherILb0ELb1EEEvb@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE25_M_insert_bracket_matcherILb1ELb0EEEvb@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE25_M_insert_bracket_matcherILb1ELb1EEEvb@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE33_M_insert_character_class_matcherILb0ELb0EEEvv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE33_M_insert_character_class_matcherILb0ELb1EEEvv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE33_M_insert_character_class_matcherILb1ELb0EEEvv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE33_M_insert_character_class_matcherILb1ELb1EEEvv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEE7_M_atomEv@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEEC1EPKcS6_RKSt6localeNSt15regex_constants18syntax_option_typeE@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_CompilerINSt7__cxx1112regex_traitsIcEEEC2EPKcS6_RKSt6localeNSt15regex_constants18syntax_option_typeE@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb0EE12_M_lookaheadEl@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb0EE16_M_rep_once_moreENSH_11_Match_modeEl@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb0EE17_M_handle_backrefENSH_11_Match_modeEl@Base 1.17.0
+ (optional=templinst)_ZNSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb0EE6_M_dfsENSH_11_Match_modeEl@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb1EE12_M_lookaheadEl@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb1EE16_M_rep_once_moreENSH_11_Match_modeEl@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb1EE17_M_handle_backrefENSH_11_Match_modeEl@Base 1.17.0
+ (optional=templinst)_ZNSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb1EE6_M_dfsENSH_11_Match_modeEl@Base 1.10.0
+ (optional=templinst)_ZNSt8__detail9_Map_baseI7QStringSt4pairIKS1_12QScriptValueESaIS5_ENS_10_Select1stESt8equal_toIS1_ESt4hashIS1_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS3_@Base 1.16.0
+ (optional=templinst)_ZNSt8__detail9_Map_baseI7QStringSt4pairIKS1_St6vectorIS2_IPN3qbs8Internal4ItemES1_ESaIS9_EEESaISC_ENS_10_Select1stESt8equal_toIS1_ESt4hashIS1_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS3_@Base 1.16.0
+ (optional=templinst)_ZNSt8__detail9_Map_baseI7QStringSt4pairIKS1_iESaIS4_ENS_10_Select1stESt8equal_toIS1_ESt4hashIS1_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS3_@Base 1.16.0
+ (optional=templinst)_ZNSt8__detail9_Map_baseIPKN3qbs8Internal15ResolvedProductESt4pairIKS5_12QScriptValueESaIS9_ENS_10_Select1stESt8equal_toIS5_ESt4hashIS5_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS7_@Base 1.17.0
+ (optional=templinst)_ZNSt8__detail9_Map_baseIPKN3qbs8Internal15ResolvedProjectESt4pairIKS5_12QScriptValueESaIS9_ENS_10_Select1stESt8equal_toIS5_ESt4hashIS5_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS7_@Base 1.17.0
+ (optional=templinst)_ZNSt8__detail9_Map_baseIPKN3qbs8Internal4ItemESt4pairIKS5_St6vectorINS1_9ErrorInfoESaIS9_EEESaISC_ENS_10_Select1stESt8equal_toIS5_ESt4hashIS5_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS7_@Base 1.17.0
+ (optional=templinst)_ZNSt8__detail9_Map_baseIPKvSt4pairIKS2_iESaIS5_ENS_10_Select1stESt8equal_toIS2_ESt4hashIS2_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS4_@Base 1.14.1
+ (optional=templinst)_ZNSt8__detail9_Map_baseIPN3qbs8Internal4ItemESt4pairIKS4_St6vectorIS4_SaIS4_EEESaISA_ENS_10_Select1stESt8equal_toIS4_ESt4hashIS4_ENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS6_@Base 1.13.1
+ (optional=templinst)_ZNSt8__detail9_Map_baseIxSt4pairIKxSt6vectorI7QStringSaIS4_EEESaIS7_ENS_10_Select1stESt8equal_toIxESt4hashIxENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixEOx@Base 1.11.0
+ (optional=templinst)_ZNSt8__detail9_StateSeqINSt7__cxx1112regex_traitsIcEEE8_M_cloneEv@Base 1.10.0
+ (optional=templinst)_ZSt13binary_searchIN9__gnu_cxx17__normal_iteratorIPKcSt6vectorIcSaIcEEEEcEbT_S8_RKT0_@Base 1.12.0
+ _ZTI11QScriptable@Base 1.2.1
+ _ZTI12QScriptValue@Base 1.5.0
+ _ZTIFRK7QStringvE@Base 1.17.0
+ _ZTIFRKN3qbs12CodeLocationEvE@Base 1.17.0
+ _ZTIMN3qbs11ProductDataEKFRK7QStringvE@Base 1.17.0
+ _ZTIMN3qbs11ProductDataEKFRKNS_12CodeLocationEvE@Base 1.17.0
+ _ZTIMN3qbs11ProjectDataEKFRK7QStringvE@Base 1.17.0
+ _ZTIN3qbs10InstallJobE@Base 1.2.1
+ _ZTIN3qbs11AbstractJobE@Base 1.2.1
+ _ZTIN3qbs11ProductDataE@Base 1.10.0
+ _ZTIN3qbs11ProjectDataE@Base 1.10.0
+ _ZTIN3qbs13SettingsModelE@Base 1.4.0
+ _ZTIN3qbs15SetupProjectJobE@Base 1.2.1
+ _ZTIN3qbs16ProjectGeneratorE@Base 1.7.0
+ _ZTIN3qbs3gen3xml12INodeVisitorE@Base 1.16.0
+ _ZTIN3qbs3gen3xml13ProjectWriterE@Base 1.16.0
+ _ZTIN3qbs3gen3xml13PropertyGroupE@Base 1.16.0
+ _ZTIN3qbs3gen3xml15WorkspaceWriterE@Base 1.16.0
+ _ZTIN3qbs3gen3xml7ProjectE@Base 1.16.0
+ _ZTIN3qbs3gen3xml8PropertyE@Base 1.16.0
+ _ZTIN3qbs3gen3xml9WorkspaceE@Base 1.16.0
+ _ZTIN3qbs8BuildJobE@Base 1.2.1
+ _ZTIN3qbs8CleanJobE@Base 1.2.1
+ _ZTIN3qbs8ILogSinkE@Base 1.2.1
+ _ZTIN3qbs8Internal12ScriptEngineE@Base 1.10.0
+ _ZTIN3qbs8Internal13CycleDetectorE@Base 1.10.0
+ _ZTIN3qbs8Internal15ResolvedProjectE@Base 1.10.0
+ _ZTIN3qbs8Internal15TopLevelProjectE@Base 1.10.0
+ _ZTIN3qbs8Internal16IdentifierSearchE@Base 1.10.0
+ _ZTIN3qbs8Internal8ArtifactE@Base 1.10.0
+ _ZTIN3qbs8Internal9EvaluatorE@Base 1.10.0
+ _ZTIN3qbs9ErrorInfoE@Base 1.2.1
+ _ZTIN8QbsQmlJS3AST7VisitorE@Base 1.10.0
+ (arch=armel riscv64)_ZTIN9__gnu_cxx24__concurrence_lock_errorE@Base 1.12.2
+ (arch=armel riscv64)_ZTIN9__gnu_cxx26__concurrence_unlock_errorE@Base 1.12.2
+ (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 1.12.2
+ _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb0EEE@Base 1.10.0
+ _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEE@Base 1.10.0
+ _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEE@Base 1.10.0
+ _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEE@Base 1.10.0
+ _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb0EEE@Base 1.10.0
+ _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb1EEE@Base 1.10.0
+ _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1ELb0EEE@Base 1.10.0
+ _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1ELb1EEE@Base 1.10.0
+ _ZTINSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0EEE@Base 1.10.0
+ _ZTINSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1EEE@Base 1.10.0
+ _ZTINSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0EEE@Base 1.10.0
+ _ZTINSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EEE@Base 1.10.0
+ _ZTINSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0EEE@Base 1.10.0
+ _ZTINSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1EEE@Base 1.10.0
+ _ZTINSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0EEE@Base 1.10.0
+ _ZTINSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EEE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal13ResolvedGroupELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal13ResolvedGroupELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProductELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProductELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProjectELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProjectELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal15TopLevelProjectELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal15TopLevelProjectELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal19PropertyMapInternalELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal19PropertyMapInternalELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal8ItemPoolELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt15_Sp_counted_ptrIPN3qbs8Internal8ItemPoolELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel armhf)_ZTISt19_Sp_make_shared_tag@Base 1.12.2
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceIN3qbs8Internal16ProjectBuildDataESaIS2_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceIN3qbs8Internal16ProjectBuildDataESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceINSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEESaIS5_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceINSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTISt23_Sp_counted_ptr_inplaceINSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEEESaIS5_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTISt23_Sp_counted_ptr_inplaceINSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ _ZTS11QScriptable@Base 1.2.1
+ _ZTS12QScriptValue@Base 1.5.0
+ _ZTSFRK7QStringvE@Base 1.17.0
+ _ZTSFRKN3qbs12CodeLocationEvE@Base 1.17.0
+ _ZTSMN3qbs11ProductDataEKFRK7QStringvE@Base 1.17.0
+ _ZTSMN3qbs11ProductDataEKFRKNS_12CodeLocationEvE@Base 1.17.0
+ _ZTSMN3qbs11ProjectDataEKFRK7QStringvE@Base 1.17.0
+ _ZTSN3qbs10InstallJobE@Base 1.2.1
+ _ZTSN3qbs11AbstractJobE@Base 1.2.1
+ _ZTSN3qbs11ProductDataE@Base 1.10.0
+ _ZTSN3qbs11ProjectDataE@Base 1.10.0
+ _ZTSN3qbs13SettingsModelE@Base 1.4.0
+ _ZTSN3qbs15SetupProjectJobE@Base 1.2.1
+ _ZTSN3qbs16ProjectGeneratorE@Base 1.7.0
+ _ZTSN3qbs3gen3xml12INodeVisitorE@Base 1.16.0
+ _ZTSN3qbs3gen3xml13ProjectWriterE@Base 1.16.0
+ _ZTSN3qbs3gen3xml13PropertyGroupE@Base 1.16.0
+ _ZTSN3qbs3gen3xml15WorkspaceWriterE@Base 1.16.0
+ _ZTSN3qbs3gen3xml7ProjectE@Base 1.16.0
+ _ZTSN3qbs3gen3xml8PropertyE@Base 1.16.0
+ _ZTSN3qbs3gen3xml9WorkspaceE@Base 1.16.0
+ _ZTSN3qbs8BuildJobE@Base 1.2.1
+ _ZTSN3qbs8CleanJobE@Base 1.2.1
+ _ZTSN3qbs8ILogSinkE@Base 1.2.1
+ _ZTSN3qbs8Internal12ScriptEngineE@Base 1.10.0
+ _ZTSN3qbs8Internal13CycleDetectorE@Base 1.10.0
+ _ZTSN3qbs8Internal15ResolvedProjectE@Base 1.10.0
+ _ZTSN3qbs8Internal15TopLevelProjectE@Base 1.10.0
+ _ZTSN3qbs8Internal16IdentifierSearchE@Base 1.10.0
+ _ZTSN3qbs8Internal8ArtifactE@Base 1.10.0
+ _ZTSN3qbs8Internal9EvaluatorE@Base 1.10.0
+ _ZTSN3qbs9ErrorInfoE@Base 1.2.1
+ _ZTSN8QbsQmlJS3AST7VisitorE@Base 1.10.0
+ (arch=armel riscv64)_ZTSN9__gnu_cxx24__concurrence_lock_errorE@Base 1.12.2
+ (arch=armel riscv64)_ZTSN9__gnu_cxx26__concurrence_unlock_errorE@Base 1.12.2
+ (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 1.12.2
+ _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb0EEE@Base 1.10.0
+ _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEE@Base 1.10.0
+ _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEE@Base 1.10.0
+ _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEE@Base 1.10.0
+ _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb0EEE@Base 1.10.0
+ _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb1EEE@Base 1.10.0
+ _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1ELb0EEE@Base 1.10.0
+ _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1ELb1EEE@Base 1.10.0
+ _ZTSNSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0EEE@Base 1.10.0
+ _ZTSNSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1EEE@Base 1.10.0
+ _ZTSNSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0EEE@Base 1.10.0
+ _ZTSNSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EEE@Base 1.10.0
+ _ZTSNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0EEE@Base 1.10.0
+ _ZTSNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1EEE@Base 1.10.0
+ _ZTSNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0EEE@Base 1.10.0
+ _ZTSNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EEE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal13ResolvedGroupELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal13ResolvedGroupELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProductELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProductELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProjectELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProjectELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal15TopLevelProjectELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal15TopLevelProjectELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal19PropertyMapInternalELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal19PropertyMapInternalELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal8ItemPoolELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt15_Sp_counted_ptrIPN3qbs8Internal8ItemPoolELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ _ZTSSt19_Sp_make_shared_tag@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN3qbs8Internal16ProjectBuildDataESaIS2_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN3qbs8Internal16ProjectBuildDataESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceINSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEESaIS5_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceINSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceINSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEEESaIS5_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTSSt23_Sp_counted_ptr_inplaceINSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ _ZTVN3qbs10InstallJobE@Base 1.2.1
+ _ZTVN3qbs11AbstractJobE@Base 1.2.1
+ _ZTVN3qbs13SettingsModelE@Base 1.4.0
+ _ZTVN3qbs15SetupProjectJobE@Base 1.2.1
+ _ZTVN3qbs16ProjectGeneratorE@Base 1.7.0
+ _ZTVN3qbs3gen3xml13ProjectWriterE@Base 1.16.0
+ _ZTVN3qbs3gen3xml13PropertyGroupE@Base 1.16.0
+ _ZTVN3qbs3gen3xml15WorkspaceWriterE@Base 1.16.0
+ _ZTVN3qbs3gen3xml7ProjectE@Base 1.16.0
+ _ZTVN3qbs3gen3xml8PropertyE@Base 1.16.0
+ _ZTVN3qbs3gen3xml9WorkspaceE@Base 1.16.0
+ _ZTVN3qbs8BuildJobE@Base 1.2.1
+ _ZTVN3qbs8CleanJobE@Base 1.2.1
+ _ZTVN3qbs8ILogSinkE@Base 1.2.1
+ _ZTVN3qbs8Internal12ScriptEngineE@Base 1.10.0
+ _ZTVN3qbs8Internal13CycleDetectorE@Base 1.10.0
+ _ZTVN3qbs8Internal15ResolvedProjectE@Base 1.10.0
+ _ZTVN3qbs8Internal15TopLevelProjectE@Base 1.10.0
+ _ZTVN3qbs8Internal16IdentifierSearchE@Base 1.10.0
+ _ZTVN3qbs8Internal8ArtifactE@Base 1.10.0
+ _ZTVN3qbs8Internal9EvaluatorE@Base 1.10.0
+ _ZTVN8QbsQmlJS3AST7VisitorE@Base 1.10.0
+ (arch=armel riscv64)_ZTVN9__gnu_cxx24__concurrence_lock_errorE@Base 1.12.2
+ (arch=armel riscv64)_ZTVN9__gnu_cxx26__concurrence_unlock_errorE@Base 1.12.2
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal13ResolvedGroupELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal13ResolvedGroupELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProductELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProductELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProjectELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal15ResolvedProjectELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal15TopLevelProjectELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal15TopLevelProjectELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal19PropertyMapInternalELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal19PropertyMapInternalELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal8ItemPoolELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt15_Sp_counted_ptrIPN3qbs8Internal8ItemPoolELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceIN3qbs8Internal16ProjectBuildDataESaIS2_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceIN3qbs8Internal16ProjectBuildDataESaIS2_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceINSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEESaIS5_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceINSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (arch=armel riscv64)_ZTVSt23_Sp_counted_ptr_inplaceINSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEEESaIS5_ELN9__gnu_cxx12_Lock_policyE1EE@Base 1.12.2
+ (arch=!armel !riscv64)_ZTVSt23_Sp_counted_ptr_inplaceINSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEEESaIS5_ELN9__gnu_cxx12_Lock_policyE2EE@Base 1.10.0
+ (optional=templinst)_ZZNKSt7__cxx1112regex_traitsIcE16lookup_classnameIPKcEENS1_10_RegexMaskET_S6_bE12__classnames@Base 1.10.0
+ (optional=templinst)_ZZNKSt7__cxx1112regex_traitsIcE18lookup_collatenameIPKcEENS_12basic_stringIcSt11char_traitsIcESaIcEEET_SA_E14__collatenames@Base 1.10.0
+ (optional=templinst)_ZZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb0EEclEcE5__nul@Base 1.10.0
+ (optional=templinst)_ZZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEclEcE5__nul@Base 1.10.0
+ (optional=templinst)_ZZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEclEcE5__nul@Base 1.10.0
+ (optional=templinst)_ZZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEclEcE5__nul@Base 1.10.0
+ (optional=templinst)_ZZNKSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb0EE10_M_is_wordEcE3__s@Base 1.10.0
+ (optional=templinst)_ZZNKSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb1EE10_M_is_wordEcE3__s@Base 1.10.0
+ _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 1.12.2
+ _ZZZN3qbs7Profile12fallbackNameEvENKUlvE_clEvE15qstring_literal@Base 1.13.0
+ (c++)"non-virtual thunk to qbs::Internal::Artifact::accept(qbs::Internal::BuildGraphVisitor*)@Base" 1.10.0
+ (c++)"non-virtual thunk to qbs::Internal::Artifact::load(qbs::Internal::PersistentPool&)@Base" 1.10.0
+ (c++)"non-virtual thunk to qbs::Internal::Artifact::onChildDisconnected(qbs::Internal::BuildGraphNode*)@Base" 1.10.0
+ (c++)"non-virtual thunk to qbs::Internal::Artifact::store(qbs::Internal::PersistentPool&)@Base" 1.12.0
+ (c++)"non-virtual thunk to qbs::Internal::Artifact::toString() const@Base" 1.10.0
+ (c++)"non-virtual thunk to qbs::Internal::Artifact::~Artifact()@Base" 1.10.0
diff --git a/patches/disable_bad_assembly.diff b/patches/disable_bad_assembly.diff
new file mode 100644 (file)
index 0000000..33a13f5
--- /dev/null
@@ -0,0 +1,18 @@
+Description: disable build of arm-gcc.s, it causes errors from as
+ arm-gcc.s:4: Error: operand 1 must be an integer register -- `mov r0,#0'
+ arm-gcc.s:5: Error: unknown mnemonic `bx' -- `bx lr'
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: not-needed
+Last-Update: 2020-09-20
+
+--- a/tests/auto/blackbox/testdata-baremetal/one-object-asm-application/one-object-asm-application.qbs
++++ b/tests/auto/blackbox/testdata-baremetal/one-object-asm-application/one-object-asm-application.qbs
+@@ -46,8 +46,6 @@ BareMetalApplication {
+             if (qbs.architecture === "stm8")
+                 return true;
+         } else if (qbs.toolchainType === "gcc") {
+-            if (qbs.architecture.startsWith("arm"))
+-                return true;
+             if (qbs.architecture === "avr")
+                 return true;
+             if (qbs.architecture === "avr32")
diff --git a/patches/disable_tests_qtscript.diff b/patches/disable_tests_qtscript.diff
new file mode 100644 (file)
index 0000000..35651f9
--- /dev/null
@@ -0,0 +1,33 @@
+Description: limit API tests to only common architectures
+ On other architectures they are segfaulting due to bugs in QtScript.
+ The stacktrace is (obtained on ppc64el):
+   #0  SLL_PopRange (end=<synthetic pointer>, start=<synthetic pointer>, N=<optimized out>, head=0x3fffb32004e0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:742
+   #1  PopRange (end=<synthetic pointer>, start=<synthetic pointer>, N=<optimized out>, this=0x3fffb32004e0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2083
+   #2  ReleaseToCentralCache (N=192, cl=<optimized out>, this=0x3fffb3200478) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2795
+   #3  QTWTF::TCMalloc_ThreadCache::Cleanup (this=0x3fffb3200478) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2745
+   #4  0x00003fffb724c6d8 in QTWTF::TCMalloc_ThreadCache::DeleteCache (heap=0x3fffb3200478) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:3069
+   #5  0x00003fffb6a48604 in __nptl_deallocate_tsd () at pthread_create.c:157
+   #6  0x00003fffb6a489b8 in start_thread (arg=0x3fffb441f160) at pthread_create.c:322
+   #7  0x00003fffb745f870 in clone () at ../sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S:104
+ .
+ QBS is going to be ported away from QtScript, but in the mean time disable
+ API tests on non-common architectures to make the build pass.
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: not-needed
+Last-Update: 2019-04-18
+
+--- a/tests/auto/auto.pro
++++ b/tests/auto/auto.pro
+@@ -17,5 +17,10 @@ SUBDIRS += \
+     blackbox/blackbox-examples.pro \
+     blackbox/blackbox-java.pro \
+     blackbox/blackbox-joblimits.pro \
+-    blackbox/blackbox-qt.pro \
+-    api
++    blackbox/blackbox-qt.pro
++
++equals(QT_ARCH, i386) | equals(QT_ARCH, x86_64) | \
++equals(QT_ARCH, arm) | equals(QT_ARCH, arm64) | \
++equals(QT_ARCH, s390x) {
++    SUBDIRS += api
++}
diff --git a/patches/kfreebsd_soname.diff b/patches/kfreebsd_soname.diff
new file mode 100644 (file)
index 0000000..a5e8a83
--- /dev/null
@@ -0,0 +1,16 @@
+Description: use the same SONAME scheme on kfreebsd as on Linux
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: not-yet
+Last-Update: 2017-01-04
+
+--- a/src/lib/library.pri
++++ b/src/lib/library.pri
+@@ -12,7 +12,7 @@ qbs_disable_rpath {
+     osx:QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
+ }
+-linux {
++!win32 {
+     # Turn off absurd qmake's soname "logic" and directly add the linker flag.
+     QMAKE_LFLAGS_SONAME =
+     QMAKE_LFLAGS += -Wl,-soname=lib$${TARGET}.so.$${QBS_VERSION_MAJ}.$${QBS_VERSION_MIN}
diff --git a/patches/no_nosys_specs.diff b/patches/no_nosys_specs.diff
new file mode 100644 (file)
index 0000000..7422c67
--- /dev/null
@@ -0,0 +1,90 @@
+Description: do not use -specs=nosys.specs on Debian ARM architectures
+ This requires gcc-arm-none-eabi which we do not want to depend on.
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: not-needed
+Last-Update: 2021-01-05
+
+--- a/examples/baremetal/pca10001/greenblink/greenblink.qbs
++++ b/examples/baremetal/pca10001/greenblink/greenblink.qbs
+@@ -54,10 +54,7 @@ CppApplication {
+     condition: {
+         if (!qbs.architecture.startsWith("arm"))
+             return false;
+-        return (qbs.toolchain.contains("gcc")
+-                || qbs.toolchain.contains("iar")
+-                || qbs.toolchain.contains("keil"))
+-                && !qbs.toolchain.contains("xcode")
++        return false;
+     }
+     name: "pca10001-greenblink"
+     cpp.cLanguageVersion: "c99"
+--- a/examples/baremetal/pca10040/greenblink/greenblink.qbs
++++ b/examples/baremetal/pca10040/greenblink/greenblink.qbs
+@@ -54,10 +54,7 @@ CppApplication {
+     condition: {
+         if (!qbs.architecture.startsWith("arm"))
+             return false;
+-        return (qbs.toolchain.contains("gcc")
+-                || qbs.toolchain.contains("iar")
+-                || qbs.toolchain.contains("keil"))
+-                && !qbs.toolchain.contains("xcode")
++        return false;
+     }
+     name: "pca10040-greenblink"
+     cpp.cLanguageVersion: "c99"
+--- a/examples/baremetal/stm32f103/greenblink/greenblink.qbs
++++ b/examples/baremetal/stm32f103/greenblink/greenblink.qbs
+@@ -54,10 +54,7 @@ CppApplication {
+     condition: {
+         if (!qbs.architecture.startsWith("arm"))
+             return false;
+-        return (qbs.toolchain.contains("gcc")
+-                || qbs.toolchain.contains("iar")
+-                || qbs.toolchain.contains("keil"))
+-                && !qbs.toolchain.contains("xcode")
++        return false;
+     }
+     name: "stm32f103-greenblink"
+     cpp.cLanguageVersion: "c99"
+--- a/examples/baremetal/stm32f4discovery/blueblink/blueblink.qbs
++++ b/examples/baremetal/stm32f4discovery/blueblink/blueblink.qbs
+@@ -54,10 +54,7 @@ CppApplication {
+     condition: {
+         if (!qbs.architecture.startsWith("arm"))
+             return false;
+-        return (qbs.toolchain.contains("gcc")
+-                || qbs.toolchain.contains("iar")
+-                || qbs.toolchain.contains("keil"))
+-                && !qbs.toolchain.contains("xcode")
++        return false;
+     }
+     name: "stm32f4discovery-blueblink"
+     cpp.cLanguageVersion: "c99"
+--- a/tests/auto/blackbox/testdata-baremetal/BareMetalApplication.qbs
++++ b/tests/auto/blackbox/testdata-baremetal/BareMetalApplication.qbs
+@@ -81,11 +81,6 @@ CppApplication {
+         cpp.assemblerFlags: ["--cpu", "cortex-m0"]
+         cpp.driverFlags: ["-mcpu=cortex-m0", "--target=arm-arm-none-eabi"]
+     }
+-    Properties {
+-        condition: qbs.toolchain.contains("gcc")
+-            && qbs.architecture.startsWith("arm")
+-        cpp.driverFlags: ["-specs=nosys.specs"]
+-    }
+     Properties {
+         condition: qbs.toolchain.contains("gcc")
+             && qbs.architecture === "xtensa"
+--- a/tests/auto/blackbox/testdata-baremetal/BareMetalStaticLibrary.qbs
++++ b/tests/auto/blackbox/testdata-baremetal/BareMetalStaticLibrary.qbs
+@@ -81,11 +81,6 @@ StaticLibrary {
+         cpp.assemblerFlags: ["--cpu", "cortex-m0"]
+         cpp.driverFlags: ["-mcpu=cortex-m0", "--target=arm-arm-none-eabi"]
+     }
+-    Properties {
+-        condition: qbs.toolchain.contains("gcc")
+-            && qbs.architecture.startsWith("arm")
+-        cpp.driverFlags: ["-specs=nosys.specs"]
+-    }
+     Properties {
+         condition: qbs.toolchain.contains("gcc")
+             && qbs.architecture === "xtensa"
diff --git a/patches/processlauncher_destdir.diff b/patches/processlauncher_destdir.diff
new file mode 100644 (file)
index 0000000..b571e84
--- /dev/null
@@ -0,0 +1,16 @@
+Description: fix DESTDIR for qbs_processlauncher
+Author: Alexander Volkov <a.volkov@rusbitech.ru>
+Forwarded: no
+Last-Update: 2018-04-04
+
+--- a/src/libexec/libexec.pri
++++ b/src/libexec/libexec.pri
+@@ -3,7 +3,7 @@ include(../install_prefix.pri)
+ win32:LIBEXEC_BASE_DIR=bin
+ else:LIBEXEC_BASE_DIR=libexec/qbs
+-!isEmpty(QBS_LIBEXEC_DESTDIR):DESTDIR=$${QBS_LIBEXEC_DESTDIR}
++!isEmpty(QBS_LIBEXEC_DESTDIR):DESTDIR=../../../$${QBS_LIBEXEC_DESTDIR}
+ else:DESTDIR=../../../$$LIBEXEC_BASE_DIR
+ !isEmpty(QBS_LIBEXEC_INSTALL_DIR):target.path = $${QBS_LIBEXEC_INSTALL_DIR}
diff --git a/patches/remove_rpaths.diff b/patches/remove_rpaths.diff
new file mode 100644 (file)
index 0000000..bf186f9
--- /dev/null
@@ -0,0 +1,20 @@
+Description: do not pass wrong -L flag when linking with libqbscore
+Author: Adam Majer <adamm@zombino.com>
+Forwarded: not-needed
+Last-Update: 2015-03-13
+
+--- a/src/lib/corelib/use_installed_corelib.pri
++++ b/src/lib/corelib/use_installed_corelib.pri
+@@ -2,11 +2,9 @@ include(qbs_version.pri)
+ QBSLIBDIR=$${PWD}/../../lib
+ unix {
+-    LIBS += -L$$QBSLIBDIR -lqbscore
++    LIBS += -lqbscore
+ }
+-!qbs_disable_rpath:unix:QMAKE_LFLAGS += -Wl,-rpath,$${QBSLIBDIR}
+-
+ !CONFIG(static, static|shared) {
+     QBSCORELIBSUFFIX = $$QBS_VERSION_MAJ
+ }
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..0e6a1a0
--- /dev/null
@@ -0,0 +1,8 @@
+remove_rpaths.diff
+disable_tests_qtscript.diff
+skip_test_concurrent.diff
+kfreebsd_soname.diff
+processlauncher_destdir.diff
+test_sanitizers_only_on_amd64.diff
+no_nosys_specs.diff
+disable_bad_assembly.diff
diff --git a/patches/skip_test_concurrent.diff b/patches/skip_test_concurrent.diff
new file mode 100644 (file)
index 0000000..f825c5e
--- /dev/null
@@ -0,0 +1,25 @@
+Description: skip tests that hang on some non-x86 architectures
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: no
+Last-Update: 2021-01-23
+
+--- a/tests/auto/blackbox/tst_blackbox.cpp
++++ b/tests/auto/blackbox/tst_blackbox.cpp
+@@ -1729,6 +1729,7 @@ void TestBlackbox::clean()
+ void TestBlackbox::concurrentExecutor()
+ {
++    QSKIP("hangs on some architectures");
+     QDir::setCurrent(testDataDir + "/concurrent-executor");
+     QCOMPARE(runQbs(QStringList() << "-j" << "2"), 0);
+     QVERIFY2(!m_qbsStderr.contains("ASSERT"), m_qbsStderr.constData());
+--- a/tests/auto/blackbox/tst_blackboxjoblimits.cpp
++++ b/tests/auto/blackbox/tst_blackboxjoblimits.cpp
+@@ -143,6 +143,7 @@ void TestBlackboxJobLimits::jobLimits_da
+ void TestBlackboxJobLimits::jobLimits()
+ {
++    QSKIP("hangs on some architectures");
+     QDir::setCurrent(testDataDir + "/job-limits");
+     QFETCH(int, projectJobCount);
+     QFETCH(int, productJobCount);
diff --git a/patches/test_sanitizers_only_on_amd64.diff b/patches/test_sanitizers_only_on_amd64.diff
new file mode 100644 (file)
index 0000000..3821d36
--- /dev/null
@@ -0,0 +1,18 @@
+Description: test sanitizers only on amd64
+ In Debian, sanitizers are available not on all architectures.
+ For example, libtsan0 is available only on (amd64, arm64, ppc64, ppc64el).
+Author: Dmitry Shachnev <mitya57@debian.org>
+Forwarded: not-needed
+Last-Update: 2020-05-21
+
+--- a/tests/auto/blackbox/testdata/sanitizer/sanitizer.qbs
++++ b/tests/auto/blackbox/testdata/sanitizer/sanitizer.qbs
+@@ -19,7 +19,7 @@ CppApplication {
+             // thread sanitizer is not supported
+             return sanitizer !== "thread";
+         }
+-        return true;
++        return qbs.architecture === "x86_64";
+     }
+     condition: {
diff --git a/qbs-common.install b/qbs-common.install
new file mode 100644 (file)
index 0000000..64e2117
--- /dev/null
@@ -0,0 +1,175 @@
+usr/share/qbs/imports/qbs/BundleTools/bundle-tools.js
+usr/share/qbs/imports/qbs/DarwinTools/darwin-tools.js
+usr/share/qbs/imports/qbs/ModUtils/utils.js
+usr/share/qbs/imports/qbs/PathTools/path-tools.js
+usr/share/qbs/imports/qbs/Probes/AndroidNdkProbe.qbs
+usr/share/qbs/imports/qbs/Probes/AndroidSdkProbe.qbs
+usr/share/qbs/imports/qbs/Probes/BinaryProbe.qbs
+usr/share/qbs/imports/qbs/Probes/ClBinaryProbe.qbs
+usr/share/qbs/imports/qbs/Probes/ClangClBinaryProbe.qbs
+usr/share/qbs/imports/qbs/Probes/ClangClProbe.qbs
+usr/share/qbs/imports/qbs/Probes/ConanfileProbe.qbs
+usr/share/qbs/imports/qbs/Probes/FrameworkProbe.qbs
+usr/share/qbs/imports/qbs/Probes/GccBinaryProbe.qbs
+usr/share/qbs/imports/qbs/Probes/GccProbe.qbs
+usr/share/qbs/imports/qbs/Probes/GccVersionProbe.qbs
+usr/share/qbs/imports/qbs/Probes/IarProbe.qbs
+usr/share/qbs/imports/qbs/Probes/IcoUtilsVersionProbe.qbs
+usr/share/qbs/imports/qbs/Probes/IncludeProbe.qbs
+usr/share/qbs/imports/qbs/Probes/InnoSetupProbe.qbs
+usr/share/qbs/imports/qbs/Probes/JdkProbe.qbs
+usr/share/qbs/imports/qbs/Probes/JdkVersionProbe.qbs
+usr/share/qbs/imports/qbs/Probes/KeilProbe.qbs
+usr/share/qbs/imports/qbs/Probes/LibraryProbe.qbs
+usr/share/qbs/imports/qbs/Probes/MsvcProbe.qbs
+usr/share/qbs/imports/qbs/Probes/NodeJsProbe.qbs
+usr/share/qbs/imports/qbs/Probes/NpmProbe.qbs
+usr/share/qbs/imports/qbs/Probes/PathProbe.qbs
+usr/share/qbs/imports/qbs/Probes/PkgConfigProbe.qbs
+usr/share/qbs/imports/qbs/Probes/SdccProbe.qbs
+usr/share/qbs/imports/qbs/Probes/TypeScriptProbe.qbs
+usr/share/qbs/imports/qbs/Probes/WiXProbe.qbs
+usr/share/qbs/imports/qbs/Probes/XcodeProbe.qbs
+usr/share/qbs/imports/qbs/Probes/path-probe.js
+usr/share/qbs/imports/qbs/UnixUtils/unix-utils.js
+usr/share/qbs/imports/qbs/WindowsUtils/windows-utils.js
+usr/share/qbs/imports/qbs/base/AndroidApk.qbs
+usr/share/qbs/imports/qbs/base/AppleApplicationDiskImage.qbs
+usr/share/qbs/imports/qbs/base/AppleDiskImage.qbs
+usr/share/qbs/imports/qbs/base/Application.qbs
+usr/share/qbs/imports/qbs/base/ApplicationExtension.qbs
+usr/share/qbs/imports/qbs/base/AutotestRunner.qbs
+usr/share/qbs/imports/qbs/base/CppApplication.qbs
+usr/share/qbs/imports/qbs/base/DynamicLibrary.qbs
+usr/share/qbs/imports/qbs/base/InnoSetup.qbs
+usr/share/qbs/imports/qbs/base/InstallPackage.qbs
+usr/share/qbs/imports/qbs/base/JavaClassCollection.qbs
+usr/share/qbs/imports/qbs/base/JavaJarFile.qbs
+usr/share/qbs/imports/qbs/base/Library.qbs
+usr/share/qbs/imports/qbs/base/LoadableModule.qbs
+usr/share/qbs/imports/qbs/base/NSISSetup.qbs
+usr/share/qbs/imports/qbs/base/NativeBinary.qbs
+usr/share/qbs/imports/qbs/base/NetModule.qbs
+usr/share/qbs/imports/qbs/base/NodeJSApplication.qbs
+usr/share/qbs/imports/qbs/base/QtApplication.qbs
+usr/share/qbs/imports/qbs/base/QtGuiApplication.qbs
+usr/share/qbs/imports/qbs/base/StaticLibrary.qbs
+usr/share/qbs/imports/qbs/base/WindowsInstallerPackage.qbs
+usr/share/qbs/imports/qbs/base/WindowsSetupPackage.qbs
+usr/share/qbs/imports/qbs/base/XPCService.qbs
+usr/share/qbs/module-providers/Qt/provider.qbs
+usr/share/qbs/module-providers/Qt/setup-qt.js
+usr/share/qbs/module-providers/Qt/templates/QtModule.qbs
+usr/share/qbs/module-providers/Qt/templates/QtPlugin.qbs
+usr/share/qbs/module-providers/Qt/templates/android_support.qbs
+usr/share/qbs/module-providers/Qt/templates/core.qbs
+usr/share/qbs/module-providers/Qt/templates/dbus.js
+usr/share/qbs/module-providers/Qt/templates/dbus.qbs
+usr/share/qbs/module-providers/Qt/templates/gui.qbs
+usr/share/qbs/module-providers/Qt/templates/moc.js
+usr/share/qbs/module-providers/Qt/templates/module.qbs
+usr/share/qbs/module-providers/Qt/templates/plugin.qbs
+usr/share/qbs/module-providers/Qt/templates/plugin_support.qbs
+usr/share/qbs/module-providers/Qt/templates/qdoc.js
+usr/share/qbs/module-providers/Qt/templates/qml.js
+usr/share/qbs/module-providers/Qt/templates/qml.qbs
+usr/share/qbs/module-providers/Qt/templates/qmlcache.qbs
+usr/share/qbs/module-providers/Qt/templates/quick.js
+usr/share/qbs/module-providers/Qt/templates/quick.qbs
+usr/share/qbs/module-providers/Qt/templates/scxml.qbs
+usr/share/qbs/module-providers/__fallback/fallback.qbs
+usr/share/qbs/module-providers/__fallback/provider.qbs
+usr/share/qbs/modules/Android/android-utils.js
+usr/share/qbs/modules/Android/ndk/ndk.qbs
+usr/share/qbs/modules/Android/ndk/utils.js
+usr/share/qbs/modules/Android/sdk/sdk.qbs
+usr/share/qbs/modules/Android/sdk/utils.js
+usr/share/qbs/modules/Exporter/pkgconfig/pkgconfig.js
+usr/share/qbs/modules/Exporter/pkgconfig/pkgconfig.qbs
+usr/share/qbs/modules/Exporter/qbs/qbsexporter.js
+usr/share/qbs/modules/Exporter/qbs/qbsexporter.qbs
+usr/share/qbs/modules/archiver/archiver.qbs
+usr/share/qbs/modules/autotest/autotest.qbs
+usr/share/qbs/modules/bundle/BundleModule.qbs
+usr/share/qbs/modules/bundle/MacOSX-Package-Types.xcspec
+usr/share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
+usr/share/qbs/modules/bundle/bundle.js
+usr/share/qbs/modules/capnproto/capnproto.js
+usr/share/qbs/modules/capnproto/capnprotobase.qbs
+usr/share/qbs/modules/capnproto/cpp/capnprotocpp.qbs
+usr/share/qbs/modules/cli/CLIModule.qbs
+usr/share/qbs/modules/cli/cli.js
+usr/share/qbs/modules/cli/mono.qbs
+usr/share/qbs/modules/cli/windows-dotnet.qbs
+usr/share/qbs/modules/cpp/CppModule.qbs
+usr/share/qbs/modules/cpp/DarwinGCC.qbs
+usr/share/qbs/modules/cpp/GenericGCC.qbs
+usr/share/qbs/modules/cpp/LinuxGCC.qbs
+usr/share/qbs/modules/cpp/MingwBaseModule.qbs
+usr/share/qbs/modules/cpp/UnixGCC.qbs
+usr/share/qbs/modules/cpp/android-gcc.qbs
+usr/share/qbs/modules/cpp/cpp.js
+usr/share/qbs/modules/cpp/darwin.js
+usr/share/qbs/modules/cpp/freebsd-gcc.qbs
+usr/share/qbs/modules/cpp/freebsd.js
+usr/share/qbs/modules/cpp/gcc.js
+usr/share/qbs/modules/cpp/iar.js
+usr/share/qbs/modules/cpp/iar.qbs
+usr/share/qbs/modules/cpp/ios-gcc.qbs
+usr/share/qbs/modules/cpp/keil.js
+usr/share/qbs/modules/cpp/keil.qbs
+usr/share/qbs/modules/cpp/macos-gcc.qbs
+usr/share/qbs/modules/cpp/msvc.js
+usr/share/qbs/modules/cpp/qnx-qcc.qbs
+usr/share/qbs/modules/cpp/sdcc.js
+usr/share/qbs/modules/cpp/sdcc.qbs
+usr/share/qbs/modules/cpp/setuprunenv.js
+usr/share/qbs/modules/cpp/tvos-gcc.qbs
+usr/share/qbs/modules/cpp/watchos-gcc.qbs
+usr/share/qbs/modules/cpp/windows-clang-cl.qbs
+usr/share/qbs/modules/cpp/windows-clang-mingw.qbs
+usr/share/qbs/modules/cpp/windows-mingw.qbs
+usr/share/qbs/modules/cpp/windows-msvc-base.qbs
+usr/share/qbs/modules/cpp/windows-msvc.qbs
+usr/share/qbs/modules/cpufeatures/cpufeatures.qbs
+usr/share/qbs/modules/dmg/DMGModule.qbs
+usr/share/qbs/modules/dmg/dmg.js
+usr/share/qbs/modules/freedesktop/FreeDesktop.qbs
+usr/share/qbs/modules/freedesktop/freedesktop.js
+usr/share/qbs/modules/ib/IBModule.qbs
+usr/share/qbs/modules/ib/ib.js
+usr/share/qbs/modules/ico/IcoModule.qbs
+usr/share/qbs/modules/ico/ico.js
+usr/share/qbs/modules/innosetup/InnoSetupModule.qbs
+usr/share/qbs/modules/java/JavaModule.qbs
+usr/share/qbs/modules/java/io/qt/qbs/Artifact.java
+usr/share/qbs/modules/java/io/qt/qbs/ArtifactListJsonWriter.java
+usr/share/qbs/modules/java/io/qt/qbs/ArtifactListWriter.java
+usr/share/qbs/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java
+usr/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java
+usr/share/qbs/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java
+usr/share/qbs/modules/java/io/qt/qbs/tools/utils/NullFileObject.java
+usr/share/qbs/modules/java/utils.js
+usr/share/qbs/modules/lex_yacc/lexyacc.js
+usr/share/qbs/modules/lex_yacc/lexyacc.qbs
+usr/share/qbs/modules/nodejs/NodeJS.qbs
+usr/share/qbs/modules/nodejs/nodejs.js
+usr/share/qbs/modules/nsis/NSISModule.qbs
+usr/share/qbs/modules/pkgconfig/pkgconfig.qbs
+usr/share/qbs/modules/protobuf/cpp/protobufcpp.qbs
+usr/share/qbs/modules/protobuf/nanopb/nanopb.qbs
+usr/share/qbs/modules/protobuf/objc/protobufobjc.qbs
+usr/share/qbs/modules/protobuf/protobuf.js
+usr/share/qbs/modules/protobuf/protobufbase.qbs
+usr/share/qbs/modules/qbs/common.qbs
+usr/share/qbs/modules/qnx/qnx.qbs
+usr/share/qbs/modules/texttemplate/texttemplate.qbs
+usr/share/qbs/modules/typescript/TypeScriptModule.qbs
+usr/share/qbs/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts
+usr/share/qbs/modules/typescript/typescript.js
+usr/share/qbs/modules/vcs/vcs-module.qbs
+usr/share/qbs/modules/wix/WiXModule.qbs
+usr/share/qbs/modules/xcode/xcode.js
+usr/share/qbs/modules/xcode/xcode.qbs
+usr/share/qbs/qml-type-descriptions/qbs-bundle.json
+usr/share/qbs/qml-type-descriptions/qbs.qmltypes
diff --git a/qbs-dev.install b/qbs-dev.install
new file mode 100644 (file)
index 0000000..b93773e
--- /dev/null
@@ -0,0 +1,37 @@
+usr/include/qbs/api/jobs.h
+usr/include/qbs/api/languageinfo.h
+usr/include/qbs/api/project.h
+usr/include/qbs/api/projectdata.h
+usr/include/qbs/api/rulecommand.h
+usr/include/qbs/api/runenvironment.h
+usr/include/qbs/api/transformerdata.h
+usr/include/qbs/buildgraph/forward_decls.h
+usr/include/qbs/generators/generator.h
+usr/include/qbs/generators/generatordata.h
+usr/include/qbs/language/forward_decls.h
+usr/include/qbs/logging/ilogsink.h
+usr/include/qbs/qbs.h
+usr/include/qbs/qbs_version.pri
+usr/include/qbs/tools/architectures.h
+usr/include/qbs/tools/buildoptions.h
+usr/include/qbs/tools/cleanoptions.h
+usr/include/qbs/tools/codelocation.h
+usr/include/qbs/tools/commandechomode.h
+usr/include/qbs/tools/error.h
+usr/include/qbs/tools/generateoptions.h
+usr/include/qbs/tools/installoptions.h
+usr/include/qbs/tools/joblimits.h
+usr/include/qbs/tools/preferences.h
+usr/include/qbs/tools/processresult.h
+usr/include/qbs/tools/profile.h
+usr/include/qbs/tools/projectgeneratormanager.h
+usr/include/qbs/tools/qbs_export.h
+usr/include/qbs/tools/settings.h
+usr/include/qbs/tools/settingsmodel.h
+usr/include/qbs/tools/settingsrepresentation.h
+usr/include/qbs/tools/setupprojectparameters.h
+usr/include/qbs/tools/toolchains.h
+usr/include/qbs/tools/version.h
+usr/include/qbs/use_installed_corelib.pri
+usr/lib/${DEB_HOST_MULTIARCH}/libqbscore.prl
+usr/lib/${DEB_HOST_MULTIARCH}/libqbscore.so
diff --git a/qbs-doc-html.doc-base b/qbs-doc-html.doc-base
new file mode 100644 (file)
index 0000000..8fe199b
--- /dev/null
@@ -0,0 +1,12 @@
+Document: qbs-doc-html
+Title: Qbs Documentation
+Author: The Qt Company Ltd.
+Abstract:
+ Qbs is a tool that helps simplify the build process for developing projects
+ across multiple platforms. Qbs can be used for any software project, regardless
+ of programming language, toolkit, or libraries used.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/qbs/html/index.html
+Files: /usr/share/doc/qbs/html/*
diff --git a/qbs-doc-html.install b/qbs-doc-html.install
new file mode 100644 (file)
index 0000000..fd851d7
--- /dev/null
@@ -0,0 +1 @@
+usr/share/doc/qbs/html/
diff --git a/qbs-doc.install b/qbs-doc.install
new file mode 100644 (file)
index 0000000..90c1611
--- /dev/null
@@ -0,0 +1 @@
+doc/qbs.qch usr/share/qt5/doc/
diff --git a/qbs-examples.install b/qbs-examples.install
new file mode 100644 (file)
index 0000000..7d3cd0e
--- /dev/null
@@ -0,0 +1 @@
+usr/share/qbs/examples/
diff --git a/qbs-examples.maintscript b/qbs-examples.maintscript
new file mode 100644 (file)
index 0000000..2bcfa1d
--- /dev/null
@@ -0,0 +1 @@
+symlink_to_dir /usr/share/qbs/examples/cocoa-application/CocoaApplication/en_US.lproj en.lproj 1.18.0-5~ qbs-examples
diff --git a/qbs.install b/qbs.install
new file mode 100644 (file)
index 0000000..d2f98be
--- /dev/null
@@ -0,0 +1,16 @@
+usr/bin/qbs
+usr/bin/qbs-config
+usr/bin/qbs-config-ui
+usr/bin/qbs-create-project
+usr/bin/qbs-setup-android
+usr/bin/qbs-setup-qt
+usr/bin/qbs-setup-toolchains
+usr/lib/${DEB_HOST_MULTIARCH}/qbs/plugins/libclangcompilationdbgenerator.so
+usr/lib/${DEB_HOST_MULTIARCH}/qbs/plugins/libiarewgenerator.so
+usr/lib/${DEB_HOST_MULTIARCH}/qbs/plugins/libkeiluvgenerator.so
+usr/lib/${DEB_HOST_MULTIARCH}/qbs/plugins/libmakefilegenerator.so
+usr/lib/${DEB_HOST_MULTIARCH}/qbs/plugins/libqbs_cpp_scanner.so
+usr/lib/${DEB_HOST_MULTIARCH}/qbs/plugins/libqbs_qt_scanner.so
+usr/lib/${DEB_HOST_MULTIARCH}/qbs/plugins/libvisualstudiogenerator.so
+usr/libexec/qbs/qbs_processlauncher
+usr/share/man/man1/qbs.1
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..42d2b1a
--- /dev/null
+++ b/rules
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpkg/pkg-info.mk
+
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+export QT_SELECT := qt5
+
+%:
+       dh $@ --with pkgkde_symbolshelper --buildsystem=qmake
+
+override_dh_auto_clean:
+       dh_auto_clean
+       rm -rfv doc/html tests/auto/*/testWorkDir lib
+       rm -fv doc/qbs.qch bin/qbs* bin/tst*
+       find . -type f -name .gitignore -delete -print
+
+override_dh_auto_configure:
+       dh_auto_configure -- qbs.pro \
+               CONFIG+=debug \
+               CONFIG+=qbs_disable_rpath \
+               CONFIG+=qbs_enable_project_file_updates \
+               CONFIG+=qbs_enable_unit_tests \
+               QBS_INSTALL_PREFIX=/usr \
+               QBS_LIBRARY_DIRNAME=lib/${DEB_HOST_MULTIARCH}
+
+override_dh_auto_build-indep:
+       dh_auto_build -- docs
+       dh_auto_build -- sub-static-res-pro
+
+override_dh_auto_install-indep:
+       dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp install_inst_html_docs
+       dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp sub-static-pro-install_subtargets
+       dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp sub-static-res-pro-install_subtargets
+
+override_dh_auto_test-arch:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+       set -ex; \
+               export LD_LIBRARY_PATH=$(CURDIR)/lib/${DEB_HOST_MULTIARCH}:$$LD_LIBRARY_PATH; \
+               export HOME=$(CURDIR)/debian/.debhelper/generated/_source/home; \
+               export QBS_AUTOTEST_PROFILE=qbs_autotests; \
+               export QBS_AUTOTEST_ALWAYS_LOG_STDOUT=1; \
+               export QBS_AUTOTEST_ALWAYS_LOG_STDERR=1; \
+               $(CURDIR)/bin/qbs-setup-toolchains /usr/bin/gcc gcc; \
+               $(CURDIR)/bin/qbs-setup-qt /usr/bin/qmake qbs_autotests; \
+               [ -n "`$(CURDIR)/bin/qbs-config --list profiles.qbs_autotests.baseProfile`" ] || \
+                       $(CURDIR)/bin/qbs-config profiles.qbs_autotests.baseProfile gcc; \
+               LC_ALL=C.UTF-8 dh_auto_test --max-parallel=1
+endif
+
+override_dh_auto_test-indep:
+
+override_dh_install:
+       rm -fv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libqbscore.so.1
+       rm -fv debian/tmp/usr/libexec/qbs/dmgbuild
+       rm -rfv debian/tmp/usr/share/qbs/python
+       dh_install
+
+override_dh_installchangelogs:
+       dh_installchangelogs changelogs/changes-${DEB_VERSION_UPSTREAM:+dfsg=}.md
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..98ff5d4
--- /dev/null
+++ b/watch
@@ -0,0 +1,2 @@
+version=4
+https://download.qt.io/official_releases/qbs/([\d\.]*)/qbs-src-([^-]*)\.tar\.gz