Skip to content
Snippets Groups Projects
Commit 20a0b01f authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

mv DataHolderLib under Applications

parent 91ab7391
No related branches found
No related tags found
No related merge requests found
include(${PROJECT_SOURCE_DIR}/scripts/cmake/OGSEnabledElements.cmake) include(${PROJECT_SOURCE_DIR}/scripts/cmake/OGSEnabledElements.cmake)
add_subdirectory(ApplicationsLib) add_subdirectory(ApplicationsLib)
add_subdirectory(DataHolderLib)
add_subdirectory(FileIO) add_subdirectory(FileIO)
if(OGS_BUILD_UTILS AND NOT IS_SUBPROJECT) if(OGS_BUILD_UTILS AND NOT IS_SUBPROJECT)
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <QDialog> #include <QDialog>
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 #ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829
#include "DataHolderLib/Project.h" #include "Applications/DataHolderLib/Project.h"
#endif #endif
class Node; class Node;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
// ** INCLUDES ** // ** INCLUDES **
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 #ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829
#include "DataHolderLib/Project.h" #include "Applications/DataHolderLib/Project.h"
#endif #endif
#include "MeshLib/MeshEnums.h" #include "MeshLib/MeshEnums.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <memory> #include <memory>
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829 #ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829
#include "DataHolderLib/Project.h" #include "Applications/DataHolderLib/Project.h"
#endif #endif
#include "ImportFileTypes.h" #include "ImportFileTypes.h"
......
File moved
File moved
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "BaseLib/IO/XmlIO/XMLInterface.h" #include "BaseLib/IO/XmlIO/XMLInterface.h"
#include "BaseLib/IO/XmlIO/Qt/XMLQtInterface.h" #include "BaseLib/IO/XmlIO/Qt/XMLQtInterface.h"
#include "DataHolderLib/Project.h" #include "Applications/DataHolderLib/Project.h"
namespace FileIO namespace FileIO
{ {
......
...@@ -181,7 +181,6 @@ add_subdirectory( BaseLib ) ...@@ -181,7 +181,6 @@ add_subdirectory( BaseLib )
if(TARGET Boost) if(TARGET Boost)
add_dependencies(BaseLib Boost) add_dependencies(BaseLib Boost)
endif() endif()
add_subdirectory( DataHolderLib )
add_subdirectory( FileIO ) add_subdirectory( FileIO )
add_subdirectory( GeoLib ) add_subdirectory( GeoLib )
add_subdirectory( MaterialsLib ) add_subdirectory( MaterialsLib )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment