Index: SConscript
===================================================================
--- SConscript  (revision 13969)
+++ SConscript  (working copy)
@@ -58,7 +58,7 @@
 # sync frontend and env['frontend'] (maybe build qt4 with frontend=qt3)
 if build_qt3:
   frontend = 'qt3'
-  env['frontend'] = 'qt4'
+  env['frontend'] = 'qt3'
 elif build_qt4:
   frontend = 'qt4'
   env['frontend'] = 'qt4'

This is introduced when adding the rebuild option.... I apologize. As
soon as people have figured out how to make msvc work, I will commit a
patch.

Thanks.

Bo

Reply via email to