1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 12:47:44 +00:00

Enable exceptions for QCoro

This commit is contained in:
Joshua Goins 2023-10-11 15:42:24 -04:00
parent ee8b631657
commit af407cbf7c

View file

@ -145,6 +145,7 @@ target_link_libraries(astra PRIVATE
QCoro::Core
QCoro::Network
QCoro::Qml)
target_compile_options(astra PRIVATE -fexceptions)
if (BUILD_FLATPAK)
target_compile_definitions(astra PRIVATE FLATPAK)