79d4063d78
qextserialport builds fine with both Qt4 and Qt5, so this commit enables it for Qt5. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
config BR2_PACKAGE_QEXTSERIALPORT
|
|
bool "qextserialport"
|
|
depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
|
|
help
|
|
A Qt library to manage serial ports
|
|
|
|
http://code.google.com/p/qextserialport/
|