From 14a94c68918382bbb4c4daf248b7ae940324d0e7 Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Mon, 17 Sep 2018 20:51:32 +0200 Subject: [PATCH] Fixed DbZeiterfassung dependencies --- DbSoftware.pro | 2 +- DbZeiterfassung | 2 +- README.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/DbSoftware.pro b/DbSoftware.pro index 5b65df5..9b81697 100644 --- a/DbSoftware.pro +++ b/DbSoftware.pro @@ -21,7 +21,7 @@ OTHER_FILES += app.pri \ project.pri DbTernaryClock.depends += libs -DbZeiterfassung.depends += DbSketch libs +DbZeiterfassung.depends += 3rdparty DbSketch libs include(installs.pri) win32: include(installs_win32.pri) diff --git a/DbZeiterfassung b/DbZeiterfassung index 09141b1..9f7af84 160000 --- a/DbZeiterfassung +++ b/DbZeiterfassung @@ -1 +1 @@ -Subproject commit 09141b1a5900207103ead2b2e2e1d07d1b7519f1 +Subproject commit 9f7af8487fe48257811ada052d6d2c93944216cc diff --git a/README.md b/README.md index 7900479..bc9bb78 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # DbSoftware Collection of various self-written tools & libraries + +# Building everything from source +```Shell +git clone --recursive https://github.com/0xFEEDC0DE64/DbSoftware.git +mkdir build_DbSoftware +cd build_DbSoftware +qmake CONFIG+=ccache ../DbSoftware +make -j$(nproc) +make install +``` \ No newline at end of file