diff options
Diffstat (limited to 'tdecore/tdeconfig_compiler')
-rw-r--r-- | tdecore/tdeconfig_compiler/tests/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdecore/tdeconfig_compiler/tests/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeconfig_compiler/tests/CMakeLists.txt b/tdecore/tdeconfig_compiler/tests/CMakeLists.txt index 3034773b0..2715d19b9 100644 --- a/tdecore/tdeconfig_compiler/tests/CMakeLists.txt +++ b/tdecore/tdeconfig_compiler/tests/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( ) add_definitions( - -DQT_NO_CAST_ASCII + -DTQT_NO_CAST_ASCII -DSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}" ) diff --git a/tdecore/tdeconfig_compiler/tests/Makefile.am b/tdecore/tdeconfig_compiler/tests/Makefile.am index ee0e95af2..48157b473 100644 --- a/tdecore/tdeconfig_compiler/tests/Makefile.am +++ b/tdecore/tdeconfig_compiler/tests/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir)/tdeunittest $(all_includes) -DQT_NO_CAST_ASCII -DSRCDIR=\"$(srcdir)\" +AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir)/tdeunittest $(all_includes) -DTQT_NO_CAST_ASCII -DSRCDIR=\"$(srcdir)\" check_PROGRAMS = test1 test2 test3 test4 test5 test6 test7 test8 test9 test_dpointer |