Last active
April 24, 2016 17:14
-
-
Save aedm/20d936a82b80a3f89930 to your computer and use it in GitHub Desktop.
Small & quick Qt5 static configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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