Reputation: 2914
I'm trying to use qextserialport Library:
Download:
git clone https://code.google.com/p/qextserialport/
Open qextserialport.pro with Qt
Compile... (debug mode)
I got no errors, but window appears:
Couldn't find Executable, please choose one.
Which one should I choose?
N.B.: I'm on MacOSX 10.6 using Qt 3.1.1
Upvotes: 0
Views: 432
Reputation: 262
Since at least Qt 5.2 QSerialport is integrated and readily available in your code. I would recommend to switch to Qt 5.3 for new designs, if you are not already using it.
Upvotes: 1