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:
parent
ee8b631657
commit
af407cbf7c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue