summaryrefslogtreecommitdiffstats
path: root/src/qtbase.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2020-05-26 11:20:08 (GMT)
committerMark Brand <mabrand@mabrand.nl>2020-05-26 11:34:49 (GMT)
commit371bde79b95cd2c11672e109d94131f9df4e4a1b (patch)
treebc006ed38a6dcd4bd98b6d01ee937cebef944a0d /src/qtbase.mk
parent348e247c4dc5a0bc8c503e044d6090c6c8924dea (diff)
downloadmxe-371bde79b95cd2c11672e109d94131f9df4e4a1b.zip
mxe-371bde79b95cd2c11672e109d94131f9df4e4a1b.tar.gz
mxe-371bde79b95cd2c11672e109d94131f9df4e4a1b.tar.bz2
qttools: fix pc-linux build failure due to missing qsqlite
In Qt 5.15, qttools depends on the qsqlite driver from qtbase.
Diffstat (limited to 'src/qtbase.mk')
-rw-r--r--src/qtbase.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtbase.mk b/src/qtbase.mk
index e767f6c..84e9088 100644
--- a/src/qtbase.mk
+++ b/src/qtbase.mk
@@ -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 \