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
31874eaa
Commit
31874eaa
authored
May 09, 2012
by
Eike Ziller
Browse files
Version bump
Change-Id: I90f4aa43f1e6131607b6a0fea3150f5d208df458
parent
7a99e052
Changes
2
Hide whitespace changes
Inline
Side-by-side
qtcreator.pri
View file @
31874eaa
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.
4.84
QTCREATOR_VERSION = 2.
5.0
defineReplace(cleanPath) {
win32:1 ~= s|\\\\|/|g
...
...
qtcreator.qbp
View file @
31874eaa
...
...
@@ -3,8 +3,8 @@ import qbs.fileinfo 1.0 as FileInfo
Project {
property string ide_version_major: '2'
property string ide_version_minor: '
4
'
property string ide_version_release: '
84
'
property string ide_version_minor: '
5
'
property string ide_version_release: '
0
'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
property var additionalCppDefines: [ 'IDE_LIBRARY_BASENAME="lib"' ]
moduleSearchPaths: "qbs"
...
...
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