summary refs log tree commit diff
path: root/cmake/QtCommon.cmake
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-12-06 04:46:10 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-12-09 05:12:22 +0100
commit224d845af370ac8d40bc085b7bc3d75ea5a05a3b (patch)
treee87dc2498acf2d215f40a04be5186aa1966f4912 /cmake/QtCommon.cmake
parentFix urls in widgets being double encoded (diff)
downloadnheko-224d845af370ac8d40bc085b7bc3d75ea5a05a3b.tar.xz
Add gitlab windows build
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()