Skip to content

Instantly share code, notes, and snippets.

@haraki
Created April 29, 2019 06:36
Show Gist options
  • Save haraki/d94b686ba51d3debb6d0a6a711ab318e to your computer and use it in GitHub Desktop.
Save haraki/d94b686ba51d3debb6d0a6a711ab318e to your computer and use it in GitHub Desktop.
Configure the Qt 5.12.3 build for Raspberry Pi 3 B+
PKG_CONFIG_LIBDIR=/usr/lib/arm-linux-gnueabihf/pkgconfig:/usr/share/pkgconfig \
../qt-everywhere-src-5.12.3/configure \
-platform linux-rpi3-g++ \
-v \
-opengl es2 -eglfs \
-no-gtk \
-opensource -confirm-license -release \
-reduce-exports \
-force-pkg-config \
-nomake examples -no-compile-examples \
-skip qtwayland \
-skip qtwebengine \
-skip qtscript \
-no-feature-geoservices_mapboxgl \
-qt-pcre \
-no-pch \
-ssl \
-evdev \
-system-freetype \
-fontconfig \
-glib \
-prefix /opt/Qt5.12 \
-qpa eglfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment