Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Not sure about Qt 5.10, but Qt 5.12 have support for arm64-v8a target. You will need to build two APK files, one for armeabi-v7a, and one for arm64-v8a, with different versionCode values in manifest, and then just publish both in the same release.
@koahnig So there's config and rebuild needed. Thank you very much for the helpful reply.
You can try to add your static libraries like this: LIBS += PATH_TO_LIB_DIR/libLIBNAME.lib
@SGaist Oh, I see where to do that. Thanks. I think that last part makes for a solution.
@Karen-Morrissey I think because when you did ./configure to look for needed libraries, it first found those in /usr/lib64.
Why not to force the configure to use those for 32bit by adding
-L /path/to/lib/32bit -lpthread -lm -lc
to your configure command
Hi,
If you want to build KDSOAP for 32bit then just use a 32bit Qt build. You'll avoid all these troubles
@sierdzio said:
Thanks a lot for the clarification.
Windows 8.1 Qt : 5.4.1 Compiler : MinGW 4.8 64 bits And My error :
[ C:/Qt/qt-5.4.1-x64-mingw492r1-seh-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lApiUsb collect2.exe: error: ld returned 1 exit status ]
1 Problème : :-1: erreur : skipping incompatible C:/Users/franck/Documents/Qt/ULD_64/lib/ApiUsb.dll when searching for -lApiUsb
Proble de link because this lib is 32bits