mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-01 05:15:44 -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
|
RUNTIME_OUTPUT_NAME calamares
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if( WITH_KF5Crash )
|
||||||
|
set( LINK_LIBRARIES
|
||||||
|
KF5::Crash
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
qt5_use_modules( calamares_bin Core Widgets )
|
qt5_use_modules( calamares_bin Core Widgets )
|
||||||
target_link_libraries( calamares_bin
|
target_link_libraries( calamares_bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue