PDA

View Full Version : qmake outputting wrong kind of makefile...



andy.fillebrown
21st September 2009, 13:48
A problem has come up on the Csound forum, and I'm not sure how it could have happened so I'm looking for advice...

Basically, a Windows user has downloaded and installed the binary open-source distribution of the Qt-SDK, but his qmake output is showing -spec win32-borland instead of -spec win32-g++.

afaik, this is a QMAKESPEC issue, but since he installed from a binary and didn't compile it himself, how could this have happened and how can we resolve the issue?

Regards,
~ andy.f

SudaNix
21st September 2009, 17:37
Compile the projects throw Qt Command Prompt or make sure that Qt's bin directory appear first in the PATH variable.(Also mingw bin dir must be in the PATH).