+ move FillType.h to App folder
This commit is contained in:
@@ -19,7 +19,6 @@ set(Surface_LIBS
|
||||
)
|
||||
|
||||
SET(Surface_SRCS
|
||||
../FillType.h
|
||||
AppSurface.cpp
|
||||
PreCompiled.cpp
|
||||
PreCompiled.h
|
||||
@@ -35,6 +34,7 @@ SET(Surface_SRCS
|
||||
FeatureBezSurf.cpp
|
||||
FeatureBSplineSurf.h
|
||||
FeatureBSplineSurf.cpp
|
||||
FillType.h
|
||||
)
|
||||
|
||||
link_directories(${OCC_LIBRARY_DIR})
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <Mod/Part/App/PartFeature.h>
|
||||
#include <Mod/Surface/FillType.h>
|
||||
#include <Mod/Surface/App/FillType.h>
|
||||
|
||||
namespace Surface
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include <Mod/Surface/App/FeatureBSurf.h>
|
||||
#include <Mod/Surface/FillType.h>
|
||||
#include <Mod/Surface/App/FillType.h>
|
||||
#include <Gui/ViewProvider.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/Document.h>
|
||||
|
||||
@@ -43,7 +43,6 @@ SET(SurfaceGui_SRCS
|
||||
${SurfaceGui_UIC_HDRS}
|
||||
BSurf.cpp
|
||||
BSurf.h
|
||||
../FillType.h
|
||||
AppSurfaceGui.cpp
|
||||
Command.cpp
|
||||
PreCompiled.cpp
|
||||
|
||||
Reference in New Issue
Block a user