I created a project with Qt 4.3 Open Source and Visual Studio Express 2005 and had great sucess with it. I had to get a new computer, so I installed Qt 4.4.1 and Visual Studio Express 2008, and it seemed to be successful. The examples seem to work, but I tried to build my project that I had created on my old system and I get this (the rule is make debug):
If I try to rebuild (rule:'make' is not recognized as an internal or external command,
qmake –project
qmake
make clean
make debug)
:
I've tried to fix the path, but I am still new to this, and so I haven't been able to figure it out myself. The only posts I can find that are similar seem to be related to mingW, which is not what I used.1>Performing Makefile project actions
1>Failure to open file: C:/Documents and Settings/abrounstein/My Documents/Visual Studio 2008/Projects/RoboSearch/RoboSearch//RoboSearch.pro
1>Unable to generate project file.
1>Failure to read QMAKESPEC conf file c:\Qt4.4\mkspec\win32-msvc2008\qmake.conf.
1>Error processing project file: C:/Documents and Settings/abrounstein/My Documents/Visual Studio 2008/Projects/RoboSearch/RoboSearch/RoboSearch.pro
1>'make' is not recognized as an internal or external command,
1>operable program or batch file.
1>'make' is not recognized as an internal or external command,
1>operable program or batch file.
1>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
Does anybody have any suggestions? I'm running out of ideas..... Thanks!
Let me know if any more info would be helpful.
edit: And the line ending "RoboSearch//RoboSearch.pro" is not a typo, that's what it says. The double \\ would maybe be why it isn't finding it, but I have no idea how to fix it.
Bookmarks