diff options
author | Mitch Curtis <[email protected]> | 2015-08-20 08:54:43 +0200 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2015-08-21 13:10:23 +0000 |
commit | 3ffd2e4ee3229e714eed497c1ae3a3bbbcabe8cf (patch) | |
tree | ac1176abb0c108194282c5e00315db8a512f05fb | |
parent | ed6330af2f6ba5ad9c71b9db82603fe0ff7f0534 (diff) |
calendar example: disable linking to a SQL driver that isn't a plugin.
Change-Id: I9c73dc3714af2e200a1acee57cf38ffbb4126a22
Task-number: QTBUG-44443
Reviewed-by: Oswald Buddenhagen <[email protected]>
-rw-r--r-- | examples/quick/controls/calendar/calendar.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/calendar/calendar.pro b/examples/quick/controls/calendar/calendar.pro index 45b99e857..e5bee1e97 100644 --- a/examples/quick/controls/calendar/calendar.pro +++ b/examples/quick/controls/calendar/calendar.pro @@ -1,7 +1,7 @@ QT += qml quick sql TARGET = calendar -QTPLUGIN += qsqlite +!contains(sql-drivers, sqlite): QTPLUGIN += qsqlite include(src/src.pri) include(../shared/shared.pri) |