Skip to content

Instantly share code, notes, and snippets.

@aedm
Last active April 24, 2016 17:14
Show Gist options
  • 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