diff --git a/src/Gui/CMakeLists.txt b/src/Gui/CMakeLists.txt index e4b7b7483a..9dd92cda9a 100644 --- a/src/Gui/CMakeLists.txt +++ b/src/Gui/CMakeLists.txt @@ -1005,15 +1005,15 @@ SOURCE_GROUP("View3D\\Viewprovider" FILES ${Viewprovider_SRCS}) # The Inventor sources SET(Inventor_CPP_SRCS - Inventor/SoDrawingGrid.cpp - Inventor/SoAutoZoomTranslation.cpp Inventor/MarkerBitmaps.cpp Inventor/SmSwitchboard.cpp - Inventor/SoFCBoundingBox.cpp Inventor/So3DAnnotation.cpp + Inventor/SoAutoZoomTranslation.cpp Inventor/SoAxisCrossKit.cpp + Inventor/SoDrawingGrid.cpp + Inventor/SoFCBackgroundGradient.cpp + Inventor/SoFCBoundingBox.cpp Inventor/SoMouseWheelEvent.cpp - SoFCBackgroundGradient.cpp SoFCColorBar.cpp SoFCColorBarNotifier.cpp SoFCColorGradient.cpp @@ -1036,14 +1036,14 @@ SET(Inventor_CPP_SRCS ) SET(Inventor_SRCS ${Inventor_CPP_SRCS} - Inventor/SoDrawingGrid.h - Inventor/SoAutoZoomTranslation.h Inventor/MarkerBitmaps.h Inventor/SmSwitchboard.h - Inventor/SoFCBoundingBox.h + Inventor/SoAutoZoomTranslation.h Inventor/SoAxisCrossKit.h + Inventor/SoDrawingGrid.h + Inventor/SoFCBackgroundGradient.h + Inventor/SoFCBoundingBox.h Inventor/SoMouseWheelEvent.h - SoFCBackgroundGradient.h SoFCColorBar.h SoFCColorBarNotifier.h SoFCColorGradient.h diff --git a/src/Gui/SoFCBackgroundGradient.cpp b/src/Gui/Inventor/SoFCBackgroundGradient.cpp similarity index 100% rename from src/Gui/SoFCBackgroundGradient.cpp rename to src/Gui/Inventor/SoFCBackgroundGradient.cpp diff --git a/src/Gui/SoFCBackgroundGradient.h b/src/Gui/Inventor/SoFCBackgroundGradient.h similarity index 100% rename from src/Gui/SoFCBackgroundGradient.h rename to src/Gui/Inventor/SoFCBackgroundGradient.h diff --git a/src/Gui/SoFCDB.cpp b/src/Gui/SoFCDB.cpp index 66f3ec633b..26b17df172 100644 --- a/src/Gui/SoFCDB.cpp +++ b/src/Gui/SoFCDB.cpp @@ -53,7 +53,6 @@ #include "GestureNavigationStyle.h" #include "NavigationStyle.h" #include "SelectionObject.h" -#include "SoFCBackgroundGradient.h" #include "SoFCColorBar.h" #include "SoFCColorGradient.h" #include "SoFCColorLegend.h" @@ -72,6 +71,7 @@ #include "Inventor/SoAutoZoomTranslation.h" #include "Inventor/SoAxisCrossKit.h" #include "Inventor/SoDrawingGrid.h" +#include "Inventor/SoFCBackgroundGradient.h" #include "Inventor/SoFCBoundingBox.h" #include "Inventor/SoMouseWheelEvent.h" #include "propertyeditor/PropertyItem.h" diff --git a/src/Gui/View3DInventorViewer.cpp b/src/Gui/View3DInventorViewer.cpp index 94af3716cb..eea95ef090 100644 --- a/src/Gui/View3DInventorViewer.cpp +++ b/src/Gui/View3DInventorViewer.cpp @@ -95,13 +95,13 @@ #include "Document.h" #include "GLPainter.h" #include "Inventor/SoAxisCrossKit.h" +#include "Inventor/SoFCBackgroundGradient.h" #include "Inventor/SoFCBoundingBox.h" #include "MainWindow.h" #include "Multisample.h" #include "NaviCube.h" #include "NavigationStyle.h" #include "Selection.h" -#include "SoFCBackgroundGradient.h" #include "SoFCDB.h" #include "SoFCInteractiveElement.h" #include "SoFCOffscreenRenderer.h"