forked from qt-creator/qt-creator
Version bump and use binary artifacts 3.6
Change-Id: I57f643b0400c945f2bfe3513ef23a9eccc083100 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
|
||||
QTCREATOR_PRI_INCLUDED = 1
|
||||
|
||||
QTCREATOR_VERSION = 3.5.81
|
||||
QTCREATOR_COMPAT_VERSION = 3.5.81
|
||||
BINARY_ARTIFACTS_BRANCH = master
|
||||
QTCREATOR_VERSION = 3.5.82
|
||||
QTCREATOR_COMPAT_VERSION = 3.5.82
|
||||
BINARY_ARTIFACTS_BRANCH = 3.6
|
||||
|
||||
# enable c++11
|
||||
CONFIG += c++11
|
||||
|
@@ -6,11 +6,11 @@ Project {
|
||||
property bool withAutotests: qbs.buildVariant === "debug"
|
||||
property string ide_version_major: '3'
|
||||
property string ide_version_minor: '5'
|
||||
property string ide_version_release: '81'
|
||||
property string ide_version_release: '82'
|
||||
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
|
||||
property string ide_compat_version_major: '3'
|
||||
property string ide_compat_version_minor: '5'
|
||||
property string ide_compat_version_release: '81'
|
||||
property string ide_compat_version_release: '82'
|
||||
property string qtcreator_compat_version: ide_compat_version_major + '.' + ide_compat_version_minor + '.' + ide_compat_version_release
|
||||
property path ide_source_tree: path
|
||||
property string ide_app_path: qbs.targetOS.contains("osx") ? "" : "bin"
|
||||
|
Reference in New Issue
Block a user