diff --git a/applications/present3D/CMakeLists.txt b/applications/present3D/CMakeLists.txt index 6cb5da5af..494aaa1d5 100644 --- a/applications/present3D/CMakeLists.txt +++ b/applications/present3D/CMakeLists.txt @@ -1,20 +1,20 @@ SET(TARGET_SRC - Cluster.cpp - ExportHTML.cpp - PointsEventHandler.cpp - present3D.cpp - ReadShowFile.cpp - ShowEventHandler.cpp - SpellChecker.cpp + deprecated/Cluster.cpp + deprecated/ExportHTML.cpp + deprecated/PointsEventHandler.cpp + deprecated/present3D.cpp + deprecated/ReadShowFile.cpp + deprecated/ShowEventHandler.cpp + deprecated/SpellChecker.cpp ) SET(TARGET_H - Cluster.h - ExportHTML.h - PointsEventHandler.h - ReadShowFile.h - ShowEventHandler.h - SpellChecker.h + deprecated/Cluster.h + deprecated/ExportHTML.h + deprecated/PointsEventHandler.h + deprecated/ReadShowFile.h + deprecated/ShowEventHandler.h + deprecated/SpellChecker.h ) IF (SDL_FOUND) @@ -54,7 +54,7 @@ IF (NOT DYNAMIC_OPENSCENEGRAPH) osgdb_openflight osgdb_obj ) - + SET(TARGET_ADDED_LIBRARIES ${TARGET_ADDED_LIBRARIES} osgdb_deprecated_osg osgdb_deprecated_osgparticle osgdb_deprecated_osganimation osgdb_deprecated_osgfx osgdb_deprecated_osgsim osgdb_deprecated_osgtext diff --git a/applications/present3D/Cluster.cpp b/applications/present3D/deprecated/Cluster.cpp similarity index 100% rename from applications/present3D/Cluster.cpp rename to applications/present3D/deprecated/Cluster.cpp diff --git a/applications/present3D/Cluster.h b/applications/present3D/deprecated/Cluster.h similarity index 100% rename from applications/present3D/Cluster.h rename to applications/present3D/deprecated/Cluster.h diff --git a/applications/present3D/ExportHTML.cpp b/applications/present3D/deprecated/ExportHTML.cpp similarity index 100% rename from applications/present3D/ExportHTML.cpp rename to applications/present3D/deprecated/ExportHTML.cpp diff --git a/applications/present3D/ExportHTML.h b/applications/present3D/deprecated/ExportHTML.h similarity index 100% rename from applications/present3D/ExportHTML.h rename to applications/present3D/deprecated/ExportHTML.h diff --git a/applications/present3D/PointsEventHandler.cpp b/applications/present3D/deprecated/PointsEventHandler.cpp similarity index 100% rename from applications/present3D/PointsEventHandler.cpp rename to applications/present3D/deprecated/PointsEventHandler.cpp diff --git a/applications/present3D/PointsEventHandler.h b/applications/present3D/deprecated/PointsEventHandler.h similarity index 100% rename from applications/present3D/PointsEventHandler.h rename to applications/present3D/deprecated/PointsEventHandler.h diff --git a/applications/present3D/ReadShowFile.cpp b/applications/present3D/deprecated/ReadShowFile.cpp similarity index 100% rename from applications/present3D/ReadShowFile.cpp rename to applications/present3D/deprecated/ReadShowFile.cpp diff --git a/applications/present3D/ReadShowFile.h b/applications/present3D/deprecated/ReadShowFile.h similarity index 100% rename from applications/present3D/ReadShowFile.h rename to applications/present3D/deprecated/ReadShowFile.h diff --git a/applications/present3D/SDLIntegration.cpp b/applications/present3D/deprecated/SDLIntegration.cpp similarity index 100% rename from applications/present3D/SDLIntegration.cpp rename to applications/present3D/deprecated/SDLIntegration.cpp diff --git a/applications/present3D/SDLIntegration.h b/applications/present3D/deprecated/SDLIntegration.h similarity index 100% rename from applications/present3D/SDLIntegration.h rename to applications/present3D/deprecated/SDLIntegration.h diff --git a/applications/present3D/ShowEventHandler.cpp b/applications/present3D/deprecated/ShowEventHandler.cpp similarity index 100% rename from applications/present3D/ShowEventHandler.cpp rename to applications/present3D/deprecated/ShowEventHandler.cpp diff --git a/applications/present3D/ShowEventHandler.h b/applications/present3D/deprecated/ShowEventHandler.h similarity index 100% rename from applications/present3D/ShowEventHandler.h rename to applications/present3D/deprecated/ShowEventHandler.h diff --git a/applications/present3D/SpellChecker.cpp b/applications/present3D/deprecated/SpellChecker.cpp similarity index 100% rename from applications/present3D/SpellChecker.cpp rename to applications/present3D/deprecated/SpellChecker.cpp diff --git a/applications/present3D/SpellChecker.h b/applications/present3D/deprecated/SpellChecker.h similarity index 100% rename from applications/present3D/SpellChecker.h rename to applications/present3D/deprecated/SpellChecker.h diff --git a/applications/present3D/present3D.cpp b/applications/present3D/deprecated/present3D.cpp similarity index 100% rename from applications/present3D/present3D.cpp rename to applications/present3D/deprecated/present3D.cpp