Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.2
-
None
Description
Qt tries to build the mysql plugin and link against mysql with the following configure command.
It would be expected that it did not link against mysql since it was not explicitly enabled.
Then if the mysql library is not build universally the universal build of Qt fails.
Configuring Qt with:
./configure -debug -universal -prefix $PWD -no-libtiff -qt-zlib -qt-libjpeg -no-qt3support -qt-sql-sqllite -qt-libpng
This was tested on Mac.