From 0064595deafa9afc782cbc430aaf79531c96a247 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 21 Feb 2012 09:19:33 -0500 Subject: [PATCH] remove the specification of the qmakespec, maybe help fix #59 --- ext/jasmine-webkit-specrunner/common.pri | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/jasmine-webkit-specrunner/common.pri b/ext/jasmine-webkit-specrunner/common.pri index 0320485..b80fe37 100644 --- a/ext/jasmine-webkit-specrunner/common.pri +++ b/ext/jasmine-webkit-specrunner/common.pri @@ -1,7 +1,6 @@ TEMPLATE = app CONFIG -= app_bundle QMAKE_INFO_PLIST = Info.plist -QMAKESPEC = macx-g++ QT += network webkit SOURCES = Page.cpp Runner.cpp