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

configure fails when only qtdeclarative and qtbase are checked out

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 6.3.0 Beta1, 6.4.0 Beta1
    • 6.4
    • Build System: CMake
    • None
    • MinGW, Windows 2021H2, Coin VM with stock provisioning.
    • Windows
    • 3bfba0424b (qt/qtdeclarative/dev) 3bfba0424b (qt/tqtc-qtdeclarative/dev) 44824ad1a4 (qt/qtdeclarative/6.2) 7eeafb17a9 (qt/qtdeclarative/6.3) 44824ad1a4 (qt/tqtc-qtdeclarative/6.2) 7eeafb17a9 (qt/tqtc-qtdeclarative/6.3) 44824ad1a4 (qt/qtdeclarative/6.2.4)

    Description

      I checked out a top-level qt5, ran init-repository --module-subset --branch qtbase,qtdeclarative, all checked out on dev, made myself a build directory and, in it, ran configure with the features and paths that Coin uses for its build, but making a no-optimize-debug developer build.
      When configure was configuring qtdeclarative, it warned about not finding the shader-tools config, then failed because it couldn't find Qt6Quick's config, which it seemed to think it needed.

      Checking out qtshadertools and re-running configure solved the problem, but qtdeclarative/dependencies.yaml claims required: false for shader-tools, so this surely should not have been necessary.

      Note that I had in no sense requested Qt6Quick, beyond trying to configure with qtdeclarative checked out.

      Command-line (here broken up with backslash-linebreaks for readability) was:

      ..\..\eddy\configure -platform win32-g++ -developer-build -no-optimize-debug -- \
      	-DQT_BUILD_TESTS=ON -DQT_BUILD_TESTS_BY_DEFAULT=OFF -Wno-dev --log-level=NOTICE \
      	-DFEATURE_separate_debug_info=ON -DQT_BUILD_EXAMPLES=OFF \
      	-DOPENSSL_ROOT_DIR=C:\openssl -DFEATURE_system_zlib=OFF -DFEATURE_system_tiff=OFF \
      	-DFEATURE_system_freetype=OFF -DFEATURE_system_jpeg=OFF \
      	-DPostgreSQL_ROOT=C:\Utils\postgresql\pgsql
      

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            Eddy Edward Welbourne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes