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

Deploying a file that doesn't exist at the time qmake is run fails in Symbian

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.7.0
    • 4.7.0
    • None
    • None
    • 448a8603bb0609bf880a2c1b92b26c2005e1cf63

      Deploying a file that doesn't exist at the time qmake is run fails in Symbian because QFileInfo::operator== detects two nonexisting files equal even if the paths are different, since the canonical paths are used in the QFileInfo::operator== function. Need to change the unnecessary deployment check in initProjectDeploySymbian() to actually evaluate the path instead of using QFileInfo equality.

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

            e0348803 Miikka Heikkinen
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes