Doc: fixed invalid reference
Link to "Getting started with qmake" was invalid Task-number: QTBUG-34749 Change-Id: I782dc99f5182f2fe7661377eb82f35ebb50a46cf Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
parent
4059a275e9
commit
85bf1450fe
@ -4161,6 +4161,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\target qmake-getting-started
|
||||
\page qmake-tutorial.html
|
||||
\title Getting Started
|
||||
\contentspage {qmake Manual}{Contents}
|
||||
|
@ -26,7 +26,7 @@ qhp.QtCore.subprojects.classes.sortPages = true
|
||||
|
||||
tagfile = ../../../doc/qtcore/qtcore.tags
|
||||
|
||||
depends += qtgui qtwidgets qtnetwork qtdoc qtquick qtlinguist qtdesigner qtconcurrent qtxml
|
||||
depends += qtgui qtwidgets qtnetwork qtdoc qtquick qtlinguist qtdesigner qtconcurrent qtxml qmake
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
@ -109,6 +109,6 @@
|
||||
the required plugins to your build. For example:
|
||||
|
||||
\snippet code/doc_src_qplugin.pro 3
|
||||
\sa {Static Plugins}, {How to Create Qt Plugins}, {qmake-getting-started}{Getting Started with qmake}
|
||||
|
||||
\sa {Static Plugins}, {How to Create Qt Plugins}, {Using qmake}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user