diff options
Diffstat (limited to 'lua_scripts')
-rw-r--r-- | lua_scripts/pathmaps/devel/00_default.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index 5598a62..d2020df 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -358,6 +358,10 @@ devel_mode_rules_usr_share = { {prefix = "/usr/share/python", actions = python_lib_test}, {prefix = "/usr/share/pygobject", actions = python_lib_test}, + -- qt: + {prefix = "/usr/share/qt", + map_to = target_root, readonly = true}, + -- ----------------------------------------------- -- 100. DEFAULT RULES: {dir = "/usr/share", map_to = tools, readonly = true}, |