X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=458d352135fa1f0e4f2b5b600cc57558865aac91;hp=2733ad949348d101a50c08912140e5f3ac5157dc;hb=3a1dd24afe094d68259b59273e2970e461f2718a;hpb=74461aa838deb8c9fad8cb5a5771893f71c5c77c diff --git a/build/buildconf.pri b/build/buildconf.pri index 2733ad94..458d3521 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -1,2 +1,12 @@ -CONFIG = debug warn_on uic resources qt +CONFIG += warn_on uic resources qt # CONFIG += incremental link_prl nostrip qt_no_framework + +release { + CONFIG *= release strip +} else { + CONFIG *= debug +} + +win32 { + CONFIG = release warn_on uic resources qt windows static +}