Pavel Oganesyan
Pavel Oganesyan

Reputation: 6924

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.

Upvotes: 0

Views: 3575

Answers (2)

Jarod
Jarod

Reputation: 1712

just remove the "+" from your directory name

Upvotes: 3

Matthias
Matthias

Reputation: 563

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.

Upvotes: 2

Related Questions