Results 1 to 20 of 20

Thread: Problem using qwt-5.1.1 with Qt 4.5 under Windows XP

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #20
    Join Date
    Feb 2007
    Location
    Cerritos, CA USA
    Posts
    6
    Thanks
    1
    Thanked 7 Times in 4 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem using qwt-5.1.1 with Qt 4.5 under Windows XP

    giusepped,

    As Lawand notes, per the INSTALL file that comes with qwt the qwtconfig.pri file may need edited. What I did was comment the "CONFIG += release" line and uncomment the "CONFIG += debug_and_release" and "CONFIG += build_all" lines. Running "qmake qwt.pro" and "make" with those changes resulted in both qwt5.dll and qwtd5.dll being in qwt-5.2.0\lib.

    Note that as of March 22nd, qwt-5.2.0 is the current version at SOURCEFORGE.NET so it no longer is necessary to download this version from the Subversion site. I uninstalled the Subversion version and replaced it with the current SOURCEFORGE.NET version. I think there is a typo in the SOURCEFORGE.NET version qwtconfig.pri file. The CONFIG += debug_and_release line I note above reads CONFIG += release_and_release. I changed it to read as CONFIG += debug_and_release as it had been in previous versions.

    Harry

  2. The following user says thank you to hd_harry for this useful post:

    giusepped (10th April 2009)

Similar Threads

  1. Thread problem with windows
    By vratojr in forum Qt Programming
    Replies: 17
    Last Post: 16th June 2006, 08:34
  2. problem of porting from windows to linux
    By jyoti kumar in forum Qt Programming
    Replies: 4
    Last Post: 22nd May 2006, 08:42
  3. Replies: 10
    Last Post: 28th April 2006, 15:48
  4. Problem building Qt4.1.0 with thread support on windows XP
    By pavithra in forum Installation and Deployment
    Replies: 1
    Last Post: 1st April 2006, 11:35
  5. QProcess problem with windows batch file
    By bood in forum Qt Programming
    Replies: 11
    Last Post: 6th January 2006, 08:08

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.