Hello,

I'm running Qt5.0.0 msvc2010 using Qt creator for developping my projects.

I realized that the QMAKESPEC environement variable in not defined on my system.
When I type "QMAKESPEC" in the console it returns that it is not recognize, or if I look into System Properties/Advanced/Environement Variables... I cannot find it either.

I'm able to generate makefiles and to compile my projets with Qt creator though.

How come qmake is able to find the apropritate qmake.config without QMAKESPEC being defined?...I'm confused.
If someone can help me to understand this that would be great!

Thanks!