mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
CMAKE: update path to Qt 5.6.1
This commit is contained in:
parent
521c0cde3a
commit
f1818679ce
@ -5,7 +5,7 @@ REM Create a link and add cmd.exe /k in the preferences in front of the mingw.
|
|||||||
::echo off
|
::echo off
|
||||||
|
|
||||||
REM Install Qt from qt.io
|
REM Install Qt from qt.io
|
||||||
set PATH=C:\Qt\Qt5.6.0-MSVC2015\5.6\msvc2015\bin;%PATH%
|
set PATH=C:\Qt\Qt5.6.1-MSVC2015\5.6\msvc2015\bin;%PATH%
|
||||||
|
|
||||||
set LYX_SOURCE=%~DP0..\..
|
set LYX_SOURCE=%~DP0..\..
|
||||||
set LYX_BUILD=%LYX_SOURCE%\..\build-result-5-2015
|
set LYX_BUILD=%LYX_SOURCE%\..\build-result-5-2015
|
||||||
|
@ -33,7 +33,7 @@ REM Save path
|
|||||||
set CALLED_FROM=%CD%
|
set CALLED_FROM=%CD%
|
||||||
|
|
||||||
REM Add path to qmake here or set PATH correctly on your system.
|
REM Add path to qmake here or set PATH correctly on your system.
|
||||||
set PATH=C:\Qt\Qt5.6.0-MSVC2015-x64\5.6\msvc2015_64\bin;%PATH%
|
set PATH=C:\Qt\Qt5.6.1-MSVC2015-x64\5.6\msvc2015_64\bin;%PATH%
|
||||||
|
|
||||||
REM Edit pathes here or set the environment variables on your system.
|
REM Edit pathes here or set the environment variables on your system.
|
||||||
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2015-x64
|
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2015-x64
|
||||||
|
@ -33,7 +33,7 @@ REM Save path
|
|||||||
set CALLED_FROM=%CD%
|
set CALLED_FROM=%CD%
|
||||||
|
|
||||||
REM Add path to qmake here or set PATH correctly on your system.
|
REM Add path to qmake here or set PATH correctly on your system.
|
||||||
set PATH=C:\Qt\Qt5.6.0-MSVC2015\5.6\msvc2015\bin;%PATH%
|
set PATH=C:\Qt\Qt5.6.1-MSVC2015\5.6\msvc2015\bin;%PATH%
|
||||||
|
|
||||||
REM Edit pathes here or set the environment variables on you system.
|
REM Edit pathes here or set the environment variables on you system.
|
||||||
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2015
|
set GNUWIN32_DIR=D:\LyXGit\Master\lyx-windows-deps-msvc2015
|
||||||
|
Loading…
Reference in New Issue
Block a user