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