Results 1 to 5 of 5

Thread: Arthur Plugins demos and designer

  1. #1
    Join Date
    Feb 2006
    Location
    Portugal
    Posts
    24
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Arthur Plugins demos and designer

    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.

    What must I do next?

    Best regards,

    António Tomé

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Arthur Plugins demos and designer

    Strange, I have Qt 4.1.1 Open Source Edition also and these plugins are in $QTDIR/plugins/designer.

  3. #3
    Join Date
    Feb 2006
    Location
    Portugal
    Posts
    24
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Unhappy Re: Arthur Plugins demos and designer

    Quote Originally Posted by jacek
    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!

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

    make install

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Arthur Plugins demos and designer

    Quote Originally Posted by antonio.r.tome
    Have you compiled yourself?
    Yes.

    Quote Originally Posted by antonio.r.tome
    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.

  5. #5
    Join Date
    Feb 2006
    Location
    Portugal
    Posts
    24
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Arthur Plugins demos and designer

    Quote Originally Posted by jacek
    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é

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.