Fixed DbZeiterfassung dependencies
This commit is contained in:
@@ -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)
|
||||
|
Submodule DbZeiterfassung updated: 09141b1a59...9f7af8487f
10
README.md
10
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
|
||||
```
|
Reference in New Issue
Block a user