summaryrefslogtreecommitdiff
path: root/packages/qt4/qtopia-core.inc
blob: 06837787cfd7623eb50a9230adfcc04acbc91370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUMMARY = "Qt is a versatile cross-platform application framework -- this is the QtopiaCore/Embedded version."
SECTION = "libs"
LICENSE = "GPL"
PRIORITY = "optional"
HOMEPAGE = "http://www.trolltech.com"
DEPENDS += "tslib"
PR = "r1"

SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz \
           file://0001-cross-compile.patch;patch=1 \
           file://0003-no-tools.patch;patch=1 \
           file://0004-no-qmake.patch;patch=1 \
           file://0005-fix-mkspecs.patch;patch=1"
S = "${WORKDIR}/qtopia-core-opensource-src-${PV}"


QT_CONFIG_FLAGS += " \
    -nomake demos -nomake examples -nomake tools \
    -qt-mouse-tslib -qt-gfx-transformed -embedded ${QT_ARCH}"
QT_BASE_NAME = "qtopiacore"
QT_BASE_LIB  = "libqtopiacore"
QT_LIBRARY_NAME = "Qt"
QT_DIR_NAME = "qtopia"
require qt_depends.inc
require qt_configuration.inc
require qt_packaging.inc
require qt_staging.inc

inherit qtopia4core