mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Scons: minor Sconstruct fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14711 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e530d2ddd2
commit
a9b8f12846
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user