From 7da5708a171c3c95f0b088f9e5f69da3b73e5628 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Sep 2018 01:21:13 +0900 Subject: [PATCH] Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. Signed-off-by: Michele Calgaro --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 3c6fa6b..0c05c61 100644 --- a/SConstruct +++ b/SConstruct @@ -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