diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index cad3d58f36e7b4c508dd0cd416264adb4742c358..2df37084452e83f078308ea9b49467ba1209d965 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -202,13 +202,13 @@ qt5_add_translation(QM_FILES ${TS_FILES}) add_executable(eiimage ${eiimage_SOURCES} ${WRAPPED_UIS} ${UIS} ${TS_FILES}) target_link_libraries(eiimage - eiimage_core + core Qt5::Core Qt5::Widgets Qt5::Gui Qt5::Script Qt5::Xml - ${RandomLib_LIBRARIES} + ${RandomLib_LIBRARIES} GenericInterface ImageIn ) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index dc01c8f05864845832806310d35f81012771775f..c51067a755d2237b8a92337df505b88569d09f35 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -18,8 +18,8 @@ set(SRCS PlugOperation.cpp PlugOperation.h ) -add_library(eiimage_core ${SRCS}) -target_link_libraries(eiimage_core +add_library(core ${SRCS}) +target_link_libraries(core GenericInterface ImageIn Qt5::Widgets