[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2056: Spiffy up our configure.in so it will make qmake produce a M (trunk)
Author: edmanm
Date: 2007-10-21 02:54:19 -0400 (Sun, 21 Oct 2007)
New Revision: 2056
Modified:
trunk/
trunk/configure.in
Log:
r2173@lysithea: edmanm | 2007-10-21 02:54:15 -0400
Spiffy up our configure.in so it will make qmake produce a Makefile instead of
an Xcode project on OS X when using the Qt 4.3 .dmg installers.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2173] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2007-10-21 05:03:42 UTC (rev 2055)
+++ trunk/configure.in 2007-10-21 06:54:19 UTC (rev 2056)
@@ -108,6 +108,9 @@
CXXFLAGS="-I$QTDATA/include -I$QTDATA/include/QtCore -I$QTDATA/include/QtGui"
if test $OS = "Darwin"; then
+ # We want a Makefile, instead of an XCode project
+ QFLAGS="$QFLAGS -makefile -spec macx-g++"
+
# On Mac, we need to see if Qt is built as a series of frameworks
AC_CACHE_CHECK([if Qt is built as a framework], ac_cv_qt_is_framework, [
saved_LDFLAGS="$LDFLAGS"