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>
This commit is contained in:
@@ -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