diff --git a/CMakeLists.txt b/CMakeLists.txt index 3050db6..bdc1d0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,4 +14,4 @@ set(FORMS add_library(profileplugin SHARED ${HEADERS} ${SOURCES} ${FORMS}) -target_link_libraries(profileplugin Qt5::Core Qt5::Gui Qt5::Widgets zeiterfassungguilib) +target_link_libraries(profileplugin Qt5::Core Qt5::Gui Qt5::Widgets zeiterfassungguilib zeiterfassungnetworklib) diff --git a/profileplugin.pro b/profileplugin.pro index 7864b95..e342a13 100644 --- a/profileplugin.pro +++ b/profileplugin.pro @@ -1,6 +1,6 @@ QT += core network gui widgets -DBLIBS += zeiterfassungcore zeiterfassunggui +DBLIBS += zeiterfassungcore zeiterfassunggui zeiterfassungnetwork TARGET = profileplugin