diff options
| author | Remko Tronçon <git@el-tramo.be> | 2011-01-22 10:56:31 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2011-01-22 11:30:09 (GMT) | 
| commit | 72f6e3fc436b5e4f7988ffa19359bb6cff644590 (patch) | |
| tree | c7e6cae082acc544005a464944a37a724c1818db /BuildTools | |
| parent | 5cac0d0b588b1a024ba3e6934f655d315909b656 (diff) | |
| download | swift-72f6e3fc436b5e4f7988ffa19359bb6cff644590.zip swift-72f6e3fc436b5e4f7988ffa19359bb6cff644590.tar.bz2 | |
Link against debug version of Qt on windows.
Diffstat (limited to 'BuildTools')
| -rw-r--r-- | BuildTools/SCons/Tools/qt4.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/BuildTools/SCons/Tools/qt4.py b/BuildTools/SCons/Tools/qt4.py index 0a84c03..e735fe9 100644 --- a/BuildTools/SCons/Tools/qt4.py +++ b/BuildTools/SCons/Tools/qt4.py @@ -469,8 +469,8 @@ def enable_modules(self, modules, debug=False, crosscompiling=False) :  			modules.remove("QtAssistant")  			modules.append("QtAssistantClient")  		# FIXME: Phonon Hack -		self.AppendUnique(LIBS=['phonon4'+debugSuffix]) -		self.AppendUnique(LIBS=[lib+'4'+debugSuffix for lib in modules if lib not in staticModules]) +		self.AppendUnique(LIBS=['phonon'+debugSuffix+'4']) +		self.AppendUnique(LIBS=[lib+debugSuffix+'4' for lib in modules if lib not in staticModules])  		self.PrependUnique(LIBS=[lib+debugSuffix for lib in modules if lib in staticModules])  		if 'QtOpenGL' in modules:  			self.AppendUnique(LIBS=['opengl32']) | 
 Swift
 Swift