Bump version
Change-Id: Ie10f5c3a922b810b2f5b09f6ebb65aae918d30f1
This commit is contained in:
parent
5ec108eb7a
commit
b6f84ea2aa
@ -5,4 +5,4 @@ CONFIG += warning_clean
|
||||
QT_SOURCE_TREE = $$PWD
|
||||
QT_BUILD_TREE = $$shadowed($$PWD)
|
||||
|
||||
MODULE_VERSION = 5.7.0
|
||||
MODULE_VERSION = 5.8.0
|
||||
|
@ -91,10 +91,11 @@ public:
|
||||
Qt_5_5 = Qt_5_4,
|
||||
Qt_5_6 = 17,
|
||||
Qt_5_7 = Qt_5_6,
|
||||
#if QT_VERSION >= 0x050800
|
||||
Qt_5_8 = Qt_5_7,
|
||||
#if QT_VERSION >= 0x050900
|
||||
#error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
|
||||
#endif
|
||||
Qt_DefaultCompiledVersion = Qt_5_7
|
||||
Qt_DefaultCompiledVersion = Qt_5_8
|
||||
};
|
||||
|
||||
enum ByteOrder {
|
||||
|
Loading…
Reference in New Issue
Block a user