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

Symbian: qmake cannot handle absolute paths in pro file

    XMLWordPrintable

Details

    Description

      From the s60 feedback mailing list:

      the problem comes from that the qmake generates also drive letter to the absolute paths on the mmp file. So, currently the paths are generated as

      SYSTEMINCLUDE w:/epoc32/build/java/javabuild/javacomms/lookup
      SYSTEMINCLUDE w:/epoc32/build/java/javabuild/javacomms/jxe
      // ...
      SOURCEPATH w:/epoc32/build/java/javabuild/javacomms/jxe
      SOURCE jxe.c

      SOURCEPATH w:/epoc32/build/java/javabuild/javacomms/lookup
      SOURCE lookup.cpp

      While it should really be as:

      SYSTEMINCLUDE /epoc32/build/java/javabuild/javacomms/lookup
      SYSTEMINCLUDE /epoc32/build/java/javabuild/javacomms/jxe
      //....
      SOURCEPATH /epoc32/build/java/javabuild/javacomms/jxe
      SOURCE jxe.c

      SOURCEPATH /epoc32/build/java/javabuild/javacomms/lookup
      SOURCE lookup.cpp

      Attachments

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

        Activity

          People

            qtsymbase Qt Base for Symbian Team
            axisnokia axisnokia (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes