diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-10 14:48:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-10 14:52:38 +0900 |
commit | dbf4c38635131ec8d375a3ad074a180acc755d69 (patch) | |
tree | 9f63a292cce3451c4878348d378650ccb8515193 /kopete/libkopete/tests | |
parent | 85e7328d525bb152b14aa63aa21168c5c4f742d8 (diff) | |
download | tdenetwork-dbf4c38635131ec8d375a3ad074a180acc755d69.tar.gz tdenetwork-dbf4c38635131ec8d375a3ad074a180acc755d69.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/libkopete/tests')
-rw-r--r-- | kopete/libkopete/tests/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/libkopete/tests/mock/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/tests/Makefile.am b/kopete/libkopete/tests/Makefile.am index 70281a1b..9b5970db 100644 --- a/kopete/libkopete/tests/Makefile.am +++ b/kopete/libkopete/tests/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = mock . -AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_ASCII_CAST -DTQT_NO_COMPAT \ +AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_ASCII_CAST \ $(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private -I$(top_srcdir)/kopete/libkopete/private -I$(top_srcdir)/kopete/libkopete/tests/mock $(all_includes) -DSRCDIR=\"$(top_srcdir)/kopete/libkopete/tests\" METASOURCES = AUTO diff --git a/kopete/libkopete/tests/mock/Makefile.am b/kopete/libkopete/tests/mock/Makefile.am index 4fc30ecc..d1c384d5 100644 --- a/kopete/libkopete/tests/mock/Makefile.am +++ b/kopete/libkopete/tests/mock/Makefile.am @@ -1,5 +1,5 @@ METASOURCES = AUTO -AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \ +AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_CAST_ASCII -DTQT_NO_ASCII_CAST \ $(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private $(all_includes) noinst_LTLIBRARIES = libkopete_mock.la |