From 68b4a0c883bb04018a63d90d12ecb793d2d5e161 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Thu, 19 Jan 2023 06:47:06 +0000 Subject: [PATCH] kid3 - fix lint --- metadata/net.sourceforge.kid3.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/metadata/net.sourceforge.kid3.yml b/metadata/net.sourceforge.kid3.yml index 420aa663b6..652c0336f4 100644 --- a/metadata/net.sourceforge.kid3.yml +++ b/metadata/net.sourceforge.kid3.yml @@ -370,14 +370,13 @@ Builds: - pushd ${QT_BUILD} - $$Qt5$$/configure -xplatform android-clang --disable-rpath -opensource -confirm-license -silent -prefix $QTPREFIX -release -nomake tests -nomake examples -no-sql-mysql - -no-dbus -no-use-gold-linker -sysconfdir /etc/xdg -opengl es2 - -android-sdk $$SDK$$ -android-ndk $$NDK$$ - -android-ndk-host linux-x86_64 -android-arch armeabi-v7a -android-ndk-platform android-16 - -skip qtwebengine -skip qtgamepad -skip qtwebchannel -skip qtwebview - -skip qtwebsockets -skip qtwebglplugin -skip qtserialport - -skip qtnetworkauth -skip qt3d -skip qtsensors -skip qtwayland -skip qtxmlpatterns - -skip qtscxml -skip qtscript -skip qtconnectivity -no-feature-debug - -no-feature-qml-debug -no-feature-qml-profiler -no-feature-itemmodeltester + -no-dbus -no-use-gold-linker -sysconfdir /etc/xdg -opengl es2 -android-sdk + $$SDK$$ -android-ndk $$NDK$$ -android-ndk-host linux-x86_64 -android-arch + armeabi-v7a -android-ndk-platform android-16 -skip qtwebengine -skip qtgamepad + -skip qtwebchannel -skip qtwebview -skip qtwebsockets -skip qtwebglplugin + -skip qtserialport -skip qtnetworkauth -skip qt3d -skip qtsensors -skip qtwayland + -skip qtxmlpatterns -skip qtscxml -skip qtscript -skip qtconnectivity -no-feature-debug + -no-feature-qml-debug -no-feature-qml-profiler -no-feature-itemmodeltester - make -s -j $(nproc) - make install - popd