Results 1 to 5 of 5

Thread: Qwt qch compiled help

  1. #1
    Join Date
    May 2009
    Posts
    15
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Angry Qwt qch compiled help

    Qwt includes a class documentation, that is available in various formats:

    - Html files
    - PDF document
    - Qt Compressed Help (*.qch ) for the Qt assistant.
    - Man pages ( UNIX only )
    Where can I find the qch file for qwt? I've downloaded 5.2.0 from Sourceforge and the file isn't there. I've done a search of both the Internet and this forum specifically for that file and no luck.

  2. #2
    Join Date
    May 2009
    Posts
    15
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qwt qch compiled help

    Alternatively, is there a way I can build this myself?

  3. #3
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,318
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qwt qch compiled help

    Building the qch files is an optional part of the script, that builds the Qwt packages. Guess I forgot to set this option, when building them.The script is called admin/svn2package.sh and is available from the Qwt SVN repository.
    The script uses doxygen2qthelp. ( But according to this article you can do the same with a doxygen version from SVN. )

    If you have a unixoid system you can simply use "admin/svn2package.sh" - otherwise you need to do the steps manually.

    Uwe

  4. The following user says thank you to Uwe for this useful post:

    MikeG (19th June 2009)

  5. #4
    Join Date
    Mar 2009
    Posts
    98
    Thanks
    3
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qwt qch compiled help

    Qt Code:
    1. $ svn update
    2. Alla revisione 561.
    3.  
    4. $ admin/svn2package.sh
    5. admin/svn2package.sh: 12: Syntax error: "(" unexpected
    To copy to clipboard, switch view to plain text mode 

    Qt Code:
    1. function usage() {
    2. echo "Usage: $0 [-b|--branch <svn-branch>] [-pdf] [-qch] [packagename]"
    3. exit 1
    4. }
    To copy to clipboard, switch view to plain text mode 

    I don't know where is the error :S

  6. #5
    Join Date
    May 2009
    Posts
    15
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Cool Re: Qwt qch compiled help

    I did it this way, I believe (tried several things):

    Qt Code:
    1. bash svn2package.sh -qch qwt
    To copy to clipboard, switch view to plain text mode 


    Thanks Uwe.

Similar Threads

  1. QWT doesnt show any windows
    By Cal in forum Qwt
    Replies: 5
    Last Post: 30th June 2009, 17:05
  2. qwt 5.2 install on qt 4.5
    By HyperB in forum Qwt
    Replies: 4
    Last Post: 13th May 2009, 20:03
  3. Step by step Qwt on MinGW
    By Doug Broadwell in forum Qwt
    Replies: 2
    Last Post: 23rd January 2009, 00:19
  4. How to upgrade Qwt 5.0.1 to Qwt 5.0.2
    By luffy27 in forum Qwt
    Replies: 1
    Last Post: 15th July 2007, 19:55
  5. use interesting QWT Library with QT3.X
    By raphaelf in forum Qwt
    Replies: 2
    Last Post: 23rd January 2006, 11:24

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.