Skip to content

Commit c3c8392

Browse files
authored
Merge pull request #6 from psavery/fix-windows
Remove library link of Qt6::WinMain for Windows
2 parents 8d65437 + 2bfc373 commit c3c8392

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tomviz/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,9 +752,6 @@ target_link_libraries(tomvizlib
752752
PRIVATE
753753
Qt6::Core5Compat
754754
Python3::Python)
755-
if(WIN32)
756-
target_link_libraries(tomvizlib PUBLIC Qt6::WinMain)
757-
endif()
758755

759756
if(APPLE)
760757
set_target_properties(tomviz

0 commit comments

Comments
 (0)