clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 310b6e769aee1c1dd0a384ec1e494d3c06684652
parent 78f437cb705740446ec773514a3924d480ef2e64
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat, 22 Nov 2014 13:47:04 +0100

Reduce qt build

Diffstat:
Mcontrib/bootstrap.sh | 19++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/contrib/bootstrap.sh b/contrib/bootstrap.sh @@ -21,4 +21,21 @@ cd qt-build -no-directfb \ -no-kms \ -no-linuxfb \ - -no-sql-{mysql,odbc,sqlite,pgsql} + -no-sql-{mysql,odbc,sqlite} \ + -no-compile-examples \ + -no-gtkstyle \ + -skip location \ + -skip serialport \ + -skip xmlpatterns \ + -skip activeqt \ + -skip connectivity \ + -skip androidextras \ + -skip websockets \ + -skip doc \ + -skip multimedia \ + -skip sensors \ + -skip svg \ + -skip tools \ + -skip translations \ + -skip webkit \ + -skip webkit-examples