Skip to content

Instantly share code, notes, and snippets.

@dogukanarat
Created October 19, 2022 17:44
Show Gist options
  • Save dogukanarat/d45c585d2eeac9829f348860bec970d1 to your computer and use it in GitHub Desktop.
Save dogukanarat/d45c585d2eeac9829f348860bec970d1 to your computer and use it in GitHub Desktop.
qt build options
./configure -prefix ~/Qt/5.12.12 -DCMAKE_OSX_ARCHITECTURES="x86_64" -static -opensource -confirm-license -debug -gui -widgets -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcanvas3d -skip qtconnectivity -skip qtdatavis3d -skip qtdeclarative -skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats -skip qtlocation -skip qtmacextras -skip qtnetworkauth -skip qtpurchasing -skip qtremoteobjects -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtsvg -skip qttranslations -skip qtvirtualkeyboard -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebglplugin -skip qtwebsockets -skip qtwebview -skip qtwinextras -skip qtx11extras -sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment