qt6-remoteobjects (6.2.4-2) unstable; urgency=medium
authorPatrick Franz <deltaone@debian.org>
Fri, 22 Apr 2022 18:07:09 +0000 (19:07 +0100)
committerPatrick Franz <deltaone@debian.org>
Fri, 22 Apr 2022 18:07:09 +0000 (19:07 +0100)
  [ Patrick Franz ]
  * Upload to unstable.

[dgit import unpatched qt6-remoteobjects 6.2.4-2]

14 files changed:
1  2 
debian/changelog
debian/control
debian/copyright
debian/libqt6remoteobjects6-bin.install
debian/libqt6remoteobjects6.install
debian/libqt6remoteobjects6.symbols
debian/libqt6remoteobjectsqml6.install
debian/libqt6remoteobjectsqml6.symbols
debian/not-installed
debian/qml6-module-qtremoteobjects.install
debian/qt6-remoteobjects-dev.install
debian/rules
debian/source/format
debian/watch

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..3d468fd9df4b2a90159de32464879b51a3625443
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,34 @@@
++qt6-remoteobjects (6.2.4-2) unstable; urgency=medium
++
++  [ Patrick Franz ]
++  * Upload to unstable.
++
++ -- Patrick Franz <deltaone@debian.org>  Fri, 22 Apr 2022 20:07:09 +0200
++
++qt6-remoteobjects (6.2.4-1) experimental; urgency=medium
++
++  [ Lu YaNing ]
++  * New upstream release (6.2.4).
++  * Bump Qt B-Ds to 6.2.4.
++
++ -- Lu YaNing <dluyaning@gmail.com>  Thu, 31 Mar 2022 13:34:25 +0000
++
++qt6-remoteobjects (6.2.2-3) unstable; urgency=medium
++
++  [ Patrick Franz ]
++  * Upload to unstable.
++
++ -- Patrick Franz <deltaone@debian.org>  Tue, 15 Feb 2022 22:44:40 +0100
++
++qt6-remoteobjects (6.2.2-2) experimental; urgency=medium
++
++  [ Patrick Franz ]
++  * Update symbols from buildlogs.
++
++ -- Patrick Franz <deltaone@debian.org>  Mon, 06 Dec 2021 09:04:01 +0100
++
++qt6-remoteobjects (6.2.2-1) experimental; urgency=medium
++
++  * Initial release (Closes: #999892)
++
++ -- Patrick Franz <deltaone@debian.org>  Thu, 18 Nov 2021 08:11:29 +0100
diff --cc debian/control
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..ed799cc7bb96b6357f79010eec78186d2d2b641f
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,103 @@@
++Source: qt6-remoteobjects
++Section: libs
++Priority: optional
++Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
++Uploaders: Patrick Franz <deltaone@debian.org>, Lu YaNing <dluyaning@gmail.com>
++Build-Depends: cmake (>= 3.18~),
++               debhelper-compat (= 13),
++               libgl-dev,
++               libqt6opengl6-dev (>= 6.2.4+dfsg~),
++               libssl-dev,
++               libvulkan-dev [linux-any],
++               ninja-build,
++               pkg-config,
++               pkg-kde-tools,
++               qml6-module-qtquick (>= 6.2.4+dfsg~),
++               qml6-module-qttest (>= 6.2.4+dfsg~),
++               qt6-base-dev (>= 6.2.4+dfsg~),
++               qt6-base-private-dev (>= 6.2.4+dfsg~),
++               qt6-declarative-dev (>= 6.2.4+dfsg~),
++               qt6-declarative-private-dev (>= 6.2.4+dfsg~),
++               xauth <!nocheck>,
++               xvfb <!nocheck>,
++Standards-Version: 4.6.0
++Homepage: https://www.qt.io/developers/
++Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-remoteobjects
++Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-remoteobjects.git
++Rules-Requires-Root: no
++
++Package: libqt6remoteobjects6
++Architecture: any
++Multi-Arch: same
++Depends: ${misc:Depends}, ${shlibs:Depends}
++Description: Qt 6 Remote Objects library
++ Qt is a cross-platform C++ application framework. Qt's primary feature
++ is its rich set of widgets that provide standard GUI functionality.
++ .
++ Qt Remote Objects extends Qt's existing functionalities to enable
++ information exchange between processes or computers.
++ .
++ This package contains the shared library for Qt Remote Objects.
++
++Package: libqt6remoteobjectsqml6
++Architecture: any
++Multi-Arch: same
++Depends: ${misc:Depends}, ${shlibs:Depends}
++Description: Qt 6 Remote Objects QML library
++ Qt is a cross-platform C++ application framework. Qt's primary feature
++ is its rich set of widgets that provide standard GUI functionality.
++ .
++ Qt Remote Objects extends Qt's existing functionalities to enable
++ information exchange between processes or computers.
++ .
++ This package contains the shared library for Qt Remote Objects QML.
++
++Package: libqt6remoteobjects6-bin
++Architecture: any
++Section: utils
++Multi-Arch: foreign
++Depends: libqt6remoteobjects6 (= ${binary:Version}),
++         ${misc:Depends},
++         ${shlibs:Depends},
++Description: Qt 6 Remote Objects - the Replica Compiler (repc)
++ Qt is a cross-platform C++ application framework. Qt's primary feature
++ is its rich set of widgets that provide standard GUI functionality.
++ .
++ Qt Remote Objects extends Qt's existing functionalities to enable
++ information exchange between processes or computers.
++ .
++ The Replica Compiler (repc) generates QObject header files based on an API
++ definition file.
++
++Package: qml6-module-qtremoteobjects
++Architecture: any
++Multi-Arch: same
++Depends: qml6-module-qtquick (>= 6.2.4+dfsg~),
++         ${misc:Depends},
++         ${shlibs:Depends},
++Description: Qt 6 Remote Objects QML module
++ Qt is a cross-platform C++ application framework. Qt's primary feature
++ is its rich set of widgets that provide standard GUI functionality.
++ .
++ Qt Remote Objects extends Qt's existing functionalities to enable
++ information exchange between processes or computers.
++ .
++ This package provides the QML module for Qt Remote Objects.
++
++Package: qt6-remoteobjects-dev
++Section: libdevel
++Architecture: any
++Multi-Arch: same
++Depends: libqt6remoteobjects6 (= ${binary:Version}),
++         libqt6remoteobjects6-bin (= ${binary:Version}),
++         libqt6remoteobjectsqml6 (= ${binary:Version}),
++         qt6-base-dev,
++         ${misc:Depends},
++Description: Qt 6 Remote Objects - development files
++ Qt is a cross-platform C++ application framework. Qt's primary feature
++ is its rich set of widgets that provide standard GUI functionality.
++ .
++ Qt Remote Objects extends Qt's existing functionalities to enable
++ information exchange between processes or computers.
++ .
++ This package contains the development files for Qt Remote Objects.
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..e3b9eb9a7b7475ac2668d4c5e877bf15cac2f003
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,140 @@@
++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: qtremoteobjects-everywhere-src
++Source: https://download.qt.io/official_releases/qt/*/submodules/
++
++Files: *
++Copyright: 2014-2020 Ford Motor Company
++           2017-2021 The Qt Company Ltd.
++License: LGPL-3 or GPL-2
++
++Files: debian/*
++Copyright: 2021 Patrick Franz <deltaone@debian.org>,
++           2021 Lu YaNing <dluyaning@gmail.com>
++License: LGPL-3 or GPL-2
++
++Files: src/remoteobjects/doc/src/remoteobjects-*.qdoc
++Copyright: 2017-2019 Ford Motor Company
++License: GFDL-NIV-1.3
++
++Files: src/remoteobjects/doc/src/cmake-macros.qdoc
++       src/remoteobjects/doc/src/qt6-changes.qdoc
++       src/remoteobjects/doc/src/remoteobjects-custom-transport.qdoc
++Copyright: 2021 The Qt Company Ltd.
++License: GFDL-NIV-1.3
++
++Files: examples/*
++       src/remoteobjects/doc/snippets/cmake-macros/*
++Copyright: 2014-2019 Ford Motor Company
++License: BSD-3-clause
++
++Files: examples/remoteobjects/modelviewclient/doc/src/modelviewclient.qdoc
++       examples/remoteobjects/modelviewserver/doc/src/modelviewserver.qdoc
++       examples/remoteobjects/qmlmodelviewclient/doc/src/qmlmodelviewclient.qdoc
++       examples/remoteobjects/ssl/doc/src/ssl.qdoc
++       examples/remoteobjects/websockets/doc/src/websocket.qdoc
++Copyright: 2021 The Qt Company Ltd.
++License: GFDL-NIV-1.3
++
++Files: conanfile.py
++       tests/*
++       tools/*
++Copyright: 2015-2020 Ford Motor Company
++           2016-2021 The Qt Company Ltd.
++License: GPL-3 with Qt-1.0 exception
++
++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 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: 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: 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.
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..488030fe908d64317361344027de288993252c8e
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++usr/lib/qt6/libexec/repc
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..343a725266650f44e041dae766c1a469b0b94f0a
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++usr/lib/${DEB_HOST_MULTIARCH}/libQt6RemoteObjects.so.*
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..75556c879973a08f7b376b388743f1510738145a
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,458 @@@
++# SymbolsHelper-Confirmed: 6.2.2 armel armhf i386 riscv64
++libQt6RemoteObjects.so.6 libqt6remoteobjects6 #MINVER#
++* Build-Depends-Package: qt6-remoteobjects-dev
++ _ZGVZN9QMetaType21registerConverterImplI5QHashI7QString31QRemoteObjectSourceLocationInfoE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType21registerConverterImplI5QHashIi10QByteArrayE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType21registerConverterImplI5QListI21QPersistentModelIndexE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType21registerConverterImplI5QListIN2Qt11OrientationEE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType21registerConverterImplI5QListIN9QtPrivate10ModelIndexEE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType21registerConverterImplI5QListIiE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType23registerMutableViewImplI5QHashI7QString31QRemoteObjectSourceLocationInfoE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS9_EES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType23registerMutableViewImplI5QHashIi10QByteArrayE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType23registerMutableViewImplI5QListI21QPersistentModelIndexE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType23registerMutableViewImplI5QListIN2Qt11OrientationEE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS9_EES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType23registerMutableViewImplI5QListIN9QtPrivate10ModelIndexEE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS9_EES_S_E10unregister@Base 6.2.1
++ _ZGVZN9QMetaType23registerMutableViewImplI5QListIiE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS7_EES_S_E10unregister@Base 6.2.1
++ _ZN13QMetaSequence12MetaSequenceI5QListI21QPersistentModelIndexEE5valueE@Base 6.2.1
++ _ZN13QMetaSequence12MetaSequenceI5QListI8QVariantEE5valueE@Base 6.2.1
++ _ZN13QMetaSequence12MetaSequenceI5QListIN2Qt11OrientationEEE5valueE@Base 6.2.1
++ _ZN13QMetaSequence12MetaSequenceI5QListIN9QtPrivate10ModelIndexEEE5valueE@Base 6.2.1
++ _ZN13QMetaSequence12MetaSequenceI5QListIiEE5valueE@Base 6.2.1
++ _ZN15QtRemoteObjects20copyStoredPropertiesEPK11QMetaObjectPKvPv@Base 6.2.1
++ _ZN15QtRemoteObjects20copyStoredPropertiesEPK11QMetaObjectPKvR11QDataStream@Base 6.2.1
++ _ZN15QtRemoteObjects20copyStoredPropertiesEPK11QMetaObjectR11QDataStreamPv@Base 6.2.1
++ _ZN16QMetaAssociation15MetaAssociationI24QtROAssociativeContainerE5valueE@Base 6.2.1
++ _ZN16QMetaAssociation15MetaAssociationI4QMapI7QString8QVariantEE5valueE@Base 6.2.1
++ _ZN16QMetaAssociation15MetaAssociationI5QHashI7QString31QRemoteObjectSourceLocationInfoEE5valueE@Base 6.2.1
++ _ZN16QMetaAssociation15MetaAssociationI5QHashIi10QByteArrayEE5valueE@Base 6.2.1
++ _ZN16QtROIoDeviceBase11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN16QtROIoDeviceBase11qt_metacastEPKc@Base 6.2.1
++ _ZN16QtROIoDeviceBase12disconnectedEv@Base 6.2.1
++ _ZN16QtROIoDeviceBase12removeSourceERK7QString@Base 6.2.1
++ _ZN16QtROIoDeviceBase16staticMetaObjectE@Base 6.2.1
++ _ZN16QtROIoDeviceBase20initializeDataStreamEv@Base 6.2.1
++ _ZN16QtROIoDeviceBase4readERN15QtRemoteObjects27QRemoteObjectPacketTypeEnumER7QString@Base 6.2.1
++ _ZN16QtROIoDeviceBase5closeEv@Base 6.2.1
++ _ZN16QtROIoDeviceBase5writeERK10QByteArray@Base 6.2.1
++ _ZN16QtROIoDeviceBase5writeERK10QByteArrayx@Base 6.2.1
++ _ZN16QtROIoDeviceBase9addSourceERK7QString@Base 6.2.1
++ _ZN16QtROIoDeviceBase9readyReadEv@Base 6.2.1
++ _ZN16QtROIoDeviceBaseC1EP7QObject@Base 6.2.1
++ _ZN16QtROIoDeviceBaseC1ER23QtROIoDeviceBasePrivateP7QObject@Base 6.2.1
++ _ZN16QtROIoDeviceBaseC2EP7QObject@Base 6.2.1
++ _ZN16QtROIoDeviceBaseC2ER23QtROIoDeviceBasePrivateP7QObject@Base 6.2.1
++ _ZN16QtROIoDeviceBaseD0Ev@Base 6.2.1
++ _ZN16QtROIoDeviceBaseD1Ev@Base 6.2.1
++ _ZN16QtROIoDeviceBaseD2Ev@Base 6.2.1
++ _ZN17QRemoteObjectHost10setHostUrlERK4QUrlN21QRemoteObjectHostBase14AllowedSchemasE@Base 6.2.1
++ _ZN17QRemoteObjectHost11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN17QRemoteObjectHost11qt_metacastEPKc@Base 6.2.1
++ _ZN17QRemoteObjectHost14hostUrlChangedEv@Base 6.2.1
++ _ZN17QRemoteObjectHost16staticMetaObjectE@Base 6.2.1
++ _ZN17QRemoteObjectHostC1EP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectHostC1ER24QRemoteObjectHostPrivateP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectHostC1ERK4QUrlP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectHostC1ERK4QUrlS2_N21QRemoteObjectHostBase14AllowedSchemasEP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectHostC2EP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectHostC2ER24QRemoteObjectHostPrivateP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectHostC2ERK4QUrlP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectHostC2ERK4QUrlS2_N21QRemoteObjectHostBase14AllowedSchemasEP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectHostD0Ev@Base 6.2.1
++ _ZN17QRemoteObjectHostD1Ev@Base 6.2.1
++ _ZN17QRemoteObjectHostD2Ev@Base 6.2.1
++ _ZN17QRemoteObjectNode10timerEventEP11QTimerEvent@Base 6.2.1
++ _ZN17QRemoteObjectNode11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN17QRemoteObjectNode11qt_metacastEPKc@Base 6.2.1
++ _ZN17QRemoteObjectNode12acquireModelERK7QStringN15QtRemoteObjects13InitialActionERK5QListIiE@Base 6.2.1
++ _ZN17QRemoteObjectNode13connectToNodeERK4QUrl@Base 6.2.1
++ _ZN17QRemoteObjectNode14acquireDynamicERK7QString@Base 6.2.1
++ _ZN17QRemoteObjectNode14setRegistryUrlERK4QUrl@Base 6.2.1
++ _ZN17QRemoteObjectNode15waitForRegistryEi@Base 6.2.1
++ _ZN17QRemoteObjectNode16staticMetaObjectE@Base 6.2.1
++ _ZN17QRemoteObjectNode17initializeReplicaEP20QRemoteObjectReplicaRK7QString@Base 6.2.1
++ _ZN17QRemoteObjectNode17persistPropertiesERK7QStringRK10QByteArrayRK5QListI8QVariantE@Base 6.2.1
++ _ZN17QRemoteObjectNode17remoteObjectAddedERKSt4pairI7QString31QRemoteObjectSourceLocationInfoE@Base 6.2.1
++ _ZN17QRemoteObjectNode17setPersistedStoreEP35QRemoteObjectAbstractPersistedStore@Base 6.2.1
++ _ZN17QRemoteObjectNode18retrievePropertiesERK7QStringRK10QByteArray@Base 6.2.1
++ _ZN17QRemoteObjectNode19remoteObjectRemovedERKSt4pairI7QString31QRemoteObjectSourceLocationInfoE@Base 6.2.1
++ _ZN17QRemoteObjectNode20setHeartbeatIntervalEi@Base 6.2.1
++ _ZN17QRemoteObjectNode22registerExternalSchemaERK7QStringSt8functionIFv4QUrlEE@Base 6.2.1
++ _ZN17QRemoteObjectNode23addClientSideConnectionEP9QIODevice@Base 6.2.1
++ _ZN17QRemoteObjectNode24heartbeatIntervalChangedEi@Base 6.2.1
++ _ZN17QRemoteObjectNode5errorENS_9ErrorCodeE@Base 6.2.1
++ _ZN17QRemoteObjectNode7setNameERK7QString@Base 6.2.1
++ _ZN17QRemoteObjectNodeC1EP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectNodeC1ER24QRemoteObjectNodePrivateP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectNodeC1ERK4QUrlP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectNodeC2EP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectNodeC2ER24QRemoteObjectNodePrivateP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectNodeC2ERK4QUrlP7QObject@Base 6.2.1
++ _ZN17QRemoteObjectNodeD0Ev@Base 6.2.1
++ _ZN17QRemoteObjectNodeD1Ev@Base 6.2.1
++ _ZN17QRemoteObjectNodeD2Ev@Base 6.2.1
++ _ZN17QtROClientFactory8instanceEv@Base 6.2.1
++ _ZN17QtROServerFactory8instanceEv@Base 6.2.1
++ _ZN18QtROClientIoDevice11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN18QtROClientIoDevice11qt_metacastEPKc@Base 6.2.1
++ _ZN18QtROClientIoDevice15shouldReconnectEPS_@Base 6.2.1
++ _ZN18QtROClientIoDevice16staticMetaObjectE@Base 6.2.1
++ _ZN18QtROClientIoDevice20disconnectFromServerEv@Base 6.2.1
++ _ZN18QtROClientIoDevice6setUrlERK4QUrl@Base 6.2.1
++ _ZN18QtROClientIoDeviceC1EP7QObject@Base 6.2.1
++ _ZN18QtROClientIoDeviceC2EP7QObject@Base 6.2.1
++ _ZN18QtROClientIoDeviceD0Ev@Base 6.2.1
++ _ZN18QtROClientIoDeviceD1Ev@Base 6.2.1
++ _ZN18QtROClientIoDeviceD2Ev@Base 6.2.1
++ _ZN18QtROServerIoDevice11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN18QtROServerIoDevice11qt_metacastEPKc@Base 6.2.1
++ _ZN18QtROServerIoDevice16staticMetaObjectE@Base 6.2.1
++ _ZN18QtROServerIoDeviceC1EP7QObject@Base 6.2.1
++ _ZN18QtROServerIoDeviceC2EP7QObject@Base 6.2.1
++ _ZN20QRemoteObjectReplica10initializeEv@Base 6.2.1
++ _ZN20QRemoteObjectReplica11initializedEv@Base 6.2.1
++ _ZN20QRemoteObjectReplica11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN20QRemoteObjectReplica11qt_metacastEPKc@Base 6.2.1
++ _ZN20QRemoteObjectReplica12stateChangedENS_5StateES0_@Base 6.2.1
++ _ZN20QRemoteObjectReplica13sendWithReplyEN11QMetaObject4CallEiRK5QListI8QVariantE@Base 6.2.1
++ _ZN20QRemoteObjectReplica13setPropertiesEO5QListI8QVariantE@Base 6.2.1
++ _ZN20QRemoteObjectReplica13waitForSourceEi@Base 6.2.1
++ _ZN20QRemoteObjectReplica14initializeNodeEP17QRemoteObjectNodeRK7QString@Base 6.2.1
++ _ZN20QRemoteObjectReplica16staticMetaObjectE@Base 6.2.1
++ _ZN20QRemoteObjectReplica4sendEN11QMetaObject4CallEiRK5QListI8QVariantE@Base 6.2.1
++ _ZN20QRemoteObjectReplica7setNodeEP17QRemoteObjectNode@Base 6.2.1
++ _ZN20QRemoteObjectReplica8notifiedEv@Base 6.2.1
++ _ZN20QRemoteObjectReplica8setChildEiRK8QVariant@Base 6.2.1
++ _ZN20QRemoteObjectReplicaC1ENS_15ConstructorTypeE@Base 6.2.1
++ _ZN20QRemoteObjectReplicaC1ER14QObjectPrivateP7QObject@Base 6.2.1
++ _ZN20QRemoteObjectReplicaC2ENS_15ConstructorTypeE@Base 6.2.1
++ _ZN20QRemoteObjectReplicaC2ER14QObjectPrivateP7QObject@Base 6.2.1
++ _ZN20QRemoteObjectReplicaD0Ev@Base 6.2.1
++ _ZN20QRemoteObjectReplicaD1Ev@Base 6.2.1
++ _ZN20QRemoteObjectReplicaD2Ev@Base 6.2.1
++ _ZN21QRemoteObjectHostBase10setHostUrlERK4QUrlNS_14AllowedSchemasE@Base 6.2.1
++ _ZN21QRemoteObjectHostBase11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN21QRemoteObjectHostBase11qt_metacastEPKc@Base 6.2.1
++ _ZN21QRemoteObjectHostBase12reverseProxyESt8functionIFb11QStringViewS1_EE@Base 6.2.1
++ _ZN21QRemoteObjectHostBase14enableRemotingEP18QAbstractItemModelRK7QString5QListIiEP19QItemSelectionModel@Base 6.2.1
++ _ZN21QRemoteObjectHostBase14enableRemotingEP7QObjectPK12SourceApiMapS1_@Base 6.2.1
++ _ZN21QRemoteObjectHostBase14enableRemotingEP7QObjectRK7QString@Base 6.2.1
++ _ZN21QRemoteObjectHostBase15disableRemotingEP7QObject@Base 6.2.1
++ _ZN21QRemoteObjectHostBase16staticMetaObjectE@Base 6.2.1
++ _ZN21QRemoteObjectHostBase21addHostSideConnectionEP9QIODevice@Base 6.2.1
++ _ZN21QRemoteObjectHostBase5proxyERK4QUrlS2_St8functionIFb11QStringViewS4_EE@Base 6.2.1
++ _ZN21QRemoteObjectHostBase7setNameERK7QString@Base 6.2.1
++ _ZN21QRemoteObjectHostBaseC1ER28QRemoteObjectHostBasePrivateP7QObject@Base 6.2.1
++ _ZN21QRemoteObjectHostBaseC2ER28QRemoteObjectHostBasePrivateP7QObject@Base 6.2.1
++ _ZN21QRemoteObjectHostBaseD0Ev@Base 6.2.1
++ _ZN21QRemoteObjectHostBaseD1Ev@Base 6.2.1
++ _ZN21QRemoteObjectHostBaseD2Ev@Base 6.2.1
++ _ZN21QRemoteObjectRegistry10initializeEv@Base 6.2.1
++ _ZN21QRemoteObjectRegistry11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN21QRemoteObjectRegistry11qt_metacastEPKc@Base 6.2.1
++ _ZN21QRemoteObjectRegistry12removeSourceERKSt4pairI7QString31QRemoteObjectSourceLocationInfoE@Base 6.2.1
++ _ZN21QRemoteObjectRegistry16staticMetaObjectE@Base 6.2.1
++ _ZN21QRemoteObjectRegistry17registerMetatypesEv@Base 6.2.1
++ _ZN21QRemoteObjectRegistry17remoteObjectAddedERKSt4pairI7QString31QRemoteObjectSourceLocationInfoE@Base 6.2.1
++ _ZN21QRemoteObjectRegistry19remoteObjectRemovedERKSt4pairI7QString31QRemoteObjectSourceLocationInfoE@Base 6.2.1
++ _ZN21QRemoteObjectRegistry22pushToRegistryIfNeededEv@Base 6.2.1
++ _ZN21QRemoteObjectRegistry28notifySourceLocationsChangedEv@Base 6.2.1
++ _ZN21QRemoteObjectRegistry9addSourceERKSt4pairI7QString31QRemoteObjectSourceLocationInfoE@Base 6.2.1
++ _ZN21QRemoteObjectRegistryC1EP17QRemoteObjectNodeRK7QStringP7QObject@Base 6.2.1
++ _ZN21QRemoteObjectRegistryC1EP7QObject@Base 6.2.1
++ _ZN21QRemoteObjectRegistryC2EP17QRemoteObjectNodeRK7QStringP7QObject@Base 6.2.1
++ _ZN21QRemoteObjectRegistryC2EP7QObject@Base 6.2.1
++ _ZN21QRemoteObjectRegistryD0Ev@Base 6.2.1
++ _ZN21QRemoteObjectRegistryD1Ev@Base 6.2.1
++ _ZN21QRemoteObjectRegistryD2Ev@Base 6.2.1
++ _ZN24QRemoteObjectPendingCall15waitForFinishedEi@Base 6.2.1
++ _ZN24QRemoteObjectPendingCall17fromCompletedCallERK8QVariant@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallC1EP28QRemoteObjectPendingCallData@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallC1ERKS_@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallC1Ev@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallC2EP28QRemoteObjectPendingCallData@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallC2ERKS_@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallC2Ev@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallD1Ev@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallD2Ev@Base 6.2.1
++ _ZN24QRemoteObjectPendingCallaSERKS_@Base 6.2.1
++ _ZN25QAbstractItemModelReplica11initializedEv@Base 6.2.1
++ _ZN25QAbstractItemModelReplica11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN25QAbstractItemModelReplica11qt_metacastEPKc@Base 6.2.1
++ (subst)_ZN25QAbstractItemModelReplica16setRootCacheSizeE{size_t}@Base 6.2.1
++ _ZN25QAbstractItemModelReplica16staticMetaObjectE@Base 6.2.1
++ _ZN25QAbstractItemModelReplica7setDataERK11QModelIndexRK8QVarianti@Base 6.2.1
++ _ZN25QAbstractItemModelReplicaC1EP39QAbstractItemModelReplicaImplementationN15QtRemoteObjects13InitialActionERK5QListIiE@Base 6.2.1
++ _ZN25QAbstractItemModelReplicaC2EP39QAbstractItemModelReplicaImplementationN15QtRemoteObjects13InitialActionERK5QListIiE@Base 6.2.1
++ _ZN25QAbstractItemModelReplicaD0Ev@Base 6.2.1
++ _ZN25QAbstractItemModelReplicaD1Ev@Base 6.2.1
++ _ZN25QAbstractItemModelReplicaD2Ev@Base 6.2.1
++ _ZN25QConnectionAbstractServer11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN25QConnectionAbstractServer11qt_metacastEPKc@Base 6.2.1
++ _ZN25QConnectionAbstractServer13newConnectionEv@Base 6.2.1
++ _ZN25QConnectionAbstractServer16staticMetaObjectE@Base 6.2.1
++ _ZN25QConnectionAbstractServer21nextPendingConnectionEv@Base 6.2.1
++ _ZN25QConnectionAbstractServerC1EP7QObject@Base 6.2.1
++ _ZN25QConnectionAbstractServerC2EP7QObject@Base 6.2.1
++ _ZN25QConnectionAbstractServerD0Ev@Base 6.2.1
++ _ZN25QConnectionAbstractServerD1Ev@Base 6.2.1
++ _ZN25QConnectionAbstractServerD2Ev@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHost11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHost11qt_metacastEPKc@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHost14setRegistryUrlERK4QUrl@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHost16staticMetaObjectE@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHostC1ER32QRemoteObjectRegistryHostPrivateP7QObject@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHostC1ERK4QUrlP7QObject@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHostC2ER32QRemoteObjectRegistryHostPrivateP7QObject@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHostC2ERK4QUrlP7QObject@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHostD0Ev@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHostD1Ev@Base 6.2.1
++ _ZN25QRemoteObjectRegistryHostD2Ev@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStore11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStore11qt_metacastEPKc@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStore14savePropertiesERK7QStringRK10QByteArrayRK5QListI8QVariantE@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStore16staticMetaObjectE@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStore17restorePropertiesERK7QStringRK10QByteArray@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStoreC1EP7QObject@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStoreC2EP7QObject@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStoreD0Ev@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStoreD1Ev@Base 6.2.1
++ _ZN26QRemoteObjectSettingsStoreD2Ev@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplica11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplica11qt_metacastEPKc@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplicaC1EP17QRemoteObjectNodeRK7QString@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplicaC1Ev@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplicaC2EP17QRemoteObjectNodeRK7QString@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplicaC2Ev@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplicaD0Ev@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplicaD1Ev@Base 6.2.1
++ _ZN27QRemoteObjectDynamicReplicaD2Ev@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcher11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcher11qt_metacastEPKc@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcher15waitForFinishedEv@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcher16staticMetaObjectE@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcher8finishedEPS_@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcherC1ERK24QRemoteObjectPendingCallP7QObject@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcherC2ERK24QRemoteObjectPendingCallP7QObject@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcherD0Ev@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcherD1Ev@Base 6.2.1
++ _ZN31QRemoteObjectPendingCallWatcherD2Ev@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStore11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStore11qt_metacastEPKc@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStore16staticMetaObjectE@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStoreC1EP7QObject@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStoreC1ER42QRemoteObjectAbstractPersistedStorePrivateP7QObject@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStoreC2EP7QObject@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStoreC2ER42QRemoteObjectAbstractPersistedStorePrivateP7QObject@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStoreD0Ev@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStoreD1Ev@Base 6.2.1
++ _ZN35QRemoteObjectAbstractPersistedStoreD2Ev@Base 6.2.1
++ _ZN9QtPrivate22qtro_method_index_implEPK11QMetaObjectPKcS4_PiPPKi@Base 6.2.1
++ _ZNK16QtROIoDeviceBase10metaObjectEv@Base 6.2.1
++ _ZNK16QtROIoDeviceBase13remoteObjectsEv@Base 6.2.1
++ _ZNK16QtROIoDeviceBase14bytesAvailableEv@Base 6.2.1
++ _ZNK16QtROIoDeviceBase6isOpenEv@Base 6.2.1
++ _ZNK16QtROIoDeviceBase9isClosingEv@Base 6.2.1
++ _ZNK17QRemoteObjectHost10metaObjectEv@Base 6.2.1
++ _ZNK17QRemoteObjectHost7hostUrlEv@Base 6.2.1
++ _ZNK17QRemoteObjectNode10metaObjectEv@Base 6.2.1
++ _ZNK17QRemoteObjectNode11registryUrlEv@Base 6.2.1
++ _ZNK17QRemoteObjectNode14persistedStoreEv@Base 6.2.1
++ _ZNK17QRemoteObjectNode17heartbeatIntervalEv@Base 6.2.1
++ _ZNK17QRemoteObjectNode8registryEv@Base 6.2.1
++ _ZNK17QRemoteObjectNode9instancesE11QStringView@Base 6.2.1
++ _ZNK17QRemoteObjectNode9lastErrorEv@Base 6.2.1
++ _ZNK18QtROClientIoDevice10deviceTypeEv@Base 6.2.1
++ _ZNK18QtROClientIoDevice10metaObjectEv@Base 6.2.1
++ _ZNK18QtROClientIoDevice3urlEv@Base 6.2.1
++ _ZNK18QtROServerIoDevice10deviceTypeEv@Base 6.2.1
++ _ZNK18QtROServerIoDevice10metaObjectEv@Base 6.2.1
++ _ZNK20QRemoteObjectReplica10metaObjectEv@Base 6.2.1
++ _ZNK20QRemoteObjectReplica13isInitializedEv@Base 6.2.1
++ _ZNK20QRemoteObjectReplica13propAsVariantEi@Base 6.2.1
++ _ZNK20QRemoteObjectReplica14isReplicaValidEv@Base 6.2.1
++ _ZNK20QRemoteObjectReplica17persistPropertiesERK7QStringRK10QByteArrayRK5QListI8QVariantE@Base 6.2.1
++ _ZNK20QRemoteObjectReplica18retrievePropertiesERK7QStringRK10QByteArray@Base 6.2.1
++ _ZNK20QRemoteObjectReplica4nodeEv@Base 6.2.1
++ _ZNK20QRemoteObjectReplica5stateEv@Base 6.2.1
++ _ZNK21QRemoteObjectHostBase10metaObjectEv@Base 6.2.1
++ _ZNK21QRemoteObjectHostBase7hostUrlEv@Base 6.2.1
++ _ZNK21QRemoteObjectRegistry10metaObjectEv@Base 6.2.1
++ _ZNK21QRemoteObjectRegistry15sourceLocationsEv@Base 6.2.1
++ _ZNK21QRemoteObjectRegistry23bindableSourceLocationsEv@Base 6.2.1
++ _ZNK24QRemoteObjectPendingCall10isFinishedEv@Base 6.2.1
++ _ZNK24QRemoteObjectPendingCall11returnValueEv@Base 6.2.1
++ _ZNK24QRemoteObjectPendingCall5errorEv@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica10headerDataEiN2Qt11OrientationEi@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica10metaObjectEv@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica11columnCountERK11QModelIndex@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica11hasChildrenERK11QModelIndex@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica13isInitializedEv@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica13rootCacheSizeEv@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica14availableRolesEv@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica14selectionModelEv@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica4dataERK11QModelIndexi@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica5flagsERK11QModelIndex@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica5indexEiiRK11QModelIndex@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica6parentERK11QModelIndex@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica7hasDataERK11QModelIndexi@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica8rowCountERK11QModelIndex@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica9multiDataERK11QModelIndex18QModelRoleDataSpan@Base 6.2.1
++ _ZNK25QAbstractItemModelReplica9roleNamesEv@Base 6.2.1
++ _ZNK25QConnectionAbstractServer10metaObjectEv@Base 6.2.1
++ _ZNK25QRemoteObjectRegistryHost10metaObjectEv@Base 6.2.1
++ _ZNK26QRemoteObjectSettingsStore10metaObjectEv@Base 6.2.1
++ _ZNK27QRemoteObjectDynamicReplica10metaObjectEv@Base 6.2.1
++ _ZNK31QRemoteObjectPendingCallWatcher10isFinishedEv@Base 6.2.1
++ _ZNK31QRemoteObjectPendingCallWatcher10metaObjectEv@Base 6.2.1
++ _ZNK35QRemoteObjectAbstractPersistedStore10metaObjectEv@Base 6.2.1
++ (optional=templinst)_ZNKSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_@Base 6.2.1
++ (optional=templinst|arch=riscv64)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE11equal_rangeERS2_@Base 6.2.1
++ (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS4_ESC_@Base 6.2.1
++ (optional=templinst|arch=riscv64)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE16_M_insert_uniqueIS4_EES1_ISt17_Rb_tree_iteratorIS4_EbEOT_@Base 6.2.1
++ (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE24_M_get_insert_unique_posERS2_@Base 6.2.1
++ (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS2_@Base 6.2.1
++ (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_8QVariantESt10_Select1stIS4_ESt4lessIS0_ESaIS4_EE4findERS2_@Base 6.2.1
++ (optional=templinst|arch=!i386)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St8functionIFv4QUrlEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE16_M_insert_uniqueIS7_EES1_ISt17_Rb_tree_iteratorIS7_EbEOT_@Base 6.2.1
++ (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St8functionIFv4QUrlEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE24_M_get_insert_unique_posERS2_@Base 6.2.1
++ (optional=templinst|arch=riscv64)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_St8functionIFv4QUrlEEESt10_Select1stIS7_ESt4lessIS0_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS2_@Base 6.2.1
++ _ZTI16QtROIoDeviceBase@Base 6.2.1
++ _ZTI17QRemoteObjectHost@Base 6.2.1
++ _ZTI17QRemoteObjectNode@Base 6.2.1
++ _ZTI18QtROClientIoDevice@Base 6.2.1
++ _ZTI18QtROServerIoDevice@Base 6.2.1
++ _ZTI20QRemoteObjectReplica@Base 6.2.1
++ _ZTI21QRemoteObjectHostBase@Base 6.2.1
++ _ZTI21QRemoteObjectRegistry@Base 6.2.1
++ _ZTI24QRemoteObjectPendingCall@Base 6.2.1
++ _ZTI25QAbstractItemModelReplica@Base 6.2.1
++ _ZTI25QConnectionAbstractServer@Base 6.2.1
++ _ZTI25QRemoteObjectRegistryHost@Base 6.2.1
++ _ZTI26QRemoteObjectSettingsStore@Base 6.2.1
++ _ZTI27QRemoteObjectDynamicReplica@Base 6.2.1
++ _ZTI31QRemoteObjectPendingCallWatcher@Base 6.2.1
++ _ZTI35QRemoteObjectAbstractPersistedStore@Base 6.2.1
++ (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 6.2.2
++ (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.2.2
++ (arch=armhf i386)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.2.2
++ (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.2.2
++ (arch=armhf i386)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.2.2
++ _ZTIZN9QMetaType17registerConverterI5QHashI7QString31QRemoteObjectSourceLocationInfoE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS4_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTIZN9QMetaType17registerConverterI5QHashIi10QByteArrayE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTIZN9QMetaType17registerConverterI5QListI21QPersistentModelIndexE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTIZN9QMetaType17registerConverterI5QListIN2Qt11OrientationEE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS4_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTIZN9QMetaType17registerConverterI5QListIN9QtPrivate10ModelIndexEE9QIterableI13QMetaSequenceENS2_33QSequentialIterableConvertFunctorIS4_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTIZN9QMetaType17registerConverterI5QListIiE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS2_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTIZN9QMetaType19registerMutableViewI5QHashI7QString31QRemoteObjectSourceLocationInfoE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS4_EEEEbT1_EUlPvSC_E_@Base 6.2.1
++ _ZTIZN9QMetaType19registerMutableViewI5QHashIi10QByteArrayE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.2.1
++ _ZTIZN9QMetaType19registerMutableViewI5QListI21QPersistentModelIndexE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.2.1
++ _ZTIZN9QMetaType19registerMutableViewI5QListIN2Qt11OrientationEE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS4_EEEEbT1_EUlPvSC_E_@Base 6.2.1
++ _ZTIZN9QMetaType19registerMutableViewI5QListIN9QtPrivate10ModelIndexEE9QIterableI13QMetaSequenceENS2_37QSequentialIterableMutableViewFunctorIS4_EEEEbT1_EUlPvSB_E_@Base 6.2.1
++ _ZTIZN9QMetaType19registerMutableViewI5QListIiE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS2_EEEEbT1_EUlPvSA_E_@Base 6.2.1
++ _ZTS16QtROIoDeviceBase@Base 6.2.1
++ _ZTS17QRemoteObjectHost@Base 6.2.1
++ _ZTS17QRemoteObjectNode@Base 6.2.1
++ _ZTS18QtROClientIoDevice@Base 6.2.1
++ _ZTS18QtROServerIoDevice@Base 6.2.1
++ _ZTS20QRemoteObjectReplica@Base 6.2.1
++ _ZTS21QRemoteObjectHostBase@Base 6.2.1
++ _ZTS21QRemoteObjectRegistry@Base 6.2.1
++ _ZTS24QRemoteObjectPendingCall@Base 6.2.1
++ _ZTS25QAbstractItemModelReplica@Base 6.2.1
++ _ZTS25QConnectionAbstractServer@Base 6.2.1
++ _ZTS25QRemoteObjectRegistryHost@Base 6.2.1
++ _ZTS26QRemoteObjectSettingsStore@Base 6.2.1
++ _ZTS27QRemoteObjectDynamicReplica@Base 6.2.1
++ _ZTS31QRemoteObjectPendingCallWatcher@Base 6.2.1
++ _ZTS35QRemoteObjectAbstractPersistedStore@Base 6.2.1
++ (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 6.2.2
++ (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.2.2
++ (arch=armhf i386)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.2.2
++ (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.2.2
++ (arch=armhf i386)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.2.2
++ _ZTSZN9QMetaType17registerConverterI5QHashI7QString31QRemoteObjectSourceLocationInfoE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS4_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTSZN9QMetaType17registerConverterI5QHashIi10QByteArrayE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTSZN9QMetaType17registerConverterI5QListI21QPersistentModelIndexE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTSZN9QMetaType17registerConverterI5QListIN2Qt11OrientationEE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS4_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTSZN9QMetaType17registerConverterI5QListIN9QtPrivate10ModelIndexEE9QIterableI13QMetaSequenceENS2_33QSequentialIterableConvertFunctorIS4_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTSZN9QMetaType17registerConverterI5QListIiE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS2_EEEEbT1_EUlPKvPvE_@Base 6.2.1
++ _ZTSZN9QMetaType19registerMutableViewI5QHashI7QString31QRemoteObjectSourceLocationInfoE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS4_EEEEbT1_EUlPvSC_E_@Base 6.2.1
++ _ZTSZN9QMetaType19registerMutableViewI5QHashIi10QByteArrayE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.2.1
++ _ZTSZN9QMetaType19registerMutableViewI5QListI21QPersistentModelIndexE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.2.1
++ _ZTSZN9QMetaType19registerMutableViewI5QListIN2Qt11OrientationEE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS4_EEEEbT1_EUlPvSC_E_@Base 6.2.1
++ _ZTSZN9QMetaType19registerMutableViewI5QListIN9QtPrivate10ModelIndexEE9QIterableI13QMetaSequenceENS2_37QSequentialIterableMutableViewFunctorIS4_EEEEbT1_EUlPvSB_E_@Base 6.2.1
++ _ZTSZN9QMetaType19registerMutableViewI5QListIiE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS2_EEEEbT1_EUlPvSA_E_@Base 6.2.1
++ _ZTV16QtROIoDeviceBase@Base 6.2.1
++ _ZTV17QRemoteObjectHost@Base 6.2.1
++ _ZTV17QRemoteObjectNode@Base 6.2.1
++ _ZTV18QtROClientIoDevice@Base 6.2.1
++ _ZTV18QtROServerIoDevice@Base 6.2.1
++ _ZTV20QRemoteObjectReplica@Base 6.2.1
++ _ZTV21QRemoteObjectHostBase@Base 6.2.1
++ _ZTV21QRemoteObjectRegistry@Base 6.2.1
++ _ZTV25QAbstractItemModelReplica@Base 6.2.1
++ _ZTV25QConnectionAbstractServer@Base 6.2.1
++ _ZTV25QRemoteObjectRegistryHost@Base 6.2.1
++ _ZTV26QRemoteObjectSettingsStore@Base 6.2.1
++ _ZTV27QRemoteObjectDynamicReplica@Base 6.2.1
++ _ZTV31QRemoteObjectPendingCallWatcher@Base 6.2.1
++ _ZTV35QRemoteObjectAbstractPersistedStore@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QHashI7QString31QRemoteObjectSourceLocationInfoE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QHashIi10QByteArrayE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListI21QPersistentModelIndexE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListIN2Qt11OrientationEE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListIN9QtPrivate10ModelIndexEE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListIiE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QHashI7QString31QRemoteObjectSourceLocationInfoE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS9_EES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QHashIi10QByteArrayE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListI21QPersistentModelIndexE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListIN2Qt11OrientationEE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS9_EES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListIN9QtPrivate10ModelIndexEE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS9_EES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListIiE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS7_EES_S_E10unregister@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI10QByteArrayE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI10QByteArrayE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS6_E_4_FUNES5_S6_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI10QByteArrayE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI10QByteArrayE7getDtorEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI11QModelIndexE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI11QModelIndexE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS6_E_4_FUNES5_S6_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI11QModelIndexE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI21QPersistentModelIndexE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI21QPersistentModelIndexE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS6_E_4_FUNES5_S6_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI21QPersistentModelIndexE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI21QPersistentModelIndexE7getDtorEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI4QUrlE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI4QUrlE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS6_E_4_FUNES5_S6_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI4QUrlE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI4QUrlE7getDtorEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI5QListI8QVariantEE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES7_S8_SA_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI5QListI8QVariantEE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS8_E_4_FUNES7_S8_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI5QListI8QVariantEE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES7_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI5QListI8QVariantEE7getDtorEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES7_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI5QSizeE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI5QSizeE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS6_E_4_FUNES5_S6_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI5QSizeE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI7QStringE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI7QStringE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS6_E_4_FUNES5_S6_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI7QStringE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI7QStringE7getDtorEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI8QVariantE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI8QVariantE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS6_E_4_FUNES5_S6_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI8QVariantE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI8QVariantE7getDtorEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIP7QObjectE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES6_S7_S9_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIP7QObjectE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS7_E_4_FUNES6_S7_S7_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIP7QObjectE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES6_S7_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIaE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES4_S5_S7_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIaE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS5_E_4_FUNES4_S5_S5_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIaE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES4_S5_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIbE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES4_S5_S7_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIbE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS5_E_4_FUNES4_S5_S5_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIbE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES4_S5_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIiE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES4_S5_S7_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIiE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS5_E_4_FUNES4_S5_S5_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIiE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES4_S5_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIsE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES4_S5_S7_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIsE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS5_E_4_FUNES4_S5_S5_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIsE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES4_S5_@Base 6.2.1
++ (optional=templinst|subst)_ZZN9QtPrivate16QMetaTypeForTypeI{size_t}E10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES4_S5_S7_@Base 6.2.1
++ (optional=templinst|subst)_ZZN9QtPrivate16QMetaTypeForTypeI{size_t}E10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS5_E_4_FUNES4_S5_S5_@Base 6.2.1
++ (optional=templinst|subst)_ZZN9QtPrivate16QMetaTypeForTypeI{size_t}E13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES4_S5_@Base 6.2.1
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..3848e0abf4685dba23f55144aa5f3e3e671828c5
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++usr/lib/${DEB_HOST_MULTIARCH}/libQt6RemoteObjectsQml.so.*
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..0086b31c957b81db07c9ce52cdd008093e5949fb
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,15 @@@
++# SymbolsHelper-Confirmed: 6.2.1 amd64
++libQt6RemoteObjectsQml.so.6 libqt6remoteobjectsqml6 #MINVER#
++* Build-Depends-Package: qt6-remoteobjects-dev
++ _Z34qml_register_types_QtRemoteObjectsv@Base 6.2.1
++ _ZTIFP7QObjectP10QQmlEngineP9QJSEngineE@Base 6.2.1
++ _ZTIPFP7QObjectP10QQmlEngineP9QJSEngineE@Base 6.2.1
++ _ZTSFP7QObjectP10QQmlEngineP9QJSEngineE@Base 6.2.1
++ _ZTSPFP7QObjectP10QQmlEngineP9QJSEngineE@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI8QVariantE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES5_S6_S8_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI8QVariantE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS6_E_4_FUNES5_S6_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI8QVariantE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeI8QVariantE7getDtorEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES5_S6_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIiE10getCopyCtrEvENUlPKNS_18QMetaTypeInterfaceEPvPKvE_4_FUNES4_S5_S7_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIiE10getMoveCtrEvENUlPKNS_18QMetaTypeInterfaceEPvS5_E_4_FUNES4_S5_S5_@Base 6.2.1
++ (optional=templinst)_ZZN9QtPrivate16QMetaTypeForTypeIiE13getDefaultCtrEvENUlPKNS_18QMetaTypeInterfaceEPvE_4_FUNES4_S5_@Base 6.2.1
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..773dad7e7f9c81e3bc4599023b11b2a332a8e33c
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,33 @@@
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/6.*
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QIOQnxSource
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QIntHash
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QQnxNativeIo
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QQnxNativeServer
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qconnection_qnx_qiodevices.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qconnection_qnx_server.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjectsQml/6.*
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRepParser/QRegexParser
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRepParser/QtRepParser
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRepParser/QtRepParserDepends
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRepParser/QtRepParserVersion
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRepParser/parser.g
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRepParser/qregexparser.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRepParser/qtrepparserversion.h
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsAdditionalTargetInfo.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfig.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfigVersion.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsTargets-none.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfigVersionImpl.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RepParser/Qt6RepParserAdditionalTargetInfo.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RepParser/Qt6RepParserConfig.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RepParser/Qt6RepParserConfigVersion.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RepParser/Qt6RepParserDependencies.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RepParser/Qt6RepParserTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RepParser/Qt6RepParserVersionlessTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RepParser/Qt6RepParserConfigVersionImpl.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/features/repparser.prf
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_remoteobjects_private.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_remoteobjectsqml_private.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_repparser.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_repparser_private.pri
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..1c43fd33da7576df8f96b6d95535e519eb7ac776
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,3 @@@
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtRemoteObjects/libdeclarative_remoteobjectsplugin.so
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtRemoteObjects/plugins.qmltypes
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtRemoteObjects/qmldir
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..e1c301c13f0cbe95212431f5f5159928aac6655c
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,84 @@@
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QAbstractItemModelReplica
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QConnectionAbstractServer
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectAbstractPersistedStore
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectDynamicReplica
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectHost
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectHostBase
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectNode
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectPendingCall
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectPendingCallWatcher
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectPendingReply
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectRegistry
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectRegistryHost
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectReplica
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectSettingsStore
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectSourceLocation
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectSourceLocationInfo
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QRemoteObjectSourceLocations
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QtROClientFactory
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QtROClientIoDevice
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QtROIoDeviceBase
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QtROServerFactory
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QtROServerIoDevice
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QtRemoteObjects
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QtRemoteObjectsDepends
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/QtRemoteObjectsVersion
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qconnectionfactories.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qremoteobjectabstractitemmodelreplica.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qremoteobjectdynamicreplica.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qremoteobjectnode.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qremoteobjectpendingcall.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qremoteobjectregistry.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qremoteobjectreplica.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qremoteobjectsettingsstore.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qremoteobjectsource.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qtremoteobjectglobal.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qtremoteobjects-config.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjects/qtremoteobjectsversion.h
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjectsQml/QtRemoteObjectsQml
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjectsQml/QtRemoteObjectsQmlDepends
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjectsQml/QtRemoteObjectsQmlVersion
++usr/include/${DEB_HOST_MULTIARCH}/qt6/QtRemoteObjectsQml/qtremoteobjectsqmlversion.h
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsAdditionalTargetInfo.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfig.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfigVersion.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfigVersionImpl.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsDependencies.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsMacros.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets-none.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlAdditionalTargetInfo.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfig.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersion.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersionImpl.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlDependencies.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets-none.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsAdditionalTargetInfo.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfig.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersion.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersionImpl.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsDependencies.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsTargets-none.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsVersionlessTargets.cmake
++usr/lib/${DEB_HOST_MULTIARCH}/libQt6RemoteObjects.prl
++usr/lib/${DEB_HOST_MULTIARCH}/libQt6RemoteObjects.so
++usr/lib/${DEB_HOST_MULTIARCH}/libQt6RemoteObjectsQml.prl
++usr/lib/${DEB_HOST_MULTIARCH}/libQt6RemoteObjectsQml.so
++usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt6remoteobjects_none_metatypes.json
++usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt6remoteobjectsqml_none_metatypes.json
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/features/remoteobjects_repc.prf
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/features/repcclient.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/features/repccommon.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/features/repcmerged.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/features/repcserver.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_remoteobjects.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_remoteobjectsqml.pri
++usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_repparser.pri
++usr/share/qt6/modules/RemoteObjects.json
++usr/share/qt6/modules/RemoteObjectsQml.json
++usr/share/qt6/modules/RepParser.json
diff --cc debian/rules
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..273b07d5d907565c623556922abd5ff2f3779139
new file mode 100755 (executable)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,16 @@@
++#!/usr/bin/make -f
++
++include /usr/share/dpkg/architecture.mk
++
++export DEB_BUILD_MAINT_OPTIONS = hardening=+all
++
++%:
++      dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
++
++override_dh_auto_configure:
++      dh_auto_configure -- \
++              -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
++
++execute_after_dh_auto_install:
++      # Reproducible builds: remove build paths from .prl files
++      sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..b057d98274aeb70af07e17e1d0ec1297020f360c
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,2 @@@
++version=4
++https://download.qt.io/archive/qt/([\d\.]*)/([\d\.]*)/submodules/qtremoteobjects-everywhere-src-(.*)\.tar\.xz