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

In Qt 5.15, qttools depends on the qsqlite driver from qtbase.
pull/2507/head
Mark Brand 4 years ago
parent 348e247c4d
commit 371bde79b9

@ -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 \

Loading…
Cancel
Save