summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:05 +0900
commit76cd2bef0d003e98d29b32811ac6701bd8d9432a (patch)
tree8be67c1bf343a35c6966c6bdd5ab9335cb9f5821 /SConstruct
parent6edba77e48b6a4b621115de717e31b163b5d4175 (diff)
downloadkstreamripper-76cd2bef0d003e98d29b32811ac6701bd8d9432a.tar.gz
kstreamripper-76cd2bef0d003e98d29b32811ac6701bd8d9432a.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 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index a699008..3c6fa6b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -157,7 +157,7 @@ for dir in dirs:
env.Append( CPPFLAGS = ['-DQT_NO_TRANSLATION'] )
## Add this define if you want to use qthreads
-#env.Append( CPPFLAGS = ['-DQT_THREAD_SUPPORT', '-D_REENTRANT'] )
+#env.Append( CPPFLAGS = ['-DTQT_THREAD_SUPPORT', '-D_REENTRANT'] )
## To use kdDebug(intvalue)<<"some trace"<<endl; you need to define -DDEBUG - it is done
## in generic.py automatically when you do scons configure debug=1