diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:14:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:14:12 +0900 |
commit | 91a5a0e31c8589a525c108b73b72120284c03756 (patch) | |
tree | c299c9e4b73c41b6e96bf3658ed5d21b09e19acf /admin | |
parent | e935c669df0e5cc756c34c4979136337e32cf8c3 (diff) | |
download | tdeio-locate-91a5a0e31c8589a525c108b73b72120284c03756.tar.gz tdeio-locate-91a5a0e31c8589a525c108b73b72120284c03756.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/kde.py | 2 |
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: |