mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Fixed POV-Ray path.
This commit is contained in:
parent
ef9f3bee63
commit
aefb034be7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue