Search code examples
qtcompilationexecutableqextserialport

can't compile Qt qextserialport library


I'm trying to use qextserialport Library:

  1. Download: git clone https://code.google.com/p/qextserialport/

  2. Open qextserialport.pro with Qt

  3. 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


Solution

  • 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.