PDA

View Full Version : Compiling of Qt Crreartor 3.0.0 fromt the sources using MSVC



mut
22nd June 2014, 20:41
Hello;

I'm writing a Qt Creator plugin and therefore needs to compile Qt Creator from its source code.

My target environment is Qt 5.2.0 and Qt Creator 3.0.0.

Which version of MSVC should I use for the above version of Qt Creator?

Is there a link or document explaining how to do this compilation of Qt Creator.exe?

Thanks;

Mut

anda_skoa
23rd June 2014, 07:35
Which version of MSVC should I use for the above version of Qt Creator?

Visual Studio 2010 or later




Is there a link or document explaining how to do this compilation of Qt Creator.exe?


https://qt.gitorious.org/qt-creator/qt-creator/source/0d43036077b4b00d408408b4975e92c7613df4a3:README

Cheers,
_

mut
23rd June 2014, 21:26
Thanks. I will try with MSVC 2010.

Added after 1 40 minutes:

Why it is not working?

I have installed MSVC Express 2010

I have put qt here: C:\Qt\Qt5.3.0

I have put Qt Creator sources here: C:\work\qt-creator-opensource-src-3.0.0

My windows path is:
C:\Qt\Qt5.3.0\5.3\msvc2010_opengl\bin;
C:\Perl64\bin;
C:\jom
Perl and Jom are both installed and in the Windows path:

When going into the Visual C++ Express DOS prompt and navigating where my Qt Creator project is, I type:


C:\work\qt-creator-opensource-src-3.0.0>configure -developer-build && jom
'configure' is not recognized as an internal or external command,
operable program or batch file.


Configure is not recognize.