v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
7
attic/qt5_configure_options.sh
Normal file
7
attic/qt5_configure_options.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo apt-get install libssl-dev libicu-dev bison gperf build-essential
|
||||
|
||||
cd $HOME/Qt/5.3/Src
|
||||
./configure -openssl-linked -qt-pcre -qt-zlib -qt-libpng -no-mtdev -no-iconv -no-cups -fontconfig -no-nis -no-evdev -no-eglfs -dbus-linked -no-separate-debug-info -qt-xcb -opensource -confirm-license -no-xrandr -no-xinerama -no-xcursor -no-xfixes -qt-libjpeg -qt-freetype -prefix $PWD/qtbase -nomake examples -nomake tests
|
||||
make install
|
||||
Loading…
Add table
Add a link
Reference in a new issue