Skip to content
Snippets Groups Projects
Commit c252fbaa authored by t.knopff's avatar t.knopff
Browse files

Fix some more paths containing coregui

parent 0c53943f
No related branches found
No related tags found
1 merge request!68reorganisation of directories
Pipeline #36424 failed
...@@ -25,21 +25,21 @@ Examples and tests, e.g.: ...@@ -25,21 +25,21 @@ Examples and tests, e.g.:
* Tests/ReferenceData/Core/FormFactorsWithAbsorption_* * Tests/ReferenceData/Core/FormFactorsWithAbsorption_*
If the form factor is supported by the GUI, then also: If the form factor is supported by the GUI, then also:
* GUI/coregui/Models/GroupInfoCatalogue.cpp * GUI/Models/GroupInfoCatalogue.cpp
* GUI/coregui/Models/item_constants.h * GUI/Models/item_constants.h
* GUI/coregui/Models/FormFactorItems.h and .cpp * GUI/Models/FormFactorItems.h and .cpp
* GUI/coregui/Models/GUIDomainSampleVisitor.h and .cpp * GUI/Models/GUIDomainSampleVisitor.h and .cpp
* GUI/coregui/Models/ItemCatalogue.cpp * GUI/Models/ItemCatalogue.cpp
* GUI/coregui/Models/item_constants.h * GUI/Models/item_constants.h
* GUI/coregui/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp * GUI/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp
* GUI/coregui/Views/widgetbox/widgetbox.qrc * GUI/Views/widgetbox/widgetbox.qrc
* GUI/coregui/Views/widgetbox/widgetbox.xml * GUI/Views/widgetbox/widgetbox.xml
If there is a real-space view: 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/model.cpp
* GUI/ba3d/ba3d/model/particles.h and .cpp * GUI/ba3d/ba3d/model/particles.h and .cpp
* GUI/coregui/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp * GUI/Views/RealSpaceWidgets/RealSpaceMesoCrystalUtils.cpp
* GUI/coregui/Views/RealSpaceWidgets/TransformTo3D.cpp * GUI/Views/RealSpaceWidgets/TransformTo3D.cpp
Recreate bindings with `cmake -DAUTOGENERATE=ON ..` Recreate bindings with `cmake -DAUTOGENERATE=ON ..`
\ No newline at end of file
...@@ -90,8 +90,8 @@ install (TARGETS ${executable_name} ${executable_destination} COMPONENT Applicat ...@@ -90,8 +90,8 @@ install (TARGETS ${executable_name} ${executable_destination} COMPONENT Applicat
set(image_files set(image_files
${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.ico ${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.ico
${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.icns ${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.icns
${CMAKE_SOURCE_DIR}/GUI/coregui/images/BornAgain_48x48.png ${CMAKE_SOURCE_DIR}/GUI/images/BornAgain_48x48.png
${CMAKE_SOURCE_DIR}/GUI/coregui/images/BornAgain_64x64.png) ${CMAKE_SOURCE_DIR}/GUI/images/BornAgain_64x64.png)
install (FILES ${image_files} DESTINATION ${destination_images} COMPONENT Applications) install (FILES ${image_files} DESTINATION ${destination_images} COMPONENT Applications)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
......
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