]> git.lyx.org Git - features.git/commitdiff
Win installer: forgot to update path to Qt
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 18 Feb 2018 13:49:42 +0000 (14:49 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 18 Feb 2018 13:49:42 +0000 (14:49 +0100)
development/Win32/packaging/installer/settings.nsh

index 96e3aeb7e474e9582eed6b03d4dd3f63f3156140..3092193e5ff0a851d97e04f3d329341ed52d3c4d 100644 (file)
@@ -38,7 +38,7 @@ These typically need to be modified for each LyX release
 
 !define FILES_LYX "D:\LyXPackage2.2\LyX"
 !define FILES_DEPS "D:\LyXGit\Master\lyx-windows-deps-msvc2015"
-!define FILES_QT "C:\Qt\Qt5.6.3\5.6.3\msvc2015"
+!define FILES_QT "C:\Qt\Qt5.9.4\5.9.4\msvc2015"
 !define ClassFileDir "${FILES_LYX}\Resources\tex"
 !define DVIPostFileDir "${FILES_DEPS}\tex"