What is the correct procedure to compile a custom widget with the Eclipse Integration plugin, under Windows with MinGW?
I tried the following steps, but I cannot see the widget in the Widget Bar.
- Installed Qt 4.6.1 for Win32 (with MinGW)
- Installed Eclipse Helios 32-bit (tried with Galileo too)
- Installed Qt Eclipse Integrator 1.6.1
- Reconfigured Qt for Integration:
configure -release -qtnamespace QtCppIntegration
- Compiled plugin in release using Eclipse (tried with Creator too)
- Copied DLL file e "a" file in folder
C:\eclipse\plugins\com.trolltech.qtcppdesignerplugins.win32.x86_1.6.1
- Launched
eclipse -clean
to reset plugins
Naturally the widget works well under Qt Designer
and I can use it there correctly.