Merge pull request #937 from saiarcot895/upstream-fix-qt-mysql-detection

Ensure that our mysql-config is used and not the system mysql-config …
pull/940/head
Boris Nagaev 9 years ago
commit 23e6a9a2cd

@ -41,6 +41,7 @@ define $(PKG)_BUILD
-nomake examples \ -nomake examples \
-nomake tests \ -nomake tests \
-plugin-sql-mysql \ -plugin-sql-mysql \
-mysql_config $(PREFIX)/$(TARGET)/bin/mysql_config \
-plugin-sql-sqlite \ -plugin-sql-sqlite \
-plugin-sql-odbc \ -plugin-sql-odbc \
-plugin-sql-psql \ -plugin-sql-psql \

Loading…
Cancel
Save