]> git.lyx.org Git - features.git/commitdiff
Scons: minor Sconstruct fix
authorBo Peng <bpeng@lyx.org>
Wed, 16 Aug 2006 21:50:26 +0000 (21:50 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 16 Aug 2006 21:50:26 +0000 (21:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14711 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 88cfb31adbdb567e52e8c1d1d6d7d0172dc922b4..44c7bc27777d157f18a50b186f86e0aa200bd803 100644 (file)
@@ -1305,9 +1305,9 @@ env = conf.Finish()
 if frontend == 'qt3':
     # note: env.Tool('qt') my set QT_LIB to qt
     if platform_name == 'win32':
-        qt_libs = ['qt-mt']
-    else:
         qt_libs = ['qt-mt3']
+    else:
+        qt_libs = ['qt-mt']
     frontend_libs = qt_libs
 elif frontend == 'qt4':
     qt_libs = ['QtCore', 'QtGui']