Qt Creator unable to find the executable
-
In "a related thread":http://developer.qt.nokia.com/forums/viewthread/6789, I was asking how Qt Creator locates dynamic libraries.
This time I'm wondering how it locates the executable.
If I add e.g.
@win32-msvc2008:DESTDIR = xyz@
to my .pro file, Qt Creator simply tells me it cannot find the executable.
If I instead use
@win32:DESTDIR = xyz@
it is found and executed without complaints.To me, it looks like Qt Creator and qmake are not synched when it comes to using platform scopes. I.e. a bug in Qt Creator. Or can anyone think of another reason for this?
(I am using Qt Creator 2.2.0 on Windows 7.) -
Have you "filed a bug report":http://bugreports.qt.nokia.com/ ? Mentioning things here in the forum will not get them fixed.
-
Filed this as "QTCREATORBUG-5394":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-5394.
-
Thanks for the bug report!