mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove WinMain
This commit is contained in:
parent
308efd48b6
commit
3b4daca53e
1 changed files with 0 additions and 1 deletions
|
@ -694,7 +694,6 @@ if(APPLE)
|
|||
target_link_libraries (nheko PRIVATE Qt6::MacExtras)
|
||||
elseif(WIN32)
|
||||
target_compile_definitions(nheko PRIVATE WIN32_LEAN_AND_MEAN)
|
||||
target_link_libraries (nheko PRIVATE ${NTDLIB} Qt6::WinMain)
|
||||
if(MSVC)
|
||||
target_compile_options(nheko PUBLIC "/Zc:__cplusplus")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue