commit c85f1fd1b4fcb6705fc5ab9f9d9d6e50d018e0f0
parent 626b6f95c5ac29e8f162cb25496a6c3b7a4af84d
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Sun, 23 Nov 2014 03:20:37 +0100
Remove the contrib/ folder
Diffstat:
3 files changed, 0 insertions(+), 46 deletions(-)
diff --git a/.gitmodules b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "JUCE"]
- path = contrib/JUCE
- url = git://github.com/julianstorer/JUCE.git
diff --git a/contrib/JUCE b/contrib/JUCE
@@ -1 +0,0 @@
-Subproject commit 43c7f38acf747ad70dd875080504c0aceb41e69c
diff --git a/contrib/bootstrap-qt.sh b/contrib/bootstrap-qt.sh
@@ -1,42 +0,0 @@
-#! /bin/bash
-
-wget http://download.qt-project.org/official_releases/qt/5.3/5.3.2/single/qt-everywhere-opensource-src-5.3.2.tar.xz
-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 \
- -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 \
- -skip qtscript