kcodecs: Fix build (#8718)

To build translations we need more qt stuff, so just delete translations
This commit is contained in:
tsdgeos 2022-10-08 00:38:19 +02:00 committed by GitHub
parent 12054aa275
commit 8dd11edb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ make sub-corelib sub-rcc -j$(nproc)
cd $SRC
cd kcodecs
rm -rf poqm
cmake . -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$SRC/qtbase
make -j$(nproc) VERBOSE=1