QODBC, windows, only debug version [Solved]
-
Hi all,
I'm trying to use QODBC plugin in windows 7.I built the plugin as described in the documentation.
I installed the Qt source (4.7.4) from SDKMaintenance.
Then I built the plugin this way:
@
cd c:\QtSDK\QtSources\4.7.4\src\plugins\sqldrivers\odbc
qmake odbc.pro
mingw32-make
@after this I get the odbc plugin in only debug version:
@
qsqlodbcd4.dll
@Is there a way to get a release version?
-
give a try to
@
mingw32-make release
@