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
|
||||
${LINK_LIBRARIES}
|
||||
${CALAMARES_LIBRARIES}
|
||||
Qt5Core
|
||||
Qt5Widgets
|
||||
Qt5::Core
|
||||
Qt5::Widgets
|
||||
yaml-cpp
|
||||
)
|
||||
|
||||
|
@ -45,7 +45,7 @@ target_link_libraries( calamareslib
|
||||
|
||||
LINK_PUBLIC
|
||||
# External deps
|
||||
Qt5Core
|
||||
Qt5::Core
|
||||
)
|
||||
|
||||
install( TARGETS calamareslib
|
||||
|
Loading…
Reference in New Issue
Block a user