Skip to content

Instantly share code, notes, and snippets.

@dragly
Last active February 23, 2017 10:22
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 dragly/04b16f3cedb4c349f87d5f1bf2b66dad to your computer and use it in GitHub Desktop.
Save dragly/04b16f3cedb4c349f87d5f1bf2b66dad to your computer and use it in GitHub Desktop.
Build Qt5 from Git
git clone git://code.qt.io/qt/qt5.git
cd qt5
git checkout 5.9
perl init-repository --codereview-username dragly --module-subset=default,-qtwebkit,-qtwebkit-examples,-qtwebengine,-qtwebview
./configure -developer-build -opensource -nomake tests -nomake examples -confirm-license
make module-qt3d module-qtquickcontrols module-qtquickcontrols2 module-qtdatavis3d module-qtcharts -j4
@dragly
Copy link
Author

dragly commented Oct 12, 2016

Remember to change the username in --codereview-username.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment