[Qt-interest] Qt and Eclipse IDE for C/C++ Developers Plugin (Joung Minsoub)
minsoub Jung
minsoub at gmail.com
Tue Nov 24 01:31:20 CET 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091124/83a18cf3/attachment.html
More information about the Qt-interest-old
mailing list