Skip to content

Commit

Permalink
Make sure no command line appears in windows GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
pklampros committed Jun 5, 2019
1 parent 705d6c6 commit ff970de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthmapX/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ qt5_wrap_cpp(UI_SRCS
qt5_add_resources(DM_RSRC resource.qrc dialogs/settings/settingsdialog.qrc)

if (MSVC)
add_executable(${depthmapX} ${depthmapX_SRCS} ${UI_HDRS} ${UI_SRCS} ${DM_RSRC} icons.rc)
add_executable(${depthmapX} WIN32 ${depthmapX_SRCS} ${UI_HDRS} ${UI_SRCS} ${DM_RSRC} icons.rc)
endif(MSVC)
if(UNIX AND NOT APPLE)
add_executable(${depthmapX} ${depthmapX_SRCS} ${UI_HDRS} ${UI_SRCS} ${DM_RSRC})
Expand Down

0 comments on commit ff970de

Please sign in to comment.