diff --git a/scwx-qt/scwx-qt.cmake b/scwx-qt/scwx-qt.cmake index e79791b7..aceed507 100644 --- a/scwx-qt/scwx-qt.cmake +++ b/scwx-qt/scwx-qt.cmake @@ -535,6 +535,7 @@ set_target_properties(scwx-qt_generate_versions PROPERTIES FOLDER generate) if (WIN32) set(APP_ICON_RESOURCE_WINDOWS "${scwx-qt_SOURCE_DIR}/res/scwx-qt.rc") qt_add_executable(supercell-wx ${EXECUTABLE_SOURCES} ${APP_ICON_RESOURCE_WINDOWS}) + set_target_properties(supercell-wx PROPERTIES WIN32_EXECUTABLE $,TRUE,FALSE>) else() qt_add_executable(supercell-wx ${EXECUTABLE_SOURCES}) endif()