From: Marcus Eggenberger Date: Mon, 28 Apr 2008 15:57:06 +0000 (+0000) Subject: sane windows build config for non static builds X-Git-Tag: 0.2.0-beta1~20 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=5d321588ac2c292e217e2f77a3016912f29f1b6f sane windows build config for non static builds --- diff --git a/build/buildconf.pri b/build/buildconf.pri index 11297db4..f8f254e7 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -7,8 +7,11 @@ release { CONFIG *= debug } -win32:static { - CONFIG = release warn_on uic resources qt windows static +win32 { + CONFIG = warn_on uic resources qt silent windows + static { + CONFIG += release static + } } mac:Tiger {