blob: 3a6e7aec67e10c07ebd43e8293d65590502e215c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- SleepLib/common.cpp 2025-07-20 16:34:44.000000000 +0200
+++ SleepLib/common.cpp 2025-10-25 02:20:32.076356000 +0200
@@ -285,7 +285,7 @@
// This one will be used if the Html and Translations folders
// are in the same folder as the OSCAR executable
paths.append( QCoreApplication::applicationDirPath() );
-#ifdef Q_OS_LINUX
+#if defined (Q_OS_LINUX) || defined (Q_OS_FREEBSD)
QString appName = QCoreApplication::applicationName();
if (appName != QString("OSCAR"))
appName = QString("OSCAR-test");
|