PDA

View Full Version : namke Builds Plugins with Mingw32?



chriskon149
12th November 2011, 07:36
Hey guys,

I've been trying to build Qt Creator designer plugins, but I've been getting issues. I've installed a fresh build of the vanilla QtSDK on Windows 7. I run "qmake myplugin.pro", "nmake", and "nmake" install. After copying the created .dll to the C:\QtSDK\Qt Creator\bin\designer\ directory, it isn't properly loaded in Qt Creator. When I go to "Tools->Form Editor->About Qt Designer Plugins", it says that it failed to load the plugin because it was expecting it to be built with msvc, but it was built with mingw32.

How come, if I used "nmake", am I getting that error?

Thanks!

Chris