Only Win32 target is supported! And QT Creator layout issue?
Solved
General and Desktop
-
@hazbody21 build-essentials being a meta package you can see that only it was reinstalled not the ones you are looking for. I would uninstall it and all its dependencies and then reinstall it.
-
I got it! I somehow indeed broke the system and reinstalling all the dependencies fixed it:
apt-cache depends build-essential | grep '[ |]Depends: [^<]' | cut -d: -f2 | tr -d ' ' | xargs sudo apt-get --reinstall install
Thank you @SGaist, @Christian-Ehrlicher, and @Abderrahmene_Rayene
-