git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae9d4b
)
qmake.bbclass: export qmakespec so we can use do_configure_prepend
author
Koen Kooi
<koen@openembedded.org>
Wed, 23 Jul 2008 09:24:08 +0000
(09:24 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 23 Jul 2008 09:24:08 +0000
(09:24 +0000)
classes/qmake.bbclass
patch
|
blob
|
history
diff --git
a/classes/qmake.bbclass
b/classes/qmake.bbclass
index
34f59ef
..
7dfe459
100644
(file)
--- a/
classes/qmake.bbclass
+++ b/
classes/qmake.bbclass
@@
-2,6
+2,7
@@
inherit qmake_base
DEPENDS_prepend = "qmake-native "
+export QMAKESPEC
export OE_QMAKE_UIC="${STAGING_BINDIR_NATIVE}/uic"
export OE_QMAKE_MOC="${STAGING_BINDIR_NATIVE}/moc"
export OE_QMAKE_QMAKE="${STAGING_BINDIR_NATIVE}/qmake"