Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Mike Looijmans <mike.looijmans@topic.nl>
To: openembedded-core@lists.openembedded.org
Subject: Re: Sample recipe for qt4e app?
Date: Tue, 11 Jun 2013 11:12:18 +0200	[thread overview]
Message-ID: <51B6E9F2.5000608@topic.nl> (raw)
In-Reply-To: <CAGDS+nkQ1u=bzhgDGJjMw+U99eazLb_Na51qmVSa2AGUrZM_QQ@mail.gmail.com>

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
}



  parent reply	other threads:[~2013-06-11  9:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2013-06-11 14:32   ` Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51B6E9F2.5000608@topic.nl \
    --to=mike.looijmans@topic.nl \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox