From 0d6438f8080dbcd2658494efda36b430a9b45800 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 11 Nov 2021 15:19:27 +0100 Subject: Disable some tools and plugins if regularexpression feature is disabled There are still more failures, but these are low-hanging fruit. Pick-to: 6.2 Change-Id: I3d3a1dc9e754bd4865c850cc1549b0b6fd6fa2f8 Reviewed-by: Alexandru Croitor --- src/plugins/sqldrivers/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/sqldrivers/CMakeLists.txt b/src/plugins/sqldrivers/CMakeLists.txt index 91c971790b..b704e272f6 100644 --- a/src/plugins/sqldrivers/CMakeLists.txt +++ b/src/plugins/sqldrivers/CMakeLists.txt @@ -36,7 +36,7 @@ include(configure.cmake) qt_feature_module_end(NO_MODULE) -if(QT_FEATURE_sql_psql) +if(QT_FEATURE_sql_psql AND QT_FEATURE_regularexpression) add_subdirectory(psql) endif() -- cgit v1.2.3