Results 1 to 20 of 36

Thread: HowTo: Installation of Qt 5.0.1 and Qwt 6.1.0 rc3 (Win7 64bit)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2013
    Posts
    6
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: HowTo: Installation of Qt 5.0.1 and Qwt 6.1.0 rc3 (Win7 64bit)

    Thank you so much M4Chin3
    I spent so much time figuring out how things works regarding QWT,
    (my Windows version is Vista 32bits)

    I have added
    "C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin"
    "C:\Qt\Qt5.0.1\Tools\MinGW\bin"
    to user path variable by mistake
    then gone through 5 6 7 8 steps

    then i noticed my mistake

    and added 3 and 4 to system path variable and gone through steps 5 6 7 8 again and completed all the steps


    when running at the end compiling process stopped on the #Includes of header files like qwt_plot.h
    stating as error report no such file or directory

    i added manually the needed Headers to the projects just to go through it but headers refer to other headers and problem is not solve

    is it because of the user variable paths ?
    what would you recommend to do

    Thanks

    --
    Hamza

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

    Default Re: HowTo: Installation of Qt 5.0.1 and Qwt 6.1.0 rc3 (Win7 64bit)

    When using an official Qt package you will find a an entry "Command Prompt" in the Qt application menu ( Start->All Programs->Qt .. ) where the environment is already set for you. Restart with a clean package, change into the Qwt directory ( the top directory, where you find qwt.pro ) and enter 3 simple commands:

    Qt Code:
    1. qmake qwt.pro
    2. mingw32-make
    3. mingw32-make install
    To copy to clipboard, switch view to plain text mode 
    Impossible to fail ...

    Uwe

Similar Threads

  1. Replies: 1
    Last Post: 14th November 2012, 18:20
  2. Replies: 0
    Last Post: 26th February 2012, 15:10
  3. Building 64bit Shared Qt Dlls on 64bit Win7 for Visual Studio
    By HarrySatt in forum Installation and Deployment
    Replies: 1
    Last Post: 29th November 2011, 04:39
  4. Replies: 0
    Last Post: 3rd October 2011, 13:36
  5. Win7 64bit remote debugging
    By mekl in forum Qt Programming
    Replies: 0
    Last Post: 20th June 2010, 20:20

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.