Qt-interest Archive, July 2007
Qt Designer Failed Plugins
Message 1 in thread
Why i see this error ?
See attach.


Message 2 in thread
SABROG wrote:
> Why i see this error ?
> See attach.
The build keys for the plugin and the main qt library do not match.
You're mixing debug and release versions (on win32), using a library
with a different version to the one the plugins were linked to, or a
library built with a different compiler to the plugins.
See the manual:
http://doc.trolltech.com/4.3/plugins-howto.html#the-build-key
--
[ signature omitted ]
Message 3 in thread
> The build keys for the plugin and the main qt library do not match.
> You're mixing debug and release versions (on win32), using a library
> with a different version to the one the plugins were linked to, or a
> library built with a different compiler to the plugins.
This my config, whats wrong ?
configure -debug-and-release -qt-sql-sqlite -qt-sql-odbc -qt-libpng
-qt-libjpeg -qt-zlib -no-style-windowsxp -no-style-windowsvista
--
[ signature omitted ]