Hi all,
I am trying to run a simple application of qwt-6.1.0 named " Simpleplot " example on my device:
SDK--ti-sdk-am335x-05.07.00.00
Platform-- Linux
Qwt 6.1.0--> simpleplot Example
I have downloaded application using linux-devkit based environment but in case of simpleplot
-------firstly i build application with system Environment is running perfectly no issue in Ubuntu 12.04 but when it comes to :
ti-sdk-am335x based linux-devkit environment and after compilation it gives an error:
:-1: error: skipping incompatible /home/rnd4/Desktop/Praveen/qwt-6.1.0//lib//libqwt.so when searching for -lqwt
:-2: error: cannot find -lqwt
Pls Provide some suggestion I am stuck at that point :
I am able to run modify each application on System Environment but in case of """"" linux-devkit """""' its giving an error;
Code in .pro file:
QWT_ROOT = $$/home/rnd4/Desktop/Praveen/qwt-6.1.0/
include(qwtconfig.pri )
include(qwtbuild.pri )
include(qwtfunctions.pri )
TEMPLATE = app
INCLUDEPATH += src
DEPENDPATH += src
DESTDIR =
QMAKE_RPATHDIR *= $${QWT_ROOT}/lib/ -lqwt
LIBS += -L$${QWT_ROOT}/lib/ -lqwt
qwtAddLibrary(qwt)
QT += printsupport
QT += concurrent
DEFINES += QWT_NO_OPENGL
DEFINES += QWT_NO_SVG
TARGET = deform
SOURCES = \
simpleplot.cpp
Regards ;
Praveen