Changed instructions from qmake to cmake

This commit is contained in:
2020-01-28 13:15:11 +01:00
committed by GitHub
parent 8307ed5d59
commit 4ad058aaba

View File

@@ -13,8 +13,7 @@ git submodule update --init --recursive 3rdparty/Quazip DbSketch DbZeiterfassung
cd ..
mkdir build_DbSoftware
cd build_DbSoftware
qmake CONFIG+=ccache ../DbSoftware
make -j$(nproc) sub-DbZeiterfassung
make sub-DbZeiterfassung-install_subtargets
cmake ../DbSoftware
make -j$(nproc)
./bin/zeiterfassung
```