Fix QSettings autotest fails under Windows
The Windows registry and INI files use case-insensitive key. This is a side effect of 1d01bc1e83560cb2fc4f9f7f00762ffa5134448a Task-number: QTBUG-24145 Change-Id: I862bddae68ef27569e6ffa901f98ca107d3f300b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
This commit is contained in:
parent
838f828a1d
commit
ced029e87d
@ -66,7 +66,9 @@
|
|||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
#ifndef Q_OS_WIN
|
||||||
#define QT_QSETTINGS_ALWAYS_CASE_SENSITIVE_AND_FORGET_ORIGINAL_KEY_ORDER
|
#define QT_QSETTINGS_ALWAYS_CASE_SENSITIVE_AND_FORGET_ORIGINAL_KEY_ORDER
|
||||||
|
#endif
|
||||||
|
|
||||||
// used in testing framework
|
// used in testing framework
|
||||||
#define QSETTINGS_P_H_VERSION 3
|
#define QSETTINGS_P_H_VERSION 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user