summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/qmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-23 01:58:19 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-23 01:58:19 -0500
commitd7be1694839bacae31e500ea9e36b3c13257ce28 (patch)
tree0de4e635d20f43425665b1c1eec16d4ab2f00ddd /tqtinterface/qt4/qmake
parent100463c71cdd5895e16924fb989a2a8762362551 (diff)
downloadexperimental-d7be1694839bacae31e500ea9e36b3c13257ce28.tar.gz
experimental-d7be1694839bacae31e500ea9e36b3c13257ce28.zip
Be consistent with the usage of QMAKE_C[XX]FLAGS
Diffstat (limited to 'tqtinterface/qt4/qmake')
-rw-r--r--tqtinterface/qt4/qmake/book/qmake-commandreference.leaf80
1 files changed, 40 insertions, 40 deletions
diff --git a/tqtinterface/qt4/qmake/book/qmake-commandreference.leaf b/tqtinterface/qt4/qmake/book/qmake-commandreference.leaf
index 889d547..5d803de 100644
--- a/tqtinterface/qt4/qmake/book/qmake-commandreference.leaf
+++ b/tqtinterface/qt4/qmake/book/qmake-commandreference.leaf
@@ -758,8 +758,8 @@ and rarely needs to be modified.
-\target QMAKE_CFLAGS_DEBUG
-\section3 QMAKE_CFLAGS_DEBUG
+\target TQMAKE_CFLAGS_DEBUG
+\section3 TQMAKE_CFLAGS_DEBUG
This variable tqcontains the flags for the C compiler in debug mode.The value of this variable is
typically handled by \e qmake or \link #QMAKESPEC qmake.conf \endlink
@@ -768,8 +768,8 @@ and rarely needs to be modified.
-\target QMAKE_CFLAGS_MT
-\section3 QMAKE_CFLAGS_MT
+\target TQMAKE_CFLAGS_MT
+\section3 TQMAKE_CFLAGS_MT
This variable tqcontains the compiler flags for creating a
multi-threaded application or when the version of Qt that you link
@@ -780,8 +780,8 @@ this variable is typically handled by \e qmake or
-\target QMAKE_CFLAGS_MT_DBG
-\section3 QMAKE_CFLAGS_MT_DBG
+\target TQMAKE_CFLAGS_MT_DBG
+\section3 TQMAKE_CFLAGS_MT_DBG
This variable tqcontains the compiler flags for creating a debuggable
multi-threaded application or when the version of Qt that you link
@@ -792,8 +792,8 @@ value of this variable is typically handled by \e qmake or
-\target QMAKE_CFLAGS_MT_DLL
-\section3 QMAKE_CFLAGS_MT_DLL
+\target TQMAKE_CFLAGS_MT_DLL
+\section3 TQMAKE_CFLAGS_MT_DLL
\e {This is used on Windows only}
@@ -806,8 +806,8 @@ rarely needs to be modified.
-\target QMAKE_CFLAGS_MT_DLLDBG
-\section3 QMAKE_CFLAGS_MT_DLLDBG
+\target TQMAKE_CFLAGS_MT_DLLDBG
+\section3 TQMAKE_CFLAGS_MT_DLLDBG
\e {This is used on Windows only}
@@ -820,8 +820,8 @@ The value of this variable is typically handled by \e qmake or
-\target QMAKE_CFLAGS_RELEASE
-\section3 QMAKE_CFLAGS_RELEASE
+\target TQMAKE_CFLAGS_RELEASE
+\section3 TQMAKE_CFLAGS_RELEASE
This variable tqcontains the compiler flags for creating a non-debuggable
application. The value of this variable is typically
@@ -831,8 +831,8 @@ rarely needs to be modified.
-\target QMAKE_CFLAGS_SHLIB
-\section3 QMAKE_CFLAGS_SHLIB
+\target TQMAKE_CFLAGS_SHLIB
+\section3 TQMAKE_CFLAGS_SHLIB
\e {This is used on Unix platforms only}
@@ -844,8 +844,8 @@ to be modified.
-\target QMAKE_CFLAGS_THREAD
-\section3 QMAKE_CFLAGS_THREAD
+\target TQMAKE_CFLAGS_THREAD
+\section3 TQMAKE_CFLAGS_THREAD
This variable tqcontains the compiler flags for creating a multi-threaded
application. The value of this variable is typically handled by
@@ -855,8 +855,8 @@ to be modified.
-\target QMAKE_CFLAGS_WARN_OFF
-\section3 QMAKE_CFLAGS_WARN_OFF
+\target TQMAKE_CFLAGS_WARN_OFF
+\section3 TQMAKE_CFLAGS_WARN_OFF
This variable is not empty if the warn_off
\link #TEMPLATE TEMPLATE \endlink option is specified. The value of this
@@ -865,8 +865,8 @@ and rarely needs to be modified.
-\target QMAKE_CFLAGS_WARN_ON
-\section3 QMAKE_CFLAGS_WARN_ON
+\target TQMAKE_CFLAGS_WARN_ON
+\section3 TQMAKE_CFLAGS_WARN_ON
This variable is not empty if the warn_on
\link #TEMPLATE TEMPLATE \endlink option is specified.
@@ -885,8 +885,8 @@ generated files) and object files that should be removed when using "make clean"
-\target QMAKE_CXXFLAGS_DEBUG
-\section3 QMAKE_CXXFLAGS_DEBUG
+\target TQMAKE_CXXFLAGS_DEBUG
+\section3 TQMAKE_CXXFLAGS_DEBUG
This variable tqcontains the C++ compiler flags for creating a debuggable
application. The value of this variable is typically handled by
@@ -895,8 +895,8 @@ to be modified.
-\target QMAKE_CXXFLAGS_MT
-\section3 QMAKE_CXXFLAGS_MT
+\target TQMAKE_CXXFLAGS_MT
+\section3 TQMAKE_CXXFLAGS_MT
This variable tqcontains the C++ compiler flags for creating a multi-threaded
application. The value of this variable is typically handled by
@@ -906,8 +906,8 @@ to be modified.
-\target QMAKE_CXXFLAGS_MT_DBG
-\section3 QMAKE_CXXFLAGS_MT_DBG
+\target TQMAKE_CXXFLAGS_MT_DBG
+\section3 TQMAKE_CXXFLAGS_MT_DBG
This variable tqcontains the C++ compiler flags for creating a debuggable multi-threaded
application. The value of this variable is typically handled by
@@ -917,8 +917,8 @@ to be modified.
-\target QMAKE_CXXFLAGS_MT_DLL
-\section3 QMAKE_CXXFLAGS_MT_DLL
+\target TQMAKE_CXXFLAGS_MT_DLL
+\section3 TQMAKE_CXXFLAGS_MT_DLL
\c {This is used on Windows only}
@@ -930,8 +930,8 @@ to be modified.
-\target QMAKE_CXXFLAGS_MT_DLLDBG
-\section3 QMAKE_CXXFLAGS_MT_DLLDBG
+\target TQMAKE_CXXFLAGS_MT_DLLDBG
+\section3 TQMAKE_CXXFLAGS_MT_DLLDBG
\c {This is used on Windows only}
@@ -943,8 +943,8 @@ to be modified.
-\target QMAKE_CXXFLAGS_RELEASE
-\section3 QMAKE_CXXFLAGS_RELEASE
+\target TQMAKE_CXXFLAGS_RELEASE
+\section3 TQMAKE_CXXFLAGS_RELEASE
This variable tqcontains the C++ compiler flags for creating an
application. The value of this variable is typically handled by
@@ -954,8 +954,8 @@ to be modified.
-\target QMAKE_CXXFLAGS_SHLIB
-\section3 QMAKE_CXXFLAGS_SHLIB
+\target TQMAKE_CXXFLAGS_SHLIB
+\section3 TQMAKE_CXXFLAGS_SHLIB
This variable tqcontains the C++ compiler flags for creating a
shared library. The value of this variable is typically handled by
@@ -965,8 +965,8 @@ to be modified.
-\target QMAKE_CXXFLAGS_THREAD
-\section3 QMAKE_CXXFLAGS_THREAD
+\target TQMAKE_CXXFLAGS_THREAD
+\section3 TQMAKE_CXXFLAGS_THREAD
This variable tqcontains the C++ compiler flags for creating a
multi-threaded application. The value of this variable is typically handled by
@@ -976,8 +976,8 @@ to be modified.
-\target QMAKE_CXXFLAGS_WARN_OFF
-\section3 QMAKE_CXXFLAGS_WARN_OFF
+\target TQMAKE_CXXFLAGS_WARN_OFF
+\section3 TQMAKE_CXXFLAGS_WARN_OFF
This variable tqcontains the C++ compiler flags for suppressing compiler warnings.
The value of this variable is typically handled by \e qmake or
@@ -985,8 +985,8 @@ This variable tqcontains the C++ compiler flags for suppressing compiler warning
-\target QMAKE_CXXFLAGS_WARN_ON
-\section3 QMAKE_CXXFLAGS_WARN_ON
+\target TQMAKE_CXXFLAGS_WARN_ON
+\section3 TQMAKE_CXXFLAGS_WARN_ON
This variable tqcontains C++ compiler flags for generating compiler warnings.
The value of this variable is typically handled by \e qmake or