X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=25d9928f759e2a375b30f8851dd864043935328d;hp=85c2169afe2b6d648c539c709b808bf33ea635ff;hb=a2bf6dec2ea5a72d15a3310f8a7abc11988228c4;hpb=ef97c1b225bd6d1ff84369eb59fc360f02c0839b diff --git a/build/buildconf.pri b/build/buildconf.pri index 85c2169a..25d9928f 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -1,2 +1,25 @@ -CONFIG += debug warn_on uic resources qt +CONFIG += warn_on uic resources qt silent # CONFIG += incremental link_prl nostrip qt_no_framework + +release { + CONFIG *= release strip +} else { + CONFIG *= debug +} + +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 +}