From bc0ddd980c62f35702265971d506838c91e81452 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 15 Jun 2023 15:08:43 +0900 Subject: [PATCH] Drop TQT_NO_COMPAT code Signed-off-by: Michele Calgaro --- kaffeine/src/player-parts/dummy-part/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaffeine/src/player-parts/dummy-part/Makefile b/kaffeine/src/player-parts/dummy-part/Makefile index b26150a..6744a95 100644 --- a/kaffeine/src/player-parts/dummy-part/Makefile +++ b/kaffeine/src/player-parts/dummy-part/Makefile @@ -66,7 +66,7 @@ CPPFLAGS = -DTQT_THREAD_SUPPORT -D_REENTRANT CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 -CXXFLAGS = -Wno-long-long -Wundef -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -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 +CXXFLAGS = -Wno-long-long -Wundef -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -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_TRANSLATION CYGPATH_W = echo DCOPIDL = ${prefix}/bin/dcopidl DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp