⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99385 in webkit


Ignore:
Timestamp:
Nov 6, 2011, 2:45:25 PM (15 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Unreviewed trivial fix after build system refactoring.

  • Scripts/run-qtwebkit-tests: Fix qml_import_path.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r99381 r99385  
     12011-11-06  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [Qt] Unreviewed trivial fix after build system refactoring.
     4
     5        * Scripts/run-qtwebkit-tests: Fix qml_import_path.
     6
    172011-11-06  Eric Seidel  <eric@webkit.org>
    28
  • trunk/Tools/Scripts/run-qtwebkit-tests

    r97623 r99385  
    210210        # This is needed for Qt finding our QML modules. The current code makes our
    211211        # two existing API tests (WK1 API and WK2 UI process API) work correctly.
    212         qml_import_path = self._options.path + "../../../imports"
    213         qml_import_path += ":" + self._options.path + "../../../../../imports"
     212        qml_import_path = self._options.path + "../../../../imports"
     213        qml_import_path += ":" + self._options.path + "../../../../../../imports"
    214214        os.putenv("QML_IMPORT_PATH", qml_import_path)
    215215        path = os.getenv("PATH")
Note: See TracChangeset for help on using the changeset viewer.