From aefb034be7fd2eb76ee50354589919ae91239420 Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Mon, 15 Jan 2018 18:08:11 -0800 Subject: [PATCH] Fixed POV-Ray path. --- qt/lc_renderdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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