From c6db0354ea13b7335e751f45b004c410407a0926 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sun, 26 Jun 2011 00:03:18 -0700 Subject: [PATCH] Mac OS X: No need to build as an application bundle. http://code.google.com/p/phantomjs/issues/detail?id=139 --- src/phantomjs.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/phantomjs.pro b/src/phantomjs.pro index 8215e5db..6f3a461d 100644 --- a/src/phantomjs.pro +++ b/src/phantomjs.pro @@ -3,6 +3,8 @@ TARGET = phantomjs QT += network webkit CONFIG += console +mac: CONFIG -= app_bundle + # Comment to enable Debug Messages DEFINES += QT_NO_DEBUG_OUTPUT