Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Cannot find file qt.index in Qt 5
Forum Updated to NodeBB v4.3 + New Features

Cannot find file qt.index in Qt 5

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.5k 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.
  • X Offline
    X Offline
    Xingyan
    wrote on last edited by
    #1

    We are using Qdoc to documentation our project. To link our doc to Qt official reference documentation, we need to use qt.index as manual (http://doc-snapshot.qt-project.org/qdoc/25-qdoc-configuration-derivedprojects.html) indicates.

    This file exists in Qt 4.8 ($QTDIR/doc/html/qt.index) but we cannot find it in Qt5. In Qt5's $QTDIR/doc/ folder. each module has its own .index file such as qtgui/qtgui.index and /qtqml/qtqml.index but there is no one file to include all modules.

    Currently we are using Qt 4.8's qt.index file and it works fine but we really want to use Qt5's qt.index file as we are using Qt5.1 for development.

    Any ideas?

    1 Reply Last reply
    0
    • strahlexS Offline
      strahlexS Offline
      strahlex
      wrote on last edited by
      #2

      Have you found a solution=

      Feel free to check out my website machinekoder.com
      and my pet projects Intellicute and QtQuickVcp

      1 Reply Last reply
      0
      • F Offline
        F Offline
        feldifux
        wrote on last edited by
        #3

        I'm also backing up this question. Is there a way to include multiple .index files, or how to create a single qt.index file for all modules?

        Founder of Felgo SDK - http://felgo.com/qt

        Felgo simplifies

        • Mobile App Dev with Qt esp. iOS & Android
        • Game Development with Qt

        What others say

        Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

        1 Reply Last reply
        0
        • strahlexS Offline
          strahlexS Offline
          strahlex
          wrote on last edited by
          #4

          This worked for me:
          indexes = $QTDOCDIR/qtquick/qtquick.index $QTDOCDIR/qtquickcontrols/qtquickcontrols.index $QTDOCDIR/qtquicklayouts/qtquicklayouts.index $QTDOCDIR/qtcore/qtcore.index

          I found out that all .index files are included within the Android builds of Qt so QTDOCDIR is referencing the the Android Qt folder.

          See my repo for details:
          https://github.com/strahlex/QtQuickVcp

          Feel free to check out my website machinekoder.com
          and my pet projects Intellicute and QtQuickVcp

          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