[Slackbuilds-users] Qt5 Update to 5.12

Felix Pfeifer pfeifer.felix at gmail.com
Wed Jan 29 12:28:23 UTC 2020


The SuperCollider build expects a version string in
/usr/lib64/cmake/Qt5/Qt5ConfigVersion.cmake
The first line reads like this:
set(PACKAGE_VERSION )
An older version of qt5 had this:
set(PACKAGE_VERSION 5.9.9)

I think for the 5.12 version it should look like:
set(PACKAGE_VERSION 5.12.6)

Then in my 5.9.9 build there is this file:
/usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake
which is missing in 5.12.6. SuperCollider expects
this file to exist. Is there a way you can bring
this file back? The SuperCollider folks seem to
support up to qt5.11. That's at least the highest
version they mention in their manuals.

I will contact the SuperCollider devs and ask up
to which qt version they tested.

Cheers,

Felix



More information about the SlackBuilds-users mailing list