[Qt-interest] FW: Compiling Qt Creator for QWT
Shaun van wyngaard
shaungvw at gmail.com
Thu Sep 23 18:37:56 CEST 2010
Thanks. I had been using the snapshots, those are obviously built against
mvsc.
Downloading now, hopefully will all work.
PS : Thought your name looked familiar. And then I clicked, you wrote the
book I used in my course last year!
Design Patterns with Qt4
-----Original Message-----
From: Alan Ezust [mailto:alan.ezust at gmail.com]
Sent: 22 September 2010 08:24 PM
To: Shaun van wyngaard
Subject: Re: [Qt-interest] Compiling Qt Creator for QWT
There is a version of the Qt SDK including QtCreator and MinGW all built
against the mingw compiler.
If you start with that, your problems should be much fewer.
On Sat, Sep 18, 2010 at 8:25 AM, Shaun van wyngaard <shaungvw at gmail.com>
wrote:
> Hello
>
> I am wanting to compile QWT as a plugin into Qt Creator. After reading
> on forums, it seems that Qt Creator (SDK) is compiled using mvsc,
> whereas Im trying to compile QWT using mingw.
>
> Consequently I have downloaded the latest Qt Creator source files in
> order to recompile it using mingw.
>
>
>
> I followed following steps:
>
> 1. Put source files into c:\src directory
>
> 2. Made a directory c:\Qt\qtcreator-test
>
> 3. Switched into this directory
>
> 4. Run qmake c:\src\qtcreator.pro
>
> 5. Because I also have Borland installed, just running make
> produced an error about an in-line terminator, and it turned out that
> it was trying to use Borlands make command, so I had to type
> c:\qt\4.7.0-beta2\bin\make in order for it to use the correct make
>
> 6. Compilation then started and 3 directories were created, bin,
> lib and src, with a makefile
>
>
>
> Switching to bin directory, I could then start Qt Creator fine.
>
> When I opened up an existing project and switched to the form to view
> plugins, it now gives me a whole bunch of failed plugins, whereas
> before it only had qwt5.dll as an invalid plugin, message was that it
> is not a valid Qt plugin, (and even with Qt Creator recompiled using
> mingw, still same message).
>
> Now I also have a whole lot of other failing plugins, all with similar
> message : Expected build key Windows mingw debug full-config, got
> Windows mingw release full-config.
>
>
>
> What are the commands to change to get the expected build for these
> existing plugins, but also how do I get qwt5.dll to become a valid plugin?
>
>
>
> Thank you,
>
> Shaun
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list