11 const QString appDir = QCoreApplication::applicationDirPath();
13 QStringList result = {
14 appDir + QLatin1Char(
'/') + category,
17 result << appDir + QStringLiteral(
"/../Resources/") + category;
20 result << qEnvironmentVariable(
"APPDIR") + QStringLiteral(
"/usr/share/wiredpanda/") + category;
21 result << appDir + QStringLiteral(
"/../share/wiredpanda/") + category;
24 result << QStringLiteral(
"/") + category;