Setting up Qt Creator on Fedora 27

Here I go again, with more determination now that it matters! I need to start working on my project but that’s pretty tough without a dev environment. 🙂

These are the commands I needed to run as root (via sudo):

$ dnf install make gcc-c++ gdb
$ dnf install qt5*-devel
$ dnf install qt-creator

After this step I still don’t have any valid kits. I read a bit more on the link I’d found and realized I needed to fix the default Desktop kit. See how it has the warning symbol: Continue reading “Setting up Qt Creator on Fedora 27”