X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=e4a57104f16e8c6092898f829caa822ad9213927;hp=85c2169afe2b6d648c539c709b808bf33ea635ff;hb=3e353015e438f3abf4b5ebf6882e3deec0a54384;hpb=65d501eda2929fb301f74c8640cdc07d36acfda0 diff --git a/build/buildconf.pri b/build/buildconf.pri index 85c2169a..e4a57104 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -1,2 +1,6 @@ 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 +}