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
e0ba5d95
Commit
e0ba5d95
authored
Mar 07, 2013
by
Eike Ziller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump
Change-Id: I97f84d16a092348332c18ad6ce34acc96d9a540f
parent
4351f1c3
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.qbs
qtcreator.qbs
+1
-1
No files found.
qtcreator.pri
View file @
e0ba5d95
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.6.8
4
QTCREATOR_VERSION = 2.6.8
5
isEqual(QT_MAJOR_VERSION, 5) {
...
...
qtcreator.qbs
View file @
e0ba5d95
...
...
@@ -5,7 +5,7 @@ import "qbs/defaults.js" as Defaults
Project {
property string ide_version_major: '2'
property string ide_version_minor: '6'
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
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