Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
None
-
Qt Creator 2.1.0-beta2
-
None
-
Windows XP Service Pack 3
Description
I downloaded and installed Qt Creator 2.1 RC (qtcreator-2.0.94).
I am using it with LGPL Qt SDK (qt-sdk-win-opensource-2010.05.exe)
I created a custom widget plugin (based on the analog clock example)
When I navigate to Tools->Form Editor...->About Qt Designer Plugins and click "refresh" I see that the plugin I created failed because of error:
"The plugin 'C:/Qt/qtcreator-2.0.94/bin/designer/customclockplugin.dll' uses incompatible Qt library. Expected build key "Windows msvc release full-config", got "Windows mingw release full-config".
From what I can gather Qt Creator 2.1 RC is built using msvc and the SDK builds using mingw. Therefore I am unable to create and use my custom plugins.
Attachments
Issue Links
- relates to
-
QTBUG-34656 All qt libraries are different between qtcreateor and base qt in packages
- Closed