Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.0.0 Beta3
Description
Building qt3d with Conan works, but when using the build for user projects I noticed that some plugins don't have *.so libs generated, but only *.a files, and that will cause the projects to fail for example because of missing openglrederer plugin libs.
The workaround is to set these in the CMakeLists.txt for the qt3d and build again
set(BUILD_SHARED_LIBS ON) set(QT_BUILD_SHARED_LIBS ON)
However, this should be the default behavior for Android, also since we don't have static builds anyway for Android.
Attachments
Issue Links
- resulted from
-
QTBUG-88519 androiddeployqt doesn't know about Conan's build path
-
- Closed
-