QtCreator 13.02 fails with Qt 6.7.2 on openSUSE
-
I am running QtCreator 13.02 on openSUSE Tumbleweed. Qt 6.7.2 was just installed a few days ago and now I get an error that I don't know how to correct.
16:55:09: Running steps for project TaperFoil... 16:55:09: Starting: "/usr/bin/cmake" --build /home/jc/devel/TaperFoil/build/Desktop-Debug --target all ninja: error: '/usr/lib64/libQt6PrintSupport.so.6.7.1', needed by 'TaperFoil', missing and no known rule to make it 16:55:09: The process "/usr/bin/cmake" exited with code 1. Error while building/deploying project TaperFoil (kit: Qt in PATH (System)) The kit Qt in PATH (System) has configuration issues which might be the root cause for this problem. When executing step "Build" 16:55:09: Elapsed time: 00:00.
It is pretty clear what the problem is but I don't know why. None of the settings I can see reference Qt version numbers other than 6.
Anyl thoughts on how to make QtCreator see the latest update version?
-
Hi and welcome to devnet,
Since you are using the system provided Qt, did you install the corresponding development packages ?
-
Yes I did. As I mentioned, I had been using QtCreator for a couple of weeks before the update to 6.7.2.
-
Did you re-run configure for your project ?
I just realized that it's complaining for 6.7.1 and you have 6.7.2.