X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=b85f1538eb65ecc183ded7370616d32c1939a0a0;hp=11297db47618bc3d6d4579f1acfdbd7e6412f77a;hb=823477acf579a0c3333d61fbf6400ad49155da5c;hpb=c8c60b7a8a931ae8f248d00e998c305d270b321f diff --git a/build/buildconf.pri b/build/buildconf.pri index 11297db4..b85f1538 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -1,14 +1,22 @@ +# 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:static { - CONFIG = release warn_on uic resources qt windows static +win32 { + static { + CONFIG = release warn_on uic resources qt windows static + } else { + CONFIG = warn_on uic resources qt silent windows + } } mac:Tiger {