summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/master/master.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialbus/modbus/master/master.pro')
-rw-r--r--examples/serialbus/modbus/master/master.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/serialbus/modbus/master/master.pro b/examples/serialbus/modbus/master/master.pro
index 682ce82..188fbc1 100644
--- a/examples/serialbus/modbus/master/master.pro
+++ b/examples/serialbus/modbus/master/master.pro
@@ -1,6 +1,8 @@
-QT += serialbus serialport widgets
+QT += serialbus widgets
requires(qtConfig(combobox))
+qtConfig(modbus-serialport): QT += serialport
+
TARGET = modbusmaster
TEMPLATE = app
CONFIG += c++11