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);
|
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