sqlite2 should not be build, we want sqlite3 which is named sqlite in qt5.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-shared \
-largefile \
-accessibility \
- $(if $(CONFIG_PACKAGE_qt5base-plugin-sqldrivers-sqlite),-system-sqlite,-no-sql-sqlite2) \
+ $(if $(CONFIG_PACKAGE_qt5base-plugin-sqldrivers-sqlite),-system-sqlite,-no-sql-sqlite) \
-no-sql-db2 \
-no-sql-ibase \
-no-sql-mysql \
-no-sql-oci \
-no-sql-odbc \
-no-sql-psql \
- -no-sql-sqlite \
+ -no-sql-sqlite2 \
-no-sql-tds \
-no-qml-debug \
-no-nis \