summaryrefslogtreecommitdiff
path: root/examples/serialport/slave/slave.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/slave/slave.pro')
-rw-r--r--examples/serialport/slave/slave.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/serialport/slave/slave.pro b/examples/serialport/slave/slave.pro
index 54e7d02..eb684ff 100644
--- a/examples/serialport/slave/slave.pro
+++ b/examples/serialport/slave/slave.pro
@@ -1,5 +1,6 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets serialport
+ requires(qtConfig(combobox))
} else {
include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}