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