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

The 'INSTALL_EXAMPLESDIR' path defined at build time isn't honored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 6.0
    • Build System: CMake
    • All
    • 5dcaa11cc26fabc4f4f1336681ac19217a9e0e91 (qt/qtbase/dev)

    Description

      INSTALL_EXAMPLESDIR is set in QtBuild.cmake and cached.

      However, the tool that converted the .pro files added hardcoded paths, eg:

      set(INSTALL_EXAMPLEDIR "examples")
      

      instead of:

      set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}")
      

      As a result, using a different path for INSTALL_EXAMPLESDIR has no effect when installing Qt modules.

      Attachments

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

        Activity

          People

            qtbuildsystem Qt Build System Team
            cgiboudeaux Christophe Marin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes