QDoc Linking Guidelines
Jump to navigation
Jump to search
This page is part of the Qt Writing Guidelines
This page contains information about creating links to API pages and other articles and content.
Enabling Linking to Content Outside a Module
To link to a section, API, or page outside of the documentation project (content not included in the .qdocconf file), the module name must be set to the depends qdocconf variable.
depends += qtcore qtqml qtgui qtlinguist
The depends entry corresponds to the directories found in the QT_INSTALL_DOCS directory.