Changeset 99385 in webkit
- Timestamp:
- Nov 6, 2011, 2:45:25 PM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/run-qtwebkit-tests (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r99381 r99385 1 2011-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 1 7 2011-11-06 Eric Seidel <eric@webkit.org> 2 8 -
trunk/Tools/Scripts/run-qtwebkit-tests
r97623 r99385 210 210 # This is needed for Qt finding our QML modules. The current code makes our 211 211 # 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" 214 214 os.putenv("QML_IMPORT_PATH", qml_import_path) 215 215 path = os.getenv("PATH")
Note:
See TracChangeset
for help on using the changeset viewer.