forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
527231c1e8
commit
96185a2651
@@ -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
|
||||
|
Reference in New Issue
Block a user