* 0001-Fix-build-with-Qt-6.8.2.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=39
11 lines
351 B
Diff
11 lines
351 B
Diff
Index: PyQt5_gpl-5.12/designer/designer.pro-in
|
|
===================================================================
|
|
--- PyQt5_gpl-5.12.orig/designer/designer.pro-in
|
|
+++ PyQt5_gpl-5.12/designer/designer.pro-in
|
|
@@ -1,4 +1,5 @@
|
|
CONFIG += plugin @QTCONFIG@ warn_on
|
|
+CONFIG -= rpath_libdirs
|
|
QT += designer
|
|
|
|
# Work around QTBUG-39300.
|