diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-03-24 20:54:46 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-03-24 20:54:46 +0100 |
commit | 947264decb5dee13c580ca68d35217d6d5481db5 (patch) | |
tree | 756dfd8198969a98327db018147fde3f9e0b0901 /recipes | |
parent | 8925342a450c98166ec9f9d338f939eb1dbef96d (diff) |
qmake2-native: install mkspecs for native packages
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/qmake/qmake2-native.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/qmake/qmake2-native.inc b/recipes/qmake/qmake2-native.inc index ffca31cc9e..f84da2ad52 100644 --- a/recipes/qmake/qmake2-native.inc +++ b/recipes/qmake/qmake2-native.inc @@ -3,7 +3,7 @@ PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" SECTION = "devel" LICENSE = "GPL" -PR = "r6" +PR = "r7" # We call 'moc' during the build DEPENDS = "uicmoc4-native" @@ -62,4 +62,6 @@ do_stage() { install -d ${STAGING_BINDIR_NATIVE} install -m 0755 bin/qmake ${STAGING_BINDIR_NATIVE}/qmake2 install -m 0755 bin/qmake ${STAGING_BINDIR_NATIVE}/qmake-qt4 + install -d ${STAGING_DATADIR_NATIVE}/qt4 + cp -PfR mkspecs ${STAGING_DATADIR_NATIVE}/qt4/ } |