diff --git a/src/Gui/Splashscreen.cpp b/src/Gui/Splashscreen.cpp index b3664d0e1e..167056c115 100644 --- a/src/Gui/Splashscreen.cpp +++ b/src/Gui/Splashscreen.cpp @@ -590,11 +590,13 @@ void AboutDialog::showLicenseInformation() libInfo << li; // OCCT +#if defined(HAVE_OCC_VERSION) li.name = QLatin1String("Open CASCADE Technology"); li.href = baseurl + QLatin1String("#_TocOCCT"); li.url = QLatin1String("http://www.opencascade.com"); li.version = QLatin1String(OCC_VERSION_STRING_EXT); libInfo << li; +#endif // pcl li.name = QLatin1String("Point Cloud Library");