mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +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;
|
QString POVRayPath;
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
POVRayPath = QDir::cleanPath(QCoreApplication::applicationDirPath() + QLatin1String("/povray/povconsole32-sse2.exe"));
|
POVRayPath = QDir::cleanPath(QCoreApplication::applicationDirPath() + QLatin1String("/povconsole32-sse2.exe"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
|
|
Loading…
Reference in a new issue