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

libQtQuick5-5.15.18+kde22-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libQtQuick5 Distribution: openSUSE:Factory:zSystems
Version: 5.15.18+kde22 Vendor: openSUSE
Release: 1.2 Build date: Tue Nov 4 11:28:16 2025
Group: Development/Libraries/X11 Build host: reproducible
Size: 15667103 Source RPM: libqt5-qtdeclarative-5.15.18+kde22-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.qt.io
Summary: Qt 5 Declarative Library
Qt is a set of libraries for developing applications.

This package contains base tools, like string, xml, and network
handling.

Provides

Requires

License

LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)

Changelog

* Tue Nov 04 2025 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.18+kde22, rebased upstream:
    * Avoid undefined behavior in the JIT
    * Update opensource license to .frag and .vert files
    * Doc: Add information about Felgo QML Hot Reload tool
    * doc: fix reference to nonexistent DragHandler.SnapNever
    * Fix crash in distance field cache with some glyphs
    * QQmlListModel: Invalidate ModelObject when necessary
    * doc: Stop telling users that DragHandler is not for DnD
    * QQuickAnimation: Fix setting running property
    * Bump version to 5.15.18
    * Fix compilation with C++11
    * Fix documentation of List/GridView count
    * GridView: add missing properties and signals to the documentation
    * Fix heap-buffer-overflow in ESTable::remove
    * V4: Don't call methods on nullptr
* Wed May 28 2025 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.17+kde21, rebased upstream:
    * Flickable: don't allow dragging with mouse buttons other than left
    * Fix deadlock in long-running particle system
    * Increase the timeout for tst_qmlmin
    * Windows 7: blacklist tests that fail from low screen resolution
    * QtQml: Clear context objects more thoroughly on destruction
    * Avoid crashing in the quickwidgets example after closing the subwindow
    * doc: Fix type of fontInfo.pixelSize property
    * QtQuick.Shapes: Mark Shape properties as readonly
    * doc: Mention that Window.visible is false by default
    * Bump version to 5.15.17
    * Add license headers to shader source
* Mon Nov 25 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.16+kde22, rebased upstream:
    * QML Debugger: Don't crash when looking up values from imported modules
    * Avoid memory leaks in QQuickListView and tst_qqmlinstantiator
    * QQuickItemView: avoid leaking of highlights and animators
    * Doc: Fix unqualified access in PathView example
    * QQmlSequence: fix compilation with GCC12/C++20
    * Context properties: Don't trigger an assert for numeric names
    * pixmapcache: avoid deadlock when canceling async image load
    * Fix positioning of text decoration with some fonts
    * Bump version to 5.15.16
    * Doc: fix Qt Quick Test header
* Wed Sep 04 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.15+kde25, rebased upstream:
    * QV4::ArrayData: Fix offset calculation for sort()
    * Fix pointer delivery to child items of items with clip:true
    * doc: Remove Calendar Example link
    * PointerHandler: cancel all grabs when item changes scene
    * qintrusivelvist_p.h: Silence nullpointer subtraction warning
    * Doc: Fix mislabelled diagram for Context2D.arc()
    * Bump version to 5.15.15
* Wed May 29 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.14+kde28, rebased upstream:
    * Blaclist tst_qquickwidget::enterLeave for sles 15.4
    * Blacklist tst_qquicktextedit::linkHover for sles 15.4
    * Blaclist tst_qquicktext::contentSize for sles 15.4
    * Fix blacklisting of tst_HoverHandler::movingItemWithHoverHandler for SLES 15.4
    * Blacklist tst_QQuickDropArea::containsDrag_internal for sles 15.4
    * Doc: Flatten header structure for 'Import Statements'
    * Blacklist tst_HoverHandler::movingItemWithHoverHandler on SLES 15.4
    * Bump version to 5.15.14
* Tue Mar 19 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.13+kde30, rebased upstream:
    * masm: Don't crash on failed MADV_DONTNEED on Linux
    * Revert "Fix "white line on top and left side of screen" issue"
    * Doc: Mention QDS and UI files in Best Practices
    * Revert "Add listing of the components and scripts that belongs to the qml module"
    * Revert "Trim file names before adding them to qml components and scripts"
    * Fix "white line on top and left side of screen" issue
    * StateMachine: Don't crash if no signal is passed to SignalTransition
    * QJSEngine: Fix potential JS stack overflow cauased by spread operator
    * Test262Runner: fix -Wunused-but-set-variable
    * Fix Shape stroke color when changing alpha from 0 to non-0
    * QQmlPropertyCache: don't depend on locale for toupper
    * Bump version to 5.15.13
    * Fix missing glyphs when using NativeRendering
    * Revert "Blacklist 1 tests in tst_qquickflickable on macos"
* Fri Dec 29 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.12+kde31, rebased upstream:
    * QML: Fortify qmlExecuteDeferred some more
    * QV4: Avoid memory corruption in Reflect.apply
    * Blacklist 1 tests in tst_qquickanimations on macos
    * doc: Add note to PinchHandler.translation property about macOS trackpad
    * Revert "masm: Treat Android as generic Posix regarding mmap and friends"
    * QML: Check for stack overflows when creating objects
    * Fix wrong item-sizeHint-cache when StackLayout children were reordered
    * Doc: Add missing QQuickWindow constructor
    * Handle missing stops gracefully in Shape gradients
    * Do not crash if madvise() fails on MADV_WILLNEED
    * Blacklist 1 tests in tst_qquickbehaviors on macos
    * Avoid double applyDelegateChange in QQIV::setDelegate
    * QSGGeometry: add Q_DISABLE_COPY_MOVE
    * Qml: Don't crash on bad grouped properties
    * Fix TypeError in dynamicview1 example
    * Fix broken Text rendering when noantialiased NativeRendering is used
    * Trim file names before adding them to qml components and scripts
    * masm: Treat Android as generic Posix regarding mmap and friends
    * Bump version to 5.15.12
    * Move StackLayout tests from qtquickcontrols.git (5.15)
* Fri Oct 06 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.11+kde30, rebased upstream:
    * Flickable: prevent fixup() from being called while dragging
    * Adjust baselineOffset correctly when fontSizeMode == HorizontalFit
    * QQmlVMEMetaObjectEndpoint: ensure property cache before accessing it
    * Text: Re-layout the text when a alignment is set and the height grows
    * Blacklist 1 tests in tst_qquickflickable on macos
    * Fix fractional scaling of text in Qt Quick
    * qqmlprivate.h: make static constexpr members c++11 compliant
    * V4: Account for the guard pages when allocating stack space
    * Blacklist 1 tests in tst_QQuickLoader on ubuntu-20.04
    * Flickable: let changing contentItem pos also affect the drag starting pos
    * Blacklist 1 tests in tst_QParallelAnimationGroupJob on macos
    * StackLayout: Do not set size of children to (-1, -1)
    * V4: Mark InternalClass parents when running GC
    * A11Y: Send Scrolling Events when Flickable moves
    * doc: Add missing PointerHandler.CanTakeOverFromItems enum value
    * Qml: Don't crash on nested group properties with aliases
    * QV4::CompiledData: fix GCC 12 -Werror=uninitialized errors
    * QQuickText/Edit: fix C++20 -Wdeprecated-enum-enum-conversion warnings
    * Android: Fix crash on tap handler with a S-Pen
    * masm: fix -Wdeprecated-enum-enum-conversion
    * Add listing of the components and scripts that belongs to the qml module
    * QML: Port QV4::CompiledData::RegExp to new special integer bitfield
    * QML: Port QV4::CompiledData::JSClassMember to new special integer bitfield
    * QML: Port QV4::CompiledData::Object to new special integer bitfield
    * QML: Port icutils::Node to new special integer bitfield
    * QML: Port QV4::CompiledData::Lookup to new special integer bitfield
    * QML: Port QV4::CompiledData::Binding to new special integer bitfield
    * QML: Port QV4::CompiledData::Property to new special integer bitfield
    * QML: Port QV4::CompiledData::Alias to new special integer bitfield
    * QML: Port QV4::CompiledData::ParameterType to new special integer bitfield
    * QML: Port QV4::CompiledData::Location to new special integer bitfield
    * Fix Qt build with Python being in path with spaces
    * Quick test lib: Account for DPR when grabbing sub-image
    * qqw: Invalidate and reinitialize the scenegraph correctly
    * Fix rendernode example wrt stacking
    * Stop using the same buffer for vertex and index data
    * Fix race condition on QQmlEnginePrivate::qml_debugging_enabled
    * qqmlimport.cpp: remove unused qreadwritelock.h
    * QQmlDebug: reliably print the debugger warning
    * QQmlListCompositor: suppress GCC 12 -Warray-bounds warnings
    * Doc: QQuickTextInput: Mark all readonly properties as such
    * MouseArea: don't override preventStealing on mouse release
    * MultiPointTouchArea: remap touchpoint positions when filtering
  - Commits dropped by the rebase:
    * Revert "Fix missing glyphs when using NativeRendering"
    * Fix missing glyphs when using NativeRendering
* Thu Sep 28 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.10+kde31:
    * QML: Make notify list thread safe
    * QtQml: Clean up QQmlData ctor
    * QRecyclePool: fix potential UB
    * QQmlJs::MemoryPool: fix potential UB (pointer overflow)
    * JIT: Add missing {STORE|LOAD}_ACC() to CreateCallContext
  - Drop patches, now upstream:
    * 0001-JIT-Add-missing-STORE-LOAD-_ACC-to-CreateCallContext.patch
* Tue Jun 13 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.10+kde26, rebased upstream:
    * Fix tst_QQuickText::fontSizeMode
    * (manual) includemocs
    * Text: don't fall back to full-width layout if availableWidth == 0
    * MPTA: don't allow more than one touchpoint to react to mouse
    * QML/JS: Reject yield expression not directly in generator functions
    * Modify m_compareRegister bitfield
    * Add a TU for QQmlDebugServer
    * QmlModels: includemocs
    * Add a TU for QQmlProfilerEventReceiver
    * Quick: includemocs
    * QSGRhiShaderEffectNode: remove unused m_rc member
    * QQmlPreviewServiceFactoryPlugin: includemocs
    * Qml: includemocs
    * QuickTest: includemocs
    * PinchArea: ignore ZoomNativeGesture and RotateNativeGesture if told to
    * Docs: Document textInput.acceptableInput as read only
    * QQmlTableModelColumn: remove unused field mIndex
    * MouseArea: don't get stuck in doubleClick if handler caused ungrab
    * Avoid -Wclass-memaccess warning
    * QmlDebugPrivate: includemocs
    * QmlModels: includemocs
    * QQmlInspectorServiceFactoryPlugin: includemocs
    * QQmlDebuggerServiceFactoryPlugin: includemocs
    * QQmlProfilerServiceFactoryPlugin: includemocs
    * QQmlNativeDebugServiceFactoryPlugin: includemocs
    * QuickShapesPrivate: includemocs
    * QtPacketProtocolPrivate: includemocs
    * QDebugMessageServiceFactoryPlugin: includemocs
    * QQuickProfilerAdapterFactoryPlugin: includemocs
    * Build fixes for GCC 11
    * doc: Fix inherited property docs in HoverHandler
    * tst_qqmllistcompositor: fix -Wdeprecated-enum-enum-conversion
    * Set depth mask correctly for clear
    * Doc: Improve cursorPosition description in TextInput and TextEdit docs
    * Fix blacklisting string for Ubuntu 20.04 in qquickmultipointtoucharea
    * V4 ArrayIterator: Protect retrieved value from GC
    * QML: Protect against EAGAIN when calling madvise on linux
    * QQuickLoader: Check for QQmlEngine before using it
* Wed May 24 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.9+kde26:
    * qml tool: Use QCommandLineParser::process() rather than parse()
  - Add patch to fix crash on aarch64 (boo#1211628, QTBUG-111935):
    * 0001-JIT-Add-missing-STORE-LOAD-_ACC-to-CreateCallContext.patch
* Thu May 11 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.9+kde25:
    * Accessibility: respect value in attached Accessible in controls
    * Revert "QQuickItem: Fix effective visibility for items without parent"
      (boo#1210980)
* Fri Apr 21 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde67, rebased upstream:
    * QQuickItem: Fix effective visibility for items without parent
    * Prevent crash when destroying asynchronous Loader
    * Quick Animations: Fix crash
    * qv4function: Fix crash due to reference being invalidated
    * Models: Avoid crashes when deleting cache items
    * QQuickState::when: handle QJSValue properties correctly
    * QQmlImportDatabase: Make sure the newly added import path be first
    * Revert "Fix missing glyphs when using NativeRendering"
    * Fix missing glyphs when using NativeRendering
    * Update the window cursor on mouse release
    * Blacklist: test cases blacklisted in tst_QQuickListView:
    * Blacklist: test cases blacklisted in tst_QQuickMultiPointTouchArea:
    * Fix crash with NativeRendering on RHI
    * A11Y: make QQuickText focusable for A11Y
    * QQuickWindow: improve docs for activeFocusItem
    * Doc: add example snippets for containmentMask
    * Fix typo in qquickdroparea/BLACKLIST for Ubuntu-20.04
    * QQmlAdaptorModel: Do not use reparenting for lifetime managemment
    * Correctly handle QQuickState::when
    * CMake: Fix handling of empty qrc files with qtquickcompiler
    * CMake: Skip qtquickcompiler cmake test on macOS ARM
    * Fix indices alignment problem
    * Fix indentation in positioners example
    * doc: Fix QQuickItem point/rect mapping methods signatures
    * Instantiator: Do not load items when inactive
    * Doc: Fix QtQuick::Loader::item type
    * Doc: fix incorrect type name on focus page
    * icutils::Node: GCC 11 -Werror=maybe-uninitialized w/-fsanitize=undefined
    * tst_qquickimageprovider: fix some memleaks
    * Fix incorrect behavior after displace transition
    * Fix edge cases in arcTo
    * Don't blacklist tst_QQuickFramebufferObject::everything on b2qt
    * Use tree hash rather than commit hash in .tag file
    * Adjust default max call depth for QNX
    * Blacklist containsDrag_internal on Ubuntu 20.04
    * QQmlLoggingCategory: Avoid unnecessary warnings from setters
    * Blacklist flakey tst_QPauseAnimationJob::multipleSequentialGroups on macOS
    * Assert that QQmlDelegateModel's count can't be less than zero
    * qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerr
    * Treat unknown tablet device as stylus and create QTabletEvent
    * GridView: Set content position when changing cell size
    * QQuickItemViewTransitionAttached: Avoid dangling pointers
    * Bound animatorjob value to the given range
  - Commits dropped by the rebase:
    * Document that StyledText also supports &nbsp; and &quot;
* Thu Mar 02 2023 Fabian Vogt <fvogt@suse.com>
  - Drop the mechanism for supporting systems without SSE2. glibc removed
    support for looking up libraries in sse2/ subdirectories and libQt5Qml5
    without SSE2 crashes Plasma (boo#1208188):
    * sse2_nojit.patch
* Mon Jan 09 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde22, rebased upstream:
    * Qml: Don't crash when as-casting to type with errors
    * Do not copy lookups
    * deliverSinglePointEventUntilAccepted(): skip items that aren't shown
    * V4 Lookup: Do not leak property caches
    * Fix glitches in big AnimatedSprite animations
    * HoverHandler: allow cursorShape binding before parentItem is set
    * QtTest: use delay properly in mouseWheel()
    * Set OpenGL state after invoking custom rendering
    * Ensure that HoverHandler isn't hovered after HoverLeave to parent item
    * Fix missing glyphs when changing distance field parameters
    * Document that the vendorext property is deprecated
    * tst_qqmlbinding: Avoid event loop flakyness on Ubuntu 20.04
    * Unset the QQmlAnimationTimer pointer from unregistered jobs
    * Reset the timer of all controlled animations upon timer destruction
    * Don't create an animation timer when destroying the animation job
    * Disable JIT for arm64 when doing macOS universal builds
    * Blacklist and fix failing tests on ARM macOS
    * qmake/vcxproj: Fix qmltypes files being displayed at project root
    * Use resize instead of shrink when clearing upload pools
    * Handle function as default arguments in toplevel functions
    * Do not crash on self-assignment of QQmlProperty
    * Do not resolve containing types of inline components too early
    * sg: Drop internal pool allocs upon QQuickWindow::releaseResources
    * Fix distorted subpixel text for non-RHI code path
    * QQuickTextInput: fix cursor positioning for QInputMethodEvent
  - Commits dropped by the rebase:
    * Fix Flickable with QTBUG-56075 patch applied
  - Update qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch with contents from
    https://invent.kde.org/qt/qt/qtdeclarative/-/merge_requests/32

Files

/usr/lib64/libQt5Qml.so.5
/usr/lib64/libQt5Qml.so.5.15
/usr/lib64/libQt5Qml.so.5.15.18
/usr/lib64/libQt5QmlModels.so.5
/usr/lib64/libQt5QmlModels.so.5.15
/usr/lib64/libQt5QmlModels.so.5.15.18
/usr/lib64/libQt5QmlWorkerScript.so.5
/usr/lib64/libQt5QmlWorkerScript.so.5.15
/usr/lib64/libQt5QmlWorkerScript.so.5.15.18
/usr/lib64/libQt5Quick.so.5
/usr/lib64/libQt5Quick.so.5.15
/usr/lib64/libQt5Quick.so.5.15.18
/usr/lib64/libQt5QuickParticles.so.5
/usr/lib64/libQt5QuickParticles.so.5.15
/usr/lib64/libQt5QuickParticles.so.5.15.18
/usr/lib64/libQt5QuickShapes.so.5
/usr/lib64/libQt5QuickShapes.so.5.15
/usr/lib64/libQt5QuickShapes.so.5.15.18
/usr/lib64/libQt5QuickTest.so.5
/usr/lib64/libQt5QuickTest.so.5.15
/usr/lib64/libQt5QuickTest.so.5.15.18
/usr/lib64/libQt5QuickWidgets.so.5
/usr/lib64/libQt5QuickWidgets.so.5.15
/usr/lib64/libQt5QuickWidgets.so.5.15.18
/usr/lib64/qt5/plugins/qmltooling
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_debugger.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_inspector.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_local.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_messages.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_native.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_nativedebugger.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_preview.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_profiler.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_quickprofiler.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_server.so
/usr/lib64/qt5/plugins/qmltooling/libqmldbg_tcp.so
/usr/lib64/qt5/qml
/usr/lib64/qt5/qml/Qt
/usr/lib64/qt5/qml/Qt/labs
/usr/lib64/qt5/qml/Qt/labs/animation
/usr/lib64/qt5/qml/Qt/labs/animation/liblabsanimationplugin.so
/usr/lib64/qt5/qml/Qt/labs/animation/plugins.qmltypes
/usr/lib64/qt5/qml/Qt/labs/animation/qmldir
/usr/lib64/qt5/qml/Qt/labs/folderlistmodel
/usr/lib64/qt5/qml/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so
/usr/lib64/qt5/qml/Qt/labs/folderlistmodel/plugins.qmltypes
/usr/lib64/qt5/qml/Qt/labs/folderlistmodel/qmldir
/usr/lib64/qt5/qml/Qt/labs/qmlmodels
/usr/lib64/qt5/qml/Qt/labs/qmlmodels/liblabsmodelsplugin.so
/usr/lib64/qt5/qml/Qt/labs/qmlmodels/plugins.qmltypes
/usr/lib64/qt5/qml/Qt/labs/qmlmodels/qmldir
/usr/lib64/qt5/qml/Qt/labs/settings
/usr/lib64/qt5/qml/Qt/labs/settings/libqmlsettingsplugin.so
/usr/lib64/qt5/qml/Qt/labs/settings/plugins.qmltypes
/usr/lib64/qt5/qml/Qt/labs/settings/qmldir
/usr/lib64/qt5/qml/Qt/labs/sharedimage
/usr/lib64/qt5/qml/Qt/labs/sharedimage/libsharedimageplugin.so
/usr/lib64/qt5/qml/Qt/labs/sharedimage/plugins.qmltypes
/usr/lib64/qt5/qml/Qt/labs/sharedimage/qmldir
/usr/lib64/qt5/qml/Qt/labs/wavefrontmesh
/usr/lib64/qt5/qml/Qt/labs/wavefrontmesh/libqmlwavefrontmeshplugin.so
/usr/lib64/qt5/qml/Qt/labs/wavefrontmesh/plugins.qmltypes
/usr/lib64/qt5/qml/Qt/labs/wavefrontmesh/qmldir
/usr/lib64/qt5/qml/Qt/test
/usr/lib64/qt5/qml/Qt/test/qtestroot
/usr/lib64/qt5/qml/Qt/test/qtestroot/plugins.qmltypes
/usr/lib64/qt5/qml/Qt/test/qtestroot/qmldir
/usr/lib64/qt5/qml/QtQml
/usr/lib64/qt5/qml/QtQml/Models.2
/usr/lib64/qt5/qml/QtQml/Models.2/libmodelsplugin.so
/usr/lib64/qt5/qml/QtQml/Models.2/plugins.qmltypes
/usr/lib64/qt5/qml/QtQml/Models.2/qmldir
/usr/lib64/qt5/qml/QtQml/StateMachine
/usr/lib64/qt5/qml/QtQml/StateMachine/libqtqmlstatemachine.so
/usr/lib64/qt5/qml/QtQml/StateMachine/plugins.qmltypes
/usr/lib64/qt5/qml/QtQml/StateMachine/qmldir
/usr/lib64/qt5/qml/QtQml/WorkerScript.2
/usr/lib64/qt5/qml/QtQml/WorkerScript.2/libworkerscriptplugin.so
/usr/lib64/qt5/qml/QtQml/WorkerScript.2/plugins.qmltypes
/usr/lib64/qt5/qml/QtQml/WorkerScript.2/qmldir
/usr/lib64/qt5/qml/QtQml/libqmlplugin.so
/usr/lib64/qt5/qml/QtQml/plugins.qmltypes
/usr/lib64/qt5/qml/QtQml/qmldir
/usr/lib64/qt5/qml/QtQuick
/usr/lib64/qt5/qml/QtQuick.2
/usr/lib64/qt5/qml/QtQuick.2/libqtquick2plugin.so
/usr/lib64/qt5/qml/QtQuick.2/plugins.qmltypes
/usr/lib64/qt5/qml/QtQuick.2/qmldir
/usr/lib64/qt5/qml/QtQuick/Layouts
/usr/lib64/qt5/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
/usr/lib64/qt5/qml/QtQuick/Layouts/plugins.qmltypes
/usr/lib64/qt5/qml/QtQuick/Layouts/qmldir
/usr/lib64/qt5/qml/QtQuick/LocalStorage
/usr/lib64/qt5/qml/QtQuick/LocalStorage/libqmllocalstorageplugin.so
/usr/lib64/qt5/qml/QtQuick/LocalStorage/plugins.qmltypes
/usr/lib64/qt5/qml/QtQuick/LocalStorage/qmldir
/usr/lib64/qt5/qml/QtQuick/Particles.2
/usr/lib64/qt5/qml/QtQuick/Particles.2/libparticlesplugin.so
/usr/lib64/qt5/qml/QtQuick/Particles.2/plugins.qmltypes
/usr/lib64/qt5/qml/QtQuick/Particles.2/qmldir
/usr/lib64/qt5/qml/QtQuick/Shapes
/usr/lib64/qt5/qml/QtQuick/Shapes/libqmlshapesplugin.so
/usr/lib64/qt5/qml/QtQuick/Shapes/plugins.qmltypes
/usr/lib64/qt5/qml/QtQuick/Shapes/qmldir
/usr/lib64/qt5/qml/QtQuick/Window.2
/usr/lib64/qt5/qml/QtQuick/Window.2/libwindowplugin.so
/usr/lib64/qt5/qml/QtQuick/Window.2/plugins.qmltypes
/usr/lib64/qt5/qml/QtQuick/Window.2/qmldir
/usr/lib64/qt5/qml/builtins.qmltypes
/usr/share/licenses/libQtQuick5
/usr/share/licenses/libQtQuick5/LICENSE.FDL
/usr/share/licenses/libQtQuick5/LICENSE.GPL2
/usr/share/licenses/libQtQuick5/LICENSE.GPL3
/usr/share/licenses/libQtQuick5/LICENSE.GPL3-EXCEPT
/usr/share/licenses/libQtQuick5/LICENSE.LGPL3


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 10 00:50:39 2026