summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/master/master.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:44:15 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-03-09 16:22:34 +0000
commitb5e43167f87255fc71027d99160566034073b101 (patch)
tree867b3c870162eb6f4d36032cbbc3f81e6927e1de /examples/serialbus/modbus/master/master.pro
parent7076c45016ac68aaf1cf15e499a8a435ce14f501 (diff)
don't over-expose private dependencies
... and fix examples which erroneously depended on this over-exposure. Change-Id: I1af4db11cf5119f5d5064597533d6b4c675236fd Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'examples/serialbus/modbus/master/master.pro')
-rw-r--r--examples/serialbus/modbus/master/master.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialbus/modbus/master/master.pro b/examples/serialbus/modbus/master/master.pro
index c7d035e..83fb908 100644
--- a/examples/serialbus/modbus/master/master.pro
+++ b/examples/serialbus/modbus/master/master.pro
@@ -1,4 +1,4 @@
-QT += serialbus widgets
+QT += serialbus serialport widgets
TARGET = modbusmaster
TEMPLATE = app