summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/serverinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/base/serverinfo.cpp')
-rw-r--r--rbutil/rbutilqt/base/serverinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/base/serverinfo.cpp b/rbutil/rbutilqt/base/serverinfo.cpp
index e581e952ac..0151273338 100644
--- a/rbutil/rbutilqt/base/serverinfo.cpp
+++ b/rbutil/rbutilqt/base/serverinfo.cpp
@@ -54,13 +54,13 @@ void ServerInfo::readBuildInfo(QString file)
54 info.endGroup(); 54 info.endGroup();
55 55
56 // get base platforms, handle variants with platforms in the loop 56 // get base platforms, handle variants with platforms in the loop
57 QStringList platforms = SystemInfo::platforms(SystemInfo::PlatformBase); 57 QStringList platforms = SystemInfo::platforms(SystemInfo::PlatformBaseDisabled);
58 for(int i = 0; i < platforms.size(); i++) 58 for(int i = 0; i < platforms.size(); i++)
59 { 59 {
60 // check if there are rbutil-variants of the current platform and handle 60 // check if there are rbutil-variants of the current platform and handle
61 // them the same time. 61 // them the same time.
62 QStringList variants; 62 QStringList variants;
63 variants = SystemInfo::platforms(SystemInfo::PlatformVariant, platforms.at(i)); 63 variants = SystemInfo::platforms(SystemInfo::PlatformVariantDisabled, platforms.at(i));
64 QVariant release; 64 QVariant release;
65 info.beginGroup("release"); 65 info.beginGroup("release");
66 if(keys.contains(platforms.at(i))) { 66 if(keys.contains(platforms.at(i))) {