Results 1 to 2 of 2

Thread: how to install qt designer plugin?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Posts
    14
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question how to install qt designer plugin?

    Hi,
    I was working out example of analog clock plugin qtdir/qt/examples/designer/worldtimeclockplugin. Build succeeded and got output as "libworldclockplugin.so" in by Linux. What to do next to get this plugin listed in my QtDesigner?
    Please reply

  2. #2
    Join Date
    Jan 2011
    Posts
    6
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: how to install qt designer plugin?

    Hi,

    you need to copy the library to a "designer" subdirectory of your plugin directory. Especially during development, you can also use the QT_PLUGIN_PATH environment variable to point to the plugin directory (but you still need the designer sub directory). See also http://doc.qt.nokia.com/latest/desig...ing-the-plugin.
    The "Help/About plugins" menu is quite helpful when plugins are not recognized by QtDesigner, since it also lists missing library dependencies. Also take care that your LD_LIBRARY_PATH contains all directories where additional dependend libraries might be located.

    Hope this helps,

    Andreas

Similar Threads

  1. Replies: 3
    Last Post: 30th March 2011, 10:30
  2. QtWebKit - install QuickTime plugin
    By gmat4321 in forum Qt Programming
    Replies: 1
    Last Post: 30th September 2009, 12:28
  3. install Qt Designer standalone?
    By navr91 in forum Installation and Deployment
    Replies: 1
    Last Post: 15th August 2009, 07:44
  4. Designer plugin segfaults designer :(
    By tmarki in forum Qt Tools
    Replies: 4
    Last Post: 26th September 2007, 11:22
  5. Replies: 1
    Last Post: 22nd January 2007, 12:13

Tags for this Thread

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.