clap

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

commit 78f437cb705740446ec773514a3924d480ef2e64
parent 93999b9449ae4eabb135776d621a44b93359430f
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat, 22 Nov 2014 12:56:01 +0100

Update qt build config

Diffstat:
Mcontrib/bootstrap.sh | 32+++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/contrib/bootstrap.sh b/contrib/bootstrap.sh @@ -5,18 +5,20 @@ rm -rf qt tar xf qt-everywhere-opensource-src-5.3.2.tar.xz mv qt-everywhere-opensource-src-5.3.2 qt mkdir qt-build -cd qt-build && ../qt/configure -release \ - -opensource \ - -c++11 \ - -static \ - -process \ - -largefile \ - -no-glib \ - -no-pulseaudio \ - -no-alsa \ - -no-cups \ - -no-nis \ - -no-dbus \ - -no-directfb \ - -no-kms \ - -no-linuxfb +cd qt-build +../qt/configure -release \ + -opensource \ + -c++11 \ + -static \ + -process \ + -largefile \ + -no-glib \ + -no-pulseaudio \ + -no-alsa \ + -no-cups \ + -no-nis \ + -no-dbus \ + -no-directfb \ + -no-kms \ + -no-linuxfb \ + -no-sql-{mysql,odbc,sqlite,pgsql}