diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:14:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:14:05 +0900 |
commit | 76cd2bef0d003e98d29b32811ac6701bd8d9432a (patch) | |
tree | 8be67c1bf343a35c6966c6bdd5ab9335cb9f5821 | |
parent | 6edba77e48b6a4b621115de717e31b163b5d4175 (diff) | |
download | kstreamripper-76cd2bef0d003e98d29b32811ac6701bd8d9432a.tar.gz kstreamripper-76cd2bef0d003e98d29b32811ac6701bd8d9432a.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |