Qt Creator kit calling wrong qmake (but from cmdline OK)
Unsolved
General and Desktop
-
Hi everyone,
I'm trying to do a native compile for my desktop (x86, Linux, 64-bit). If I execute qmake and make from the command line (terminal), things work wonderfully and the executable works.
/home/andrew/Qt/5.8/gcc_64/bin/qmake
make
When I use Qt Creator, I select my kit (I only have one):
The QT version looks OK (QT 5.8.0 GCC 64-bit):
And if I look at the 'qmake' path that's associated with the above QT version, that all looks fine too (i've highlighted it in the pic, starting with /home/andrew/)
So why when I run 'build' using the selected kit, it seems to be running the wrong qmake version?
Thanks everyone!!
-
Hi,
What do you mean by "project configure" ? How did you open it the first time when it was failing ?