qmake2-native: install mkspecs for native packages
authorJeremy Lainé <jeremy.laine@m4x.org>
Tue, 24 Mar 2009 19:54:46 +0000 (20:54 +0100)
committerJeremy Lainé <jeremy.laine@m4x.org>
Tue, 24 Mar 2009 19:54:46 +0000 (20:54 +0100)
recipes/qmake/qmake2-native.inc

index ffca31c..f84da2a 100644 (file)
@@ -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/
 }