remove the specification of the qmakespec, maybe help fix #59

This commit is contained in:
John Bintz 2012-02-21 09:19:33 -05:00
parent 2e2651d11a
commit 0064595dea

View File

@ -1,7 +1,6 @@
TEMPLATE = app TEMPLATE = app
CONFIG -= app_bundle CONFIG -= app_bundle
QMAKE_INFO_PLIST = Info.plist QMAKE_INFO_PLIST = Info.plist
QMAKESPEC = macx-g++
QT += network webkit QT += network webkit
SOURCES = Page.cpp Runner.cpp SOURCES = Page.cpp Runner.cpp