Skip to content

Instantly share code, notes, and snippets.

@rla
Created July 17, 2012 13:08
Show Gist options
  • Save rla/3129294 to your computer and use it in GitHub Desktop.
Save rla/3129294 to your computer and use it in GitHub Desktop.
Qt 4.8.2 configure line
./configure \
-release \
-opensource \
-shared \
-no-fast \
-no-accessibility \
-largefile \
-exceptions \
-no-stl \
-plugin-sql-sqlite \
-no-qt3support \
-no-xmlpatterns \
-no-multimedia \
-no-audio-backend \
-no-phonon \
-no-phonon-backend \
-no-svg \
-no-webkit \
-qt-libpng \
-no-openssl \
-no-cups \
-no-opengl \
-no-openvg \
-no-sm \
-nomake examples \
-nomake demos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment