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:
Teo Mrnjavac 2014-07-03 18:00:40 +02:00
parent 1efb4f1101
commit 4ec72f4afb
32 changed files with 81 additions and 45 deletions

View file

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