jasmine-headless-webkit/ext/jasmine-webkit-specrunner/common.pri
2011-08-03 12:26:39 -04:00

10 lines
200 B
Plaintext

TEMPLATE = app
CONFIG -= app_bundle
QMAKE_INFO_PLIST = Info.plist
QMAKESPEC = macx-g++
QT += network webkit
SOURCES = Page.cpp Runner.cpp ConsoleOutput.cpp
HEADERS = Page.h Runner.h ConsoleOutput.h