[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r4192: add the one line I always forget. (vidalia/trunk/pkg/osx)



Author: phobos
Date: 2009-12-22 16:34:47 -0500 (Tue, 22 Dec 2009)
New Revision: 4192

Modified:
   vidalia/trunk/pkg/osx/build-bundle.txt
Log:
add the one line I always forget.


Modified: vidalia/trunk/pkg/osx/build-bundle.txt
===================================================================
--- vidalia/trunk/pkg/osx/build-bundle.txt	2009-12-22 21:32:47 UTC (rev 4191)
+++ vidalia/trunk/pkg/osx/build-bundle.txt	2009-12-22 21:34:47 UTC (rev 4192)
@@ -75,6 +75,7 @@
       export MACOSX_DEPLOYMENT_TARGET=10.4
       mkdir build && cd build
       cmake -DOSX_TIGER_COMPAT=1 \
+            -DQT_QMAKE_EXECUTABLE=/path/to/qmake \
             -DTOR_SOURCE_DIR=<path-to-tor> \
             -DPOLIPO_SOURCE_DIR=<path-to-polipo> \
             -DTORBUTTON_XPI=<path-torbutton.xpi> ..