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