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
7f0b1062
Commit
7f0b1062
authored
Apr 01, 2014
by
Eike Ziller
Browse files
Version bump
Change-Id: I796d981e9b19a54d9ef9ef735d0f72d9ad0b1d34
parent
7932a9dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
qtcreator.pri
View file @
7f0b1062
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 3.0.8
2
QTCREATOR_COMPAT_VERSION = 3.0.8
2
QTCREATOR_VERSION = 3.0.8
4
QTCREATOR_COMPAT_VERSION = 3.0.8
4
BINARY_ARTIFACTS_BRANCH = 3.1
# enable c++11 on everything but mac/release (breaks 10.6)
...
...
qtcreator.qbs
View file @
7f0b1062
...
...
@@ -4,11 +4,11 @@ Project {
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '3'
property string ide_version_minor: '0'
property string ide_version_release: '8
2
'
property string ide_version_release: '8
4
'
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: '0'
property string ide_compat_version_release: '8
2
'
property string ide_compat_version_release: '8
4
'
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