Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
ae475faa
Commit
ae475faa
authored
Dec 03, 2013
by
Eike Ziller
Browse files
Version bump
Change-Id: I9bf6bbeefcfce9759f8b10e0d5dfb9864315beb4
parent
580c1c35
Changes
2
Hide whitespace changes
Inline
Side-by-side
qtcreator.pri
View file @
ae475faa
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION =
2.8.84
QTCREATOR_COMPAT_VERSION =
2.8.84
QTCREATOR_VERSION =
3.0.0
QTCREATOR_COMPAT_VERSION =
3.0.0
BINARY_ARTIFACTS_BRANCH = 3.0
isEqual(QT_MAJOR_VERSION, 5) {
...
...
qtcreator.qbs
View file @
ae475faa
...
...
@@ -2,13 +2,13 @@ import qbs.base 1.0
Project {
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '
2
'
property string ide_version_minor: '
8
'
property string ide_version_release: '
84
'
property string ide_version_major: '
3
'
property string ide_version_minor: '
0
'
property string ide_version_release: '
0
'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
property string ide_compat_version_major: '
2
'
property string ide_compat_version_minor: '
8
'
property string ide_compat_version_release: '
84
'
property string ide_compat_version_major: '
3
'
property string ide_compat_version_minor: '
0
'
property string ide_compat_version_release: '
0
'
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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment