Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
d8e6a314
Commit
d8e6a314
authored
Oct 18, 2012
by
Eike Ziller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump
Change-Id: Id0b100ae13cdd5edd82614c10bdf0cdeb45e6615
parent
26fa3236
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 @
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
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