jasmine-headless-webkit/ext/jasmine-webkit-specrunner/common.pri

10 lines
240 B
Plaintext
Raw Normal View History

2011-08-03 16:26:39 +00:00
TEMPLATE = app
CONFIG -= app_bundle
QMAKE_INFO_PLIST = Info.plist
QMAKESPEC = macx-g++
QT += network webkit
2011-08-30 19:59:09 +00:00
SOURCES = Page.cpp Runner.cpp ConsoleOutput.cpp ReportFileOutput.cpp
HEADERS = Page.h Runner.h ConsoleOutput.h ReportFileOutput.h
2011-08-03 16:26:39 +00:00