I downloaded Qt 5.3.0, it came together with the creator and libraries msvc2010 32bit openlg. The download put the libraries in: C:\Qt\Qt5.3.0\5.3\msvc2010_opengl
For some reasons I had to change the location of the libraries to be: C:\Qt\Qt5.3.0 msvc 2010\5.3\msvc2010_opengl
I set the environment variables in accordance.
when i run the command:
qmake.exe aa.pro -r -spec win32-msvc2010 "CONFIG+=release"
I get the following error that i didn’t get before: Project ERROR: Unknown module(s) in QT: network widgets gui core
Why do i get it? is there any reason that Qt libraries has to be at the original location?
↧