hello,
i try to run slave serial port Qt example on my kit and i get this errors
/home/hossam/Qt/Examples/Qt-5.5/serialport/blockingslave/dialog.cpp:63: error: undefined reference to `QSerialPortInfo::availablePorts()'
/home/hossam/sitara/linux-devkit/sysroots/cortexa9t2hf-vfp-neon-linux-gnueabi/usr/include/qt5/QtCore/qlist.h:405: error: undefined reference to `QSerialPortInfo::~QSerialPortInfo()'
and so on ..........
info :
i'm using ti-processor-sdk-linux-am437x-evm-01.00.00.03-Linux-x86-Install
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
*.pro
QT += widgets
CONFIG += serialport
TARGET = blockingslave
TEMPLATE = app
HEADERS += \
dialog.h \
slavethread.h
SOURCES += \
main.cpp \
dialog.cpp \
slavethread.cpp
target.path = /home/hossam/Qt/Examples/serial
INSTALLS += target
/////////////////////////////////////////////////////////////////////////////////