|
|
Stephen Collyer wrote:
> What procedure does Trolltech use internally for building
> against MySQL ? If you could describe that, then everyone else
> could follow a method known to work.
I always build the database driver plug-ins as described in the
documentation, but I don't have any spaces in my paths.
According to the documentation spaces are not accepted in include paths
on Windows. It can be worked around by using an 8.3 filename instead of
the full name, e.g. C:\progra~1\mysql instead of C:\Program Files\mysql.
See:
http://doc.trolltech.com/4.3/sql-driver.html#building-the-drivers-using-configure
Hope this helps.
--
Anders L.
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|