Bump version
Change-Id: I355b940f568273cf00d55c7c3abc569537be7950
This commit is contained in:
parent
6a0f59f9c1
commit
df9de3e454
@ -4,4 +4,4 @@ CONFIG += warning_clean
|
||||
QT_SOURCE_TREE = $$PWD
|
||||
QT_BUILD_TREE = $$shadowed($$PWD)
|
||||
|
||||
MODULE_VERSION = 5.10.0
|
||||
MODULE_VERSION = 5.11.0
|
||||
|
@ -563,6 +563,7 @@ void QDataStream::setByteOrder(ByteOrder bo)
|
||||
\value Qt_5_8 Same as Qt_5_6
|
||||
\value Qt_5_9 Same as Qt_5_6
|
||||
\value Qt_5_10 Same as Qt_5_6
|
||||
\value Qt_5_11 Same as Qt_5_6
|
||||
\omitvalue Qt_DefaultCompiledVersion
|
||||
|
||||
\sa setVersion(), version()
|
||||
|
@ -97,10 +97,11 @@ public:
|
||||
Qt_5_8 = Qt_5_7,
|
||||
Qt_5_9 = Qt_5_8,
|
||||
Qt_5_10 = Qt_5_9,
|
||||
#if QT_VERSION >= 0x050b00
|
||||
Qt_5_11 = Qt_5_10,
|
||||
#if QT_VERSION >= 0x050c00
|
||||
#error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
|
||||
#endif
|
||||
Qt_DefaultCompiledVersion = Qt_5_10
|
||||
Qt_DefaultCompiledVersion = Qt_5_11
|
||||
};
|
||||
|
||||
enum ByteOrder {
|
||||
|
Loading…
Reference in New Issue
Block a user