Skip to content

Instantly share code, notes, and snippets.

@alepez
Created March 1, 2017 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alepez/748280475fe17e7fc4402858a08b0690 to your computer and use it in GitHub Desktop.
Save alepez/748280475fe17e7fc4402858a08b0690 to your computer and use it in GitHub Desktop.
Compile Qt on Raspberry 3 with ELGS
./configure -v -opengl es2 -tslib -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=/usr/bin/  -opensource -confirm-license -reduce-exports -release -qt-pcre -make libs -no-use-gold-linker -prefix /opt/Qt -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcanvas3d -skip qtcharts -skip qtconnectivity -skip qtdatavis3d -skip qtdoc -skip qtgamepad -skip qtlocation -skip qtmacextras -skip qtmultimedia -skip qtnetworkauth -skip qtpurchasing -skip qtquickcontrols -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip qtwinextras -skip qtx11extras -ssl -no-cups -no-gtk -qt-libjpeg -qt-libpng
make -j3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment