diff --git a/qt/lc_renderdialog.cpp b/qt/lc_renderdialog.cpp index eb50b41c..ed343fb9 100644 --- a/qt/lc_renderdialog.cpp +++ b/qt/lc_renderdialog.cpp @@ -154,7 +154,7 @@ void lcRenderDialog::on_RenderButton_clicked() QString POVRayPath; #ifdef Q_OS_WIN - POVRayPath = QDir::cleanPath(QCoreApplication::applicationDirPath() + QLatin1String("/povray/povconsole32-sse2.exe")); + POVRayPath = QDir::cleanPath(QCoreApplication::applicationDirPath() + QLatin1String("/povconsole32-sse2.exe")); #endif #ifdef Q_OS_LINUX