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

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

qt5-qtcharts.spec

index f961978e8eb95b81066a248237bfd6eb1b8de201..be6bc465fbd4e1c1b99a079466916bfd3f501c84 100644 (file)
@@ -54,7 +54,7 @@ Ten pakiet zawiera bibliotekÄ™ Qt5 Charts.
 Summary:       The Qt5 Charts library
 Summary(pl.UTF-8):     Biblioteka Qt5 Charts
 Group:         Libraries
-Requires:      Qt5Core >= %{qtbase_ver}
+%requires_eq_to        Qt5Core Qt5Core-devel
 Requires:      Qt5Gui >= %{qtbase_ver}
 Requires:      Qt5Widgets >= %{qtbase_ver}
 # for qml module
This page took 0.151045 seconds and 4 git commands to generate.