From 1c7f33920b20649161403469f2f715ec3feafa21 Mon Sep 17 00:00:00 2001 From: syrja Date: Thu, 12 Sep 2019 15:49:35 +0300 Subject: Updated deployment instructions for new Qt version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4baacaf..1afd9e6 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ sphinx-build -M html . _build Windows deployment: -C:\Users\Mikko\Code\Qt\5.12.4\msvc2017_64\bin\windeployqt.exe +C:\Users\Mikko\Code\Qt\5.12.5\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.4\msvc2017_64\bin\windeployqt.exe +C:\Users\Mikko\Code\Qt\5.12.5\msvc2017_64\bin\windeployqt.exe --release --qmldir ../../symedit --no-translations --no-compiler-runtime --no-webkit2 --no-angle --no-opengl-sw . -- cgit v1.2.3