QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 6 years ago
parent aaceac54ad
commit bd0c34091d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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>

@ -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

Loading…
Cancel
Save