summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFlorian Staudacher <florian_staudacher@yahoo.de>2013-07-11 12:07:38 (GMT)
committerFlorian Staudacher <florian_staudacher@yahoo.de>2013-07-11 12:07:38 (GMT)
commit9015f8ce3d8500e10ccffdc99d3534539eba3c21 (patch)
tree82b822ec9b182dd0d03ff34ce8509389f975450c /src
parent54fa3a4e0f2d16d21c6a5a3cb1be38356e301c8c (diff)
downloadmxe-9015f8ce3d8500e10ccffdc99d3534539eba3c21.zip
mxe-9015f8ce3d8500e10ccffdc99d3534539eba3c21.tar.gz
mxe-9015f8ce3d8500e10ccffdc99d3534539eba3c21.tar.bz2
explicitly disable mysql driver
Diffstat (limited to 'src')
-rw-r--r--src/qt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt.mk b/src/qt.mk
index edcfc3e..4155f2a 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -53,6 +53,7 @@ define $(PKG)_BUILD
-qt-sql-sqlite \
-qt-sql-odbc \
-qt-sql-psql \
+ -no-sql-mysql \
-qt-sql-tds -D Q_USE_SYBASE \
-system-zlib \
-system-libpng \