I recently installed Qt 5.13.0 and its MaintenanceTool (MaintenanceTool.exe). The default repositories were working, but after one day, the MaintenanceTool suddenly reports that no repositories were set. It seems some bugs of Qt MaintenanceTool. The Maintenance Tool is doing crazy things since the recent updates made by Qt team. The …
Tag Archives: Qt
How to fix cannot find -lc++ in Qt
I want to make another application using Qt to build Android app and getting the error: C:\Android\sdk\ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++ -D__ANDROID_API__=21 -target aarch64-none-linux-android -gcc-toolchain C:\Android\sdk\ndk-bundle/toolchains/aarch64-linux-android-4.9/prebuilt/windows-x86_64 -fno-limit-debug-info -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libatomic.a --sysroot=C:\Android\sdk\ndk-bundle/platforms/android-21/arch-arm64/ -Wl,-soname,libandroid-e.so -Wl,-rpath=C:/Qt/5.12.3/android_arm64_v8a/lib -Wl,--no-undefined -Wl,-z,noexecstack -shared -o libandroid-e.so main.obj qrc_qml.obj -LC:/Qt/5.12.3/android_arm64_v8a/lib -lQt5Quick -LC:\Qt\5.12.3\android_arm64_v8a/lib -Lc:\Utils\Android\android-ndk-r18b/sources/cxx-stl/llvm-libc++/libs/arm64-v8a -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lGLESv2 -LC:\Android\sdk\ndk-bundle/sources/cxx-stl/llvm-libc++/libs/arm64-v8a C:\Android\sdk\ndk-bundle/sources/cxx-stl/llvm-libc++/libs/arm64-v8a/libc++.so.21 -llog -lz -lm -ldl …
QML Module Not Found Fix
I have an error complaining about QML Module not found when i want to build a Qt application. QML Module not found:Import paths:for qmake projects use the QML_IMPORT_PATH to add import paths.for qmlproject projects, use the importPaths property to add import paths. Here are some workaround that you can try …