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

CMake Macros: qt5_generate_repc is not compatible with QMake

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.9.0 RC
    • 5.9.0 Beta 1
    • Remote Objects
    • 0eaa90b1245ba2932c895118418ff9dc4d8ab3c0

    Description

      in the file lib/cmake/Qt5RemoteObject/Qt5RemoteObjectsMacros.cmake these lines

      set(_outfile_base "${_infile_base}_source")
      
      set(_outfile_base "${_infile_base}_replica")
      

      should be changed to

      set(_outfile_base "rep_${_infile_base}_source")
      
      set(_outfile_base "rep_${_infile_base}_replica")
      

      to match QMake conventions.

      Attachments

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

        Activity

          People

            krf Kevin Funk
            fabricesalvaire fabrice salvaire
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes