QmlDesigner: Fix macOS path for qlmdenoiser

Change-Id: I6f8931dc59615d736c42014e048301b4d1c58d74
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Miikka Heikkinen
2023-04-25 17:27:31 +03:00
parent 45cf905b29
commit 5cd83aa2a7

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