File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ list(APPEND PartGui_LIBS
31
31
${QtConcurrent_LIBRARIES}
32
32
)
33
33
34
- generate_from_xml(ViewProviderExtPy )
34
+ generate_from_xml(ViewProviderPartExtPy )
35
35
36
36
set (Part_TR_QRC ${CMAKE_CURRENT_BINARY_DIR} /Resources/Part_translation.qrc)
37
37
qt_find_and_add_translation(QM_SRCS "Resources/translations/*_*.ts"
@@ -72,8 +72,8 @@ set(PartGui_UIC_SRCS
72
72
)
73
73
74
74
SET (Python_SRCS
75
- ViewProviderExtPy .xml
76
- ViewProviderExtPyImp .cpp
75
+ ViewProviderPartExtPy .xml
76
+ ViewProviderPartExtPyImp .cpp
77
77
)
78
78
SOURCE_GROUP ("Python" FILES ${Python_SRCS} )
79
79
File renamed without changes.
Original file line number Diff line number Diff line change 30
30
#include < App/GeoFeature.h>
31
31
#include < App/PropertyStandard.h>
32
32
33
- #include " ViewProviderExt.h"
34
33
#include " ViewProviderPartExtPy.h"
35
-
36
34
#include " ViewProviderPartExtPy.cpp"
37
35
38
36
You can’t perform that action at this time.
0 commit comments