+ move FillType.h to App folder

This commit is contained in:
wmayer
2016-06-09 17:12:36 +02:00
parent d3ac517146
commit 88b15392eb
5 changed files with 3 additions and 4 deletions

View File

@@ -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})

View File

@@ -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
{

View File

@@ -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>

View File

@@ -43,7 +43,6 @@ SET(SurfaceGui_SRCS
${SurfaceGui_UIC_HDRS}
BSurf.cpp
BSurf.h
../FillType.h
AppSurfaceGui.cpp
Command.cpp
PreCompiled.cpp