diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:49 +0900 |
commit | 2c46c17371461099374ebef5182933b1975631fb (patch) | |
tree | bf281859bd7bb5e6892236b4b13ffcf500433426 /kdiff3plugin | |
parent | 9b5a0aee312739e144d806a401e348470c5dcec1 (diff) | |
download | kdiff3-2c46c17371461099374ebef5182933b1975631fb.tar.gz kdiff3-2c46c17371461099374ebef5182933b1975631fb.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdiff3plugin')
-rw-r--r-- | kdiff3plugin/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdiff3plugin/po/Makefile b/kdiff3plugin/po/Makefile index 15522a2..d1f45ac 100644 --- a/kdiff3plugin/po/Makefile +++ b/kdiff3plugin/po/Makefile @@ -70,7 +70,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 -O2 -Wall -g -O2 -Wformat-security -Wmissing-format-attribute CONF_FILES = $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in CPP = i486-linux-gnu-gcc -E -CPPFLAGS = -DQT_THREAD_SUPPORT -D_REENTRANT +CPPFLAGS = -DTQT_THREAD_SUPPORT -D_REENTRANT CXX = i486-linux-gnu-g++ CXXCPP = i486-linux-gnu-g++ -E CXXDEPMODE = depmode=gcc3 |