summaryrefslogtreecommitdiff
path: root/packages/qt4/qtopia-core.inc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-24 01:27:26 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-24 01:27:26 +0000
commit32a24933810026b6a730a0377889fa73430501cc (patch)
tree61bb887e5be79ad6ab5a0668a77be0f2acfe2de5 /packages/qt4/qtopia-core.inc
parentf53bfcb679b66b329fe13418d492d9c289472e6e (diff)
packages/qt4/qt4-x11-free, qtopia-core: Move boilerplate lines to a .inc file
Diffstat (limited to 'packages/qt4/qtopia-core.inc')
-rw-r--r--packages/qt4/qtopia-core.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/qt4/qtopia-core.inc b/packages/qt4/qtopia-core.inc
new file mode 100644
index 0000000000..cf8c0cc411
--- /dev/null
+++ b/packages/qt4/qtopia-core.inc
@@ -0,0 +1,17 @@
+SUMMARY = "QtopiaCore"
+SECTION = "libs"
+LICENSE = "GPL"
+PRIORITY = "optional"
+HOMEPAGE = "http://www.trolltech.com"
+DEPENDS = "freetype tslib"
+
+SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz \
+ file://linux-oe-qmake.conf"
+S = "${WORKDIR}/qtopia-core-opensource-src-${PV}"
+inherit pkgconfig
+
+
+QT_BASE_NAME = "qtopiacore"
+QT_BASE_LIB = "libqtopiacore"
+QT_LIBRARY_NAME = "libQt"
+require qt_packaging.inc