Commit a3b05d7c authored by pixhawk's avatar pixhawk

m

parent 07056b09
...@@ -240,7 +240,7 @@ contains(DEPENDENCIES_PRESENT, osg) { ...@@ -240,7 +240,7 @@ contains(DEPENDENCIES_PRESENT, osg) {
HEADERS += src/ui/map3D/Q3DWidget.h HEADERS += src/ui/map3D/Q3DWidget.h
contains(DEPENDENCIES_PRESENT, osgearth) { contains(DEPENDENCIES_PRESENT, osgearth) {
message("Including headers for OSGEARTH") message("Including headers for osgEarth")
# Enable only if OpenSceneGraph is available # Enable only if OpenSceneGraph is available
HEADERS += src/ui/map3D/QOSGWidget.h \ HEADERS += src/ui/map3D/QOSGWidget.h \
...@@ -337,8 +337,6 @@ contains(DEPENDENCIES_PRESENT, osg) { ...@@ -337,8 +337,6 @@ contains(DEPENDENCIES_PRESENT, osg) {
SOURCES += src/ui/map3D/Q3DWidget.cc \ SOURCES += src/ui/map3D/Q3DWidget.cc \
src/ui/map3D/ImageWindowGeode.cc src/ui/map3D/ImageWindowGeode.cc
contains(DEPENDENCIES_PRESENT, osgearth) { contains(DEPENDENCIES_PRESENT, osgearth) {
message("Including sources for osgEarth") message("Including sources for osgEarth")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment