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

Incorrect variable name in `_qt_internal_process_resource`

    XMLWordPrintable

Details

    • 3b9330cd40 (qt/qtbase/dev) 3b9330cd40 (qt/tqtc-qtbase/dev)

    Description

      In _qt_internal_process_resource, the arg_BIG_RESOURCES variable is not defined, and it should be rcc_BIG_RESOURCES.

      function(_qt_internal_process_resource target resourceName)
          cmake_parse_arguments(rcc "BIG_RESOURCES"
              "PREFIX;LANG;BASE;OUTPUT_TARGETS;DESTINATION" "FILES;OPTIONS" ${ARGN})    if("${rcc_OPTIONS}" MATCHES "-binary")
              set(isBinary TRUE)
              if(arg_BIG_RESOURCES)
                  message(FATAL_ERROR "BIG_RESOURCES cannot be used together with the -binary option.")
              endif()
          endif()
      

      Attachments

        Issue Links

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

          Activity

            People

              mrmsdbdl Amir Masoud Abdol
              mrmsdbdl Amir Masoud Abdol
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes