diff options
Diffstat (limited to 'tdewallet')
-rw-r--r-- | tdewallet/tests/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdewallet/tests/Makefile.am | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tdewallet/tests/CMakeLists.txt b/tdewallet/tests/CMakeLists.txt index 9c64ac9af..5d75f8d70 100644 --- a/tdewallet/tests/CMakeLists.txt +++ b/tdewallet/tests/CMakeLists.txt @@ -26,7 +26,6 @@ link_directories( add_definitions ( -DKDE_NO_COMPAT - -DTQT_NO_COMPAT -DTQT_NO_ASCII_CAST ) diff --git a/tdewallet/tests/Makefile.am b/tdewallet/tests/Makefile.am index 085c0630e..0f8ad9946 100644 --- a/tdewallet/tests/Makefile.am +++ b/tdewallet/tests/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -DTQT_NO_ASCII_CAST $(all_includes) +AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_ASCII_CAST $(all_includes) METASOURCES = AUTO check_PROGRAMS = tdewalletasync tdewalletsync tdewalletboth |