Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into master_asl
Browse files Browse the repository at this point in the history
Conflicts:
	src/uas/QGCMAVLinkUASFactory.cc
	src/uas/QGCMAVLinkUASFactory.h
  • Loading branch information
philipoe committed Nov 20, 2014
2 parents b2425ec + b38d75b commit 082d70c
Show file tree
Hide file tree
Showing 218 changed files with 11,907 additions and 15,464 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "qupgrade"]
path = qupgrade
url = https://github.com/LorenzMeier/qupgrade.git
[submodule "libs/mavlink/include/mavlink/v1.0"]
path = libs/mavlink/include/mavlink/v1.0
url = https://github.com/mavlink/c_library.git
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ Supported builds for Linux are 32 or 64-bit, built using gcc.
### Build on Windows
Supported builds for Windows are 32 bit only built using Visual Studio 2013 or higher.

#### Install OpenSLL prerequisite
Install OpenSSL from here: <http://slproweb.com/products/Win32OpenSSL.html>. Make sure to install VC redistributables first, then install the 32 bit version v1.01i.

#### Install Visual Studio Express 2013
Only compilation using Visual Studio 2013 is supported. Download and install Visual Studio Express Edition (free) from here: <http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop>. Make sure you install the Windows Desktop version.

Expand Down
6 changes: 2 additions & 4 deletions deploy/qgroundcontrol_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ SectionEnd

Section "Uninstall"
Delete $INSTDIR\QGroundControl_uninstall.exe
Delete $INSTDIR\*.*
RMDir $INSTDIR
Delete "$SMPROGRAMS\QGroundControl\*.*"
RMDir "$SMPROGRAMS\QGroundControl\"
RMDir /r /REBOOTOK $INSTDIR
RMDir /r /REBOOTOK "$SMPROGRAMS\QGroundControl\"
SectionEnd

Section "create Start Menu Shortcuts"
Expand Down
3,955 changes: 0 additions & 3,955 deletions files/ardupilotmega/arduplane.pdef.xml

This file was deleted.

61 changes: 0 additions & 61 deletions files/ardupilotmega/fixed_wing/calibration/calibration.qgw

This file was deleted.

0 comments on commit 082d70c

Please sign in to comment.