diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:49 -0600 |
commit | 62969630767e6cca05721e2a5f910ccc1bcdd354 (patch) | |
tree | bc9de625bf8496318f4b6efccd72f26025ea958b /kde.py | |
parent | d349acd84e270013633969a7805d85d47769a047 (diff) | |
download | kstreamripper-62969630767e6cca05721e2a5f910ccc1bcdd354.tar.gz kstreamripper-62969630767e6cca05721e2a5f910ccc1bcdd354.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kde.py')
-rw-r--r-- | kde.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -531,7 +531,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt ## kcfg file processing def kcfgGenerator(target, source, env, for_signature): act=[] - act.append('kconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path) + act.append('tdeconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path) return act def kcfgEmitter(target, source, env): @@ -689,7 +689,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt for ofile in other_files: if ofile == file: print RED+"WARNING: You have included "+file+".kcfg and another file of the same prefix"+NORMAL - print "Files generated by kconfig_compiler (settings.h, settings.cpp) must not be included" + print "Files generated by tdeconfig_compiler (settings.h, settings.cpp) must not be included" return src |