diff --git a/CMakeLists.txt b/CMakeLists.txt index c8877ec..42688bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,4 +18,4 @@ set(FORMS add_library(updaterplugin SHARED ${HEADERS} ${SOURCES} ${FORMS}) -target_link_libraries(updaterplugin Qt5::Core Qt5::Gui Qt5::Widgets zeiterfassungguilib) +target_link_libraries(updaterplugin Qt5::Core Qt5::Gui Qt5::Widgets zeiterfassungguilib zeiterfassungnetworklib) diff --git a/updaterplugin.pro b/updaterplugin.pro index ed617ce..c850607 100644 --- a/updaterplugin.pro +++ b/updaterplugin.pro @@ -1,6 +1,6 @@ QT += core network gui widgets -DBLIBS += zeiterfassungcore zeiterfassunggui +DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork TARGET = updaterplugin