Results 1 to 20 of 39

Thread: Qwt-6.0.0-rc1

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #29
    Join Date
    May 2011
    Posts
    8
    Qt products
    Qt4

    Default Re: Qwt-6.0.0-rc1

    Hello,

    I installed qwt library and all the examples are built without problems.
    However when I create a project I can't use Qwt.

    I tried:
    export QMAKEFEATURES = /usr/local/qwt-6.0.0/features
    qmake -set QMAKEFEATURES /usr/local/qwt-6.0.0/features

    The qwt.prf file is in the specified directory.

    But when Im building the project I still get the error:
    /home/mribeiro/Qt_Projects/QwtTest/qwttest: error while loading shared libraries: libqwt.so.6: cannot open shared object file: No such file or directory
    /home/mribeiro/Qt_Projects/QwtTest/qwttest exited with code 127
    The contens of .pro file are:
    Qt Code:
    1. TARGET = qwttest
    2.  
    3. SOURCES += main.cpp \
    4. mainwindow.cpp \
    5. plot.cpp \
    6. curvedata.cpp \
    7. signaldata.cpp
    8. HEADERS += mainwindow.h \
    9. plot.h \
    10. curvedata.h \
    11. signaldata.h
    12.  
    13. CONFIG += qwt
    To copy to clipboard, switch view to plain text mode 

    What am I doing wrong?

    [Im using Ubuntu 10.04]
    Last edited by msr; 25th May 2011 at 01:30.

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.