diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:13 +0900 |
commit | 7da5708a171c3c95f0b088f9e5f69da3b73e5628 (patch) | |
tree | e0c0b0d5021dff354aaa9198f8a2559442cf3164 | |
parent | 76cd2bef0d003e98d29b32811ac6701bd8d9432a (diff) | |
download | kstreamripper-7da5708a171c3c95f0b088f9e5f69da3b73e5628.tar.gz kstreamripper-7da5708a171c3c95f0b088f9e5f69da3b73e5628.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ env.Append( CPPFLAGS = ['-DQT_NO_TRANSLATION'] ) ## in generic.py automatically when you do scons configure debug=1 ## There are also many other defines : -### -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION +### -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION # where are they documented ? if you know, mail tnagyemail-mail@yahoo@fr please ## Important : export the environment so that SConscript files can the |