Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
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
Tobias Hunger
qt-creator
Commits
7f0b1062
Commit
7f0b1062
authored
11 years ago
by
Eike Ziller
Browse files
Options
Downloads
Patches
Plain Diff
Version bump
Change-Id: I796d981e9b19a54d9ef9ef735d0f72d9ad0b1d34
parent
7932a9dd
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 @
7f0b1062
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 3.0.8
2
QTCREATOR_COMPAT_VERSION = 3.0.8
2
QTCREATOR_VERSION = 3.0.8
4
QTCREATOR_COMPAT_VERSION = 3.0.8
4
BINARY_ARTIFACTS_BRANCH = 3.1
# enable c++11 on everything but mac/release (breaks 10.6)
...
...
This diff is collapsed.
Click to expand it.
qtcreator.qbs
+
2
−
2
View file @
7f0b1062
...
...
@@ -4,11 +4,11 @@ Project {
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '3'
property string ide_version_minor: '0'
property string ide_version_release: '8
2
'
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: '3'
property string ide_compat_version_minor: '0'
property string ide_compat_version_release: '8
2
'
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