diff --git a/CMakeLists.txt b/CMakeLists.txt index 86fe255..9771aff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,4 +10,4 @@ set(SOURCES add_library(reportsplugin SHARED ${HEADERS} ${SOURCES}) -target_link_libraries(reportsplugin Qt5::Core Qt5::Gui Qt5::Widgets zeiterfassungguilib) +target_link_libraries(reportsplugin Qt5::Core Qt5::Gui Qt5::Widgets zeiterfassungguilib zeiterfassungnetworklib) diff --git a/reportsplugin.pro b/reportsplugin.pro index 0258f62..8fbb45b 100644 --- a/reportsplugin.pro +++ b/reportsplugin.pro @@ -1,6 +1,6 @@ QT += core network gui widgets -DBLIBS += zeiterfassungcore zeiterfassunggui +DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork TARGET = reportsplugin