forked from qt-creator/qt-creator
Add QTCREATOR_COMPAT_VERSION
Necessary for keeping compatibility within a minor series. When bumping versions, the compatVersion now needs to be taken into account too. Change-Id: I588947f885480889ff2f58481f72db76e3f1a9f1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
QTCREATOR_PRI_INCLUDED = 1
|
||||
|
||||
QTCREATOR_VERSION = 2.8.81
|
||||
QTCREATOR_COMPAT_VERSION = 2.8.81
|
||||
BINARY_ARTIFACTS_BRANCH = master
|
||||
|
||||
isEqual(QT_MAJOR_VERSION, 5) {
|
||||
|
||||
Reference in New Issue
Block a user