From d216fb171b57f34dacd5dfa9fbe7211334d47762 Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Sun, 7 Oct 2018 23:01:53 +0200 Subject: [PATCH] Updated to zeiterfassungnetworklib --- CMakeLists.txt | 2 +- updaterplugin.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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