Results 1 to 20 of 25

Thread: Qwt Installation Help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Join Date
    May 2011
    Posts
    21
    Thanks
    1
    Thanked 5 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qwt Installation Help

    Qt Code:
    1. Unzip Qwt to "C:\Qt\qwt-6.0.0"
    2. Edit qwtconfig.pri: uncomment QwtExamples, comment QwtDll, set win32 install prefix to C:/qwt-$$QWT_VERSION
    3. Open Qt command line and use the commands:
    4. qmake qwt.pro
    5. mingw32-make
    6. mingw32-make install
    7. qmake -set QMAKEFEATURES "C:/qwt-$$QWT_VERSION/features"
    8.  
    9. To add plugin to Designer:
    10. copy C:/qwt-$$QWT_VERSION/lib/qwt.dll to %QTDIR%/bin
    11. copy C:/qwt-$$QWT_VERSION/plugins/designer/qwt_designer_plugin.dll to %QTDIR%/plugins/designer
    12.  
    13. To add plugin to Qt Creator's Designer:
    14. download Qt Creator sources and rebuild if it was not built with the same compiler as Qt
    15. Copy the same things as above but in QtCreator directory instead of %QTDIR%
    To copy to clipboard, switch view to plain text mode 

    This should be in the INSTALL file to avoid a lot of questions... One way to configure which work and can be done by the most users, and advanced users will know if they prefer to do other.

  2. The following 2 users say thank you to Troudhyl for this useful post:

    21did21 (15th May 2011), darkblackcorner (15th May 2011)

Similar Threads

  1. Need Installation Help?
    By Chase in forum Newbie
    Replies: 0
    Last Post: 7th April 2011, 10:26
  2. Installation on AIX 5.3
    By micrinho in forum Installation and Deployment
    Replies: 0
    Last Post: 11th March 2010, 16:10
  3. Qt 4.6.1 Installation
    By JulioCastro in forum Newbie
    Replies: 2
    Last Post: 5th February 2010, 07:36
  4. Qt for s60 installation
    By addu in forum Installation and Deployment
    Replies: 2
    Last Post: 26th August 2009, 11:37
  5. Qt installation
    By jay in forum Installation and Deployment
    Replies: 7
    Last Post: 27th May 2008, 15:24

Tags for this Thread

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.