summary refs log tree commit diff
path: root/cmake/QtCommon.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtCommon.cmake')
-rw-r--r--cmake/QtCommon.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/cmake/QtCommon.cmake b/cmake/QtCommon.cmake

index 2c7f34f6..f42b1c2e 100644 --- a/cmake/QtCommon.cmake +++ b/cmake/QtCommon.cmake
@@ -64,14 +64,4 @@ elseif (WIN32) endif() endmacro() -macro(fix_win_compiler) -if (MSVC) - set_target_properties(${PROJECT_NAME} PROPERTIES - WIN32_EXECUTABLE YES - LINK_FLAGS "/ENTRY:mainCRTStartup" - ) -endif() -endmacro() - init_os_bundle() -fix_win_compiler()