[opensuse-packaging] weird build problem related to QT and cmake

Hi, I have a package, home:lemmy04/stellarium, that lately fails to build with this: [ 67s] CMake Error at CMakeLists.txt:335 (MESSAGE): [ 67s] Found Qt5: /usr/lib64/qt5/bin/qmake (found unsuitable version "..", [ 67s] required is "5.3.0") My project uses KDE:Qt5 and aggregates cmake from devel:tools:building. Any ideas? Cheers MH -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org

Mathias Homann-2 wrote
I have a package, home:lemmy04/stellarium, that lately fails to build with this:
[ 67s] CMake Error at CMakeLists.txt:335 (MESSAGE): [ 67s] Found Qt5: /usr/lib64/qt5/bin/qmake (found unsuitable version "..", [ 67s] required is "5.3.0")
My project uses KDE:Qt5 and aggregates cmake from devel:tools:building.
Any ideas?
Due to changes to Qt5 you need to do something like sed -e 's/Qt5Core_VERSION_STRING/Qt5Core_VERSION/g' -i CMakeLists.txt Regards -- View this message in context: http://opensuse.14.x6.nabble.com/weird-build-problem-related-to-QT-and-cmake... Sent from the opensuse-packaging mailing list archive at Nabble.com. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Luigi Baldoni
-
Mathias Homann