Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v1] packagegroup-qt-toolchain-target.inc: add libQtUiTools static library
@ 2014-02-18 17:49 Diego Sueiro
  2014-02-18 17:51 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Diego Sueiro @ 2014-02-18 17:49 UTC (permalink / raw)
  To: openembedded-core

libQtUiTools.a and libQtUiToolsE.a needs to be installed on meta-toolchain-qt
and meta-toolchain-qte respectively.
Whitout this static library, compiling qt apps which needs uitools will fail.

qt4[-embedded]-staticdev is the package that contains this library and is the
only file in it.

Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com>
---
 meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
index fc1ccba..b040182 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
+++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
@@ -33,4 +33,5 @@ RDEPENDS_${PN} += " \
         libqt${QTLIBPREFIX}xmlpatterns4-dev \
         libsqlite3-dev \
         expat-dev \
+        qt4${QTLIBPREFIX}-staticdev \
         "
-- 
1.7.10.4



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

end of thread, other threads:[~2014-02-24 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 17:49 [PATCH v1] packagegroup-qt-toolchain-target.inc: add libQtUiTools static library Diego Sueiro
2014-02-18 17:51 ` Khem Raj
2014-02-18 18:55   ` Diego Sueiro
2014-02-18 19:07     ` Khem Raj
2014-02-18 19:16       ` Diego Sueiro
2014-02-24 10:33         ` Diego Sueiro
2014-02-24 17:43           ` Khem Raj

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