Results 1 to 17 of 17

Thread: Qt advanced plugin system(qtaps)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: Qt advanced plugin system(qtaps)

    Quote Originally Posted by fullmetalcoder View Post
    I myself downloaded the latest version (something like 2.4.7) and just found binaries (bad! ) and not even an install script...
    You have just downloaded the precompiled version instead of sources.

  2. #2
    Join Date
    Feb 2007
    Location
    united kingdom
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Qt advanced plugin system(qtaps)

    This program was developed using KDevelop and was intended for the KDE desktop. However, as no KDE4 beta has appeared yet I decided to put it out as a Qt program.

    Has anybody got any idea's on generating a pro file or will it have to written from scratch.

    A .pro novice!

  3. #3
    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: Qt advanced plugin system(qtaps)

    Quote Originally Posted by hotsherbert View Post
    Has anybody got any idea's on generating a pro file or will it have to written from scratch.
    You can start with "qmake -project".

  4. #4
    Join Date
    Feb 2006
    Location
    France
    Posts
    50
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt advanced plugin system(qtaps)

    Quote Originally Posted by jacek View Post
    You can start with "qmake -project".
    Probleme is his code is something like project / sub projects, qmake -project wll not create subdirs pro files.

    And i don't know cmake at all, can't help u.

    P@sNox,

  5. #5
    Join Date
    Feb 2007
    Location
    united kingdom
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Qt advanced plugin system(qtaps)

    The project option should save a lot typing!

    I'm going to use the project generation to create a subproject in each directory and then bind them all together in the main project file.

    Any tips or pitfuls on using this approach would be most appreciated.

    Thanks.

  6. #6
    Join Date
    Feb 2007
    Location
    united kingdom
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Qt advanced plugin system(qtaps)

    The latest version of svn at www.sourceforge.net/projects/qtaps now comes with a vast array of qmake project files which support the libraries and plugins.

    Instructions can be found in the INSTALL file. It has compiled and ran ok for me!

    I shall do some testing over the weekend and cut a release early next week.

    svn instructions can be found here http://www.laiuk.com/forrest/softwar...ubversion.html, ignore the build instructions as there fore CMake.

    Thanks for the help all, it saved a lot of time.

  7. #7
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt advanced plugin system(qtaps)

    Quote Originally Posted by hotsherbert View Post
    The latest version of svn at www.sourceforge.net/projects/qtaps now comes with a vast array of qmake project files which support the libraries and plugins.
    Pretty good! I've checked it out and it does compile and run indeed, although I had to the following extra stuff :
    $ export LD_LIBRARY_PATH=lib
    $ src/qtaps

    Besides it seems that some features are broken (not loaded plugins?) because many icons are greyed...
    Current Qt projects : QCodeEdit, RotiDeCode

  8. #8
    Join Date
    Feb 2007
    Location
    united kingdom
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Qt advanced plugin system(qtaps)

    Hi all,

    The server went up in smoke on saturday and we had to rebuild the dam thing from scratch. Its back up now so shall try and get a release cut over the coming days.

    To get a qmake project file build available I created a data directory for the additional files used by the plugins. This has broken the CMake implementation so I shall try and get the files back into the plugin directories before cutting the next release. Having googled the problem I think there is a way of copying the files with qmake.

    A happier chappy

  9. #9
    Join Date
    Feb 2007
    Location
    united kingdom
    Posts
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Qt advanced plugin system(qtaps)

    New release available 0.2.1.

    Changes:
    qmake project files are now fully supported.
    Added automatic signal and slot connections to the rule.
    Event processing within the rules are now controlled by a set of focus methods.

    Enjoy.

Similar Threads

  1. plugin loading problem
    By naresh in forum Qt Programming
    Replies: 6
    Last Post: 9th June 2007, 19:05
  2. QPSQL plugin problem
    By tuxi in forum Qt Programming
    Replies: 0
    Last Post: 12th March 2007, 20:44
  3. Testing a custom Plugin
    By maluta in forum Qt Programming
    Replies: 5
    Last Post: 31st October 2006, 15:09
  4. Application plugin on windows
    By Eyee in forum Qt Programming
    Replies: 2
    Last Post: 22nd March 2006, 17:36
  5. Managing widget plugin in Qt Designer
    By yellowmat in forum Newbie
    Replies: 8
    Last Post: 31st January 2006, 09:58

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.