qmake.bbclass: export qmakespec so we can use do_configure_prepend
authorKoen Kooi <koen@openembedded.org>
Wed, 23 Jul 2008 09:24:08 +0000 (09:24 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 23 Jul 2008 09:24:08 +0000 (09:24 +0000)
classes/qmake.bbclass

index 34f59ef..7dfe459 100644 (file)
@@ -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"