Скачал qwt-6.0.0 установил, из примеров взял oscilloscope перенёс в свою паку компилируется нормальна, но не запускается пишет нет библиотеки.
Вот .pro файл.
# Qwt Widget Library
# Copyright (C) 1997 Josef Wilgen
# Copyright (C) 2002 Uwe Rathmann
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the Qwt License, Version 1.0
################################################################
#include( $${PWD}/../examples.pri )
TARGET = oscilloscope
HEADERS = \
signaldata.h \
plot.h \
knob.h \
wheelbox.h \
samplingthread.h \
curvedata.h \
mainwindow.h
SOURCES = \
signaldata.cpp \
plot.cpp \
knob.cpp \
wheelbox.cpp \
samplingthread.cpp \
curvedata.cpp \
mainwindow.cpp \
main.cpp
INCLUDEPATH += /home/remiznik/qwt-6.0.0/src
LIBS += /home/remiznik/qwt-6.0.0/lib/libqwt.so.6.0.0
вот что пишет QtCreator
Запускается /home/remiznik/qt_code/oscilloscope/oscilloscope...
/home/remiznik/qt_code/oscilloscope/oscilloscope: error while loading shared libraries: libqwt.so.6: cannot open shared object file: No such file or directory
/home/remiznik/qt_code/oscilloscope/oscilloscope завершился с кодом 127
что не правельно делаю ?