All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qt4e: override variables OE_QMAKE_QT_CONFIG
@ 2013-06-29 11:50 Wills Wang
  2013-06-29 12:05 ` Martin Jansa
  2013-06-29 12:12 ` Wills Wang
  0 siblings, 2 replies; 6+ messages in thread
From: Wills Wang @ 2013-06-29 11:50 UTC (permalink / raw)
  To: poky

override variables OE_QMAKE_QT_CONFIG to compile Qt/Embedded apps

diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass
index de2a68d..13b1050 100755
--- 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"


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

end of thread, other threads:[~2013-07-03  9:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29 11:50 [PATCH] qt4e: override variables OE_QMAKE_QT_CONFIG Wills Wang
2013-06-29 12:05 ` Martin Jansa
2013-06-29 12:12 ` Wills Wang
2013-06-29 12:15   ` Martin Jansa
2013-06-29 12:19   ` [PATCHv2] " Martin Jansa
2013-07-03  9:43     ` Jonathan Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.