Skip to content

Commit ff970de

Browse files
authored
Make sure no command line appears in windows GUI
1 parent 705d6c6 commit ff970de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depthmapX/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ qt5_wrap_cpp(UI_SRCS
7272
qt5_add_resources(DM_RSRC resource.qrc dialogs/settings/settingsdialog.qrc)
7373

7474
if (MSVC)
75-
add_executable(${depthmapX} ${depthmapX_SRCS} ${UI_HDRS} ${UI_SRCS} ${DM_RSRC} icons.rc)
75+
add_executable(${depthmapX} WIN32 ${depthmapX_SRCS} ${UI_HDRS} ${UI_SRCS} ${DM_RSRC} icons.rc)
7676
endif(MSVC)
7777
if(UNIX AND NOT APPLE)
7878
add_executable(${depthmapX} ${depthmapX_SRCS} ${UI_HDRS} ${UI_SRCS} ${DM_RSRC})

0 commit comments

Comments
 (0)