From f42301f63ec9e3da7caec818a2416dc79c461491 Mon Sep 17 00:00:00 2001 From: Alexander von Renteln Date: Wed, 30 Apr 2008 10:21:30 +0000 Subject: [PATCH] windows buildsystem fix --- build/buildconf.pri | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 } } -- 2.20.1