PDA

View Full Version : Qt plugins into Eclipse



Mel
25th September 2008, 20:26
A friend and I are trying to build a gui for Software Defined Radios. We are running Qt-4.4.1, Qt-Eclipse Integration 1.4.1, and Eclipse 3.4. Eclipse is installed in /opt. All of this is running on the latest Ubuntu.

The problem we are having is that we are unable to load new plugins into the Qt Widget list in Eclipse.

To build Qt we have run:
./configure -release -qtnamespace QtCppIntegration
make
sudo make install

The Qt build appears to be successful.

We then successfully built the application, QtLED, using:
make release

Then we installed libqledplugin.so in /opt/eclipse/plugins/com.trolltech.qtcppdesignerplugins.linux.x86

When we start up Eclipse the QtLED plugin does not show up in the list of widgets.

I'm sure we've missed something simple, but at this point we could use a little help finding our error!

Thanks.

Cheers,
Mel