summaryrefslogtreecommitdiffstats
path: root/tdessh
diff options
context:
space:
mode:
Diffstat (limited to 'tdessh')
-rw-r--r--tdessh/CMakeLists.txt2
-rw-r--r--tdessh/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdessh/CMakeLists.txt b/tdessh/CMakeLists.txt
index 9681682..94fa5ec 100644
--- a/tdessh/CMakeLists.txt
+++ b/tdessh/CMakeLists.txt
@@ -22,7 +22,7 @@ link_directories(
)
add_definitions(
- -DQT_NO_CAST_ASCII
+ -DTQT_NO_CAST_ASCII
)
diff --git a/tdessh/Makefile.am b/tdessh/Makefile.am
index e8ed4a4..c6cedf8 100644
--- a/tdessh/Makefile.am
+++ b/tdessh/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for tdessh
-AM_CPPFLAGS = -DQT_NO_CAST_ASCII
+AM_CPPFLAGS = -DTQT_NO_CAST_ASCII
INCLUDES= $(all_includes)