Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
131424ed
Commit
131424ed
authored
May 11, 2012
by
Eike Ziller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump
Change-Id: I6e79c827e777da29421933e9120c177687d4f783
parent
c1fbe9dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
qtcreator.pri
qtcreator.pri
+1
-1
qtcreator.qbp
qtcreator.qbp
+1
-1
No files found.
qtcreator.pri
View file @
131424ed
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.5.
0
QTCREATOR_VERSION = 2.5.
1
defineReplace(cleanPath) {
win32:1 ~= s|\\\\|/|g
...
...
qtcreator.qbp
View file @
131424ed
...
...
@@ -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: '
0
'
property string ide_version_release: '
1
'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
property var additionalCppDefines: [ 'IDE_LIBRARY_BASENAME="lib"' ]
moduleSearchPaths: "qbs"
...
...
Write
Preview
Markdown
is supported
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