aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/litephone/litephone.inc
blob: e2ca8ca62c769fe28a4f6039c761d7f5b779cafd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Ligthweight Qt telephony app"
AUTHOR = "Michal Brzozowski"
HOMEPAGE = "http://www.litephone.org"
SECTION = "x11/applications"
PRIORITY = "optional"
LICENSE = "GPL QPL"
RRECOMMENDS = "fsodeviced fsogsmd fsousaged frameworkd"
INC_PR = "r0"

inherit qt4x11

do_configure() {
    ${OE_QMAKE_QMAKE} QMAKE_LRELEASE=lrelease4
}

do_compile() {
    oe_runmake
}