Skip to content
GitLab
Menu
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
cccc39cc
Commit
cccc39cc
authored
May 29, 2013
by
Eike Ziller
Browse files
Version bump
Change-Id: I740c2db6660713aa8db192464c96ce91d827b0e5
parent
e794d16f
Changes
2
Hide whitespace changes
Inline
Side-by-side
qtcreator.pri
View file @
cccc39cc
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.7.8
1
QTCREATOR_VERSION = 2.7.8
2
isEqual(QT_MAJOR_VERSION, 5) {
...
...
qtcreator.qbs
View file @
cccc39cc
...
...
@@ -6,7 +6,7 @@ Project {
property string ide_version_major: '2'
property string ide_version_minor: '7'
property string ide_version_release: '8
1
'
property string ide_version_release: '8
2
'
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_target: qbs.targetOS == "mac" ? "Qt Creator" : "qtcreator"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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