c++ - Qt module (QtSerialPort) not found in Qt custom build (cross compiled for ARM) -


i have qt 5.5.1 custom build (cross compiled on x86 arm development). project building on x86 host , deployed jetson tk1 development board.

i have error:

project error: unknown module(s) in qt: serialport

i can see build library: /home/alan/work/qt/qt-everywhere-opensource-src-5.5.1/qtserialport/lib/libqt5serialport.so.5.5.1, source , header files qtserialport module in qt build directory. think module build not installed. never deal custom qt modules how check if module build , installed correctly?

update: qt build not installed os (qt creator allows use such builds creating kits).

modules available after install. option - link module separate library.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -