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?
659 Views Asked by Jacob At
2
Then select
Qt Versionstab. You can addqmakethere by giving path manuallyWhile building project you can select the respective toolchain as well. That can be done from left panel option
projectthen select the configured toolchain.