We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5104d commit a03a9a5Copy full SHA for a03a9a5
CMakeLists.txt
@@ -67,8 +67,8 @@ set(UI_RESOURCES
67
# Create executable
68
qt5_wrap_ui(UISrcs ${UI_FILES} )
69
# CMAKE_AUTOMOC is ON so the MOC headers will be automatically wrapped.
70
-#add_executable(Segmentor MACOSX_BUNDLE WIN32 ${CXX_FILES} ${UISrcs} ${QT_WRAP} ${UI_RESOURCES})
71
-add_executable(Segmentor MACOSX_BUNDLE ${CXX_FILES} ${UISrcs} ${QT_WRAP} ${UI_RESOURCES})
+add_executable(Segmentor MACOSX_BUNDLE WIN32 ${CXX_FILES} ${UISrcs} ${QT_WRAP} ${UI_RESOURCES})
+#add_executable(Segmentor MACOSX_BUNDLE ${CXX_FILES} ${UISrcs} ${QT_WRAP} ${UI_RESOURCES})
72
qt5_use_modules(Segmentor Core Gui)
73
target_link_libraries(Segmentor ${VTK_LIBRARIES})
74
install(TARGETS Segmentor
0 commit comments