Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aedm
Last active April 24, 2016 17:14
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 aedm/20d936a82b80a3f89930 to your computer and use it in GitHub Desktop.
Save aedm/20d936a82b80a3f89930 to your computer and use it in GitHub Desktop.
Small & quick Qt5 static configuration
configure \
-release \
-static \
-nomake examples \
-nomake tools \
-opensource \
-platform win32-msvc2015 \
-nomake tests \
-opengl desktop \
-skip qtwebkit \
-mp \
-confirm-license \
-no-harfbuzz \
-no-openssl \
-no-icu \
-no-rtti \
-no-dbus \
-strip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment