buildrootschalter/package/qextserialport/Config.in
Thomas Petazzoni 79d4063d78 qextserialport: allow building with Qt5
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>
2014-11-03 23:06:23 +01:00

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/