aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qmake/qmake2-sdk_2.10a.bb
blob: 6ed9ebdebbfeb5bcdb61252187c4552a7860afe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QTVERSION="4.4.3"
require qmake2-native.inc

inherit sdk

do_install () {
	install -d ${D}/${bindir}
    install -m 0755 bin/qmake ${D}/${bindir}/qmake2
    install -m 0755 bin/qmake ${D}/${bindir}/qmake-qt4
    install -d ${D}/${datadir}/qt4
    cp -PfR mkspecs ${D}/${datadir}/qt4/
}