MacOS only: automagically build universal if the Tiger SDK is used
[quassel.git] / build / buildconf.pri
index a82675a..11297db 100644 (file)
@@ -10,3 +10,8 @@ release {
 win32:static { 
   CONFIG = release warn_on uic resources qt windows static
 }
+
+mac:Tiger {
+ QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
+ CONFIG += x86 ppc
+}