summaryrefslogtreecommitdiff
path: root/examples/serialport/master/master.pro
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2018-01-12 13:17:14 +0100
committerRainer Keller <Rainer.Keller@qt.io>2018-01-12 13:21:38 +0000
commitf8d6d88e0719b0be2d028044bbd25768b425109c (patch)
tree2fd7d810bad18e0ef52d475ad76095e6bb531d69 /examples/serialport/master/master.pro
parent00f3e2df573400c7ee350bc2b2c5e89e50ab27ca (diff)
downloadqtserialport-f8d6d88e0719b0be2d028044bbd25768b425109c.tar.gz
qtlite: Skip building examples when configured with no-feature-itemviews
Task-number: QTBUG-53141 Change-Id: I4d54749396ad8981db3649e2eca660ef7e2520cb Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples/serialport/master/master.pro')
-rw-r--r--examples/serialport/master/master.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/serialport/master/master.pro b/examples/serialport/master/master.pro
index 354d174..3eb9dda 100644
--- a/examples/serialport/master/master.pro
+++ b/examples/serialport/master/master.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)
}