Results 1 to 8 of 8

Thread: qwt installation

  1. #1
    Join Date
    Feb 2011
    Posts
    22
    Thanks
    1
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default qwt installation

    Hello all,

    I tried to install the qwt by following the instructions from this link:
    http://johnhforrest.com/2010/09/inst...wt-on-windows/

    Everythink went ok and i get no error BUT i can not find any qwt tools in the Qt designer or anywhere else.

    Do you have any idea?

  2. #2
    Join Date
    Oct 2010
    Location
    Belarus
    Posts
    71
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Windows Maemo/MeeGo

    Default Re: qwt installation

    Copy qwt_designer_plugin.dll to <qtdir>\plugins\designer\
    Try read Qt documentation before ask stupid question.

  3. #3
    Join Date
    Feb 2011
    Posts
    22
    Thanks
    1
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: qwt installation

    Thank you for your response.

    Still not working.

  4. #4
    Join Date
    Oct 2010
    Location
    Belarus
    Posts
    71
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Windows Maemo/MeeGo

    Default Re: qwt installation

    and qwt.dll to <qtdir>\bin\

    than run qt designer and menu->help->about plugins and check qwt plugin
    Try read Qt documentation before ask stupid question.

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

    Default Re: qwt installation

    And follow the instructions of the INSTALL file ( instead of those from some web page ). The sequence is:

    qmake
    make
    make install

    Then you have to check, that all paths ( libray + plugin ) are properly set and of course there is no debug/release or mingw/MSVC mismatch between the designer and the qwt libraries/plugin.

    Uwe

  6. #6
    Join Date
    Jul 2010
    Posts
    37
    Thanks
    13
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qwt installation

    About the mismatch problems: my worst nightmare was to discover that binaries of QT Creator are MS VC compiled... but I'm using mingw package to build my applications and libraries: so, if I want to use designer plugins provided by libraries, I must recompile the whole QT with mingw.. (I did it in the past, but was a too long process).
    As far as you know, is there an alternative solution than to recompile the whole QT framework?
    bye!

  7. #7
    Join Date
    May 2010
    Posts
    86
    Thanks
    17
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qwt installation

    Sh*t, is it a joke? So I can't use it as a widget without that?
    And now with the new 4.7.3 version, all the paths are redesigned.


    Added after 19 minutes:


    I have compiled qwt_designer_plugin.dll for Qt Designer, but it complains that it is 'debug' version, not release. I have set the project for release building in Qt Creator. What can I do?
    Last edited by falconium; 25th April 2011 at 21:49.

  8. #8
    Join Date
    May 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qwt installation

    Quote Originally Posted by Uwe View Post
    And follow the instructions of the INSTALL file ( instead of those from some web page ). The sequence is:

    qmake
    make
    make install

    Then you have to check, that all paths ( libray + plugin ) are properly set and of course there is no debug/release or mingw/MSVC mismatch between the designer and the qwt libraries/plugin.

    Uwe
    Hi! I'm running QT 4.7 with Creator 2.0.1 (Mingw) on Windows 7. I had no problems with the make, make install etc..., but I'm finding the path/plugin documentation very confusing (first time in a complex IDE, so these concepts are a bit new to me).

    Would you mind elaborating on the process after the make install? My qwt extraction path is C:\lib\qwt60in case you need it.

Similar Threads

  1. Installation on AIX 5.3
    By micrinho in forum Installation and Deployment
    Replies: 0
    Last Post: 11th March 2010, 16:10
  2. Qt 4.6.1 Installation
    By JulioCastro in forum Newbie
    Replies: 2
    Last Post: 5th February 2010, 07:36
  3. help me with the installation of QT 4.4.1
    By kernel19 in forum Installation and Deployment
    Replies: 1
    Last Post: 14th September 2008, 15:13
  4. Dev-C++ & Qt4.4 installation
    By Colx007 in forum Installation and Deployment
    Replies: 2
    Last Post: 24th May 2008, 09:56
  5. Installation
    By sanwar in forum Installation and Deployment
    Replies: 4
    Last Post: 11th October 2006, 16:11

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.