I will just quote the dependencies of some distros, just follow the steps below
Qt creator and Build Essential
- apt-get install qtbase5-dev qtdeclarative5-dev # qt-creator
- apt-get install build-essential # gcc cmake...
Qt creator and Build Essential
- pacman -Sys qt5-base qt5-declarative # qt-creator
- pacman -Sys build-essential # gcc cmake...