Created
April 29, 2019 06:36
-
-
Save haraki/d94b686ba51d3debb6d0a6a711ab318e to your computer and use it in GitHub Desktop.
Configure the Qt 5.12.3 build for Raspberry Pi 3 B+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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