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
Marco Bubke
flatpak-qt-creator
Commits
965966fb
Commit
965966fb
authored
Jun 26, 2013
by
Eike Ziller
Browse files
Version bump
Change-Id: Ibf982c6aac6b0d097d4ec764399197af7a2fe03a
parent
4174246b
Changes
2
Hide whitespace changes
Inline
Side-by-side
qtcreator.pri
View file @
965966fb
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.7.8
3
QTCREATOR_VERSION = 2.7.8
4
isEqual(QT_MAJOR_VERSION, 5) {
...
...
qtcreator.qbs
View file @
965966fb
...
...
@@ -3,7 +3,7 @@ import qbs.base 1.0
Project {
property string ide_version_major: '2'
property string ide_version_minor: '7'
property string ide_version_release: '8
3
'
property string ide_version_release: '8
4
'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
property string ide_app_path: qbs.targetOS.contains("mac") ? "" : "bin"
property string ide_app_target: qbs.targetOS.contains("mac") ? "Qt Creator" : "qtcreator"
...
...
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