mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 07:58:22 -04:00
Refactored calamares_bin into calamares_bin and libcalamaresui.
Now linking with -Wl,--no-undefined! Moved find_package KF5 from the root CMakeLists.txt to the partitioning module where it belongs. KF5 deps should be limited to plugins. Lots of random fixage to make stuff link. Removed CalamaresApplication reference from Settings. Removed the use of AbstractPage, we don't need it right now.
This commit is contained in:
parent
1efb4f1101
commit
4ec72f4afb
32 changed files with 81 additions and 45 deletions
|
@ -10,13 +10,13 @@ function(calamares_add_library)
|
|||
set(LIBRARY_NAME ${NAME})
|
||||
|
||||
|
||||
# message("*** Arguments for ${LIBRARY_NAME}")
|
||||
# message("Sources: ${LIBRARY_SOURCES}")
|
||||
# message("Link libraries: ${LIBRARY_LINK_LIBRARIES}")
|
||||
# message("UI: ${LIBRARY_UI}")
|
||||
# message("TARGET_TYPE: ${LIBRARY_TARGET_TYPE}")
|
||||
# message("EXPORT_MACRO: ${LIBRARY_EXPORT_MACRO}")
|
||||
# message("NO_INSTALL: ${LIBRARY_NO_INSTALL}")
|
||||
message("*** Arguments for ${LIBRARY_NAME}")
|
||||
message("Sources: ${LIBRARY_SOURCES}")
|
||||
message("Link libraries: ${LIBRARY_LINK_LIBRARIES}")
|
||||
message("UI: ${LIBRARY_UI}")
|
||||
message("TARGET_TYPE: ${LIBRARY_TARGET_TYPE}")
|
||||
message("EXPORT_MACRO: ${LIBRARY_EXPORT_MACRO}")
|
||||
message("NO_INSTALL: ${LIBRARY_NO_INSTALL}")
|
||||
|
||||
set(target ${LIBRARY_NAME})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue