All of lore.kernel.org
 help / color / mirror / Atom feed
* Sample recipe for qt4e app?
@ 2013-06-10 22:45 Steve Sakoman
  2013-06-10 23:06 ` Paul Eggleton
  2013-06-11  9:12 ` Mike Looijmans
  0 siblings, 2 replies; 5+ messages in thread
From: Steve Sakoman @ 2013-06-10 22:45 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

The qt-apps folder in oe-core only seems to have recipes for qt4-x11-free apps.

Does anyone have a recipe for a simple qt4e app that they would be
willing to share?

I'm looking to get an idea of just how small a qt4e image can be
without climbing the learning curve of writing a qt app and recipe :-)

Thanks!

Steve


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

* Re: Sample recipe for qt4e app?
  2013-06-10 22:45 Sample recipe for qt4e app? Steve Sakoman
@ 2013-06-10 23:06 ` Paul Eggleton
  2013-06-11  4:22   ` Steve Sakoman
  2013-06-11  9:12 ` Mike Looijmans
  1 sibling, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2013-06-10 23:06 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: openembedded-core

Hi Steve,

On Monday 10 June 2013 15:45:42 Steve Sakoman wrote:
> The qt-apps folder in oe-core only seems to have recipes for qt4-x11-free
> apps.
> 
> Does anyone have a recipe for a simple qt4e app that they would be
> willing to share?
> 
> I'm looking to get an idea of just how small a qt4e image can be
> without climbing the learning curve of writing a qt app and recipe :-)

It's not really much different; you should only need to inherit qt4e instead of
qt4x11. As for an example, you could look at the qconnman-e recipe in meta-oe:

http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-qt/qconnman

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: Sample recipe for qt4e app?
  2013-06-10 23:06 ` Paul Eggleton
@ 2013-06-11  4:22   ` Steve Sakoman
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2013-06-11  4:22 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer

On Mon, Jun 10, 2013 at 4:06 PM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Monday 10 June 2013 15:45:42 Steve Sakoman wrote:
>> Does anyone have a recipe for a simple qt4e app that they would be
>> willing to share?

> It's not really much different; you should only need to inherit qt4e instead of
> qt4x11. As for an example, you could look at the qconnman-e recipe in meta-oe:
>
> http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-qt/qconnman

Thanks Paul, that helped a lot!

Steve


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

* Re: Sample recipe for qt4e app?
  2013-06-10 22:45 Sample recipe for qt4e app? Steve Sakoman
  2013-06-10 23:06 ` Paul Eggleton
@ 2013-06-11  9:12 ` Mike Looijmans
  2013-06-11 14:32   ` Steve Sakoman
  1 sibling, 1 reply; 5+ messages in thread
From: Mike Looijmans @ 2013-06-11  9:12 UTC (permalink / raw)
  To: openembedded-core

On 06/11/2013 12:45 AM, Steve Sakoman wrote:
> The qt-apps folder in oe-core only seems to have recipes for qt4-x11-free apps.
>
> Does anyone have a recipe for a simple qt4e app that they would be
> willing to share?
>
> I'm looking to get an idea of just how small a qt4e image can be
> without climbing the learning curve of writing a qt app and recipe :-)

Here's my favorite:


DESCRIPTION = "QBall is a simple open source breakout style game"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = 
"file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"

inherit qt4e

SRCREV = "${AUTOREV}"
PV = "0.1+${SRCPV}"
PR = "r1"
S = "${WORKDIR}/git"

SRC_URI = "git://git.code.sf.net/p/q-ball/code"

FILES_${PN} += "/opt/QBall"
FILES_${PN}-dbg += "/opt/QBall/bin/.debug"

do_install() {
	export INSTALL_ROOT=${D}
	make install
}



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

* Re: Sample recipe for qt4e app?
  2013-06-11  9:12 ` Mike Looijmans
@ 2013-06-11 14:32   ` Steve Sakoman
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2013-06-11 14:32 UTC (permalink / raw)
  To: Mike Looijmans; +Cc: Patches and discussions about the oe-core layer

On Tue, Jun 11, 2013 at 2:12 AM, Mike Looijmans <mike.looijmans@topic.nl> wrote:

> Here's my favorite:
>
>
> DESCRIPTION = "QBall is a simple open source breakout style game"

That's funny!  I chose that same app for my test :-)

Steve


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-10 22:45 Sample recipe for qt4e app? Steve Sakoman
2013-06-10 23:06 ` Paul Eggleton
2013-06-11  4:22   ` Steve Sakoman
2013-06-11  9:12 ` Mike Looijmans
2013-06-11 14:32   ` Steve Sakoman

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.