No auto-detected Qt Version on Ubuntu (binary installations)
-
I've installed
qtcreator
andqt5-default
packages and all the suggested packages.qtchooser
tool detects correct and only version. Qt Creator can see all the compilers and debuggers but Auto-Detected Qt Versions tree is empty. Adding manually prompts "no qmlscene installed" warning but theqmlscene
package is installed but I wish not to add it manually anyway because on my other installations it was always auto-detected so I figure something is wrong/different and I want to know what. -
Hi,
Did you install the Qt development packages ?
-
yes, I have all red, green and blue packages from https://packages.ubuntu.com/groovy/qtcreator and https://packages.ubuntu.com/groovy/qt5-default - I can also see qmake on my system:
$ qtchooser -print-env QT_SELECT="default" QTTOOLDIR="/usr/lib/qt5/bin" QTLIBDIR="/usr/lib/x86_64-linux-gnu"
-
What if you remove and re-install Qt Creator ?
-
Which version of Qt Creator is it ?
-
4.13.2 based on 5.14.2 (GCC 10.2.0, 64 bit) which is the same Qt version I have installed. All binary from official repos. It's fresh Kubuntu installation.