[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1380: Set QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3 (Panther and newer (trunk)
Author: edmanm
Date: 2006-10-23 02:30:29 -0400 (Mon, 23 Oct 2006)
New Revision: 1380
Modified:
trunk/Vidalia.pro
Log:
Set QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3 (Panther and newer), so we stop
getting linker warnings with Qt 4.2.
Modified: trunk/Vidalia.pro
===================================================================
--- trunk/Vidalia.pro 2006-10-23 05:52:33 UTC (rev 1379)
+++ trunk/Vidalia.pro 2006-10-23 06:30:29 UTC (rev 1380)
@@ -41,6 +41,11 @@
# On non-Mac, make the binary all lowercase
TARGET = vidalia
}
+macx {
+ # Set the deployment target so we stop getting linker warnings
+ # not having this set. (target Panther and newer)
+ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3
+}
unix {
# Setup the `make install` target
target.path = $${PREFIX}/bin