Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8097012

[WebView] use OUT_PWD for a current build dir

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • 8u60, 9
    • javafx
    • None
    • web

        WebView qmake config scripts use local paths in the INCLUDE list, however that is ambiguous because the notion "current dir" has two meanings:

        1. The dir where the config file resides (referred to as PWD)
        2. The dir where the generated makefile is landed (referred to as OUT_PWD)

        On my Ubuntu the build started to fail with Qt 5.2.1 just because "current dir" is resolved to PWD where OUT_PWD is expected. So, we should explicitly specify a root dir where applicable.

              ant Anton Tarasov (Inactive)
              ant Anton Tarasov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported: