mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
kid3 - fix lint
This commit is contained in:
parent
4d78e09b7c
commit
68b4a0c883
1 changed files with 7 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue