summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@digia.com>2014-04-03 08:21:18 +0200
committerMaurice Kalinowski <maurice.kalinowski@digia.com>2014-08-13 09:40:56 +0200
commit091653e9e71c3e2ada54efe6b3592340e16eaa85 (patch)
tree832fa7a95b27cf59e5a01588367febb7ff9a62ee /src/corelib/io/io.pri
parent7487592cceaf3d2cfe002257e1d7f0b023c0ec8a (diff)
Implement native settings format for WinRT
WinRT stores settings inside the app bundle, not in the registry. Some tests are not fully functional due to errors in the file implementation (See QTBUG-40588). QSettings::SystemScope translates to a roaming container on WinRT, meaning that settings stored inside there should be uploaded and shared among devices. However, this is untested so far. The tests have been updated for those platforms which do not store the order of keys. This has been done on some locations only so far, but needed to be done on more places for WinRT. Task-number: QTBUG-33498 Change-Id: Ifd0194387b09c220d31812b4b6fd0ce9a7d84d24 Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index 7afff7ff81..5e389b19a6 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -119,7 +119,9 @@ win32 {
io/qwindowspipereader.cpp
}
} else {
- SOURCES += io/qstandardpaths_winrt.cpp
+ SOURCES += \
+ io/qstandardpaths_winrt.cpp \
+ io/qsettings_winrt.cpp
}
} else:unix|integrity {
SOURCES += \