Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 6.0.2, Qt Creator 9.0.0-beta1
-
None
-
Ubuntu 20.04 LTS
-
0819bf3781 (qt-creator/qt-creator/9.0) 0819bf3781 (qt-creator/qt-creator/master) 0819bf3781 (qt-creator/qt-creator/qds/dev)
Description
On the command line, try figuring out the Qt version Creator was built with:
bin/qtcreator -version|grep 'based on'
You'll see all the output because it goes through stderr.
Such output should go to stdout instead.