diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 01:21:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 01:21:21 +0900 |
commit | 6680d0a6f1487c91cb55822cda75a7ff30b0bba6 (patch) | |
tree | 5ad6dd9b8621987477dd6bc7dfb3ebe52aca5956 /tderadio3/convert-presets | |
parent | b75f16881e6aa8a5368936f10aae5ce4428cbc15 (diff) | |
download | tderadio-6680d0a6f1487c91cb55822cda75a7ff30b0bba6.tar.gz tderadio-6680d0a6f1487c91cb55822cda75a7ff30b0bba6.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tderadio3/convert-presets')
-rw-r--r-- | tderadio3/convert-presets/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/convert-presets/po/Makefile b/tderadio3/convert-presets/po/Makefile index 4df3e6d..7f682c7 100644 --- a/tderadio3/convert-presets/po/Makefile +++ b/tderadio3/convert-presets/po/Makefile @@ -71,7 +71,7 @@ CPPFLAGS = -DTQT_THREAD_SUPPORT -D_REENTRANT CXX = x86_64-linux-gnu-g++ CXXCPP = x86_64-linux-gnu-g++ -E CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION +CXXFLAGS = -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION CYGPATH_W = echo DCOPIDL = ${prefix}/bin/dcopidl DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp |