jasmine-headless-webkit/ext/jasmine-webkit-specrunner/common.pri
2011-08-30 15:59:09 -04:00

10 lines
240 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 ReportFileOutput.cpp
HEADERS = Page.h Runner.h ConsoleOutput.h ReportFileOutput.h