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

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

    XMLWordPrintable

Details

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes