forked from qt-creator/qt-creator
Version bump
Change-Id: I0e90b8298bc053ca45db44ee107eba70465696d7
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
|
||||
QTCREATOR_PRI_INCLUDED = 1
|
||||
|
||||
QTCREATOR_VERSION = 2.7.85
|
||||
QTCREATOR_VERSION = 2.8.0
|
||||
BINARY_ARTIFACTS_BRANCH = 2.8
|
||||
|
||||
isEqual(QT_MAJOR_VERSION, 5) {
|
||||
|
||||
@@ -2,8 +2,8 @@ import qbs.base 1.0
|
||||
|
||||
Project {
|
||||
property string ide_version_major: '2'
|
||||
property string ide_version_minor: '7'
|
||||
property string ide_version_release: '85'
|
||||
property string ide_version_minor: '8'
|
||||
property string ide_version_release: '0'
|
||||
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
|
||||
property string ide_app_path: qbs.targetOS.contains("osx") ? "" : "bin"
|
||||
property string ide_app_target: qbs.targetOS.contains("osx") ? "Qt Creator" : "qtcreator"
|
||||
|
||||
Reference in New Issue
Block a user