diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-23 01:58:19 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-23 01:58:19 -0500 |
commit | d7be1694839bacae31e500ea9e36b3c13257ce28 (patch) | |
tree | 0de4e635d20f43425665b1c1eec16d4ab2f00ddd /tqtinterface/qt4/src/qt.pro | |
parent | 100463c71cdd5895e16924fb989a2a8762362551 (diff) | |
download | experimental-d7be1694839bacae31e500ea9e36b3c13257ce28.tar.gz experimental-d7be1694839bacae31e500ea9e36b3c13257ce28.zip |
Be consistent with the usage of QMAKE_C[XX]FLAGS
Diffstat (limited to 'tqtinterface/qt4/src/qt.pro')
-rw-r--r-- | tqtinterface/qt4/src/qt.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/qt.pro b/tqtinterface/qt4/src/qt.pro index cfa6fc3..9f91a6b 100644 --- a/tqtinterface/qt4/src/qt.pro +++ b/tqtinterface/qt4/src/qt.pro @@ -12,11 +12,11 @@ CONFIG += qmake_cache win32:!shared:CONFIG += staticlib win32-borland { - mng:QMAKE_CFLAGS_WARN_ON += -w-par + mng:TQMAKE_CFLAGS_WARN_ON += -w-par mng:TQMAKE_CXXFLAGS_WARN_ON += -w-par # Keep the size of the .tds file for the Qt library smaller than # 34 Mbytes to avoid linking problems - QMAKE_CFLAGS_DEBUG += -vi -y- + TQMAKE_CFLAGS_DEBUG += -vi -y- TQMAKE_CXXFLAGS_DEBUG += -vi -y- } @@ -106,7 +106,7 @@ unix { } aix-g++ { - QMAKE_CFLAGS += -mminimal-toc + TQMAKE_CFLAGS += -mminimal-toc TQMAKE_CXXFLAGS += -mminimal-toc } |