Closed agirault closed 6 years ago
FYI @jcfr, WIP
Enable the option in the cache. This patch apply for clean build.
On Fri, Mar 23, 2018, 9:34 AM Alexis Girault notifications@github.com wrote:
@agirault commented on this pull request.
In CMakeLists.txt https://github.com/nirfast-admin/NIRFASTSlicer/pull/8#discussion_r176734895 :
@@ -65,7 +65,6 @@ if(WIN32) option(Slicer_BUILD_WIN32_CONSOLE "Build application executable as a console app" OFF) endif()
-option(Slicer_BUILD_QT_DESIGNER_PLUGINS "Build Qt designer plugins" OFF)
@jcfr https://github.com/jcfr Even after this, I get:
"QFormBuilder was unable to create a custom widget of the class 'ctkCollapsibleButton'; defaulting to base class 'QWidget'." "QFormBuilder was unable to create a custom widget of the class 'ctkCollapsibleGroupBox'; defaulting to base class 'QGroupBox'." "QFormBuilder was unable to create a custom widget of the class 'ctkCollapsibleGroupBox'; defaulting to base class 'QGroupBox'." "QFormBuilder was unable to create a custom widget of the class 'ctkCollapsibleGroupBox'; defaulting to base class 'QGroupBox'." "QFormBuilder was unable to create a custom widget of the class 'ctkCollapsibleButton'; defaulting to base class 'QWidget'." "QFormBuilder was unable to create a custom widget of the class 'ctkCollapsibleGroupBox'; defaulting to base class 'QGroupBox'." "QFormBuilder was unable to create a custom widget of the class 'ctkCollapsibleGroupBox'; defaulting to base class 'QGroupBox'."
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nirfast-admin/NIRFASTSlicer/pull/8#pullrequestreview-106492618, or mute the thread https://github.com/notifications/unsubscribe-auth/AANXo7a2FSgcQhDQHCxwiXBWDjv2uVylks5thPnLgaJpZM4S2YC8 .
Do not merge
Tried to use previous Slicer version and only remove NIRFAST-Matlab, but encountered issues with newer cmake (python, CTK) and with clang 4 (ITK). Attempting to use newest 3D Slicer instead:
Once update made and build successful, need to test (Next PR):