Update the Qt version tagging to adapt to expected Qt 5.16
Change-Id: I61ecce6b1324410bbab4fffd153d5d362d4429bb Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
354842fbc1
commit
32591b660e
@ -93,7 +93,16 @@ make_versioned_symbol(SYM, QT_VERSION_MAJOR, 11, "@");
|
||||
make_versioned_symbol(SYM, QT_VERSION_MAJOR, 12, "@");
|
||||
#endif
|
||||
#if QT_VERSION_MINOR > 13
|
||||
// We don't expect there will be a Qt 5.13
|
||||
make_versioned_symbol(SYM, QT_VERSION_MAJOR, 13, "@");
|
||||
#endif
|
||||
#if QT_VERSION_MINOR > 14
|
||||
make_versioned_symbol(SYM, QT_VERSION_MAJOR, 14, "@");
|
||||
#endif
|
||||
#if QT_VERSION_MINOR > 15
|
||||
make_versioned_symbol(SYM, QT_VERSION_MAJOR, 15, "@");
|
||||
#endif
|
||||
#if QT_VERSION_MINOR > 16
|
||||
// We don't expect there will be a Qt 5.17
|
||||
# error "Please update this file with more Qt versions."
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user