diff --git a/testing/qt-creator/APKBUILD b/testing/qt-creator/APKBUILD index 499c65eccf7..919d02fc927 100644 --- a/testing/qt-creator/APKBUILD +++ b/testing/qt-creator/APKBUILD @@ -7,7 +7,8 @@ pkgdesc="Lightweight and cross-platform C++ IDE" url="https://qt-project.org/wiki/Category:Tools::QtCreator" # riscv64, s390x, ppc64le, armhf: qt6-qtwebengine # armv7: clang++-20: error: unable to execute command: Segmentation fault -arch="all !riscv64 !s390x !ppc64le !armhf !armv7" +# loongarch64: qt6-qtwebengine +arch="all !riscv64 !s390x !ppc64le !armhf !armv7 !loongarch64" license="GPL-3.0-only WITH Qt-GPL-exception-1.0" depends=" qt6-qtbase-sqlite