Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-88667

Conan build for qt3d not building dynamic libs *.so for some plugins

XMLWordPrintable

      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.

        For Gerrit Dashboard: QTBUG-88667
        # Subject Branch Project Status CR V

            qtbuildsystem Qt Build System Team
            assam Assam Boudjelthia
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes