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

Makefile and qmake target missing quotes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.5.0 RC
    • 5.4.1
    • Build tools: qmake
    • None
    • Linux 64
    • bcf3a3c113321bcfc547894539ed976ad525b7eb

    Description

      On Linux and, I suspect, other makefile generators when you pass a multiword variable to qmake the "Makefile" or "qmake" don't handle it properly.

      i.e., if my .pro file is

      $$size(MY_VAR)
      

      and I do
      qmake 'MY_VAR="two words"'
      it prints 1 like I expect
      but then if I run
      make qmake
      it prints 2

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            parched James Duley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes