QmlDesigner: Fix macOS path for qlmdenoiser

Change-Id: I6f8931dc59615d736c42014e048301b4d1c58d74
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
(cherry picked from commit 5a15554b1202573b0395a3ee6d5dc194bb64f504)
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Miikka Heikkinen
2023-04-25 17:27:31 +03:00
committed by Tim Jenssen
parent 527231c1e8
commit 96185a2651

View File

@@ -151,7 +151,7 @@ void Qt5BakeLightsNodeInstanceServer::runDenoiser()
#if defined(Q_OS_WIN)
binPath += "/qlmdenoiser.exe";
#elif defined(Q_OS_MACOS)
// TODO: What is the path in mac?
binPath += "/qlmdenoiser.app/Contents/MacOS/qlmdenoiser";
#else
binPath += "/qlmdenoiser";
#endif