[arch] ArchLinux(+ARM)Tools for automating various Arch Linux tasks.elf-depsShows shared-lib dependencies for specified binary/so even if it's for different arch (objdump-deps option), packages they might belong to (objdump-pkgs) and deps-of-deps recursively (ldd-deep / ldd-deep-pkgs)....
Uses great AQT tool to simplify the installation process of Qt libs:https://github.com/miurahr/aqtinstall Dockerhub:https://hub.docker.com/r/stateoftheartio/qt6 6.8-gcc-aqt- Linux GCC 64 6.8-android-aqt- Android Clang multiarch toolkit for x86_64, x86, armv7 and arm64_v8a arch ...
QString arch = project->first("VCPROJ_ARCH").toQString().toLower(); QString compiler; QString compilerArch;if(arch == QStringLiteral("arm")) { compiler = QStringLiteral("x86_arm"); compilerArch = QStringLiteral("arm"); }elseif(arch == QStringLiteral("x64")) {constProStringList...