From 7809ed0997af651448c2834dfdfa6cc21715be7f Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Tue, 18 Sep 2018 00:16:35 +0200 Subject: [PATCH] Fixed dependencies of DbSketch and DbWebserver --- DbSoftware.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DbSoftware.pro b/DbSoftware.pro index 9b81697..fd94fee 100644 --- a/DbSoftware.pro +++ b/DbSoftware.pro @@ -20,7 +20,9 @@ OTHER_FILES += app.pri \ lib.pri \ project.pri +DbSketch.depends += 3rdparty DbTernaryClock.depends += libs +DbWebserver.depends += libs DbZeiterfassung.depends += 3rdparty DbSketch libs include(installs.pri)