Disable Qt Creator auto-search on startup?
-
Hello. I just compiled QtCreator from source, and every time it starts up, it goes through this really long search process to look for every variation of gcc. Is there a way to disable this search or limit it in some way? (linux platform)
Example: (I <cut> the path it was searching)
"The command "<cut>/aarch64-linux-gnu-g++" terminated with exit code 2."
"The command "<cut>/aarch64-linux-gnu-g++" terminated with exit code 2."
"The command "<cut>/aarch64-none-elf-g++" terminated with exit code 2."
"The command "<cut>/aarch64-none-elf-g++" terminated with exit code 2."
"The command "<cut>/arm-fsl-linux-gnueabi-g++" terminated with exit code 2."
"The command "<cut>/arm-fsl-linux-gnueabi-g++" terminated with exit code 2."
"The command "<cut>/arm-linux-gnueabi-g++" terminated with exit code 2."Thanks!
-
Note that I realized that the searching is doing this because all these tools are in my path. If I remove the <cut> path from PATH, it does not have to visit every one of these items. The question remains though of how to disable this searching?