I'm having some troubles using the QMake plugin. I retrieved the last version of Qt and set the QMake plugin this way:
qmake executable: D:\C2\PROGRAMS\Qt_4.7.3\Desktop\Qt\4.7.3\mingw\bin\qmake.exe
QMAKESPEC: win32-g++
QTDIR: D:\C2\PROGRAMS\Qt_4.7.3\Desktop\Qt\4.7.3\mingw
.. and then I try to qmake and compile a supplied example (calculateform) but I get this error in the console:
(translation: """ is not recognized as an internal or external command etc..)C:\WINDOWS\system32\cmd.exe /c """ -j 1 -f "calculateform_wsp.mk""
'""' n'est pas reconnu en tant que commande interne ou externe, un programme excutable ou un fichier de commandes.
For the project, Custom Makefiles are not selected since the QMake plugin should replace standard codelite compilation rules..
it's like the plugin 'forgets' to insert 'qmake' between the quotes when being invoked or something.. i don't know if everything is verbose'd or if there any underlying steps not displayed in the console..
any clue ?
thanks a lot