Skip to content

Commit 1a3d15f

Browse files
committed
Remove console window
1 parent 9154184 commit 1a3d15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ set(UI_RESOURCES
6767
# Create executable
6868
qt5_wrap_ui(UISrcs ${UI_FILES} )
6969
# 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})
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})
7272
qt5_use_modules(Segmentor Core Gui)
7373
target_link_libraries(Segmentor ${VTK_LIBRARIES})
7474
install(TARGETS Segmentor

0 commit comments

Comments
 (0)