Fix link error on Qt5 libs
This commit is contained in:
parent
1fb0dd3c3d
commit
1da7ba446d
@ -51,8 +51,8 @@ qt5_use_modules( calamares_bin Core Widgets )
|
|||||||
target_link_libraries( calamares_bin
|
target_link_libraries( calamares_bin
|
||||||
${LINK_LIBRARIES}
|
${LINK_LIBRARIES}
|
||||||
${CALAMARES_LIBRARIES}
|
${CALAMARES_LIBRARIES}
|
||||||
Qt5Core
|
Qt5::Core
|
||||||
Qt5Widgets
|
Qt5::Widgets
|
||||||
yaml-cpp
|
yaml-cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ target_link_libraries( calamareslib
|
|||||||
|
|
||||||
LINK_PUBLIC
|
LINK_PUBLIC
|
||||||
# External deps
|
# External deps
|
||||||
Qt5Core
|
Qt5::Core
|
||||||
)
|
)
|
||||||
|
|
||||||
install( TARGETS calamareslib
|
install( TARGETS calamareslib
|
||||||
|
Loading…
Reference in New Issue
Block a user