From: Uwe Stöhr Date: Sat, 17 Jul 2010 19:30:12 +0000 (+0000) Subject: SCons: use a standalone Qt installation rather than a special bundle X-Git-Tag: 2.0.0~2950 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8e4e050a96d516cf8692606b5f42851c238e4f69;p=lyx.git SCons: use a standalone Qt installation rather than a special bundle git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34949 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/build_msvc.bat b/development/scons/build_msvc.bat index 2440b93437..41cc045b96 100644 --- a/development/scons/build_msvc.bat +++ b/development/scons/build_msvc.bat @@ -1 +1 @@ -call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=release version_suffix=20 gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc2008\include extra_lib_path=..\..\lyx-windows-deps-msvc2008\lib extra_bin_path=..\..\lyx-windows-deps-msvc2008\bin qt_dir=..\..\lyx-windows-deps-msvc2008\qt-4 \ No newline at end of file +call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=release version_suffix=20 gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc2008\include extra_lib_path=..\..\lyx-windows-deps-msvc2008\lib extra_bin_path=..\..\lyx-windows-deps-msvc2008\bin qt_dir=..\..\..\..\Qt \ No newline at end of file