From acedf3ade859118f17af077d8dafd174d0a10d2b Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 15 May 2017 17:33:43 +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: If4b5bb3387f21aef98aa55257dd5b94f953822c5 Reviewed-by: Simon Hausmann Reviewed-by: J-P Nurmi --- .../quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro | 2 -- .../quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro | 2 -- 2 files changed, 4 deletions(-) (limited to 'examples') diff --git a/examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro b/examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro index 75d37ca3..2a2d955b 100644 --- a/examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro +++ b/examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models.pro @@ -3,8 +3,6 @@ TEMPLATE = app QT += qml quick sql CONFIG += c++11 -!qtConfig(sql-sqlite): QTPLUGIN += qsqlite - HEADERS += sqlcontactmodel.h \ sqlconversationmodel.h diff --git a/examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro b/examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro index 007d23b3..e798fe3c 100644 --- a/examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro +++ b/examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling.pro @@ -3,8 +3,6 @@ TEMPLATE = app QT += qml quick sql CONFIG += c++11 -!qtConfig(sql-sqlite): QTPLUGIN += qsqlite - HEADERS += sqlcontactmodel.h \ sqlconversationmodel.h -- cgit v1.2.3