From 137e690ac76b6db59592f9a8f0b55e445d6f5ab1 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 8 Sep 2016 11:31:46 +0200 Subject: Turn the available sql drivers into public features This is required to do the modularization of those features properly. Change-Id: I384aff20274e795aa70483980f0ef25309328800 Reviewed-by: Oswald Buddenhagen --- configure.pri | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.pri') diff --git a/configure.pri b/configure.pri index 6a75398d35..7447ec4428 100644 --- a/configure.pri +++ b/configure.pri @@ -508,10 +508,6 @@ defineTest(qtConfOutput_styles) { qtConfOutputVar(append, "privatePro", "styles", $$style) } -defineTest(qtConfOutput_sqldriver) { - $${2}: qtConfOutputVar(append, "privatePro", "sql-drivers", $$eval($${1}.feature)) -} - defineTest(qtConfOutput_qreal) { qreal = $$config.input.qreal isEmpty(qreal): qreal = "double" -- cgit v1.2.1