[Qt-interest] Qt and Eclipse IDE for C/C++ Developers Plugin (Joung Minsoub)

Jan janusius at gmx.net
Tue Nov 24 01:40:16 CET 2009


In Designer's help menu (don't know if it is also available in eclipse 
designer plugin) there is an "About Plugins" dialog. Maybe check if it 
was loaded or the error message there.

Jan

minsoub Jung schrieb:
> Hi.
> 
> I'm trying to develope software that can be extended using Eclipse
> Plugin(Qt).
> 
> I created  a simple LineEdit widget, 'TextBoxPlugin'.
> 
> TextBoxPlugin.pro :
> 
> TEMPLATE = lib
> CONFIG += designer plugin release
> HEADERS = ./plungIn/TextBox.h \
>                    TextBoxPlugin.h
> SOURCES = ./plungIn/TextBox.cpp \
>                    TextBoxPlugin.cpp
> RESOURCES = resources.qrc
> DESTDIR = $$[QT_INSTALL_PLUGINS]/designer
> 
> And I compiled plugin project, well done,
> and it is located in '/usr/local/qt-4.5.1/plugin/designer/', as
> 'libTextBoxPlugin.so'.
> 
> I want to load 'libTextBoxPlugin.so' file in Eclipse, but I'm not well.
> How load above file at Eclipse?
> 
> Thanks,
> J.M.S
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest



More information about the Qt-interest-old mailing list