mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-28 21:05:45 -05:00
Link against KCrash.
This commit is contained in:
parent
24a60c4650
commit
e1326e397c
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ SET_TARGET_PROPERTIES(calamares_bin
|
|||
RUNTIME_OUTPUT_NAME calamares
|
||||
)
|
||||
|
||||
if( WITH_KF5Crash )
|
||||
set( LINK_LIBRARIES
|
||||
KF5::Crash
|
||||
)
|
||||
endif()
|
||||
|
||||
qt5_use_modules( calamares_bin Core Widgets )
|
||||
target_link_libraries( calamares_bin
|
||||
|
|
Loading…
Add table
Reference in a new issue