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

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes