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);
|
QString binPath = QLibraryInfo::path(QLibraryInfo::BinariesPath);
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
binPath += "/qlmdenoiser.exe";
|
binPath += "/qlmdenoiser.exe";
|
||||||
#elif defined(Q_OS_MACOS)
|
#elif
|
||||||
binPath += "/qlmdenoiser.app/Contents/MacOS/qlmdenoiser";
|
|
||||||
#else
|
|
||||||
binPath += "/qlmdenoiser";
|
binPath += "/qlmdenoiser";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user