diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:52 +0900 |
commit | 42fb193b67099d861bfaf56dc57f66dfb481bced (patch) | |
tree | c53ea60c13eb4a9c0ade3c824cce05ea0c1c49f7 /tderadio3/convert-presets | |
parent | 5bba7f9642bb476cc80e195a44e21d68cf1121d5 (diff) | |
download | tderadio-42fb193b67099d861bfaf56dc57f66dfb481bced.tar.gz tderadio-42fb193b67099d861bfaf56dc57f66dfb481bced.zip |
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 39ad41a..9e127e0 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_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 -DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_COMPAT -DTQT_NO_TRANSLATION CYGPATH_W = echo DCOPIDL = ${prefix}/bin/dcopidl DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp |