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/plugins/src | |
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/plugins/src')
-rw-r--r-- | tqtinterface/qt4/plugins/src/imageformats/mng/mng.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/plugins/src/imageformats/mng/mng.pro b/tqtinterface/qt4/plugins/src/imageformats/mng/mng.pro index 2c39f94..b6ea04b 100644 --- a/tqtinterface/qt4/plugins/src/imageformats/mng/mng.pro +++ b/tqtinterface/qt4/plugins/src/imageformats/mng/mng.pro @@ -10,8 +10,8 @@ REQUIRES = !no-mng !mng SOURCES += main.cpp win32-borland { - QMAKE_CFLAGS_WARN_ON += -w-par - QMAKE_CXXFLAGS_WARN_ON += -w-par + TQMAKE_CFLAGS_WARN_ON += -w-par + TQMAKE_CXXFLAGS_WARN_ON += -w-par } win32: CONFIG-=zlib system-zlib jpeg system-jpeg |