]> git.pld-linux.org Git - packages/qt5-qttools.git/commitdiff
R: same Qt5Core version as during build time
authorJan Palus <atler@pld-linux.org>
Mon, 10 Jul 2023 10:06:38 +0000 (12:06 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 10 Jul 2023 10:06:38 +0000 (12:06 +0200)
attempts to avoid error:

Cannot mix incompatible Qt library (x.y.z) with this library (x'.y'.z')

qt5-qttools.spec

index b706021a1212a6cfe2a68fecdb8a7a16b534d396..f6c67915e8f7bfb19c280b2cbee17e70ac6e0e9f 100644 (file)
@@ -169,7 +169,7 @@ Ten pakiet zawiera narzÄ™dzia qdbus i qdbusviewer.
 Summary:       Qt5 Designer libraries
 Summary(pl.UTF-8):     Biblioteki Qt5 Designer
 Group:         X11/Libraries
-Requires:      Qt5Core >= %{qtbase_ver}
+%requires_eq_to        Qt5Core Qt5Core-devel
 Requires:      Qt5Gui >= %{qtbase_ver}
 Requires:      Qt5Widgets >= %{qtbase_ver}
 Requires:      Qt5Xml >= %{qtbase_ver}
@@ -232,7 +232,7 @@ Wtyczka QWebView dla Qt5 Designera.
 Summary:       Qt5 Help library
 Summary(pl.UTF-8):     Biblioteka Qt5 Help
 Group:         X11/Libraries
-Requires:      Qt5Core >= %{qtbase_ver}
+%requires_eq_to        Qt5Core Qt5Core-devel
 Requires:      Qt5Gui >= %{qtbase_ver}
 Requires:      Qt5Sql >= %{qtbase_ver}
 Requires:      Qt5Widgets >= %{qtbase_ver}
This page took 0.072875 seconds and 4 git commands to generate.