summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-04-11 15:22:02 +0200
committerTim Jenssen <tim.jenssen@digia.com>2013-04-11 15:22:36 +0200
commit8ae8ef94ce71a5492fd83e2833f3074beef684da (patch)
tree0858bb11cf9f92eb669230ee1d87e24e0522a2ee /tools
parent9c324a7d9e13ddf430381b1a2aa329189748d3c5 (diff)
parent27161960daec42cb81bdf2c4629ed59cfeafca9e (diff)
Merge remote-tracking branch 'origin/1.3'
Diffstat (limited to 'tools')
-rw-r--r--tools/common/repositorygen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/common/repositorygen.cpp b/tools/common/repositorygen.cpp
index 644ab08ca..4980082b4 100644
--- a/tools/common/repositorygen.cpp
+++ b/tools/common/repositorygen.cpp
@@ -286,6 +286,8 @@ void QInstallerTools::copyMetaData(const QString &_targetDir, const QString &met
QDomElement fileElement = doc.createElement(QLatin1String("UpdateFile"));
fileElement.setAttribute(QLatin1String("UncompressedSize"), componentSize);
fileElement.setAttribute(QLatin1String("CompressedSize"), compressedComponentSize);
+ // adding the OS attribute to be compatible with old sdks
+ fileElement.setAttribute(QLatin1String("OS"), QLatin1String("Any"));
update.appendChild(fileElement);
root.appendChild(update);