ķ«īŪlibQt5Core-devel-5.12.7-4.17.1Ž­č<>,čźģKd‰b(£tpƞ9Ū|‚G[’M:ŠB½$ŃRWńĪWÄõć`6¬-:Füą ”\:šröźĆźfŖJvxĻæ?{¢Ŗ įīóuēé-ĮA;ęįį0‡Xg8zÆĻfY»y É]¤m˜XŌx7MĶéŚäŠØÜ>m-ŪŁDÖe~@`z؍»ī†³Ė<ķ@Žz‰R”gÖ£}”öŗj½r„ėN«’@‹/­Kg‚Ęcؖ±µ ś¦<1M~Ö ļ@ŲĢxhUµ®Ńu¼jML‚źæMłNałWŻwƒ3’”õAķA0ƒ]TČ —BÖĆ)Ć!ķ‚蝱ćÓaóŖćĢŽżŚüŌą<’E”0®›AgÄM›ęSó ¾Eƒ~>’’’ĄŽ­č>:(?:dčéźģ !ķ Līxļ|ń„ņˆó”öĀ÷żų ü-ż?žELƒ Xƒ ^ƒ dƒ pƒ ¾óƒ ĮŒƒĖ˜ƒŲ'ƒä¶ä܃īčļ@ļ\ļś(š%8š,Ÿ9ņ؟:’ܟFňGŜƒHĻ؃IŁ“ƒXÜ8YÜL\܀ƒ]ęŒƒ^ bŗccdėešfólõuƒv4w%ƒx/œƒy9Øz9ø“9ČĘ9Ģä9Ņå:ClibQt5Core-devel5.12.74.17.1Development files for the Qt5 core libraryDevelopment files for the Qt5 core library.b(£tsheep02)3hSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-onlyhttps://www.suse.com/Development/Libraries/X11https://www.qt.iolinuxx86_64 & (! !    !!!!!( #%%   "'#!•ßRe ¶Ķ /Žs} X=G1Š‰  ¼JŁN5=Ź Õ KsH æ.n5ĢõB='eDś_Õ  ÅøĘZ #7_%j> y0™>g!qK— 3 K1 ;ź ę TW ŌwB ų Ć ģ!§(f Y«$’!©#Ņ ŗ;4¦H³9 ‰ ˆYrf+Ń& +‡Ź(5!Pp-—G#•O‚Ę ī6 £×E¶p @3:Ė œ d#UŽ^ gē ¬a¼X]™9 p jÄ Ł5ź›')4) ų Ŗ$a(Š› łŹ)ž Œ9 ¶ Q  | Ż@=_'ß Ōˆ}Ÿ ōT= 5.5 on that distro version anymore- Update QMimeDatabase-use-QElapsedTimer.patch to latest version- Added QMimeDatabase-use-QElapsedTimer.patch: reduces the number of syscalls greatly, by avoiding the timezone conversion every time; massively improves kbuildsycoca5 speed- Fix the suse_version condition checks - treat Leap equally as 13.2 wrt which system libs shall be used- Add patches from upstream: 0001-Fix-QWidget-setWindowRole.patch 0002-xcb-Fix-getting-the-window-types-from-the-property-o.patch 0003-Fix-centering-dialogs.patch 0004-xcb-Set-_NET_WM_WINDOW_TYPE-from-a-single-place.patch 0005-Restore-documented-behavior-for-the-WA_X11NetWmWindo.patch 0006-xcb-set-SM_CLIENT_ID-property.patch- Update to 5.4.2 * Important Behavior Changes: - EXIF orientation is no longer applied to JPEG images on read. EXIF orientation on JPEG was introduced in 5.4.0, but due to a bug the most common EXIF-format (big-endian) was not working until 5.4.1. 5.4.2 restores the behavior of 5.4.0 and earlier for most EXIF-tagged JPEGs. EXIF orientation will be an opt-in starting with Qt 5.5. - On x86 and x86-64 systems with ELF binaries (especially Linux), due to a new optimization in GCC 5.x in combination with a recent version of GNU binutils, compiling Qt applications with -fPIE is no longer enough with GCC 5.x. Applications now need to be compiled with the -fPIC option if Qt's option "reduce relocations" is active. For backward compatibility only, Qt accepts the use of -fPIE for GCC 4.x versions. Note that Clang is known to generate incompatible code even with -fPIC if the -flto option is active. Applications using qmake or cmake >= 2.8.12 as their build system will adapt automatically. Applications using an older release of cmake in combination with GCC 5.x need to change their CMakeLists.txt to add Qt5Core_EXECUTABLE_COMPILE_FLAGS to CMAKE_CXX_FLAGS. In particular, applications using cmake >= 2.8.9 and < 2.8.11 will continue to build with the - fPIE option and invoke the special compatibility mode if using GCC 4.x. * Bugfix release, for more details please see: http://blog.qt.io/blog/2015/06/02/qt-5-4-2-released/ - Drop patches merged upstream: Call-ofono-nm-Registered-delayed-in-constructor-othe.patch Fix-Meta-shortcuts-on-XCB.patch Fix-upload-corruptions-when-server-closes-connection.patch Fixed-a-deadlock-when-the-lock-file-is-corrupted.patch Handle-SelectionWindowDestroy-in-QXcbClipboard.patch Make-qglobal.h-complain-if-you-use-fPIE.patch Make-sure-theres-a-scene-before-using-it.patch QSystemTrayIcon-handle-submenus-correctly.patch Require-fPIC-instead-of-just-fPIE-for-reduce-relocations.patch Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch Update-mouse-buttons-from-MotionNotify-events.patch fix-a-division-by-zero-when-processing-malformed-BMP-files.patch - Added cmake (Build)Requires to get autoprovides for all Qt modules- Added patches from upstream: Try-to-ensure-that-fPIC-is-used-in-CMake-builds.patch, Require-fPIC-instead-of-just-fPIE-for-reduce-relocations.patch and Make-qglobal.h-complain-if-you-use-fPIE.patch (qtbug#45755)- Add Fix-shortcuts-with-keypad-keys.patch (qtbug#20191,qtbug#33093,kde#344638)- Added patches from upstream: Fix-upload-corruptions-when-server-closes-connection.patch and Fixed-a-deadlock-when-the-lock-file-is-corrupted.patch (qtbug#44771)- Fixup previous change to also handle arguments in specs using %qmake5 - Also add QMAKE_LFLAGS to the macro- Added QMAKE_CXXFLAGS and QMAKE_CFLAGS to macro %qmake5.- Added patches from upstream: 0001-Speed-up-compose-file-parsing-in-the-X11-composition.patch 0002-Speed-up-application-startup-on-X11.patch and Fix-regression-in-compose-table-parsing.patch- Add cleaning of QMAKE_PRL_BUILD_DIR from prl files in %qmake5_install macro- Added fix-a-division-by-zero-when-processing-malformed-BMP-files.patch, CVE-2015-0295- Update to 5.4.1: * Important Behavior Changes: * Restored binary compatibility with Qt 5.3.2 on Windows when using MSVC 2012 or MSVC 2013. This means that Qt 5.4.1 is no longer binary compatible with Qt 5.4.0 when using either of those compilers. * [QTBUG-42594] OS X binary package: fixed incorrect linking to libraries in /opt/local/lib * Library: * QtCore: * [QTBUG-43893] Fixed memory leak in qSetMessagePattern * [QTBUG-43513] QXmlStreamReader: Correctly parse XML containing NUL bytes in the input stream * [QTBUG-43352] QTemporaryDirectory: Properly clean up in case of a failure * [QTBUG-43827] Fixed regression in QSortFilterProxyModel which crashed when sorting a tree model * QtGui: * [QTBUG-44273] Fixed misplacement of outlined text with native text rendering * [QTBUG-44147] Fixed VNC not working on some VNC servers * [QTBUG-43850] Fixed crash with multi-threaded font usage * [QTBUG-43850] Made the old harfbuzz fallback available at runtime * Improvements to the experimental high-dpi support * [QTBUG-43318] Better resolving of GLES3 functions to avoid issues when deploying on systems with GLES 2.0 only * QtWidgets: * [QTBUG-43830] Fixed crash in stylesheets when styling QProgressBar * [QTBUG-43663] QColorDialog: Don't lose focus while color picking * QtNetwork: * [QTBUG-43793] Fixed disconnections of QSSLSocket after starting encryption * QtSql: * [QTBUG-36211] qpsql: Added timezone support for datetime fields. * qodbc: Fixed converted string values on Microsoft SQL Server 2012 * [QTBUG-43874] QSqlQuery: Fixed failure of multiple execBatch() calls after a single prepare() call * QtPrintSupport: * [QTBUG-43124] Fixed QPrinter::{width,height} return values * Platform Specific Changes: * Linux/XCB: * [QTBUG-43436] Fixed regression when drag and drop to other applications * [QTBUG-43809] Turned off font hinting when doing high DPI scaling * [QTBUG-43743] Fixed constantly resizing bigger window when devicePixelRatio is greater than 1 * [QTBUG-43713] Fixed problems with multiple screens with different device pixel ratios regarding window mapping and font sizes. * [QTBUG-43688] Fixed physical DPI and size for rotated screens on X11 * [QTBUG-43049] Fixed grabKeyboard and grabMouse * [QTBUG-36862] Now sends a leave event to the other window when a popup shows which grabs the input * [QTBUG-41590] Turned off subpixel gamma-correction on XCB * Added support for SelectionClientClose in QXcbClipboard * Fixed -nograb and -dograb arguments * [QTBUG-43623] Fixed use after free * [QTBUG-43436] Fixed regression in DnD. Make sure to preserve the QDrag until all data has been received. * Tools: * configure & build system: * configure will now reject invalid -no-feature-* options. * pkg-config assisted libudev detection was fixed. * [QTBUG-43302][Android] The Android style is included when cross-building on Windows as well. * [QTBUG-43205][Unix] Fixed build D-Bus headers cannot be found. * qmake: * [QTBUG-39690][Windows] Fixed file separators in 'make clean'. * [QTBUG-40264][Unix] Fixed 'make distclean' for a dynamic library target. * [QTBUG-42678] 'make distclean' now removes .qmake.{stash|super}. * [QTBUG-43026][VS2010+] Fixed compilation of .rc files. * [QTBUG-43457][MSVC] Fixed QMAKE_TARGET.arch for amd64_x86 x-build. * INCLUDEPATH+=. is now unnecessary with all generators. * For more details please see: http://blog.qt.io/blog/2015/02/24/qt-5-4-1-released/ - Drop merged or obsolete patches: qmake-add-usr-include.diff, QTBUG41590.patch, Handle-SelectionClientClose-in-QXcbClipboard.patch, qimage_conversions.cpp-Fix-build-on-big-endian-syste.patch, Fix-use-after-free-bug.patch, fix-drag-and-drop-regression.patch, Fix-detection-of-GCC5.patch, Fix-typo-in-Qt5CoreMacroscmake.patch, Fix-physical-DPI-and-size-for-rotated-screens-on-X11.patch, X11-devicePixelRatio-screen-mapping-fix.patch, Multi-screen-DPI-support-for-X11.patch and xcb-Dont-return-0-from-QXcbKeyboard-possibleKeys.patch - Added Handle-SelectionWindowDestroy-in-QXcbClipboard.patch and Call-ofono-nm-Registered-delayed-in-constructor-othe.patch from upstrean - Make sure each lib requires equal version of other qtbase libs it needs (added filtering for shlib-fixed-dependency to rpmlintrc accordingly)- Added patches from upstream: Fix-Meta-shortcuts-on-XCB.patch (qtbug#43572), Fix-detection-of-GCC5.patch, Fix-physical-DPI-and-size-for-rotated-screens-on-X11.patch (qtbug#43688), Fix-typo-in-Qt5CoreMacroscmake.patch, Make-sure-theres-a-scene-before-using-it.patch (qtbug#44509), Multi-screen-DPI-support-for-X11.patch (qtbug#43713), QSystemTrayIcon-handle-submenus-correctly.patch, Update-mouse-buttons-from-MotionNotify-events.patch (qtbug#32609, qtbug#35065, qtbug#43776, qtbug#44166, qtbug#44231), X11-devicePixelRatio-screen-mapping-fix.patch (qtbug#43713) and xcb-Dont-return-0-from-QXcbKeyboard-possibleKeys.patch (qtcreatorbug#9589)- Fixed qt_instdate generation, so the Qt5Core library doesn't have DATE embedded - Drop fdupes usage as it provides unpredictable results, and fools build-compare - Add libqt5-qtbase-rpmlintrc due to duplicates waste warnings: we rather have a few bytes more than to republish same binaries due to fdupes - Added make-qdbusxml2cpp-output-reproducible.patch: don't include date/time in the generated include guards; prevents unnecessary rebuilds - Added fix-drag-and-drop-regression.patch from upstream, fixes QTBUG-43436- Added Fix-use-after-free-bug.patch from upstream (qtbug#43623, boo#870151)- qimage_conversions.cpp-Fix-build-on-big-endian-syste.patch: Fix build on big endian systems- Don't override the shlib generator, but split gtk platformtheme into platformtheme-gtk2 subpackage, the former approach is creating problems with other dependant packages- Update to 5.4 Final * For more details please see: http://blog.qt.digia.com/blog/2014/12/10/qt-5-4-released/ and http://qt-project.org/wiki/New-Features-in-Qt-5.4 - Added Handle-SelectionClientClose-in-QXcbClipboard.patch, kde#329174- Update to 5.4 RC * For more details please see: http://blog.qt.digia.com/blog/2014/11/27/qt-5-4-release-candidate-available/ and http://qt-project.org/wiki/New-Features-in-Qt-5.4 - New libQt5PlatformHeaders-devel subpackage - Use one global define for gles on arm and aarch - (Build)Require Mesa-libGLESv3-devel when building with gles - Use system harfbuzz on 13.2 and newer - Filter out requires obtained by dependency generators. gtk platformtheme now won't pull in gtk libraries, so users can have a gtk-free envirement if wanted. Those DE's that do need that platformplugin will already have gtk present - Drop patches merged upstream: 0001-Add-QFont-strategy-to-disable-subpixel-antialiasing.patch 0001-Allow-panels-outside-of-availableGeometry.patch 0001-QFileDialog-emit-urlsSelected-urlSelected-in-accept.patch 0001-QKdeTheme-use-system-wide-kdeglobals-as-a-fallback.patch 00010-Replace-the-const-QString-global-static-with-a-QStri.patch 00011-Use-correct-signal-name-when-disconnecting.patch 0002-Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch 0002-Move-SubpixelAntialiasingType-from-QFontEngineFT-to-.patch 0002-QUrl-fromLocalFile-QString-should-lead-to-an-empty-U.patch 0003-QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch 0003-QFileDialog-turn-workingDirectory-into-a-QUrl.patch 0003-Support-autohint-and-lcdfilter-fontconfig-configurat.patch 0004-GTK2-theme-should-use-GTK-configured-font-variant.patch 0004-Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch 0004-QFileDialog-implement-getOpenFileUrl-and-friends-for.patch f1ee10f81ac18789e9a7dc715b464415ba2bc2b8.patch libqt5-add-support-for-byte-swapping.patch libqt5-byte-order-byte-is-address0.patch- Update QTBUG41590.patch for commit that was pushed upstream- Added patches from upstream: 0001-Allow-panels-outside-of-availableGeometry.patch (kde#339846) and 0002-Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch, 0003-QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch, 0004-Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch, for QTBUG#42189- Don't install CMake files for plugins, they are useful only for bundled Qt builds - Downgrade sql-plugins from libQt5Sql-devel's requires to suggests - Added QTBUG41590.patch, improve font rendering (QTBUG41590,QTBUG40971)sheep02 1646830452fghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęē€€€5.12.75.12.75.12.7-4.17.15.12.7-4.17.15.12.7   QtCoreQAbstractAnimationQAbstractEventDispatcherQAbstractItemModelQAbstractListModelQAbstractNativeEventFilterQAbstractProxyModelQAbstractStateQAbstractTableModelQAbstractTransitionQAnimationDriverQAnimationGroupQArgumentQArrayDataQArrayDataPointerQArrayDataPointerRefQAssociativeIterableQAtomicIntQAtomicIntegerQAtomicPointerQBEIntegerQBasicMutexQBasicTimerQBigEndianStorageTypeQBitArrayQBitRefQBufferQByteArrayQByteArrayDataQByteArrayDataPtrQByteArrayListQByteArrayListIteratorQByteArrayMatcherQByteRefQCacheQCborArrayQCborErrorQCborMapQCborParserErrorQCborStreamReaderQCborStreamWriterQCborValueQCborValueRefQCharQCharRefQChildEventQCollatorQCollatorSortKeyQCommandLineOptionQCommandLineParserQConstOverloadQContiguousCacheQContiguousCacheDataQContiguousCacheTypedDataQCoreApplicationQCryptographicHashQDataStreamQDateQDateTimeQDeadlineTimerQDebugQDebugStateSaverQDeferredDeleteEventQDirQDirIteratorQDynamicPropertyChangeEventQEasingCurveQElapsedTimerQEnableSharedFromThisQEventQEventLoopQEventLoopLockerQEventTransitionQExceptionQExplicitlySharedDataPointerQFactoryInterfaceQFileQFileDeviceQFileInfoQFileInfoListQFileSelectorQFileSystemWatcherQFinalStateQFlagQFlagsQFloat16QFunctionPointerQFutureQFutureInterfaceQFutureInterfaceBaseQFutureIteratorQFutureSynchronizerQFutureWatcherQFutureWatcherBaseQGenericArgumentQGenericReturnArgumentQGlobalStaticQHashQHashDataQHashDummyValueQHashFunctionsQHashIteratorQHashNodeQHistoryStateQIODeviceQIdentityProxyModelQIncompatibleFlagQIntegerForSizeQInternalQItemSelectionQItemSelectionModelQItemSelectionRangeQJsonArrayQJsonDocumentQJsonObjectQJsonParseErrorQJsonValueQJsonValuePtrQJsonValueRefQJsonValueRefPtrQKeyValueIteratorQLEIntegerQLatin1CharQLatin1LiteralQLatin1StringQLibraryQLibraryInfoQLineQLineFQLinkedListQLinkedListDataQLinkedListIteratorQLinkedListNodeQListQListDataQListIteratorQListSpecialMethodsQLittleEndianStorageTypeQLocaleQLockFileQLoggingCategoryQMapQMapDataQMapDataBaseQMapIteratorQMapNodeQMapNodeBaseQMarginsQMarginsFQMessageAuthenticationCodeQMessageLogContextQMessageLoggerQMetaClassInfoQMetaEnumQMetaMethodQMetaObjectQMetaPropertyQMetaTypeQMimeDataQMimeDatabaseQMimeTypeQModelIndexQModelIndexListQMultiHashQMultiMapQMutableByteArrayListIteratorQMutableFutureIteratorQMutableHashIteratorQMutableLinkedListIteratorQMutableListIteratorQMutableMapIteratorQMutableSetIteratorQMutableStringListIteratorQMutableVectorIteratorQMutexQMutexLockerQNoDebugQNonConstOverloadQObjectQObjectCleanupHandlerQObjectDataQObjectListQObjectUserDataQOperatingSystemVersionQPairQParallelAnimationGroupQPauseAnimationQPersistentModelIndexQPluginLoaderQPointQPointFQPointerQProcessQProcessEnvironmentQPropertyAnimationQQueueQRandomGeneratorQRandomGenerator64QReadLockerQReadWriteLockQRectQRectFQRegExpQRegularExpressionQRegularExpressionMatchQRegularExpressionMatchIteratorQResourceQReturnArgumentQRunnableQSaveFileQScopeGuardQScopedArrayPointerQScopedPointerQScopedPointerArrayDeleterQScopedPointerDeleteLaterQScopedPointerDeleterQScopedPointerObjectDeleteLaterQScopedPointerPodDeleterQScopedValueRollbackQSemaphoreQSemaphoreReleaserQSequentialAnimationGroupQSequentialIterableQSetQSetIteratorQSettingsQSharedDataQSharedDataPointerQSharedMemoryQSharedPointerQSignalBlockerQSignalMapperQSignalTransitionQSizeQSizeFQSocketNotifierQSortFilterProxyModelQSpecialIntegerQStackQStandardPathsQStateQStateMachineQStaticArrayDataQStaticByteArrayDataQStaticByteArrayMatcherBaseQStaticPluginQStaticStringDataQStorageInfoQStringQStringAlgorithmsQStringBuilderQStringDataQStringDataPtrQStringListQStringListIteratorQStringListModelQStringLiteralQStringMatcherQStringRefQStringViewQSysInfoQSystemSemaphoreQTemporaryDirQTemporaryFileQTextBoundaryFinderQTextCodecQTextDecoderQTextEncoderQTextStreamQTextStreamFunctionQTextStreamManipulatorQThreadQThreadPoolQThreadStorageQThreadStorageDataQTimeQTimeLineQTimeZoneQTimerQTimerEventQTranslatorQTypeInfoQTypeInfoMergerQTypeInfoQueryQUnhandledExceptionQUrlQUrlQueryQUrlTwoFlagsQUuidQVarLengthArrayQVariantQVariantAnimationQVariantComparisonHelperQVariantHashQVariantListQVariantMapQVectorQVectorIteratorQVersionNumberQWaitConditionQWeakPointerQWinEventNotifierQWriteLockerQXmlStreamAttributeQXmlStreamAttributesQXmlStreamEntityDeclarationQXmlStreamEntityDeclarationsQXmlStreamEntityResolverQXmlStreamNamespaceDeclarationQXmlStreamNamespaceDeclarationsQXmlStreamNotationDeclarationQXmlStreamNotationDeclarationsQXmlStreamReaderQXmlStreamStringRefQXmlStreamWriterQ_PIDQ_SECURITY_ATTRIBUTESQ_STARTUPINFOQtQtAlgorithmsQtCborCommonQtCleanUpFunctionQtConfigQtContainerFwdQtCoreQtCoreDependsQtCoreVersionQtDebugQtEndianQtGlobalQtMathQtMessageHandlerQtMsgHandlerQtNumericQtPluginQtPluginInstanceFunctionQtPluginMetaDataFunctionqabstractanimation.hqabstracteventdispatcher.hqabstractitemmodel.hqabstractnativeeventfilter.hqabstractproxymodel.hqabstractstate.hqabstracttransition.hqalgorithms.hqanimationgroup.hqarraydata.hqarraydataops.hqarraydatapointer.hqatomic.hqatomic_bootstrap.hqatomic_cxx11.hqatomic_msvc.hqbasicatomic.hqbasictimer.hqbitarray.hqbuffer.hqbytearray.hqbytearraylist.hqbytearraymatcher.hqcache.hqcborarray.hqcborcommon.hqcbormap.hqcborstream.hqcborvalue.hqchar.hqcollator.hqcommandlineoption.hqcommandlineparser.hqcompilerdetection.hqconfig-bootstrapped.hqconfig.hqcontainerfwd.hqcontiguouscache.hqcoreapplication.hqcoreevent.hqcryptographichash.hqdatastream.hqdatetime.hqdeadlinetimer.hqdebug.hqdir.hqdiriterator.hqeasingcurve.hqelapsedtimer.hqendian.hqeventloop.hqeventtransition.hqexception.hqfactoryinterface.hqfile.hqfiledevice.hqfileinfo.hqfileselector.hqfilesystemwatcher.hqfinalstate.hqflags.hqfloat16.hqfunctions_nacl.hqfunctions_vxworks.hqfunctions_winrt.hqfuture.hqfutureinterface.hqfuturesynchronizer.hqfuturewatcher.hqgenericatomic.hqglobal.hqglobalstatic.hqhash.hqhashfunctions.hqhistorystate.hqidentityproxymodel.hqiodevice.hqisenum.hqitemselectionmodel.hqiterator.hqjsonarray.hqjsondocument.hqjsonobject.hqjsonvalue.hqlibrary.hqlibraryinfo.hqline.hqlinkedlist.hqlist.hqlocale.hqlockfile.hqlogging.hqloggingcategory.hqmap.hqmargins.hqmath.hqmessageauthenticationcode.hqmetaobject.hqmetatype.hqmimedata.hqmimedatabase.hqmimetype.hqmutex.hqnamespace.hqnumeric.hqobject.hqobject_impl.hqobjectcleanuphandler.hqobjectdefs.hqobjectdefs_impl.hqoperatingsystemversion.hqpair.hqparallelanimationgroup.hqpauseanimation.hqplugin.hqpluginloader.hqpoint.hqpointer.hqprocess.hqprocessordetection.hqpropertyanimation.hqqueue.hqrandom.hqreadwritelock.hqrect.hqrefcount.hqregexp.hqregularexpression.hqresource.hqresultstore.hqrunnable.hqsavefile.hqscopedpointer.hqscopedvaluerollback.hqscopeguard.hqsemaphore.hqsequentialanimationgroup.hqset.hqsettings.hqshareddata.hqsharedmemory.hqsharedpointer.hqsharedpointer_impl.hqsignalmapper.hqsignaltransition.hqsize.hqsocketnotifier.hqsortfilterproxymodel.hqstack.hqstandardpaths.hqstate.hqstatemachine.hqstorageinfo.hqstring.hqstringalgorithms.hqstringbuilder.hqstringlist.hqstringlistmodel.hqstringliteral.hqstringmatcher.hqstringview.hqsysinfo.hqsystemdetection.hqsystemsemaphore.hqt_windows.hqtcore-config.hqtcoreversion.hqtemporarydir.hqtemporaryfile.hqtestsupport_core.hqtextboundaryfinder.hqtextcodec.hqtextstream.hqthread.hqthreadpool.hqthreadstorage.hqtimeline.hqtimer.hqtimezone.hqtranslator.hqtypeinfo.hqtypetraits.hqurl.hqurlquery.hquuid.hqvariant.hqvariantanimation.hqvarlengtharray.hqvector.hqversionnumber.hqversiontagging.hqwaitcondition.hqwineventnotifier.hqxmlstream.hQt5Qt5Config.cmakeQt5ConfigVersion.cmakeQt5ModuleLocation.cmakeQt5CoreQt5CTestMacros.cmakeQt5CoreConfig.cmakeQt5CoreConfigExtras.cmakeQt5CoreConfigExtrasMkspecDir.cmakeQt5CoreConfigVersion.cmakeQt5CoreMacros.cmakelibQt5Core.prllibQt5Core.soQt5Core.pclibQt5Core-develconfig_help.txtqt5globalcompat.qdocconfconfig.qdocconfexternalsitesexternalsites.qdocconfexternal-resources.qdocqt-webpages.qdocqtcreator.qdocrfc.qdocfileextensions.qdocconfhtml-config.qdocconfhtml-footer-online.qdocconfhtml-footer.qdocconfhtml-header-offline.qdocconfhtml-header-online.qdocconfincludesincludes-onlinesearch.qdocexamples-run.qdocincmodule-use.qdocincmacros.qdocconfmanifest-meta.qdocconfqt-cpp-defines.qdocconfqt-html-templates-offline-simple.qdocconfqt-html-templates-offline.qdocconfqt-html-templates-online.qdocconfqt-module-defaults-offline.qdocconfqt-module-defaults-online-commercial.qdocconfqt-module-defaults-online.qdocconfqt-module-defaults.qdocconftemplateimagesQt-dark_gradient.pngQt-footer-bg.jpgQt-footer_shadow.pngQt-gradient.pngQt-header-bg.jpgQt-logo.pngarrow.pngarrow_bc.pngarrow_down.pngbg_l.pngbg_l_blank.pngbg_ll_blank.pngbg_r.pngbg_ul_blank.pngbgrContent.pngblu_dot.pngbox_bg.pngbreadcrumb.pngbtn_next.pngbtn_prev.pngbullet_dn.pngbullet_gt.pngbullet_sq.pngbullet_up.pngfeedbackground.pngheader_bg.pnghome.pnghorBar.pngico_note.pngico_note_attention.pngico_out.pnglogo.pngpage.pngpage_bg.pngspinner.gifsprites-combined.pngscriptsextras.jsmain.jsstylecookie-confirm.csscookiebar-x.pngdoc_search.pnggsc.cssicomoon.eoticomoon.svgicomoon.ttficomoon.wofflist_arrow.pnglist_expand.pngoffline-simple.cssoffline.cssonline.csstheqtcompany.pnglibQt5Core-develLICENSE.FDLLICENSE.GPL2LICENSE.GPL3LICENSE.GPL3-EXCEPTLICENSE.LGPL3LICENSE.LGPLv3LICENSE.QT-LICENSE-AGREEMENTLICENSE.QT-LICENSE-AGREEMENT-4.2/usr/include/qt5//usr/include/qt5/QtCore//usr/lib64/cmake//usr/lib64/cmake/Qt5//usr/lib64/cmake/Qt5Core//usr/lib64//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libQt5Core-devel//usr/share/doc/packages/qt5//usr/share/doc/packages/qt5/global//usr/share/doc/packages/qt5/global/externalsites//usr/share/doc/packages/qt5/global/includes-online//usr/share/doc/packages/qt5/global/includes//usr/share/doc/packages/qt5/global/template//usr/share/doc/packages/qt5/global/template/images//usr/share/doc/packages/qt5/global/template/scripts//usr/share/doc/packages/qt5/global/template/style//usr/share/licenses//usr/share/licenses/libQt5Core-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:23098/SUSE_SLE-15-SP2_Update/8a333ddb38730fbbf0a8a5b75b7efb97-libqt5-qtbase.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linux      !""#$%&'()*+,-./012333directoryC source, ASCII textC++ source, ASCII textC++ source, UTF-8 Unicode textASCII textC source, UTF-8 Unicode textASCII text, with very long linespkgconfig fileHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII textLaTeX document, ASCII textPNG image data, 1 x 150, 8-bit/color RGBA, non-interlacedJPEG image data, Exif standard: [TIFF image data, little-endian, direntries=0], baseline, precision 8, 100x100, frames 3PNG image data, 5000 x 18, 8-bit/color RGBA, non-interlacedJPEG image data, Exif standard: [TIFF image data, little-endian, direntries=0], baseline, precision 8, 195x195, frames 3PNG image data, 74 x 88, 8-bit/color RGBA, non-interlacedPNG image data, 44 x 24, 8-bit/color RGBA, non-interlacedPNG image data, 10 x 5, 8-bit/color RGB, non-interlacedPNG image data, 215 x 1, 8-bit/color RGB, non-interlacedPNG image data, 216 x 15, 8-bit/color RGB, non-interlacedPNG image data, 2000 x 1, 8-bit/color RGB, non-interlacedPNG image data, 11 x 30, 8-bit/color RGBA, non-interlacedPNG image data, 7 x 7, 8-bit/color RGBA, non-interlacedPNG image data, 1 x 6, 8-bit/color RGB, non-interlacedPNG image data, 5 x 7, 8-bit/color RGB, non-interlacedPNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedPNG image data, 7 x 8, 8-bit/color RGBA, non-interlacedPNG image data, 6 x 6, 8-bit/color RGB, non-interlacedPNG image data, 7 x 8, 8-bit colormap, non-interlacedPNG image data, 100 x 100, 8-bit/color RGBA, non-interlacedPNG image data, 1 x 3, 8-bit/color RGB, non-interlacedPNG image data, 20 x 20, 4-bit colormap, non-interlacedPNG image data, 770 x 1, 8-bit/color RGB, non-interlacedPNG image data, 30 x 27, 8-bit/color RGBA, non-interlacedPNG image data, 16 x 13, 8-bit/color RGBA, non-interlacedPNG image data, 174 x 71, 8-bit colormap, non-interlacedPNG image data, 2000 x 105, 8-bit/color RGBA, non-interlacedPNG image data, 1 x 104, 8-bit/color RGB, non-interlacedGIF image data, version 89a, 16 x 16PNG image data, 1000 x 800, 8-bit/color RGBA, non-interlacedPNG image data, 130 x 260, 8-bit/color RGBA, non-interlacedPNG image data, 50 x 50, 8-bit/color RGBA, non-interlacedSVG Scalable Vector Graphics imageTrueType Font data, 11 tables, 1st "OS/2", 14 names, Macintosh, type 1 string, icomoonVersion 1.0icomooncmo Web Open Font Format, TrueType, length 4536, version 0.0PNG image data, 8 x 10, 8-bit/color RGBA, non-interlacedPNG image data, 24 x 28, 8-bit/color RGBA, non-interlacedassembler source, ASCII textUTF-8 Unicode text, with very long linesPNG image data, 430 x 135, 8-bit/color RGBA, non-interlacedUTF-8 Unicode textPPPRī“:ŸՈT Źs¹Hutf-85772314270e966ee870a68f07b4e006af6e73a115e2c2f5ad249a621f546fc6a?’’ü ż7zXZ įū ”!t/å£ą+ ō]"ĢkĄ%ˆ]dŁśŪ{€(ź]÷T ¾`-Ō1łI®Šs&ięåD‹ø|Xč>Np…éĢŽ—)Ńģe˜ ³ć`S†š)….³C30Lį’āl¾QW1˜‘ToĮˆw­*`"¬KĀ¶]5+ź»`×­nš‚i=Œ}^!HHœŒž¼»#-“ž'Łb;TŠZH‰!¼£%’0¾ļÕšdoø s~™+·MZ"c‰Ś+ų¤KµPa^qȅœF[q±Ał|y=¾Žz–‘¦FUČuĖļ f‰”•=4 MsUAę9<é;{9ž(s—ÄīƒHJ…&Dm?@±*Č“¤7Ķ¤M°µEÕVŠŌaNqŌė2%Dż“lÉČ'JÉĘVŒHŅę9»÷G‹·80¹6Yē#N3d¶e/'kŒų²Ēō/Īž…-„Ę'•`ómŠ¶•Bv¶Š‚Õ“f[!ā2ŗāe†P5ēŽŲÜņ?ŁQŹĄ Z²×É\­:K Ć6b×ūhÓsš„ĮžX0mż¶õ$‹—ß‘„ųžž&!Ā@łņĢü‚åÕ9ĀŒ•P§ ȇ•§‘ObžŠT]šĄw2Ģ§ł'ĖÖęz-‚­£ĘĶå O…<€ü3”uę‰2bõY~ŠŲN\pÖ ĮĒ—hŁ\~ä,ķrļ„Īį­ Gó$ģV|]"ÜĄčw«U[UsŃĢ˜ß›óŚdž#ś‘žŻuY%Š:Ā®­ĻŚ¹£įæU¦ +ˆ¹£®oY%‚čS›„[揣o^æ§QNóŁõ™Ķ“|ŁTæSg ˜åÄ#CįꧏėX‰6–o[Ę1]UčEöņ–©qtž–8±`¾9™ŽµÖ_ ’•„¤7f-* >)@ūŪ ‚j‰i“‚eå/»Ńf ‚Ó]tīżÆ+Č*1&ŒcĻ|Ø©#³hŃO·Ŗ.c(…ŗŹÄ;rž]n±#"ųĮ±³E–JbŽ·Q½­ÓnZÓøĒ_ńxķ a›3cōFh×=A¶’(WyYkrhƒD%#/Œ…CŪ£€±{iĘ×%4“1µ·€¼ŖmŁ:’ĆæćĖō„‚Éā0R äąA‚˜Ä\Ņe :„-#|ĮמAŹJq"x/8<ŗ œbU²īv<.*ŒĪp ˆĆ_GQœZnOf²Čņz{mŅy žZlüŒ&ĘRV’šĒ¬€+3WMŌÆŖˆĶQń[K84 ­ū¢bä_ą\3Jf¶dMųjī6?üžńŽź „yČ[ŁĘvŠ’S­ š‚Emš9- ŁģhkĖŸ|)gAZ}‰ē£‘^ŌĪ•P¤•Æ; ²Č©aŪE‹jµu£J¾Ć—Ź€ŌŒW`:ZŠ ŲģöŠEł*~>É6`W T¼Å­ę?; Ė=Ž£ng±ĘV³ų…W֎#„łiD+Āp»•/iæfžš†æć“p-_yoœŸ,”2š”•¢’˜§EHŹÄ@āé‰(v\ƒ‘ÅŁ‚O/ŁŠopg™a3õiF÷ćĄR“Šõ~īøKėųź5ÆPĶśœŲjG^Ÿ[av¤:”ŲĢ¤’Ų$SPŸak©Ņ=[†-J­-¾äC2ŁBRd߶y[üźé’ĘÓ_7ż{dXėn,]y^¹Ŗ·9²²L3‰šqk¹†­”¹.ÄHABųQŲŃżĮ &/‰Ž ģĮd¢°ČĻ ­·ĒŠ’MCńŚ­ćŠwĪ9l.˜^˜łŃ²üĒņźŪYėČöƒ½ń§f€hj„ĻhžŚĘ9ZJ­*g-[>¼eŽ&kĒæUA‘÷.‡¢śdd•?Ź‡€Ė_5ś9,D.&“¾%ĮĖcF“źEj|Ižx„ĻXpē”čÓ«d‘ØąÖÆXˆųŒH3l²?ūknƒ ~é²¾³Ė“ŸtŹĮ=rW²‰xÓn­ķk¦š†q;™÷'KÄ+kXæĆ]•²5Ļ’׌ųi 0Iƒ±a˜“Å»īõŅS}8ŚO>ž‘žYBŠā‡Į Ź¼AJ½ ų  ×Ņģ•łxÖē™ŪžE£ÅYtÉ֟’}ć£bØ į ArSoE•l¦”‚²½Dų³|T©&ŖķŽ°Éņ fŁ0)½ Ņ¢=Z!ņ š(:‚ŻoõĀꑠ’«m;lYQŲī·)Ö¤< 7._jw…Ą:²×· Lšó“Ņ[/In·”ÜĒĀį1 :ęœę ģ8hż`ĄNØV+śŒk|ƆcĒh7Ŗn&Õx‰.īw•Ģ”ö? ;ć&2dą§¬žĻJLŠų)£+ų%¶š8Üē’į6”«B“Ā­—{¬ƒLė2ū:?—„”pä5Bø%võ/ļ¾!p8R\ŃtEŗŠ~U K•Ø·†8²xµņšņd Ą¢ĆO1cŽX­r)ŒƒÄ,3č=öA:PmŁų§„–‰ ,kŒź€3U Ž3Ś“‹µJŽ0܆b„ūƒę@E2YzŅf©…ÓŁ 7Ļøš&֙Ī¦ü ēm¾¦ Š ™V eæ›0Æ:ĖčÕ#NģĪߌIéŚ8ŗ;Ä”åŲRØ[§]h¬¬”0`ʒ³ “Ÿ”„Žż„ćūaČ÷q×č[½µ"-Õ Ūzˆf>ś;v”RŹSWyūķÓĪR{ė“°RxܛfJŖ­ŲO›L=`!‹mģŠįŽÆ{÷yČĪlgC­ųÜs.Æ8”ĆZĪXlĖ¾PśęvŻ!Óś$D•fœų†l„ŲO’nöyłµpūąµjŒtśčæ gmŠŌE ‡ R)Ś~wŁfŲļ%Z¤ūɇŻ…Ÿwp–æGgĻ8Ź'°>¢g#+W]ż|Ѭ֔ŅPĖś/Sč÷¦$Œwe¢„ ėB ±ąĆgL2+Ņ%”ū-#œžpˆ/Ī“_ęŻ<Ŗs²ƒšĪBó€_t—@A›­ŠKI‹@héÅ.׳zÜÜå='§Ł%0„zUˆņāhY*oƒGUļGBH7"²ßßK‹čū¬ę—°Ģ|ut2"PzpHĶ^3±•.iÜļ-%0öŃüĘp©xMGw^.śßZĻŗi ŗŃ_o ōŃ#ĪnÖö+~šÓģ čp Zž×ĶAßĻśZŠ§=Šp…@ČŽ' #õ$€k Ų€Kģ!ķJž¢ńqa/?ÉŚ „郬Ź/ ĪŪÆš]¬<ō“šńV+ąųZ¹ō>Y †…)`蒶ŲžTĢņ ā¬PV\ž[ŖŠŠ(#ĮmįPé_FĮdf\~Žsó߇vŽ&–>Ė1æ xł…‚Ą{“Łœ\Ō ‚Ō³?…€ļ OÕ¬ź¶iÕčåļÖĖ­”z@—'ĒŪŪ%fCś_Ģ) »„?ļŲö!TkøӋģ‹Š‚h’łØQS•¹0U8ūå2Ŗœ YĘ½pŃüŒ#Ź}%¤)’ˆÜ»āų’m=æ\,:Ūņ¶.œ 'ŗ/^0-ę@į ®ī›²d3]¼%“ŅÕx!õ•“ĆÓ;’ųłŒh5±Öw5Ć ŗóą§æx<ēÄåŸ!˜KÕśj¾Qæ^5ZXŗJ)2Ÿ¼ærŌSŠ(6hÅhPĪ¼ŠØJüÉŻ\ōr–÷¼U‘\Ę ÷Y žś¤—Ū‹ąæl’PåćŻóæ‰2ŹĮ†bxį/Į•—ŅŠįG ”ķ§ōÓŠÆ’anC}‰“f­¢ńŃ؉?<§E ėŃėńYTbšąŁ†‡Š’¶™?ŲÉT>"ņš™ūńŖæłĮĮ,ūˆ°IDņ'R–C`‡Ļ¶ÖE™§ÉՙAīæČG'fžčēYØøĪ‰3|ļkJÕ󮊣¹,¹UĒ)4‚4¶óöŽ£LöMż “ī ×Ā–gżólŽ„ÅP"€%7 Ć„挏²<<ŠCĀrüČŌvؽ§Ž/A”"~‡’ܞų”yébؗ¢Ģ°ī ˜ÅIœļyb0~&Ęšį<’-•X‹Ń£$d”g’(Ē ”¹Æa·ŲK™Ō‡Óœ*`é·i~N’å;ė{@aĶ¬7śy/Ż™°s%y»uĶĢ£Vu‚ńQ,ƒ¾Æя¬ū‚ćŸtŌ-FAņ·‚Šą‚©­`µµ¦A2Ȃš’;čL˜p*~€y¼eą‡·^·P9yŚuŪ¼Ķ¤½ń˜ōÆjØ5>@t-[%Ó§ēœTŠōæū0‹s-“Wø—MØn>Čļ‚šśŚĀł ņē\–ŻæqŻöė”šŒŚēbS¹źPü½Sž2I/ œĘČ: ¢(מŁö"Čė Įج<4r†6¶éß YZ