From: Alexander von Renteln Date: Wed, 30 Apr 2008 10:21:30 +0000 (+0000) Subject: windows buildsystem fix X-Git-Tag: 0.2.0-beta1~16 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f42301f63ec9e3da7caec818a2416dc79c461491 windows buildsystem fix --- diff --git a/build/buildconf.pri b/build/buildconf.pri index f8f254e7..6df7b13b 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -8,9 +8,10 @@ release { } win32 { - CONFIG = warn_on uic resources qt silent windows - static { - CONFIG += release static + static { + CONFIG = release warn_on uic resources qt windows static + } else { + CONFIG = warn_on uic resources qt silent windows } }