diff options
author | Lars Knoll <lars.knoll@qt.io> | 2016-09-08 11:31:46 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2016-09-10 14:03:50 +0000 |
commit | 137e690ac76b6db59592f9a8f0b55e445d6f5ab1 (patch) | |
tree | 1dac89efbe247a27792f71d9d211952bfb4e597f /configure.pri | |
parent | e7760312812c8bd0f1900ad149d266e2d1904a83 (diff) | |
download | qtbase-137e690ac76b6db59592f9a8f0b55e445d6f5ab1.tar.gz |
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 <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.pri')
-rw-r--r-- | configure.pri | 4 |
1 files changed, 0 insertions, 4 deletions
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" |