[Solved] qmake is marked as red in Qtcreator options
-
I finally managed to make qmake for my platform (arm cross compiler). After installing last version of Qtcreator in Ubuntu I went to Options -> Build & Run -> Qt Versions and select Manual -> Add but it's marked that qmake as red as you can see in the picture:
http://8pic.ir/images/8v62epjd2j5jtynbwk9z.pngI even have cross compiler in PATH although I don't think it has anything to do with cross compiler after you make qmake
What does it mean by "Please define one or more compilers" ?
How can I do that ? -
Hi,
Just next to this tab, there's the compiler tab, did you add your cross-compiler there ?
-
Sorry I forgot to add that. I thought since I have it in PATH it would be enough. Well turned out it's not!
Now it's working fine.
Thank you