Fixed POV-Ray path.

This commit is contained in:
Leonardo Zide
2018-01-15 18:08:16 -08:00
parent ef9f3bee63
commit aefb034be7
+1 -1
View File
@@ -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