Results 1 to 2 of 2

Thread: Problem building QWT5.2.4 with Qt5.0 win32-msvc2012

  1. #1
    Join Date
    Dec 2009
    Location
    Citrus Heights
    Posts
    10
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Question Problem building QWT5.2.4 with Qt5.0 win32-msvc2012

    Hi,

    I'm having issue building QWT 5.2.4 SVN 1551 (exported off 5.2.2 tree on 1/15/2013) (same error as QWT5.2.0). My previous environments are:
    - QWT 5.2.0 using Qt4.8 with MSVC2010
    - QWT5.2.0 using Qt4.5.3 using MSVC2008
    and I was able to build those. All above are static build.

    Steps in building qwt:
    - in command prompt
    - goto qwt folder
    - run "qmake"
    - run "nmake"

    The errors I'm getting:
    .\qwt_dyngrid_layout.cpp(10) : cannot open include file qwidget.h': no file or directory
    .\qwt_layout_metrics.cpp(10) : same as above but for qapplication.h
    There are several header files that makefile could not find for some reason

    Information:
    PC: Win7 64bit
    compiler: MS Visual Studio 2012 Professional
    Qt: 5.0.0 - commercial release (qt-everywhere-commercial-src-5.0.0.zip)
    Qt Configuration (static build):
    configure -prefix C:\Qt\V5.0.0_win32_msvc2012_static -debug-and-release - commercial -static -nomake tests -nomake examples -nomake demos -nomake tools -opengl desktop -platform win32-msvc2012 -qt-libpng -qt-libjpeg -mp
    - did nmake and nmake install and verified header files + lib file are in the prefix directory
    - also added C:\Qt\V5.0.0_win32_msvc2012_static\bin into PATH environment variable

    Changes to qwtconfig.pri:
    INSTALLBASE = $$dirname(QMAKE_QMAKE)/../qwt-5.2.0
    instead of unix{} win32{}

    Thanks in advance for the help

    Kevin

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

    rawfool (11th February 2013)

  3. #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: Problem building QWT5.2.4 with Qt5.0 win32-msvc2012

    I have no plans porting Qwt 5.x or 6.0 - when you are interested in Qt5 you have to use Qwt 6.1.

    Uwe

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

    Kevin Ching (17th January 2013), rawfool (11th February 2013)

Similar Threads

  1. Setting up Qwt5.1.1
    By JPNaude in forum Qwt
    Replies: 1
    Last Post: 15th October 2008, 20:39
  2. qwt5.0.2 and libqwt.so.5
    By babu198649 in forum Qwt
    Replies: 1
    Last Post: 16th January 2008, 12:30
  3. Problem with rubberband using Qwt5.0.1
    By luffy27 in forum Qwt
    Replies: 3
    Last Post: 27th May 2007, 17:31
  4. Win32 qmake: building a static library
    By Amanda in forum Qt Programming
    Replies: 5
    Last Post: 8th November 2006, 19:32
  5. Problem porting Kivio MP on win32 from Qt 3 to Qt 4
    By Amanda in forum Qt Programming
    Replies: 2
    Last Post: 26th October 2006, 19:40

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.