Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
qt eclipse linux
I've installed qt integration plugins on the latest version of eclipse running on linux suse 10.3, but when I started eclipse and it seems that it's not working, no Qt projects is set in workspace. also qt widgets are not present.
RE: qt eclipse linux
Sometimes Eclipse does not enable the new Plugins:
Try this:
Help-> Software Updates -> Manage Configurations -> Show disabled features -> Right click on Qt Eclipse Intgration -> Enable
I've installed the Qt-Eclipse integration and was able to successfully create a sample app with it. I created some other non-qt projects, added a plug in for svn, and now I am not able to see the Qt plug-in items that were available before. I've tried darebux's suggestion, but the qt-eclipse integration is not listed under the disabled features.
Did you install the qt-eclipse integration through Help->SW updates->Find and Install... ?
If so, which site URL did you use for the New Update Site? I downloaded the plug-in directly from the Trolltech site and added it following their instructions.
I installed the plugin following the instructions on the web site.
If you have the com.trolltech.*.jar files in the eclipse/plugins folder it means that the plugin is installed.
You can try to repeat the installation procedure.
Thanks! I can see the Qt-Eclipse integration now on the enable/disabled features.