summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:02 +0900
commitbd0c34091dd337bf4f60b45f2a1e8e4a5fe86a12 (patch)
tree1d098ac6d1a6eb9a9224d42f44bd9d7aafd0ccb2
parentaaceac54adb296f12cfd25639d00d9ba21d1bdaf (diff)
downloadkrusader-bd0c3409.tar.gz
krusader-bd0c3409.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--Krusader.tdevelop6
-rw-r--r--acinclude.m42
2 files changed, 4 insertions, 4 deletions
diff --git a/Krusader.tdevelop b/Krusader.tdevelop
index b546fa1..e83a0c2 100644
--- a/Krusader.tdevelop
+++ b/Krusader.tdevelop
@@ -50,16 +50,16 @@
<configargs/>
<builddir/>
<topsourcedir/>
- <cppflags>-DQT_THREAD_SUPPORT</cppflags>
+ <cppflags>-DTQT_THREAD_SUPPORT</cppflags>
<ldflags/>
<ccompiler>kdevgccoptions</ccompiler>
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevpgf77options</f77compiler>
<ccompilerbinary/>
- <cxxcompilerbinary>-DQT_THREAD_SUPPORT</cxxcompilerbinary>
+ <cxxcompilerbinary>-DTQT_THREAD_SUPPORT</cxxcompilerbinary>
<f77compilerbinary/>
<cflags/>
- <cxxflags>-DQT_THREAD_SUPPORT </cxxflags>
+ <cxxflags>-DTQT_THREAD_SUPPORT </cxxflags>
<f77flags/>
<envvars/>
</default>
diff --git a/acinclude.m4 b/acinclude.m4
index bbbb70c..c2a6b6b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1333,7 +1333,7 @@ KDE_MT_LIBS=
if test "x$kde_use_qt_mt" = "xyes"; then
KDE_CHECK_THREADING
if test "x$kde_use_threading" = "xyes"; then
- CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
+ CPPFLAGS="$USE_THREADS -DTQT_THREAD_SUPPORT $CPPFLAGS"
KDE_MT_LDFLAGS="$USE_THREADS"
KDE_MT_LIBS="$LIBPTHREAD"
else