enforce console app in mac os ox

This commit is contained in:
John Bintz 2011-04-11 10:19:41 -04:00
parent ea0bbed0cf
commit f6aa2d0ac0
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
system %{qmake}
system %{qmake -spec macx-g++}
system %{make}

View File

@ -4,3 +4,4 @@ TARGET = jasmine-webkit-specrunner
SOURCES = specrunner.cpp
QT += network webkit
QMAKE_INFO_PLIST = Info.plist
QMAKESPEC = macx-gcc