diff --git a/Doc/dev-notes/modify-formfactor.md b/Doc/dev-notes/modify-formfactor.md index 7b8b7636b66b994856aca6513451ad6fb975addc..576c71530a279655daa5395af6f829d138c85476 100644 --- a/Doc/dev-notes/modify-formfactor.md +++ b/Doc/dev-notes/modify-formfactor.md @@ -25,21 +25,21 @@ Examples and tests, e.g.: * Tests/ReferenceData/Core/FormFactorsWithAbsorption_* If the form factor is supported by the GUI, then also: -* GUI/coregui/Models/GroupInfoCatalogue.cpp -* GUI/coregui/Models/item_constants.h -* GUI/coregui/Models/FormFactorItems.h and .cpp -* GUI/coregui/Models/GUIDomainSampleVisitor.h and .cpp -* GUI/coregui/Models/ItemCatalogue.cpp -* GUI/coregui/Models/item_constants.h -* GUI/coregui/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp -* GUI/coregui/Views/widgetbox/widgetbox.qrc -* GUI/coregui/Views/widgetbox/widgetbox.xml +* GUI/Models/GroupInfoCatalogue.cpp +* GUI/Models/item_constants.h +* GUI/Models/FormFactorItems.h and .cpp +* GUI/Models/GUIDomainSampleVisitor.h and .cpp +* GUI/Models/ItemCatalogue.cpp +* GUI/Models/item_constants.h +* GUI/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp +* GUI/Views/widgetbox/widgetbox.qrc +* GUI/Views/widgetbox/widgetbox.xml If there is a real-space view: -* GUI/coregui/Models/item_constants.h +* GUI/Models/item_constants.h * GUI/ba3d/ba3d/model/model.cpp * GUI/ba3d/ba3d/model/particles.h and .cpp -* GUI/coregui/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp -* GUI/coregui/Views/RealSpaceWidgets/TransformTo3D.cpp +* GUI/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp +* GUI/Views/RealSpaceWidgets/TransformTo3D.cpp Recreate bindings with `cmake -DAUTOGENERATE=ON ..` \ No newline at end of file diff --git a/GUI/main/CMakeLists.txt b/GUI/main/CMakeLists.txt index 83f148a81a39171c199f027a6f65303425424438..0e0300084e3f2e309a76f8105b627c1eacf6eccb 100644 --- a/GUI/main/CMakeLists.txt +++ b/GUI/main/CMakeLists.txt @@ -90,8 +90,8 @@ install (TARGETS ${executable_name} ${executable_destination} COMPONENT Applicat set(image_files ${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.ico ${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.icns - ${CMAKE_SOURCE_DIR}/GUI/coregui/images/BornAgain_48x48.png - ${CMAKE_SOURCE_DIR}/GUI/coregui/images/BornAgain_64x64.png) + ${CMAKE_SOURCE_DIR}/GUI/images/BornAgain_48x48.png + ${CMAKE_SOURCE_DIR}/GUI/images/BornAgain_64x64.png) install (FILES ${image_files} DESTINATION ${destination_images} COMPONENT Applications) # -----------------------------------------------------------------------------