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

Changeset 126876 in webkit


Ignore:
Timestamp:
Aug 28, 2012, 7:51:43 AM (14 years ago)
Author:
rgabor@webkit.org
Message:

[Qt] Keep QT_QPA_PLATFORM_PLUGIN_PATH environment variable in NRWT
https://bugs.webkit.org/show_bug.cgi?id=95194

Reviewed by Simon Hausmann.

  • Scripts/webkitpy/layout_tests/port/qt.py:

(QtPort.setup_environ_for_server):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r126861 r126876  
     12012-08-28  Gabor Rapcsanyi  <rgabor@webkit.org>
     2
     3        [Qt] Keep QT_QPA_PLATFORM_PLUGIN_PATH environment variable in NRWT
     4        https://bugs.webkit.org/show_bug.cgi?id=95194
     5
     6        Reviewed by Simon Hausmann.
     7
     8        * Scripts/webkitpy/layout_tests/port/qt.py:
     9        (QtPort.setup_environ_for_server):
     10
    1112012-08-28  Andras Becsi  <andras.becsi@nokia.com>
    212
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/qt.py

    r124581 r126876  
    162162        self._copy_value_from_environ_if_set(clean_env, 'DISABLE_NI_WARNING')
    163163        self._copy_value_from_environ_if_set(clean_env, 'QT_WEBKIT_PAUSE_UI_PROCESS')
     164        self._copy_value_from_environ_if_set(clean_env, 'QT_QPA_PLATFORM_PLUGIN_PATH')
    164165        return clean_env
    165166
Note: See TracChangeset for help on using the changeset viewer.