Qt Code:
make --makefile=c:\test\MakefileTo copy to clipboard, switch view to plain text mode
I've tried several switches but no luck...![]()
Qt Code:
make --makefile=c:\test\MakefileTo copy to clipboard, switch view to plain text mode
I've tried several switches but no luck...![]()
Does it work if you invoke:
?
Zing!!!
That did the trick. Although it compiled as release not debug. Does this mean I have too add my project path to environment variables?
Most likely it's because you don't have the debug version of Qt libraries. Look for "Build Qt libraries in debug mode" or something similar in the Start menu.
No, I've just reproduced your problem on my system. It seems that qmake generates Makefiles which expect that the .pro file is in the current directory. So you just have to make sure that your project's directory is the current one.
Bookmarks