qt4-tools-native; added dependency on libsm-native
[openembedded.git] / recipes / qt4 / wolfenqt.inc
1
2 PE = "1"
3 PV = "0.0"
4 PR_append = "+gitr${SRCREV}"
5
6 inherit qt4${WOLFVARIANT}
7
8 SRCREV = "f43dfa2bfa1f72abd3500dfc94248b17c5f9ae05"
9 SRC_URI = "git://gitorious.org/qt-labs/wolfenqt.git;protocol=git"
10
11 S = "${WORKDIR}/git"
12
13 do_install() {
14         install -d ${D}${bindir}
15         install -m 0755 qt3d  ${D}${bindir}/wolfenqt-${WOLFVARIANT}
16 }
17
18
19