Uploaded image for project: 'Qt Cloud'
  1. Qt Cloud
  2. CLOUD-198

VKB example does not build with latest qtbase

    XMLWordPrintable

Details

    • Gemini sprint 6

    Description

      In the latest Qtbase docker image, we create it using: 

      $ ./configure –prefix=/opt/qtbase -cmake-generator Ninja -opensource
      $ cmake –build . 
      $ cmake –install .  

       

      When this docker image is used to build VKB application, it fails. See build log here:  

      build-qt-vkb (#2391346) · Jobs · Qt Cloud / example-apps · GitLab

       

      More information: when the VKB application is built on an image that has qtsensors installed via conan, the build goes fine. 

       

      Installed via conan means: 

      FROM qtbase_v6.2.3_linux
      
      RUN conan user ${conan_user} -p ${conan_pass} --remote qt \
          && qtbase_plus_conan_build_module.sh qtsensors
      
      
      

      Where, qtbase_plus_conan_build_module.sh script does: 

      1. Create conanfile and add qtbase, qtsensors as requirements
      2. Use "conan install conanfile.txt"
      3. Copy the libraries to /opt/qtbase
      $ conan install conanfile.txt –build=missing –profile=linux-x86_64-gcc –update –generator=deploy -r qt –install-folder=/opt/qtbase 
      
      $ cp -r /opt/qtbase/qtsensors/* /opt/qtbase/    

      Attachments

        Activity

          People

            as33ms Aseem Shakuntal
            as33ms Aseem Shakuntal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: