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

QtFtp and QtHttp builds fail because of missing CMake tests

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • None
    • 5.3.2
    • Network: FTP, Network: HTTP
    • None

    Description

      The builds for QtFtp and QtHttp fail because the variable CMAKE_MODULE_TESTS is not set.

      Project ERROR: Missing CMake tests.

      I fixed it locally by adding

      CMAKE_MODULE_TESTS=-

      (which just skips the check)
      or

      CONFIG -= create_cmake

      (which disables the generation of the CMake files)
      to the project file.

      Attachments

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

        Activity

          People

            steveire Stephen Kelly (Personal)
            mkrems Marcel Krems
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes