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
Marco Bubke
flatpak-qt-creator
Commits
d8e6a314
Commit
d8e6a314
authored
Oct 18, 2012
by
Eike Ziller
Browse files
Version bump
Change-Id: Id0b100ae13cdd5edd82614c10bdf0cdeb45e6615
parent
26fa3236
Changes
2
Hide whitespace changes
Inline
Side-by-side
qtcreator.pri
View file @
d8e6a314
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.5.8
4
QTCREATOR_VERSION = 2.5.8
5
isEqual(QT_MAJOR_VERSION, 5) {
...
...
qtcreator.qbp
View file @
d8e6a314
...
...
@@ -4,7 +4,7 @@ import qbs.fileinfo 1.0 as FileInfo
Project {
property string ide_version_major: '2'
property string ide_version_minor: '5'
property string ide_version_release: '8
4
'
property string ide_version_release: '8
5
'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
property var additionalCppDefines: [
'IDE_LIBRARY_BASENAME="lib"',
...
...
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