forked from qt-creator/qt-creator
QmlDesigner: Fix compile error
Change-Id: I6694cd0d48eb00d64be93019d4af418e64ad23a4 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
95d424bc3d
commit
392e9cc84c
@@ -150,7 +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
|
#else
|
||||||
binPath += "/qlmdenoiser";
|
binPath += "/qlmdenoiser";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user