--- mixxx/src/SConscript.old 2009-04-03 17:32:07.000000000 +0100 +++ mixxx/src/SConscript 2009-04-03 17:32:51.000000000 +0100 @@ -553,7 +553,7 @@ """ #Try using David's qt4.py's Qt4-module finding thingy instead of pkg-config. #(This hopefully respects our qtdir=blah flag while linking now.) - """ + env.EnableQt4Modules([ 'QtCore', 'QtGui', @@ -561,13 +561,14 @@ 'Qt3Support', 'QtXml', 'QtSvg', + 'QtScript', #'QtUiTools', #'QtDesigner', #'QtWebKit', ], debug=False, ) - """ + #Check for libasound (libasound2?) (needed for ALSA seq MIDI support) if not conf.CheckLib('asound') and not conf.CheckForPKG('alsa', '1.0.10'):