PDA

View Full Version : Arthur Plugins demos and designer



antonio.r.tome
21st March 2006, 11:22
Hi,

I've downloaded the sources compiled and installed qt4.1.1 opensouce version in my OpenSuse Linux 10.0. Everthing worked fine but for the Arthur plugins demos that do not appear in the desiner.

the designer tells me that the plugins instaleed are:

libcontainerextension.so
libcustomwidgetplugin.so
libtaskmenuextension.so
libworldtimeclockplugin.so
libqt3supportwidgets.so

And, in fact the,

libarthurplugin.so

file is not in the designer plugin directory but
at

../arthurplugin/

directory.

I made a simbolic in the plugin designer directory to
../arthurplugin/libarthurplugin.so
but the options for this plugins still didn't appear in the designer interface.:confused:

What must I do next?

Best regards,

António Tomé

jacek
21st March 2006, 13:59
Strange, I have Qt 4.1.1 Open Source Edition also and these plugins are in $QTDIR/plugins/designer.

antonio.r.tome
21st March 2006, 14:40
Strange, I have Qt 4.1.1 Open Source Edition also and these plugins are in $QTDIR/plugins/designer.
Have you compiled yourself?

After make command the plugin is on the rightdirectory:

ls $Source/plugins/designer/

libarthurplugin.so
libcontainerextension_debug.so
libcontainerextension.so
libcustomwidgetplugin_debug.so
libcustomwidgetplugin.so
libqt3supportwidgets_debug.so
libqt3supportwidgets.so
libtaskmenuextension_debug.so
libtaskmenuextension.so
libworldtimeclockplugin_debug.so
ibworldtimeclockplugin.so


but after make install

ls /usr/local/Trolltech/Qt-4.1.1/plugins/designer/

libcontainerextension_debug.so
libcontainerextension.so
libcustomwidgetplugin_debug.so
libcustomwidgetplugin.so
libqt3supportwidgets_debug.so
ibqt3supportwidgets.so
libtaskmenuextension_debug.so
libtaskmenuextension.so
libworldtimeclockplugin_debug.so
libworldtimeclockplugin.so

The plugin isn't there!:confused:

And althouh I do not believe in random behaviour, I've just redone, as root, the command

make install

jacek
21st March 2006, 14:52
Have you compiled yourself?
Yes.


but after make install
AFAIR I didn't run "make install".

It looks like there is an error in arthurplugin.pro. Try moving libarthurplugin.so to $QTDIR/plugins/designer directory.

antonio.r.tome
21st March 2006, 15:01
Yes.


AFAIR I didn't run "make install".

It looks like there is an error in arthurplugin.pro. Try moving libarthurplugin.so to $QTDIR/plugins/designer directory.

Yes! it worked!
I do not understand why there was the need of a hard copy. The simbolic link I've made before posting didn't work.

Thanks,

António Tomé