Results 1 to 4 of 4

Thread: msvc Compiler or mingw compiler

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2011
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows

    Post msvc Compiler or mingw compiler

    Hi All,
    As i know the On windows system qt creator is build with msvc (Visual studio) compiler .The qt opensource sdk comes with mingw compiler . These are really not the very big problem when dealing with simple application or any thing else. The problem arises when we want to add the custom widget. Since the custom wiget is compiled with mingw so when we place the custom widget dll in the bin/designer folder,so in the form options it shows failed plugin, uses incompatiable lib expecte build windows msvc release got windows mingw release
    So please help me for this problem

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: msvc Compiler or mingw compiler

    build your custom widget plug-in with msvc, or use a mingw build of qt-creator.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: msvc Compiler or mingw compiler

    Well, it doesn't take much to recompile Qt Designer with mingw and then you can use all your plugins in mingw. A simple ./configure && make will usually get the job done.

  4. #4
    Join Date
    Feb 2011
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: msvc Compiler or mingw compiler

    Hi
    Can u tell me the exact steps bcoz as i know i have to recompile the qt creator with mingw so can u expalin the steps

Similar Threads

  1. Replies: 8
    Last Post: 16th February 2011, 06:16
  2. Strange compiler behaviour (compiler passes wrong argument)
    By SasaVilic in forum General Programming
    Replies: 2
    Last Post: 2nd November 2010, 12:36
  3. how to set QT Creator to use MSVC++ compiler instead of mingw
    By hcetiner in forum Installation and Deployment
    Replies: 5
    Last Post: 28th March 2010, 20:55
  4. MinGW Compiler under WXP
    By Walsi in forum Newbie
    Replies: 2
    Last Post: 30th March 2007, 18:26
  5. Where do I can download mingw compiler?
    By Illuminnator in forum General Discussion
    Replies: 3
    Last Post: 25th February 2007, 07:55

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.