Permalink
Newer
100755
40 lines (31 sloc)
933 Bytes
5
SRCURL[0]="https://download.qt.io/archive/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-src-${PKGVERSION}.tar.xz"
11
###############################################################################
12
# NOTE:
13
# webengine is the new webkit (sigh). To obtain a 'lean and mean' qt toolkit,
14
# this is the way to dump all web related stuff.
15
# mee_extract_post() {
16
# start_cmd rm -rf ${S}/qtweb*
17
# }
18
19
mee_configure() {
20
start_cmd ${S}/configure \
21
-prefix ${PREFIX} \
22
-bindir ${BINDIR} \
23
-libdir ${LIBDIR} \
24
-headerdir ${INCLUDEDIR} \
25
-sysconfdir ${SYSCONFDIR} \
26
-nomake examples \
27
-opensource \