Search code examples
c++qtvisual-studio-2013qmake

Getting qmake.exe for building Qt with MS VS 2013


I tried to build Qt with Visual Studio 12.0 compliler (MS VS 2013) using this manual

Currently i am on this step:

> configure -developer-build -opensource -confirm-license -nomake examples -nomake tests -opengl desktop

As far as I can see from console output, it tries to build a qmake.exe in qtbase directory. Here is a pic from console:

enter image description here

Last error in Russian means that there is no qmake.exe in this directory. So, how do i get it and what possible reasons for its absence? I have installed Qt wth MinGW before and there is a qmake.exe there, but i am not sure if it can be used in this case.


Solution

  • As i know after the build of qmake.exe it is copyed to the bin folder from qmake folder. Can the Problem be the "+" in your Path? Try to search for the qmake.exe in Qt+Vs13 folder.