From 947264decb5dee13c580ca68d35217d6d5481db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Tue, 24 Mar 2009 20:54:46 +0100 Subject: qmake2-native: install mkspecs for native packages --- recipes/qmake/qmake2-native.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/qmake') 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/ } -- cgit v1.2.3