From: Matt Keeter Date: Sat, 22 Mar 2014 01:40:18 +0000 (-0400) Subject: Adding support for static qt builds X-Git-Tag: v0.9.0~8^2 X-Git-Url: https://git.sur5r.net/?p=fstl;a=commitdiff_plain;h=aa125026681f82cd2fa4eacec9d777d5d36508b0 Adding support for static qt builds --- diff --git a/qt/fstl.pro b/qt/fstl.pro index cec8000..7a0f449 100644 --- a/qt/fstl.pro +++ b/qt/fstl.pro @@ -40,3 +40,7 @@ macx { win32 { RC_FILE = ../exe/fstl.rc } + +static { + CONFIG += static +}