From 96cbaa55bdda4f34dff1c26771ddde1c15391ac2 Mon Sep 17 00:00:00 2001 From: syrja Date: Thu, 30 Jan 2020 17:55:07 +0200 Subject: Updated deployment instructions for Qt version 5.14.1. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1afd9e6..e637e9e 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,12 @@ sphinx-build -M html . _build Windows deployment: -C:\Users\Mikko\Code\Qt\5.12.5\msvc2017_64\bin\windeployqt.exe +C:\Users\mikko.syrja\Code\Qt\5.14.1\msvc2017_64\bin\windeployqt.exe --debug --qmldir ../../symedit --no-translations --no-compiler-runtime --no-webkit2 --no-angle --no-opengl-sw . -C:\Users\Mikko\Code\Qt\5.12.5\msvc2017_64\bin\windeployqt.exe +C:\Users\mikko.syrja\Code\Qt\5.14.1\msvc2017_64\bin\windeployqt.exe --release --qmldir ../../symedit --no-translations --no-compiler-runtime --no-webkit2 --no-angle --no-opengl-sw . - -- cgit v1.2.3