Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
bd811202
Commit
bd811202
authored
Mar 03, 2020
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
e9cb4d88
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
2 deletions
+1
-2
ChangeLog.md
ChangeLog.md
+1
-0
QGCSetup.pri
QGCSetup.pri
+0
-2
msvcp140.dll
deploy/msvcp140.dll
+0
-0
msvcp140_1.dll
deploy/msvcp140_1.dll
+0
-0
msvcp140_2.dll
deploy/msvcp140_2.dll
+0
-0
vcruntime140.dll
deploy/vcruntime140.dll
+0
-0
No files found.
ChangeLog.md
View file @
bd811202
...
@@ -9,6 +9,7 @@ Note: This file only contains high level features or important fixes.
...
@@ -9,6 +9,7 @@ Note: This file only contains high level features or important fixes.
*
Fix ArduPilot current mission item tracking in Fly view
*
Fix ArduPilot current mission item tracking in Fly view
*
Fix ADSB vehicle display
*
Fix ADSB vehicle display
*
Fix map positioning bug in Plan view
*
Fix map positioning bug in Plan view
*
Fix Windows 0xcc000007b startup error causes by incorrect VC runtimes being installed.
### 4.0.0 - Stable
### 4.0.0 - Stable
...
...
QGCSetup.pri
View file @
bd811202
...
@@ -79,8 +79,6 @@ WindowsBuild {
...
@@ -79,8 +79,6 @@ WindowsBuild {
# Copy Visual Studio DLLs
# Copy Visual Studio DLLs
# Note that this is only done for release because the debugging versions of these DLLs cannot be redistributed.
# Note that this is only done for release because the debugging versions of these DLLs cannot be redistributed.
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\msvcp140.dll\" \"$$DESTDIR_WIN\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\msvcp140.dll\" \"$$DESTDIR_WIN\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\msvcp140_1.dll\" \"$$DESTDIR_WIN\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\msvcp140_2.dll\" \"$$DESTDIR_WIN\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\vcruntime140.dll\" \"$$DESTDIR_WIN\"
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$BASEDIR\\deploy\\vcruntime140.dll\" \"$$DESTDIR_WIN\"
}
}
...
...
deploy/msvcp140.dll
View file @
bd811202
No preview for this file type
deploy/msvcp140_1.dll
deleted
100644 → 0
View file @
e9cb4d88
File deleted
deploy/msvcp140_2.dll
deleted
100644 → 0
View file @
e9cb4d88
File deleted
deploy/vcruntime140.dll
View file @
bd811202
No preview for this file type
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