X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=0464dceebf1638bf9789cbc9dd6ae279c9f0a535;hp=2733ad949348d101a50c08912140e5f3ac5157dc;hb=edc088bb64286c63300a63618509e3604cf845e5;hpb=74461aa838deb8c9fad8cb5a5771893f71c5c77c diff --git a/build/buildconf.pri b/build/buildconf.pri index 2733ad94..0464dcee 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:static { + CONFIG = release warn_on uic resources qt windows static +}