Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG
@ 2013-06-15  0:06 Jonathan Liu
  2013-06-28 12:07 ` Jonathan Liu
  0 siblings, 1 reply; 9+ messages in thread
From: Jonathan Liu @ 2013-06-15  0:06 UTC (permalink / raw)
  To: openembedded-core

The class is inheriting qmake2.bbclass which exports OE_QMAKE_QT_CONFIG
pointing to the qt4 qconfig.pri when it should be pointing to the
qt4-embedded qconfig.pri.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 meta/classes/qt4e.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass
index de2a68d..13b1050 100644
--- a/meta/classes/qt4e.bbclass
+++ b/meta/classes/qt4e.bbclass
@@ -9,6 +9,7 @@ QT_LIBINFIX = "E"
 # override variables set by qmake-base to compile Qt/Embedded apps
 #
 export QMAKESPEC = "${STAGING_DATADIR}/${QT_DIR_NAME}/mkspecs/${TARGET_OS}-oe-g++"
+export OE_QMAKE_QT_CONFIG = "${STAGING_DATADIR}/${QT_DIR_NAME}/mkspecs/qconfig.pri"
 export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/${QT_DIR_NAME}"
 export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}"
 export OE_QMAKE_LIBS_QT = "qt"
-- 
1.8.3



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-06-30 11:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-15  0:06 [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG Jonathan Liu
2013-06-28 12:07 ` Jonathan Liu
2013-06-28 12:28   ` Martin Jansa
2013-06-28 12:40     ` Paul Eggleton
2013-06-28 12:45       ` Martin Jansa
2013-06-28 12:47         ` Paul Eggleton
2013-06-28 12:49         ` Hongxu Jia
2013-06-30 10:34           ` Martin Jansa
2013-06-30 11:44             ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox