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 | |
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>
-rw-r--r-- | tderadio3/TODO | 2 | ||||
-rw-r--r-- | tderadio3/convert-presets/po/Makefile | 2 | ||||
-rw-r--r-- | tderadio3/src/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tderadio3/TODO b/tderadio3/TODO index 6f706a3..0a71772 100644 --- a/tderadio3/TODO +++ b/tderadio3/TODO @@ -57,7 +57,7 @@ FUTURE ====== * mediacontrol applet integration * dcop interface - * compile with -DQT_NO_ASCII_CAST (see src/Makefile.am) + * compile with -DTQT_NO_ASCII_CAST (see src/Makefile.am) (necessary for Qt4) * just grep for FIXME and TODO... 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 diff --git a/tderadio3/src/Makefile.am b/tderadio3/src/Makefile.am index 14d5b26..eb573c4 100644 --- a/tderadio3/src/Makefile.am +++ b/tderadio3/src/Makefile.am @@ -8,7 +8,7 @@ METASOURCES = AUTO META_INCLUDES = $(srcdir)/include -KDE_CXXFLAGS="-UQT_NO_ASCII_CAST" +KDE_CXXFLAGS="-UTQT_NO_ASCII_CAST" bin_PROGRAMS = tderadio |