Fix link error on Qt5 libs

This commit is contained in:
Aurélien Gâteau 2014-06-17 14:59:49 +02:00
parent 1fb0dd3c3d
commit 1da7ba446d
2 changed files with 3 additions and 3 deletions

View File

@ -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
) )

View File

@ -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