Results 1 to 3 of 3

Thread: Compiling of Qt Crreartor 3.0.0 fromt the sources using MSVC

  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Compiling of Qt Crreartor 3.0.0 fromt the sources using MSVC

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Compiling of Qt Crreartor 3.0.0 fromt the sources using MSVC

    Quote Originally Posted by mut View Post
    Which version of MSVC should I use for the above version of Qt Creator?
    Visual Studio 2010 or later


    Quote Originally Posted by mut View Post
    Is there a link or document explaining how to do this compilation of Qt Creator.exe?
    https://qt.gitorious.org/qt-creator/...13df4a3:README

    Cheers,
    _

  3. #3
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Re: Compiling of Qt Crreartor 3.0.0 fromt the sources using MSVC

    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.
    Last edited by mut; 23rd June 2014 at 21:26.

Similar Threads

  1. Why is Qt 5.3.0 for MSVC 2013 shipped with the MSVC 2010 redist?
    By bryanburke in forum Installation and Deployment
    Replies: 1
    Last Post: 3rd June 2014, 00:58
  2. Replies: 1
    Last Post: 21st September 2010, 08:58
  3. Problem with compiling Qt 4.6 via MSVC 2010 Beta2 (win32-msvc specs)
    By Erik-Moscow in forum Installation and Deployment
    Replies: 2
    Last Post: 17th December 2009, 18:44
  4. msvc++ 2008 express and msvc++ 2005 express
    By vonCZ in forum Installation and Deployment
    Replies: 4
    Last Post: 9th December 2008, 12:15
  5. Installing Qt 4.4.0 from sources
    By tom in forum Installation and Deployment
    Replies: 1
    Last Post: 21st May 2008, 06:44

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.