Commit dce06cea authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf qt5-5.15.3-lts-lgpl.tar.gz
tar xf qtbase-5.15.3-lts-lgpl.tar.gz -C qt5-5.15.3-lts-lgpl/qtbase --strip-components=1
mkdir -p qt5-5.15.3-lts-lgpl/qtbase/.git
tar xf qtdeclarative-5.15.3-lts-lgpl.tar.gz -C qt5-5.15.3-lts-lgpl/qtdeclarative --strip-components=1
mkdir -p qt5-5.15.3-lts-lgpl/qtdeclarative/.git
tar xf qtsvg-5.15.3-lts-lgpl.tar.gz -C qt5-5.15.3-lts-lgpl/qtsvg --strip-components=1
mkdir -p qt5-5.15.3-lts-lgpl/qtsvg/.git
tar xf qttools-5.15.3-lts-lgpl.tar.gz -C qt5-5.15.3-lts-lgpl/qttools --strip-components=1
mkdir -p qt5-5.15.3-lts-lgpl/qttools/.git
cd qt5-5.15.3-lts-lgpl && ./configure -release -prefix /usr -nomake tests -nomake examples -confirm-license -opensource -journald
$(MAKE) -C qt5-5.15.3-lts-lgpl
$(MAKE) -C qt5-5.15.3-lts-lgpl install
rm -rf qt5-5.15.3-lts-lgpl
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment