We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705d6c6 commit ff970deCopy full SHA for ff970de
depthmapX/CMakeLists.txt
@@ -72,7 +72,7 @@ qt5_wrap_cpp(UI_SRCS
72
qt5_add_resources(DM_RSRC resource.qrc dialogs/settings/settingsdialog.qrc)
73
74
if (MSVC)
75
- 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)
76
endif(MSVC)
77
if(UNIX AND NOT APPLE)
78
add_executable(${depthmapX} ${depthmapX_SRCS} ${UI_HDRS} ${UI_SRCS} ${DM_RSRC})
0 commit comments