forked from qt-creator/qt-creator
QmlDesigner: Fix denoiser path for mac
Fixes: QDS-9870
Change-Id: Id847cb6efad0bf1d57e6f159adde68dec1843990
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
(cherry picked from commit 2ded8a3842
)
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
49be1cb851
commit
033129586e
@@ -150,9 +150,7 @@ void Qt5BakeLightsNodeInstanceServer::runDenoiser()
|
||||
QString binPath = QLibraryInfo::path(QLibraryInfo::BinariesPath);
|
||||
#if defined(Q_OS_WIN)
|
||||
binPath += "/qlmdenoiser.exe";
|
||||
#elif defined(Q_OS_MACOS)
|
||||
binPath += "/qlmdenoiser.app/Contents/MacOS/qlmdenoiser";
|
||||
#else
|
||||
#elif
|
||||
binPath += "/qlmdenoiser";
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user