[Qt-creator] Trouble running/debugging with qtcreator-4.12

Christian Kandeler christian.kandeler at qt.io
Tue May 5 10:38:34 CEST 2020


On Tue, 5 May 2020 18:18:11 +1000
Marc Reilly <marc.reilly at gmail.com> wrote:

> When trying launch (run or debug) a program from QtC 4.12 it does not start
> the program, I just get a message in the console saying it is starting.
> Earlier versions launch the same project fine ..
> 
> If I launch QtC from the command line I get, whenever I try launch:
> 
> /usr/bin/konsole:
> /home/marc/devtools/Qt/qtcreator-4.12.0/lib/Qt/lib/libQt5Core.so.5: version
> `Qt_5.9.7_PRIVATE_API' not found (required by /usr/lib64/libKF5XmlGui.so.5)
> /usr/bin/konsole:
> /home/marc/devtools/Qt/qtcreator-4.12.0/lib/Qt/lib/libQt5Core.so.5: version
> `Qt_5.9.7_PRIVATE_API' not found (required by
> /usr/lib64/libQt5TextToSpeech.so.5)
> 
> Note, my program doesn't link with either of these (it doesn't link with
> anything apart from Qt 5.14.2)  LDD_LIBRARY_PATH is not set.
> 
> I'm running openSUSE Leap 15.1, and the system Qt version is 5.9.7, so I'm
> guessing its pulling in some system libs for some reason..
> 
> Any ideas?

Do you have the "Add build library search path" checkbox enabled in your run configuration?
If yes, please file a report at bugreports.qt.io and attach an example project.


Christian


More information about the Qt-creator mailing list