forked from qt-creator/qt-creator
Version bump.
Change-Id: I69393d9b2aca0e4a702af8385020547bf89ba6fe Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
|
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
|
||||||
QTCREATOR_PRI_INCLUDED = 1
|
QTCREATOR_PRI_INCLUDED = 1
|
||||||
|
|
||||||
QTCREATOR_VERSION = 2.7.82
|
QTCREATOR_VERSION = 2.7.83
|
||||||
|
|
||||||
isEqual(QT_MAJOR_VERSION, 5) {
|
isEqual(QT_MAJOR_VERSION, 5) {
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ Project {
|
|||||||
|
|
||||||
property string ide_version_major: '2'
|
property string ide_version_major: '2'
|
||||||
property string ide_version_minor: '7'
|
property string ide_version_minor: '7'
|
||||||
property string ide_version_release: '82'
|
property string ide_version_release: '83'
|
||||||
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
|
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
|
||||||
property string ide_app_path: qbs.targetOS == "mac" ? "" : "bin"
|
property string ide_app_path: qbs.targetOS == "mac" ? "" : "bin"
|
||||||
property string ide_app_target: qbs.targetOS == "mac" ? "Qt Creator" : "qtcreator"
|
property string ide_app_target: qbs.targetOS == "mac" ? "Qt Creator" : "qtcreator"
|
||||||
|
Reference in New Issue
Block a user