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:
parent
9248b31956
commit
616b933e7b
|
|
@ -1,3 +1,3 @@
|
|||
# Copyright (C) 2015 Digi International
|
||||
|
||||
PACKAGECONFIG_append = " accessibility examples icu"
|
||||
PACKAGECONFIG_append = " accessibility examples icu sql-sqlite"
|
||||
|
|
|
|||
Loading…
Reference in New Issue