From 27bee8076f50a948ffb9997e2a0673854681437d Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 20 Aug 2015 08:48:04 +0200 Subject: Don't try to link to SQLite plugin when building samegame statically. Disable the linking to a SQL driver that isn't a plugin Task-number: QTBUG-42926 Change-Id: I6d51fce7bb924d8b778fe36fa9f908c6fda3da13 Reviewed-by: Thiago Macieira Reviewed-by: Mark Brand --- examples/quick/demos/samegame/samegame.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/quick/demos/samegame/samegame.pro b/examples/quick/demos/samegame/samegame.pro index 51e6f00321..e041dd61dd 100644 --- a/examples/quick/demos/samegame/samegame.pro +++ b/examples/quick/demos/samegame/samegame.pro @@ -7,4 +7,4 @@ RESOURCES += samegame.qrc target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/samegame INSTALLS += target -QTPLUGIN += qsqlite +!contains(sql-drivers, sqlite): QTPLUGIN += qsqlite -- cgit v1.2.3