Doc: Document QMAKE_[L|C[XX]]FLAGS_RELEASE_WITH_DEBUGINFO
Fixes: QTBUG-17463 Change-Id: Ic2f0870da14db21b1da053716b6d63ba0ed679c9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
b6c79d3ca0
commit
c381df060f
@ -1580,6 +1580,14 @@
|
|||||||
The value of this variable is typically handled by qmake or \l{#QMAKESPEC}{qmake.conf}
|
The value of this variable is typically handled by qmake or \l{#QMAKESPEC}{qmake.conf}
|
||||||
and rarely needs to be modified.
|
and rarely needs to be modified.
|
||||||
|
|
||||||
|
\target QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO
|
||||||
|
\section1 QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO
|
||||||
|
|
||||||
|
Specifies the C compiler flags for release builds where
|
||||||
|
\c{force_debug_info} is set in \c{CONFIG}.
|
||||||
|
The value of this variable is typically handled by
|
||||||
|
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
|
||||||
|
|
||||||
\target QMAKE_CFLAGS_SHLIB
|
\target QMAKE_CFLAGS_SHLIB
|
||||||
\section1 QMAKE_CFLAGS_SHLIB
|
\section1 QMAKE_CFLAGS_SHLIB
|
||||||
|
|
||||||
@ -1648,6 +1656,14 @@
|
|||||||
The value of this variable is typically handled by
|
The value of this variable is typically handled by
|
||||||
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
|
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
|
||||||
|
|
||||||
|
\target QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO
|
||||||
|
\section1 QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO
|
||||||
|
|
||||||
|
Specifies the C++ compiler flags for release builds where
|
||||||
|
\c{force_debug_info} is set in \c{CONFIG}.
|
||||||
|
The value of this variable is typically handled by
|
||||||
|
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
|
||||||
|
|
||||||
\target QMAKE_CXXFLAGS_SHLIB
|
\target QMAKE_CXXFLAGS_SHLIB
|
||||||
\section1 QMAKE_CXXFLAGS_SHLIB
|
\section1 QMAKE_CXXFLAGS_SHLIB
|
||||||
|
|
||||||
@ -2028,6 +2044,12 @@
|
|||||||
The value of this variable is typically handled by
|
The value of this variable is typically handled by
|
||||||
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
|
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
|
||||||
|
|
||||||
|
\section1 QMAKE_LFLAGS_RELEASE_WITH_DEBUGINFO
|
||||||
|
|
||||||
|
Specifies the linker flags for release builds where \c{force_debug_info} is
|
||||||
|
set in \c{CONFIG}. The value of this variable is typically handled by
|
||||||
|
qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified.
|
||||||
|
|
||||||
\section1 QMAKE_LFLAGS_APP
|
\section1 QMAKE_LFLAGS_APP
|
||||||
|
|
||||||
Specifies the linker flags for building applications.
|
Specifies the linker flags for building applications.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user