summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:12 +0900
commit91a5a0e31c8589a525c108b73b72120284c03756 (patch)
treec299c9e4b73c41b6e96bf3658ed5d21b09e19acf
parente935c669df0e5cc756c34c4979136337e32cf8c3 (diff)
downloadtdeio-locate-91a5a0e3.tar.gz
tdeio-locate-91a5a0e3.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--admin/kde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/kde.py b/admin/kde.py
index 3b7c179..73fade8 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -31,7 +31,7 @@ def KDEuse(lenv, flags):
lenv.Append( RPATH = [lenv['QTLIBPATH'], lenv['KDEMODULE']]+kdelibpaths )
if 'thread' in _flags:
## Uncomment the following if you need threading support
- lenv.KDEaddflags_cxx( ['-DQT_THREAD_SUPPORT', '-D_REENTRANT'] )
+ lenv.KDEaddflags_cxx( ['-DTQT_THREAD_SUPPORT', '-D_REENTRANT'] )
if 'fastmoc' in _flags:
lenv['BKSYS_FASTMOC']=1
if not 'nohelp' in _flags: