Link against KCrash.
This commit is contained in:
parent
24a60c4650
commit
e1326e397c
@ -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…
Reference in New Issue
Block a user