Skip to content

Instantly share code, notes, and snippets.

@mmatyas
Last active July 1, 2017 09:23
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 mmatyas/20bae8f3a9717965327d97655ad4da21 to your computer and use it in GitHub Desktop.
Save mmatyas/20bae8f3a9717965327d97655ad4da21 to your computer and use it in GitHub Desktop.
Qt build flags for Pegasus
/src/configure
-opensource
-confirm-license
-release
-strip
-no-rpath
-make libs
-no-pch
-static
-verbose
-opengl es2
-device linux-rasp-pi2-g++
-device-option CROSS_COMPILE=/opt/raspberrypi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-
-sysroot /opt/rpi-sysroot
-prefix /opt/qt59_rpi2-static
-extprefix /opt/qt59_rpi2-static
-hostprefix /opt/qt59_rpi2-static_hosttools
-fontconfig
-openvg
-gstreamer 1.0
-no-xcb
-no-feature-accessibility
-no-feature-action
-no-feature-assimp
-no-feature-clipboard
-no-feature-cssparser
-no-feature-cursor
-no-feature-dbus
-no-feature-directfb
-no-feature-draganddrop
-no-feature-ftp
-no-feature-gbm
-no-feature-gestures
-no-feature-glib
-no-feature-icu
-no-feature-im
-no-feature-image_heuristic_mask
-no-feature-image_text
-no-feature-imageformat_bmp
-no-feature-imageformat_ppm
-no-feature-imageformat_xpm
-no-feature-linux_v4l
-no-feature-linuxfb
-no-feature-localserver
-no-feature-mimetype
-no-feature-mirclient
-no-feature-mtdev
-no-feature-pdf
-no-feature-picture
-no-feature-proxymodel
-no-feature-qml-debug
-no-feature-qml-profiler
-no-feature-quick-designer
-no-feature-sctp
-no-feature-sessionmanager
-no-feature-sharedmemory
-no-feature-shortcut
-no-feature-sql
-no-feature-systemsemaphore
-no-feature-systemtrayicon
-no-feature-tabletevent
-no-feature-texthtmlparser
-no-feature-textodfwriter
-no-feature-timezone
-no-feature-tslib
-no-feature-udpsocket
-no-feature-validator
-no-feature-vnc
-no-feature-widgets
-no-feature-xml
-skip qtactiveqt
-skip qtcharts
-skip qtconnectivity
-skip qtdatavis3d
-skip qtimageformats
-skip qtlocation
-skip qtnetworkauth
-skip qtpurchasing
-skip qtquickcontrols
-skip qtquickcontrols2
-skip qtremoteobjects
-skip qtscript
-skip qtscxml
-skip qtsensors
-skip qtserialbus
-skip qtserialport
-skip qtspeech
-skip qtsystems
-skip qtwayland
-skip qtwebchannel
-skip qtwebengine
-skip qtwebkit
-skip qtwebsockets
-skip qtwebview
-skip qtxmlpatterns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment