Results 1 to 3 of 3

Thread: how to build QwtPlot3d examples using qt creator

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2009
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default how to build QwtPlot3d examples using qt creator

    hello
    i have downloaded Qt_SDK which has released in May for windows
    I want to build qwtPlot3d examples using this environment.
    It uses mingw compiler
    and in qwtplot3d.pro file uses VS settings..
    how to build it?can anyone help me?

  2. #2
    Join Date
    Oct 2009
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to build QwtPlot3d examples using qt creator

    Quote Originally Posted by bss View Post
    hello
    i have downloaded Qt_SDK which has released in May for windows
    I want to build qwtPlot3d examples using this environment.
    It uses mingw compiler
    and in qwtplot3d.pro file uses VS settings..
    how to build it?can anyone help me?
    done!!!
    in qwtplot3d.pro
    chage
    win32:TEMPLATE =vclib
    to
    win32:TEMPLATE=lib
    change
    CONFIG+=qt warn_on opengl thread zlib debug
    to
    CONFIG+=qt warn_on opengl thread zlib release
    add #include<stdio.h> in qwt3d_functions.cpp
    To compile
    qmake qwtplot3d.pro
    mingw32-make

    this has solved my problem

  3. #3
    Join Date
    Feb 2013
    Posts
    5
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how to build QwtPlot3d examples using qt creator

    Can you please paste your entire qwtplot3d.pro, i'm getting an error while executing my project. It returns as error: QWidget: Must construct a QApplication before a QPaintDevice.

    But I think it might come from the qwtplot3d, it is exactly when i invoque the plotting function.
    I'm also using qtcreatr+mingw+qwtplot3d.

    Thanks for the help!

Similar Threads

  1. Replies: 1
    Last Post: 13th January 2010, 23:35
  2. Replies: 0
    Last Post: 31st December 2009, 09:31
  3. can't build qt examples for arm (OMAP)
    By yossibs in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 24th October 2009, 23:40
  4. QT Creator problem with examples
    By maccabees in forum Newbie
    Replies: 6
    Last Post: 27th July 2009, 18:19
  5. Running Qt Creator examples
    By Saman in forum Newbie
    Replies: 5
    Last Post: 5th May 2009, 20:21

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.