Is there anyway to change the build tool Qt Creator uses? Currently, Qt Creator has defaulted to the Qt5
version of qmake
. I would like to use the Qt4
version of qmake
, or the /usr/bin/make/
option. What are the steps needed to make this happen?
How to change Qt Creator build tool?
654 Views Asked by Jacob At
2
Then select
Qt Versions
tab. You can addqmake
there by giving path manuallyWhile building project you can select the respective toolchain as well. That can be done from left panel option
project
then select the configured toolchain.