Auto merge of #1636 - daira:fix-licensing-and-remove-qt, r=str4d

Remove QT code

This removes the QT wallet code, and updates license documentation accordingly.
This commit is contained in:
zkbot
2017-03-10 23:47:43 +00:00
367 changed files with 126 additions and 181424 deletions

View File

@@ -31,8 +31,8 @@ files: []
script: |
WRAP_DIR=$HOME/wrapped
HOSTS="x86_64-unknown-linux-gnu"
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests --with-gui=no --enable-hardening"
MAKEOPTS="V=1 NO_QT=1"
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --enable-hardening"
MAKEOPTS="V=1"
FAKETIME_HOST_PROGS=""
FAKETIME_PROGS="date ar ranlib nm strip objcopy"
HOST_CFLAGS="-fwrapv -fno-strict-aliasing -Werror -g"