Results 1 to 3 of 3

Thread: Can I mix QWT builds with the QtSDK

  1. #1
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    39
    Thanks
    15
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Can I mix QWT builds with the QtSDK

    Hi,

    I am hoping Uwe may be able to answer this one. I have already managed to download and install QWT 6 and see the designer in the Qt creator (Qt 4 libs and creator compiled with mingw) but I was wondering if it is possible to compile/build the designer part of QWT in MSVS for use in the Qt SDK creator? My understanding is that the SDK creator/designer are built with MSVS even though my projects are compiled with mingw (this I know to be true since it was the mingw SDK that I downloaded).

    I am really new to Qt and C++ so please bear with me on what may be a silly question. My thinking here is that the Qt Creator designer plugins that are already present in the SDK must also have been compiled in MSVS (to show up in the creator) yet when I build a project using mingw any widgets etc that I have created in a ui form must be referring back to the mingw Qt libraries.

    I know that I can just go down the all mingw route (aka Qt libs and creator) but for unstated reasons I like the SDK.

    Cheers

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,312
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can I mix QWT builds with the QtSDK

    A designer plugin is only a bridge to connect the designer with the widgets from the library - it can't live without the library where the widgets are.
    So when you have a designer compiled with one compiler you need to have a Qwt library + the designer plugin compiled with the same compiler somewhere.

    But of course you can have 2 different installations of Qwt - or even 4 for working around the debug/release problem. Windows ...

    Uwe

  3. #3
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    39
    Thanks
    15
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Can I mix QWT builds with the QtSDK

    Cheers for that Uwe.
    I will stick to the mingw compiled versions I think. Much easier. Although I now have an interesting installation problem. I will post in a new thread.

    Oz

Similar Threads

  1. opencv 2.3.1 + QtSDK 1.1.3
    By rodolfo.marques in forum Newbie
    Replies: 8
    Last Post: 19th November 2011, 23:51
  2. Smartphone for QtSDK
    By codeman in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 2nd November 2011, 22:57
  3. SQL Driver for QTSDK 4.7.3
    By rivci in forum Newbie
    Replies: 3
    Last Post: 17th June 2011, 05:40
  4. Problem in QtSDK
    By c_srikanth1984 in forum Qt Tools
    Replies: 3
    Last Post: 6th April 2009, 05:16
  5. new with qtsdk x windows
    By Ricardo_arg in forum Newbie
    Replies: 2
    Last Post: 25th March 2009, 16:25

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.