summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:13 +0900
commitb72d5149808e102ea73aabb7e7d09ce9383eec49 (patch)
tree17abb061e34d3ab4804c40309a950062b013dd5c
parent3cf9fc28950c44cdf8642dd7be6c795b424c2ff5 (diff)
downloadtderadio-b72d5149.tar.gz
tderadio-b72d5149.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tderadio3/convert-presets/po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/convert-presets/po/Makefile b/tderadio3/convert-presets/po/Makefile
index 9d38c82..4df3e6d 100644
--- a/tderadio3/convert-presets/po/Makefile
+++ b/tderadio3/convert-presets/po/Makefile
@@ -67,7 +67,7 @@ CCDEPMODE = depmode=gcc3
CFLAGS = -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -Wall -g -O2 -Wformat-security -Wmissing-format-attribute
CONF_FILES = $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in $(top_srcdir)/./tderadio3/configure.in.in
CPP = x86_64-linux-gnu-gcc -E
-CPPFLAGS = -DQT_THREAD_SUPPORT -D_REENTRANT
+CPPFLAGS = -DTQT_THREAD_SUPPORT -D_REENTRANT
CXX = x86_64-linux-gnu-g++
CXXCPP = x86_64-linux-gnu-g++ -E
CXXDEPMODE = depmode=gcc3