Changed instructions from qmake to cmake
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user