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
881c874e
Commit
881c874e
authored
Nov 29, 2010
by
Lionel Heng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed build errors in latest revision.
parent
bf83aba1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
qgroundcontrol.pri
qgroundcontrol.pri
+5
-5
GCManipulator.cc
src/ui/map3D/GCManipulator.cc
+1
-1
Q3DWidget.cc
src/ui/map3D/Q3DWidget.cc
+0
-1
No files found.
qgroundcontrol.pri
View file @
881c874e
...
...
@@ -135,7 +135,7 @@ macx {
# osg/osgEarth dynamic casts might fail without this compiler option.
# see http://osgearth.org/wiki/FAQ for details.
#QMAKE_CXXFLAGS += -Wl,
-E
#QMAKE_CXXFLAGS += -Wl,-E
}
# GNU/Linux
...
...
@@ -204,7 +204,7 @@ linux-g++ {
# osg/osgEarth dynamic casts might fail without this compiler option.
# see http://osgearth.org/wiki/FAQ for details.
QMAKE_CXXFLAGS += -Wl,
-E
QMAKE_CXXFLAGS += -Wl,-E
}
linux-g++-64 {
...
...
@@ -268,7 +268,7 @@ linux-g++-64 {
# osg/osgEarth dynamic casts might fail without this compiler option.
# see http://osgearth.org/wiki/FAQ for details.
QMAKE_CXXFLAGS += -Wl,
-E
QMAKE_CXXFLAGS += -Wl,-E
}
# Windows (32bit)
...
...
@@ -339,7 +339,7 @@ win32-g++ {
# osg/osgEarth dynamic casts might fail without this compiler option.
# see http://osgearth.org/wiki/FAQ for details.
QMAKE_CXXFLAGS += -Wl,
-E
QMAKE_CXXFLAGS += -Wl,-E
}
# Windows (64bit)
...
...
@@ -377,5 +377,5 @@ win64-g++ {
# osg/osgEarth dynamic casts might fail without this compiler option.
# see http://osgearth.org/wiki/FAQ for details.
QMAKE_CXXFLAGS += -Wl,
-E
QMAKE_CXXFLAGS += -Wl,-E
}
src/ui/map3D/GCManipulator.cc
View file @
881c874e
...
...
@@ -254,7 +254,7 @@ GCManipulator::calcMovement()
if
(
buttonMask
==
GUIEventAdapter
::
LEFT_MOUSE_BUTTON
)
{
// rotate camera
osg
::
Vec3
d
axis
;
osg
::
Vec3
axis
;
float
angle
;
float
px0
=
_ga_t0
->
getXnormalized
();
...
...
src/ui/map3D/Q3DWidget.cc
View file @
881c874e
...
...
@@ -34,7 +34,6 @@ This file is part of the QGROUNDCONTROL project
#include <osg/Geometry>
#include <osg/LineWidth>
#include <osg/MatrixTransform>
#include <Carbon/Carbon.h>
Q3DWidget
::
Q3DWidget
(
QWidget
*
parent
)
:
QGLWidget
(
parent
)
...
...
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