Merge pull request #2214 from Cacodemon345/c345/haiku

qt: Add support for Haiku
This commit is contained in:
Miran Grča
2022-03-11 20:11:50 +01:00
committed by GitHub
17 changed files with 337 additions and 33 deletions

View File

@@ -27,3 +27,7 @@ else()
add_subdirectory(slirp)
target_link_libraries(86Box slirp)
endif()
if (HAIKU)
target_link_libraries(86Box network)
endif()