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 .. cd ..
mkdir build_DbSoftware mkdir build_DbSoftware
cd build_DbSoftware cd build_DbSoftware
qmake CONFIG+=ccache ../DbSoftware cmake ../DbSoftware
make -j$(nproc) sub-DbZeiterfassung make -j$(nproc)
make sub-DbZeiterfassung-install_subtargets
./bin/zeiterfassung ./bin/zeiterfassung
``` ```