From 4231d83b0aa660095ba79ac942833ab5576417f3 Mon Sep 17 00:00:00 2001 From: "Matthew R. Miller" Date: Sun, 26 Jan 2020 13:37:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca68838..1635778 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Version 3.3.1 of [OpenCV](https://opencv.org/releases/) is linked to this applic ### Release (Windows) * Install [MSVC 2017](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) x64 runtime libraries. * Copy the binary from the Release folder for the qcvTouchUp project into its own directory (e.g. qcvRelease). -* In that directory, run [windeployqt](https://doc.qt.io/Qt-5/windows-deployment.html) --qmldir \qcvTouchUp --release ..\qcvRelease\qcvTouchUp.exe in the Qt specific terminal +* In that directory, run [windeployqt](https://doc.qt.io/Qt-5/windows-deployment.html) --qmldir ..\qcvTouchUp\nav --release qcvTouchUp.exe in the Qt specific terminal * Delete translations folder, it is not needed * Copy in the core331, highgui331, imgcodecs331, and imgproc331 dlls from the appropriate OpenCV build directory