summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/qt5.in1
-rw-r--r--rules/qt5.make2
2 files changed, 2 insertions, 1 deletions
diff --git a/rules/qt5.in b/rules/qt5.in
index ce14cdd2a..5ffe60564 100644
--- a/rules/qt5.in
+++ b/rules/qt5.in
@@ -458,6 +458,7 @@ config QT5_MODULE_QTSENSORS_QUICK
config QT5_MODULE_QTSERIALBUS
bool
+ select QT5_MODULE_QTSERIALPORT
prompt "QtSerialBus"
config QT5_MODULE_QTSERIALPORT
diff --git a/rules/qt5.make b/rules/qt5.make
index e6f78882c..2bca85971 100644
--- a/rules/qt5.make
+++ b/rules/qt5.make
@@ -409,7 +409,7 @@ QT5_PLUGINS-$(PTXCONF_QT5_MODULE_QTSENSORS) += sensors/libqtsensors_linuxsys
QT5_QML-$(PTXCONF_QT5_MODULE_QTSENSORS_QUICK) += QtSensors
### QtSerialBus ###
-QT5_LIBS-$(PTXCONF_QT5_MODULE_QTSERIALBus) += Qt5SerialBus
+QT5_LIBS-$(PTXCONF_QT5_MODULE_QTSERIALBUS) += Qt5SerialBus
### QtSerialPort ###
QT5_LIBS-$(PTXCONF_QT5_MODULE_QTSERIALPORT) += Qt5SerialPort