From f13b0b2cf234811de73de4e521156cafaec82c1c Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Mon, 8 Jan 2018 13:43:04 +0100 Subject: qtlite: Skip building examples when configured with no-feature-itemviews Compiling the default examples should be possible without compile errors. Task-number: QTBUG-53141 Change-Id: I73d8787241291ae6230861a89b38e91d900fede0 Reviewed-by: Oswald Buddenhagen Reviewed-by: Ulf Hermann --- examples/sql/drilldown/drilldown.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/sql/drilldown') diff --git a/examples/sql/drilldown/drilldown.pro b/examples/sql/drilldown/drilldown.pro index ef286bbf25..086e12ce35 100644 --- a/examples/sql/drilldown/drilldown.pro +++ b/examples/sql/drilldown/drilldown.pro @@ -8,6 +8,7 @@ SOURCES = imageitem.cpp \ main.cpp \ view.cpp QT += sql widgets +requires(qtConfig(combobox)) # install target.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown -- cgit v1.2.3