I was just given a project folder with a Qt project in it. I've built stuff with Qt before on my computer, so the QtSDK is installed in the usual place: C:\QtSDK
When I try to build this project, I get this error:
Error: dependent '..\..\..\QtSDK\Desktop\Qt\4.8.1\msvc2008\mkspecs\ win32-msvc2008\qmake.conf' does not exist.15:30:25: The process "C:\QtSDK\QtCreator\bin\jom.exe" exited with code 2.
I do have version 4.8.1, and the qmake.conf in question exists.
Looking in the Makefile, I see these hardcoded ..\..\..\ dependencies. I don't see them anywhere in Qt Creator. So at this point, I am not sure what my next step is. I've tried a few things like deleting the Makefile to see if it's rebuilt, with no luck.
Bookmarks