forked from qt-creator/qt-creator
QmlDesigner: Fix compile error
Change-Id: I6694cd0d48eb00d64be93019d4af418e64ad23a4 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> (cherry picked from commit 0cee9e327ab9f268e5584e3839d08209f0833fad)
This commit is contained in:
committed by
Tim Jenssen
parent
a4ca0c72c2
commit
2eeaf589ac
@@ -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