summaryrefslogtreecommitdiff
path: root/lua_scripts
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2009-03-06 12:55:03 +0200
committerLauri Leukkunen <lle@rahina.org>2009-03-07 16:05:39 +0200
commit93517a63c7c92f1640b2f2402de05eecfea7e6c8 (patch)
tree40a117c6f07f3301e14a8cde024139e0ea611062 /lua_scripts
parent5cd05d79bbc9f5f7c6b528b67708f6e9af6578db (diff)
"devel" mode fix: "qmake" works now (mapped /usr/share/qt* to target_root)
Diffstat (limited to 'lua_scripts')
-rw-r--r--lua_scripts/pathmaps/devel/00_default.lua4
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},