X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=a5aa5558e6418ca10af4a40e761b3498f2f90876;hp=25d9928f759e2a375b30f8851dd864043935328d;hb=6fe30667a4a4747e8fad048dad499f7d2390b044;hpb=e017aca90eb3444df68fb365a5d50b05881b1c5c diff --git a/build/buildconf.pri b/build/buildconf.pri index 25d9928f..a5aa5558 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 {