X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=a5aa5558e6418ca10af4a40e761b3498f2f90876;hp=81591bedfb0cfad032a6252ab83d2bc178f9f792;hb=84af2151d56be3ad799a09143e8ac2cad4388ca0;hpb=ed6852b1e5a3968a29222e5655c1131cc723fe5a diff --git a/build/buildconf.pri b/build/buildconf.pri index 81591bed..a5aa5558 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -1,21 +1,29 @@ -CONFIG += warn_on uic resources qt silent -# CONFIG += incremental link_prl nostrip qt_no_framework +# 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) -release { - CONFIG *= release strip -} else { - CONFIG *= debug -} +CONFIG += warn_on uic resources qt silent -sputdev { - DEFINES *= SPUTDEV +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 { QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk CONFIG += x86 ppc } + +sputdev { + DEFINES *= SPUTDEV +}