forked from pool/libqt5-qtbase
d9567c040d
- Add patch to avoid lag on startup with the modesetting driver on intel (QTBUG-70760): * 0001-xcb-Don-t-get-initial-screen-rotation.patch - Update to 5.11.2 * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.11.2/?h=v5.11.2 - Refresh patches: * 0002-xcb-Use-the-screen-s-physical-DPI-as-logical-DPI-unl.patch * tell-the-truth-about-private-api.patch - Remove patches, now upstream: * 0001-Fix-qmake-build-with-glibc-2.28.patch - Add patch to fix build on 32-bit: * Export-qt_open64-from-QtCore.patch OBS-URL: https://build.opensuse.org/request/show/638527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=88
17 lines
953 B
Diff
17 lines
953 B
Diff
Index: qtbase-everywhere-src-5.11.2/mkspecs/features/qt_module.prf
|
|
===================================================================
|
|
--- qtbase-everywhere-src-5.11.2.orig/mkspecs/features/qt_module.prf
|
|
+++ qtbase-everywhere-src-5.11.2/mkspecs/features/qt_module.prf
|
|
@@ -217,9 +217,9 @@ android: CONFIG += qt_android_deps no_li
|
|
QMAKE_LFLAGS += $${QMAKE_LFLAGS_VERSION_SCRIPT}$$verscript
|
|
|
|
internal_module {
|
|
- verscript_content = "Qt_$${QT_MAJOR_VERSION}_PRIVATE_API { *; };"
|
|
+ verscript_content = "Qt_$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}_PRIVATE_API { *; };"
|
|
} else {
|
|
- verscript_content = "Qt_$${QT_MAJOR_VERSION}_PRIVATE_API {" \
|
|
+ verscript_content = "Qt_$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}_PRIVATE_API {" \
|
|
" qt_private_api_tag*;"
|
|
|
|
private_api_headers = $$SYNCQT.PRIVATE_HEADER_FILES $$SYNCQT.QPA_HEADER_FILES
|