Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flatpak-qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Bubke
flatpak-qt-creator
Commits
ba030375
Commit
ba030375
authored
11 years ago
by
Eike Ziller
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
Change-Id: I124bfc5ed26f2d64028c72e89539c16d5d3836be
parent
1892cf37
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
qtcreator.pri
+2
-2
2 additions, 2 deletions
qtcreator.pri
qtcreator.qbs
+2
-2
2 additions, 2 deletions
qtcreator.qbs
with
4 additions
and
4 deletions
qtcreator.pri
+
2
−
2
View file @
ba030375
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.8.8
3
QTCREATOR_COMPAT_VERSION = 2.8.8
3
QTCREATOR_VERSION = 2.8.8
4
QTCREATOR_COMPAT_VERSION = 2.8.8
4
BINARY_ARTIFACTS_BRANCH = 3.0
isEqual(QT_MAJOR_VERSION, 5) {
...
...
This diff is collapsed.
Click to expand it.
qtcreator.qbs
+
2
−
2
View file @
ba030375
...
...
@@ -4,11 +4,11 @@ Project {
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '2'
property string ide_version_minor: '8'
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_compat_version_major: '2'
property string ide_compat_version_minor: '8'
property string ide_compat_version_release: '8
3
'
property string ide_compat_version_release: '8
4
'
property string qtcreator_compat_version: ide_compat_version_major + '.' + ide_compat_version_minor + '.' + ide_compat_version_release
property path ide_source_tree: path
property string ide_app_path: qbs.targetOS.contains("osx") ? "" : "bin"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment