QMake: No need for 'make depend' anymore
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Syping 2020-09-03 00:03:04 +02:00
parent 90744ced60
commit 57c32eea58
18 changed files with 75 additions and 110 deletions

View file

@ -19,7 +19,6 @@ Grand Theft Auto V Savegame and Snapmatic viewer/editor
docker run --rm -v ${PWD}:/gta5view -it sypingauto/gta5view-build:1.8-static
cd /gta5view && mkdir -p build && cd build
qmake-static ../gta5view.pro
make depend
make -j $(nproc --all)
#### Build gta5view for Debian/Ubuntu