summaryrefslogtreecommitdiffstats
path: root/tdewallet
diff options
context:
space:
mode:
Diffstat (limited to 'tdewallet')
-rw-r--r--tdewallet/tests/CMakeLists.txt4
-rw-r--r--tdewallet/tests/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/tdewallet/tests/CMakeLists.txt b/tdewallet/tests/CMakeLists.txt
index a5f9435be..9c64ac9af 100644
--- a/tdewallet/tests/CMakeLists.txt
+++ b/tdewallet/tests/CMakeLists.txt
@@ -26,8 +26,8 @@ link_directories(
add_definitions (
-DKDE_NO_COMPAT
- -DQT_NO_COMPAT
- -DQT_NO_ASCII_CAST
+ -DTQT_NO_COMPAT
+ -DTQT_NO_ASCII_CAST
)
tde_add_check_executable( tdewalletsync AUTOMOC LINK tdewalletclient-shared )
diff --git a/tdewallet/tests/Makefile.am b/tdewallet/tests/Makefile.am
index eacd9e958..085c0630e 100644
--- a/tdewallet/tests/Makefile.am
+++ b/tdewallet/tests/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT -DQT_NO_ASCII_CAST $(all_includes)
+AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_ASCII_CAST $(all_includes)
METASOURCES = AUTO
check_PROGRAMS = tdewalletasync tdewalletsync tdewalletboth