qt5: qtbase: enable sqlite build-time configuration

There are some demo apps that otherwise fail with:
  QSqlDatabase: QSQLITE driver not loaded
  QSqlDatabase: available drivers:

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2015-12-21 19:05:24 +01:00
parent 9248b31956
commit 616b933e7b
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Copyright (C) 2015 Digi International
PACKAGECONFIG_append = " accessibility examples icu"
PACKAGECONFIG_append = " accessibility examples icu sql-sqlite"