Command line reader async example
-
Hello sir
I have installed Qt 5.3.2 (GCC 4.6.1, 64 bit) on a linux platform.When I try to run the Command line reader async example it is not showing run icon. It is displaying the .pro file "creaderasync.pro" could not be parsed.
Please anyone help me out to solve this. Its very important for me.
Thanks in advance.
-
try to re-open the project again
-
Hi and welcome to devnet,
Are you by any chance using a Qt Creator version older than 3.0 ? If so you need to update it, since Qt 5.2 the minimum version required is 3.0
-
@SGaist : Qt creator version is 3.2.1
Basically my aim is to read serial port values asynchronously. But with the given example in example codes I m not able to run it.
In General messages section it is giving
*Project ERROR: Unknown module(s) in QT: serialport *Can you help me out please?
-
@kuzulis : Sir your suggestion didnt work
-
@ SGaist:
The error message is
Project ERROR: Unknown module(s) in QT: serialport
22:53:39: The process "/usr/lib/x86_64-linux-gnu/qt5/bin/qmake" exited with code 3.
Error while building/deploying project creaderasync (kit: Desktop)
When executing step "qmake" -
The qtserialport module is part of Qt since a long time so you should check that you installed the corresponding packages on your system
-
@SGaist: Sir I checked once again with settings, there was a problem now it is displaying run icon. But in the output message its showing like this
Qt5.3.2/Examples/Qt-5.3/serialport/build-creaderasync-Desktop_Qt_5_3_GCC_64bit-Debug/creaderasync exited with code 1What does exited with code 1 means??
-
That something went wrong, the interesting part is above that line, you should re-read the build panel output to see where it failed exactly