X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fbuildconf.pri;h=ebc939e59cedca1756a5416c2ed1f740584186c1;hp=458d352135fa1f0e4f2b5b600cc57558865aac91;hb=cf7c5679c2475bb563cd64e15477c485d89368a3;hpb=3a1dd24afe094d68259b59273e2970e461f2718a diff --git a/build/buildconf.pri b/build/buildconf.pri index 458d3521..ebc939e5 100644 --- a/build/buildconf.pri +++ b/build/buildconf.pri @@ -1,4 +1,4 @@ -CONFIG += warn_on uic resources qt +CONFIG += warn_on uic resources qt silent # CONFIG += incremental link_prl nostrip qt_no_framework release { @@ -7,6 +7,10 @@ release { CONFIG *= debug } -win32 { +win32:static { CONFIG = release warn_on uic resources qt windows static } + +mac:Tiger { + QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk +}