X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=b85f1538eb65ecc183ded7370616d32c1939a0a0;hp=6df7b13b6f849f595aa91318c4b8ca10d7041592;hb=3582d8905e38109335b2cf01dccf3b554d59e7ed;hpb=f42301f63ec9e3da7caec818a2416dc79c461491 diff --git a/build/buildconf.pri b/build/buildconf.pri index 6df7b13b..b85f1538 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -1,10 +1,14 @@ +# This file contains global build settings. Note that you can add stuff to CONFIG +# by using qmake -config stuff +# Notable examples: +# +# -config debug (or release or debug_and_release) +# -config verbose (to enable verbose compiling) + CONFIG += warn_on uic resources qt silent -# CONFIG += incremental link_prl nostrip qt_no_framework -release { - CONFIG *= release strip -} else { - CONFIG *= debug +verbose { + CONFIG -= silent } win32 {