Doc: fixed links to qmake documentation
Task-number: QTBUG-43810 Change-Id: I56676d6f6f95ed79bd1719404b4e48c26490eea6 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
98c10a02c5
commit
58664dbeb3
@ -728,8 +728,7 @@
|
||||
\section2 Creating and Moving Xcode Projects
|
||||
|
||||
Developers on OS X can take advantage of the qmake support for Xcode
|
||||
project files, as described in
|
||||
\l{Qt is OS X Native#Development Tools}{Qt is OS X Native},
|
||||
project files, as described in \l{Qt for OS X#Additional Command-Line Options}{Qt for OS X} documentation.
|
||||
by running qmake to generate an Xcode project from an existing qmake project
|
||||
file. For example:
|
||||
|
||||
|
@ -37,7 +37,8 @@ depends += \
|
||||
qtqml \
|
||||
qtquick \
|
||||
qtwidgets \
|
||||
qtdoc
|
||||
qtdoc \
|
||||
qmake
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
@ -313,7 +313,7 @@ bool QImageData::checkForAlphaPixels() const
|
||||
sharing}. QImage objects can also be streamed and compared.
|
||||
|
||||
\note If you would like to load QImage objects in a static build of Qt,
|
||||
refer to the \l{How To Create Qt Plugins}{Plugin HowTo}.
|
||||
refer to the \l{How to Create Qt Plugins}{Plugin HowTo}.
|
||||
|
||||
\warning Painting on a QImage with the format
|
||||
QImage::Format_Indexed8 is not supported.
|
||||
|
@ -26,7 +26,7 @@ qhp.QtNetwork.subprojects.classes.sortPages = true
|
||||
|
||||
tagfile = ../../../doc/qtnetwork/qtnetwork.tags
|
||||
|
||||
depends += qtcore qtgui qtdoc
|
||||
depends += qtcore qtgui qtdoc qmake
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
@ -19,7 +19,7 @@ exampledirs += ../../../examples/opengl \
|
||||
imagedirs += images \
|
||||
../../../examples/opengl/doc/images
|
||||
|
||||
depends += qtdoc qtcore qtgui qtwidgets
|
||||
depends += qtdoc qtcore qtgui qtwidgets qmake
|
||||
|
||||
examplesinstallpath = opengl
|
||||
|
||||
|
@ -26,7 +26,7 @@ qhp.QtPrintSupport.subprojects.classes.sortPages = true
|
||||
|
||||
tagfile = ../../../doc/qtprintsupport/qtprintsupport.tags
|
||||
|
||||
depends += qtcore qtgui qtwidgets qtdoc
|
||||
depends += qtcore qtgui qtwidgets qtdoc qmake
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
@ -25,7 +25,7 @@ qhp.QtSql.subprojects.classes.selectors = class fake:headerfile
|
||||
qhp.QtSql.subprojects.classes.sortPages = true
|
||||
tagfile = ../../../doc/qtsql/qtsql.tags
|
||||
|
||||
depends += qtcore qtwidgets qtdoc
|
||||
depends += qtcore qtwidgets qtdoc qmake
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
@ -26,7 +26,7 @@ qhp.QtWidgets.subprojects.classes.sortPages = true
|
||||
|
||||
tagfile = ../../../doc/qtwidgets/qtwidgets.tags
|
||||
|
||||
depends += qtcore qtgui qtdoc qtsql qtdesigner qtquick
|
||||
depends += qtcore qtgui qtdoc qtsql qtdesigner qtquick qmake
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
@ -26,7 +26,7 @@ qhp.QtXml.subprojects.classes.sortPages = true
|
||||
|
||||
tagfile = ../../../doc/qtxml/qtxml.tags
|
||||
|
||||
depends += qtcore qtnetwork qtdoc qtwidgets
|
||||
depends += qtcore qtnetwork qtdoc qtwidgets qmake
|
||||
|
||||
headerdirs += ..
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user