kid3 - fix lint

This commit is contained in:
Licaon_Kter 2023-01-19 06:47:06 +00:00
parent 4d78e09b7c
commit 68b4a0c883

View file

@ -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