Results 1 to 2 of 2

Thread: How build and install Qwt in windows 7?

  1. #1
    Join Date
    Mar 2012
    Posts
    19
    Thanks
    15
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi
    Platforms
    Windows Symbian S60

    Question How build and install Qwt in windows 7?

    Hi Everybody,
    i am creating an application to read data from file and then plot these data to Gui project, but when i includes <qwt_plot.h> in my project i have some errors
    i am using QT 4.7.4 and Win.7 ultimate

    errors i have faced are:
    C:\Examples\plot_20_3-build-desktop-Qt_4_8_0_for_Desktop_-_MSVC2010__Qt_SDK__Debug\..\plot_20_3\mainwindow.c pp:3: error: C1083: Cannot open include file: 'Qwt_plot.h': No such file or directory


    So, can any body help me to fix this errors or how can i build and install qwt lib.?
    thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,325
    Thanks
    316
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How build and install Qwt in windows 7?

    Your question has nothing to do with Windows 7, it is a Visual Studio problem.

    If you are using Visual Studio, then you have to include the path to your Qwt\src folder either in your project settings (Properties-> C/C++ -> General -> Additional Include Directories) or as a global setting in Visual Studio Tools -> Options -> Projects and Solutions -> VC++ Directories -> Include files.

    And if you are using Visual Studio, download and install the Qt Add-in for Visual Studio so you can convert .pro files into .vcproj files and build things using Visual Studio instead of nmake.

Similar Threads

  1. Replies: 2
    Last Post: 3rd October 2011, 23:04
  2. QMake problem when using INSTALL and a shadow build directory
    By superpacko in forum Qt Tools
    Replies: 0
    Last Post: 6th September 2011, 15:43
  3. How to build and install Qt apps on cross compiled embedded targets
    By sveinse in forum Installation and Deployment
    Replies: 2
    Last Post: 30th June 2011, 13:39
  4. How to Install Virtual Framebuffer And Build Simple Embeded Program by QT
    By Thành Viên Mới in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 9th November 2010, 09:14
  5. Separate Source, Build, and Install Directories
    By elemings in forum Installation and Deployment
    Replies: 4
    Last Post: 9th September 2008, 00:05

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.