qttools: fix pc-linux build failure due to missing qsqlite

In Qt 5.15, qttools depends on the qsqlite driver from qtbase.
This commit is contained in:
Mark Brand 2020-05-26 13:20:08 +02:00
parent 348e247c4d
commit 371bde79b9
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ define $(PKG)_BUILD_$(BUILD)
-confirm-license \
-no-dbus \
-no-{eventfd,glib,icu,openssl} \
-no-sql-{db2,ibase,mysql,oci,odbc,psql,sqlite,sqlite2,tds} \
-no-sql-{db2,ibase,mysql,oci,odbc,psql,sqlite2,tds} \
-no-use-gold-linker \
-nomake examples \
-nomake tests \