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:
Miikka Heikkinen
2023-05-12 13:29:46 +03:00
committed by Tim Jenssen
parent a4ca0c72c2
commit 2eeaf589ac

View File

@@ -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