From e5f457a51d6ff38a1a4298cbad797a12ee378139 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 15 May 2017 17:32:52 +0200 Subject: remove bogus QTPLUGIN+=qsqlite magic the code was originally meant to link the plugin if it's not built into qtsql. this logic did not survive the various build system refactorings, but it's also entirely pointless, because available static plugins are now automatically linked. Change-Id: I85039dbb123ab4fa1089b898041ab6d3ddb2e44c Reviewed-by: Simon Hausmann --- examples/quickcontrols/controls/calendar/calendar.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/quickcontrols/controls/calendar/calendar.pro b/examples/quickcontrols/controls/calendar/calendar.pro index 0c79fb40..37fef288 100644 --- a/examples/quickcontrols/controls/calendar/calendar.pro +++ b/examples/quickcontrols/controls/calendar/calendar.pro @@ -1,8 +1,6 @@ QT += qml quick sql TARGET = calendar -!qtConfig(sql-sqlite): QTPLUGIN += qsqlite - include(src/src.pri) include(../shared/shared.pri) -- cgit v1.2.1