Results 1 to 14 of 14

Thread: Compile Qtcreator with mingw ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    56
    Thanked 1 Time in 1 Post

    Default Re: Compile Qtcreator with mingw ?

    I have search 'INSTALL_ROOT' at google. At the moment I dont know if this variable is used by QT or Mingw.
    At QT Help the only link I can to find is : Installing Qt on Embedded Linux
    So, I think that I can set the variable for this work (compile Qt Creator) and forget it , isn't ?

    If they feel more comfortable with msvc then why shouldn't they be using it? What's the difference which compiler they use?
    Because if I'm going to develop a custom widget with plugin aproach, If I have QT Creator (MSVC) , and build my plugin using mingw... (I have not MSVC of course).
    I think the most of people uses one 'system' : all based in MSVC or Mingw, isn't ? So it would be interesting that QT offer a mingw or msvc based bin distribution ...
    Last edited by tonnot; 3rd November 2010 at 18:22.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Compile Qtcreator with mingw ?

    Quote Originally Posted by tonnot View Post
    I have search 'INSTALL_ROOT' at google. At the moment I dont know if this variable is used by QT or Mingw.
    Let me repeat myself:
    Set the INSTALL_ROOT environment variable to the directory where you want to install Creator to (like C:\QtCreator_2.1). In doubt open the Makefile and analyze it yourself.

    Since you wanted to be treated as a mature developer I'm sure you know what environment variables are and how to use them.

    Because if I'm going to develop a custom widget with plugin aproach, If I have QT Creator (MSVC) , and build my plugin using mingw... (I have not MSVC of course).
    I think the most of people uses one 'system' : all based in MSVC or Mingw, isn't ?
    So you say Qt Creator should be built with MinGW so that people using MinGW wouldn't have to rebuild it but instead people using MSVC or any other supported compiler would, is that correct? So what's the difference?

    By the way, you already have Qt built for MSVC if you install Qt SDK, since Creator needs it so it is provided in the installation package. Or you can download it separately and build the things you need with MSVC Express. Choose the approach you find most appropriate.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Sep 2010
    Posts
    654
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    56
    Thanked 1 Time in 1 Post

    Default Re: Compile Qtcreator with mingw ?

    But... (And I consider closed this post) I think that if you have QTcreator (MSVC) and build a widget plugin with msvc you can not use it with QT designer .
    So the cuestion is everybody must to build something.... ?

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Compile Qtcreator with mingw ?

    Quote Originally Posted by tonnot View Post
    I think that if you have QTcreator (MSVC) and build a widget plugin with msvc you can not use it with QT designer .
    So the cuestion is everybody must to build something.... ?
    To be honest, I don't know. I use the bleeding-edge version of Creator anyway, so I have everything built myself with one compiler (on Linux) unless I only need the basic functionality of the sdk (on Windows) where I don't use Designer at all (unless I'm testing whether wwWidgets work but then I don't need Creator). There always comes a moment when you need to grow beyond the rigid and minimalistic cage provided by the default setup of practically anything.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Sep 2010
    Posts
    654
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    56
    Thanked 1 Time in 1 Post

    Default Re: Compile Qtcreator with mingw ?

    Sorry, but I keep on getting nothing....
    I have a .bat (placed at the qtcreator source - at my d: drive) with this content :

    SET INSTALL_ROOT = d:\QT2
    qmake
    mingw32-make release install

    I run this bat ... and there is no d:\QT2
    Please, any tutorial ?

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Compile Qtcreator with mingw ?

    Quote Originally Posted by tonnot View Post
    Please, any tutorial ?
    http://www.google.com/search?q=setti...les+on+windows
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. compile todo plugin in qtcreator
    By kabanek in forum Installation and Deployment
    Replies: 12
    Last Post: 31st December 2010, 12:12
  2. Replies: 15
    Last Post: 24th October 2010, 15:29
  3. QtCreator won't compile using VS2005
    By Spinz99 in forum Installation and Deployment
    Replies: 0
    Last Post: 3rd April 2009, 23:25
  4. using GLUT along with qtcreator/mingw in windows
    By stephanepoirier in forum Qt Programming
    Replies: 1
    Last Post: 3rd March 2009, 05:26
  5. compile with minGW ??
    By eric in forum Qt Programming
    Replies: 4
    Last Post: 8th November 2007, 00:41

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.