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