gr3g
gr3g

Reputation: 2914

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

Upvotes: 0

Views: 432

Answers (1)

cee
cee

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

Related Questions