Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libqt5-qtconnectivity-examples-5.15.13+kde4-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: libqt5-qtconnectivity-examples Distribution: openSUSE Tumbleweed
Version: 5.15.13+kde4 Vendor: openSUSE
Release: 1.1 Build date: Tue Mar 19 10:55:38 2024
Group: Development/Libraries/X11 Build host: reproducible
Size: 2248132 Source RPM: libqt5-qtconnectivity-5.15.13+kde4-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.qt.io
Summary: Qt5 location examples
Examples for libqt5-qtconnectivity module.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Mar 19 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.13+kde4, rebased upstream:
    * Doc: Replace dead link to external neard page
    * Bump version to 5.15.13
* Fri Dec 29 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.12+kde6, rebased upstream:
    * Bump version to 5.15.12
* Fri Oct 06 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.11+kde6, rebased upstream:
    * Fix bluetooth service discovery not finishing on Android
    * Add a timeout guard for Android BT device discovery not starting
    * Repair tst_QBluetoothDeviceDiscoveryAgent unit test on Android
* Thu Sep 28 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.10+kde6:
    * Fix translation context of QBluetoothUuid::WeightScaleFeature
    * QBluetoothUuid: remove default case labels and fix the fallout
* Tue Jun 13 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.10+kde4, rebased upstream:
    * Update LGPL license header
    * Replace deprecated bluetooth disable/enable methods on Android
    * includemocs
    * QLeAdvertizerBluez: add missing Q_OBJECT macro
    * Rename qleadvertiser_p.h → qleadvertiser_bluez_p.h
    * QtConnectivity: replace qSwap with std::swap/member-swap where possible
    * Fix crash when service discovery agent (SDA) is stopped on Android
    * QLowEnergyControllerPrivateAndroid: remove unused forward declaration
    * Improve Android-12 bluetooth permission error reporting
    * Update BT LE peripheral role OS support documentation
    * Introduce Android 12 / SDK 31+ bluetooth permissions
    * tst_qbluetoothservicediscovery: make auto-test less evil
    * Remove QBluetoothSocket::connected double-emit on macOS
    * Fix Android bluetooth server assert when disposed of quickly
* Fri Apr 21 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde34, rebased upstream:
    * Close socket descriptor when QBluetoothSocketBluez is destroyed
    * Fix Bluez BT LE battery reading
    * Repair tst_QBluetoothDeviceDiscoveryAgent on Android
    * Accommodate different bluez socket types in autotest [secFlags]
    * Improve bluetooth service discovery on macOS Monterey
    * Avoid multiple client sockets in pingpong bluetooth example
    * IOBluetooth: tweak a couple of classes
    * Fix missing MetaType registration
    * Improve macOS classic bluetooth (server) SDP record creation
    * IOBluetooth: fix SDP inquiry broken by Monterey
    * Windows BT: reverse the latter UUID part to correct order
    * Document the bluetooth socket data pausing on macOS Monterey
    * Decrement the pending paired device counter only once per device
    * Make Windows bluetooth to scan all found devices for services
    * PingPong example: let the parent QObject do the cleanup
    * Android: fix signal order during service discovery
    * Store the serviceinfo in pingpong example
    * tst_QBluetoothServiceInfo::tst_assignment - fix for Monterey
    * IOBluetooth (device scan) - reduce the manual timeout
    * Android BT LE Client thread protection improvement
    * Windows QBluetoothSocket: fix crash at disconnecting
    * Add Info.plists to autotests which require bluetooth usage key
    * Windows QBluetoothSocket: remove unneeded variable from SocketWorker
    * QLowEnergyController Windows: fix early disconnect crash on Win 11
* Thu Mar 16 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.8+kde8:
    * SDP scanner: encode input URLs and escape XML-specific characters
    * sdpscanner: fix URL processing
    * sdpscanner: fix potential unwanted truncation for SDP_TEXT_STR{8,16,32}
* Mon Jan 09 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde5, rebased upstream:
    * QBluetoothSocket Windows: check that host info is available
    * Thread protection for Android BT LE Server
    * QBluetoothSocket Windows: fix localAddress and peerAddress
    * QBluetoothSocket Windows: actually query remote port
    * NFC: Fix PendingIntent creation for Android 12
    * CoreBluetooth: fix warning message concatenation
    * Windows: fix object destruction order when terminating helper threads
    * Bluetooth (Darwin): bail out early, if Info.plist is missing
    * Fix thread affinity for charListObtained slot
    * Fix BT LE service addition timing issue on Android
    * macOS specific Info.plist file for Bluetooth Examples
    * IOBluetooth: avoid over-retaining Obj-C entity
* Thu Nov 03 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.7+kde5, rebased upstream:
    * Refactor characteristics read for WinRT
    * QLowEnergyControllerWinRT: refactor connection to device
    * Move connecting to a LE device to background on Windows
    * QLowEnergyController(WinRT): introduce timeout for connection
    * winrt: Protect from late AdvertisementReceived callback
    * IOBluetoothDeviceInquiry: manually interrupt Classic scan
    * QtBluetooth (examples): add Info.plist for iOS
    * CoreBluetooth: provide a description (in Info.plist) of BT usage
    * Bluetooth docs: mention the Apple's specific requirements
    * Heart-rate example: add a proper Info.plist
    * Android: Call handleTargetLost directly on NFC TagLostException
* Mon Sep 26 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.6+kde5, rebased upstream:
    * Doc: Fix typo
    * QWinRTBluetoothDeviceDiscoveryWorker: Add error handling
    * Improve detection of enabled location service on SDK<28
* Mon Jun 27 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.5+kde5, rebased upstream:
    * Add QIODevice::canReadLine call to QBluetoothSocket
    * Handle LE enhanced connection complete in Bluez peripheral
    * Keep the bluetooth service name if the remote has provided it
    * Use the service's socket protocol info on Bluez bluetooth socket
    * Fix Linux bluetooth service discovery crash with multiple services
    * Fix "loop variable creates a copy" warning
    * Prefer QChar over QString that consists of a single QChar
    * CoreBluetooth: add a workaround to enable using scan options
    * Backport a fix from Qt 6 (stop using a deprecated API)
    * Revert "Update commercial license headers"
    * Fix bug: Let QBluetoothsocket::close emit disconnected only once
    * Change tst_qlowenergycontroller to wait for disconnects
    * Update commercial license headers
  - Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
* Fri Jan 21 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde5:
    * Always call setOpenMode before setSocketState
    * Add server role to BlueZ service registration
    * Fix error handling in BlueZ connectToServiceHelper
    * Correct error handling in QLowEnergyControllerPrivateBluezDBUS
* Tue Jun 22 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Switch to KDE's maintenance branch
  - Update to version 5.15.2+kde1:
    * Bump version
  - Add patch to reset version to 5.15.2:
    * 0001-Revert-Bump-version.patch
* Sat Jan 16 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Add compatibility with qml-autoreqprov

Files

/usr/lib64/qt5/examples
/usr/lib64/qt5/examples/bluetooth
/usr/lib64/qt5/examples/bluetooth/bluetooth.pro
/usr/lib64/qt5/examples/bluetooth/btchat
/usr/lib64/qt5/examples/bluetooth/btchat/btchat
/usr/lib64/qt5/examples/bluetooth/btchat/btchat.pro
/usr/lib64/qt5/examples/bluetooth/btchat/chat.cpp
/usr/lib64/qt5/examples/bluetooth/btchat/chat.h
/usr/lib64/qt5/examples/bluetooth/btchat/chat.ui
/usr/lib64/qt5/examples/bluetooth/btchat/chatclient.cpp
/usr/lib64/qt5/examples/bluetooth/btchat/chatclient.h
/usr/lib64/qt5/examples/bluetooth/btchat/chatserver.cpp
/usr/lib64/qt5/examples/bluetooth/btchat/chatserver.h
/usr/lib64/qt5/examples/bluetooth/btchat/main.cpp
/usr/lib64/qt5/examples/bluetooth/btchat/remoteselector.cpp
/usr/lib64/qt5/examples/bluetooth/btchat/remoteselector.h
/usr/lib64/qt5/examples/bluetooth/btchat/remoteselector.ui
/usr/lib64/qt5/examples/bluetooth/btfiletransfer
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/btfiletransfer
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/btfiletransfer.pro
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/btfiletransfer.qrc
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/busy.gif
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/main.cpp
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/pairing.gif
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/pindisplay.cpp
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/pindisplay.h
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/pindisplay.ui
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/progress.cpp
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/progress.h
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/progress.ui
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/remoteselector.cpp
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/remoteselector.h
/usr/lib64/qt5/examples/bluetooth/btfiletransfer/remoteselector.ui
/usr/lib64/qt5/examples/bluetooth/btscanner
/usr/lib64/qt5/examples/bluetooth/btscanner/btscanner
/usr/lib64/qt5/examples/bluetooth/btscanner/btscanner.pro
/usr/lib64/qt5/examples/bluetooth/btscanner/device.cpp
/usr/lib64/qt5/examples/bluetooth/btscanner/device.h
/usr/lib64/qt5/examples/bluetooth/btscanner/device.ui
/usr/lib64/qt5/examples/bluetooth/btscanner/main.cpp
/usr/lib64/qt5/examples/bluetooth/btscanner/service.cpp
/usr/lib64/qt5/examples/bluetooth/btscanner/service.h
/usr/lib64/qt5/examples/bluetooth/btscanner/service.ui
/usr/lib64/qt5/examples/bluetooth/chat
/usr/lib64/qt5/examples/bluetooth/chat/Button.qml
/usr/lib64/qt5/examples/bluetooth/chat/InputBox.qml
/usr/lib64/qt5/examples/bluetooth/chat/Search.qml
/usr/lib64/qt5/examples/bluetooth/chat/chat.pro
/usr/lib64/qt5/examples/bluetooth/chat/chat.qml
/usr/lib64/qt5/examples/bluetooth/chat/chat.qrc
/usr/lib64/qt5/examples/bluetooth/chat/images
/usr/lib64/qt5/examples/bluetooth/chat/images/clear.png
/usr/lib64/qt5/examples/bluetooth/chat/images/default.png
/usr/lib64/qt5/examples/bluetooth/chat/images/lineedit-bg.png
/usr/lib64/qt5/examples/bluetooth/chat/qml_chat
/usr/lib64/qt5/examples/bluetooth/chat/qmlchat.cpp
/usr/lib64/qt5/examples/bluetooth/heartrate-game
/usr/lib64/qt5/examples/bluetooth/heartrate-game/bluetoothbaseclass.cpp
/usr/lib64/qt5/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
/usr/lib64/qt5/examples/bluetooth/heartrate-game/connectionhandler.cpp
/usr/lib64/qt5/examples/bluetooth/heartrate-game/connectionhandler.h
/usr/lib64/qt5/examples/bluetooth/heartrate-game/devicefinder.cpp
/usr/lib64/qt5/examples/bluetooth/heartrate-game/devicefinder.h
/usr/lib64/qt5/examples/bluetooth/heartrate-game/devicehandler.cpp
/usr/lib64/qt5/examples/bluetooth/heartrate-game/devicehandler.h
/usr/lib64/qt5/examples/bluetooth/heartrate-game/deviceinfo.cpp
/usr/lib64/qt5/examples/bluetooth/heartrate-game/deviceinfo.h
/usr/lib64/qt5/examples/bluetooth/heartrate-game/heartrate-game
/usr/lib64/qt5/examples/bluetooth/heartrate-game/heartrate-game.pro
/usr/lib64/qt5/examples/bluetooth/heartrate-game/heartrate-global.h
/usr/lib64/qt5/examples/bluetooth/heartrate-game/images.qrc
/usr/lib64/qt5/examples/bluetooth/heartrate-game/main.cpp
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml.qrc
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/App.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/BluetoothAlarmDialog.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/BottomLine.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/Connect.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/GameButton.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/GamePage.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/GameSettings.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/Measure.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/SplashScreen.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/Stats.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/StatsLabel.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/TitleBar.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/images
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/images/bt_off_to_on.png
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/images/heart.png
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/images/logo.png
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/main.qml
/usr/lib64/qt5/examples/bluetooth/heartrate-game/qml/qmldir
/usr/lib64/qt5/examples/bluetooth/heartrate-server
/usr/lib64/qt5/examples/bluetooth/heartrate-server/heartrate-server
/usr/lib64/qt5/examples/bluetooth/heartrate-server/heartrate-server.pro
/usr/lib64/qt5/examples/bluetooth/heartrate-server/main.cpp
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets/Characteristics.qml
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets/Dialog.qml
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets/Header.qml
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets/Label.qml
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets/Menu.qml
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets/Services.qml
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets/busy_dark.png
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/assets/main.qml
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/characteristicinfo.cpp
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/characteristicinfo.h
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/device.cpp
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/device.h
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/deviceinfo.cpp
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/deviceinfo.h
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/lowenergyscanner
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/lowenergyscanner.pro
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/main.cpp
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/resources.qrc
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/serviceinfo.cpp
/usr/lib64/qt5/examples/bluetooth/lowenergyscanner/serviceinfo.h
/usr/lib64/qt5/examples/bluetooth/picturetransfer
/usr/lib64/qt5/examples/bluetooth/picturetransfer/Button.qml
/usr/lib64/qt5/examples/bluetooth/picturetransfer/DeviceDiscovery.qml
/usr/lib64/qt5/examples/bluetooth/picturetransfer/FileSending.qml
/usr/lib64/qt5/examples/bluetooth/picturetransfer/PictureSelector.qml
/usr/lib64/qt5/examples/bluetooth/picturetransfer/background.png
/usr/lib64/qt5/examples/bluetooth/picturetransfer/bttransfer.qml
/usr/lib64/qt5/examples/bluetooth/picturetransfer/filetransfer.cpp
/usr/lib64/qt5/examples/bluetooth/picturetransfer/filetransfer.h
/usr/lib64/qt5/examples/bluetooth/picturetransfer/icon.png
/usr/lib64/qt5/examples/bluetooth/picturetransfer/main.cpp
/usr/lib64/qt5/examples/bluetooth/picturetransfer/picturetransfer.pro
/usr/lib64/qt5/examples/bluetooth/picturetransfer/qml_picturetransfer
/usr/lib64/qt5/examples/bluetooth/picturetransfer/qmltransfer.qrc
/usr/lib64/qt5/examples/bluetooth/pingpong
/usr/lib64/qt5/examples/bluetooth/pingpong/assets
/usr/lib64/qt5/examples/bluetooth/pingpong/assets/Board.qml
/usr/lib64/qt5/examples/bluetooth/pingpong/assets/Dialog.qml
/usr/lib64/qt5/examples/bluetooth/pingpong/assets/Menu.qml
/usr/lib64/qt5/examples/bluetooth/pingpong/assets/main.qml
/usr/lib64/qt5/examples/bluetooth/pingpong/main.cpp
/usr/lib64/qt5/examples/bluetooth/pingpong/pingpong
/usr/lib64/qt5/examples/bluetooth/pingpong/pingpong.cpp
/usr/lib64/qt5/examples/bluetooth/pingpong/pingpong.h
/usr/lib64/qt5/examples/bluetooth/pingpong/pingpong.pro
/usr/lib64/qt5/examples/bluetooth/pingpong/resource.qrc
/usr/lib64/qt5/examples/bluetooth/scanner
/usr/lib64/qt5/examples/bluetooth/scanner/Button.qml
/usr/lib64/qt5/examples/bluetooth/scanner/default.png
/usr/lib64/qt5/examples/bluetooth/scanner/qml_scanner
/usr/lib64/qt5/examples/bluetooth/scanner/qmlscanner.cpp
/usr/lib64/qt5/examples/bluetooth/scanner/scanner.pro
/usr/lib64/qt5/examples/bluetooth/scanner/scanner.qml
/usr/lib64/qt5/examples/bluetooth/scanner/scanner.qrc
/usr/lib64/qt5/examples/nfc
/usr/lib64/qt5/examples/nfc/annotatedurl
/usr/lib64/qt5/examples/nfc/annotatedurl/annotatedurl
/usr/lib64/qt5/examples/nfc/annotatedurl/annotatedurl.cpp
/usr/lib64/qt5/examples/nfc/annotatedurl/annotatedurl.h
/usr/lib64/qt5/examples/nfc/annotatedurl/annotatedurl.pro
/usr/lib64/qt5/examples/nfc/annotatedurl/main.cpp
/usr/lib64/qt5/examples/nfc/annotatedurl/mainwindow.cpp
/usr/lib64/qt5/examples/nfc/annotatedurl/mainwindow.h
/usr/lib64/qt5/examples/nfc/annotatedurl/mainwindow.ui
/usr/lib64/qt5/examples/nfc/corkboard
/usr/lib64/qt5/examples/nfc/corkboard/Mode.qml
/usr/lib64/qt5/examples/nfc/corkboard/NfcFlag.png
/usr/lib64/qt5/examples/nfc/corkboard/android
/usr/lib64/qt5/examples/nfc/corkboard/android/AndroidManifest.xml
/usr/lib64/qt5/examples/nfc/corkboard/cork.jpg
/usr/lib64/qt5/examples/nfc/corkboard/corkboard.pro
/usr/lib64/qt5/examples/nfc/corkboard/corkboard.qrc
/usr/lib64/qt5/examples/nfc/corkboard/corkboards.qml
/usr/lib64/qt5/examples/nfc/corkboard/icon.png
/usr/lib64/qt5/examples/nfc/corkboard/main.cpp
/usr/lib64/qt5/examples/nfc/corkboard/note-yellow.png
/usr/lib64/qt5/examples/nfc/corkboard/qml_corkboard
/usr/lib64/qt5/examples/nfc/corkboard/tack.png
/usr/lib64/qt5/examples/nfc/ndefeditor
/usr/lib64/qt5/examples/nfc/ndefeditor/main.cpp
/usr/lib64/qt5/examples/nfc/ndefeditor/mainwindow.cpp
/usr/lib64/qt5/examples/nfc/ndefeditor/mainwindow.h
/usr/lib64/qt5/examples/nfc/ndefeditor/mainwindow.ui
/usr/lib64/qt5/examples/nfc/ndefeditor/mimeimagerecordeditor.cpp
/usr/lib64/qt5/examples/nfc/ndefeditor/mimeimagerecordeditor.h
/usr/lib64/qt5/examples/nfc/ndefeditor/mimeimagerecordeditor.ui
/usr/lib64/qt5/examples/nfc/ndefeditor/ndefeditor
/usr/lib64/qt5/examples/nfc/ndefeditor/ndefeditor.pro
/usr/lib64/qt5/examples/nfc/ndefeditor/textrecordeditor.cpp
/usr/lib64/qt5/examples/nfc/ndefeditor/textrecordeditor.h
/usr/lib64/qt5/examples/nfc/ndefeditor/textrecordeditor.ui
/usr/lib64/qt5/examples/nfc/ndefeditor/urirecordeditor.cpp
/usr/lib64/qt5/examples/nfc/ndefeditor/urirecordeditor.h
/usr/lib64/qt5/examples/nfc/ndefeditor/urirecordeditor.ui
/usr/lib64/qt5/examples/nfc/nfc.pro
/usr/lib64/qt5/examples/nfc/poster
/usr/lib64/qt5/examples/nfc/poster/poster.pro
/usr/lib64/qt5/examples/nfc/poster/poster.qml
/usr/lib64/qt5/examples/nfc/poster/poster.qrc
/usr/lib64/qt5/examples/nfc/poster/qml_poster
/usr/lib64/qt5/examples/nfc/poster/qmlposter.cpp
/usr/share/licenses/libqt5-qtconnectivity-examples
/usr/share/licenses/libqt5-qtconnectivity-examples/LICENSE.FDL
/usr/share/licenses/libqt5-qtconnectivity-examples/LICENSE.GPL2
/usr/share/licenses/libqt5-qtconnectivity-examples/LICENSE.GPL3
/usr/share/licenses/libqt5-qtconnectivity-examples/LICENSE.GPL3-EXCEPT
/usr/share/licenses/libqt5-qtconnectivity-examples/LICENSE.LGPL3


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 01:27:51 2024