Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. No help documentation for Qt 5.0.2

No help documentation for Qt 5.0.2

Scheduled Pinned Locked Moved Installation and Deployment
8 Posts 4 Posters 2.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GrahamL
    wrote on last edited by
    #1

    Hi
    I have just built Qt 5.0.2 and when I run assistant there are no help topics.
    I executed the following to build the docs
    @
    mingw32-make docs
    @
    But nothing appears.

    Any help in this matter is appreciated

    Thanks

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      In Qt Assistant, click Edit -> Preferences -> Documentation -> Add...

      Browse to <YOUR_QT_ROOT>/doc and select the .qch files

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • G Offline
        G Offline
        GrahamL
        wrote on last edited by
        #3

        Unfortunately no .qch files exist in the doc folder

        error output from make docs command -
        @
        mingw32-make[5]: *** No rule to make target `prepare_docs'. Stop.
        mingw32-make[4]: *** [sub-dbus-prepare_docs] Error 2
        mingw32-make[3]: *** [sub-examples-prepare_docs] Error 2
        mingw32-make[2]: *** [module-qtbase-prepare_docs] Error 2
        mingw32-make[1]: *** [html_docs] Error 2
        @

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          What were your configuration options?

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nixmd
            wrote on last edited by
            #5

            same is for me here,
            this is what i've done:

            @cd <path>/qt-everywhere-opensource-src-<version>
            ./configure -prefix $PWD/qtbase -opensource -nomake tests
            make -j 4@

            after this, there were no docs,
            also after adding qmake in the qt creator in build and run -> qt versions , there were no examples and demos in qt creator.

            for compiling docs I did this:
            @cd <path>/qt-everywhere-opensource-src
            make docs
            @
            but what I get is this:
            @make: *** No rule to make target `docs'. Stop.
            @

            1 Reply Last reply
            0
            • N Offline
              N Offline
              nixmd
              wrote on last edited by
              #6

              ok, this is what I've done.
              removed the Makefile in the root dir of the qt-everywhere-opensource-src
              and then ran qmake
              and then make docs

              it did something and then I saw some new directories under qt-everywhere-opensource-src/qtbase/docs

              but there is no qhp file to be used for generating a qch file

              1 Reply Last reply
              0
              • B Offline
                B Offline
                balbult2
                wrote on last edited by
                #7

                same problem to build docs with qt 5.1.0, very annoying ;(

                1 Reply Last reply
                0
                • N Offline
                  N Offline
                  nixmd
                  wrote on last edited by
                  #8

                  buddy, no body here cares about thir problems

                  use this: http://download.opensuse.org/repositories/KDE:/Qt51/openSUSE_Factory/noarch/libqt5-qtdoc-5.1.0-2.1.noarch.rpm

                  downlaod it, extract it, and then, put the documents wherever "qmake -query" says doc files must be.

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved