jasmine-headless-webkit/ext/jasmine-webkit-specrunner/specrunner.pro

9 lines
290 B
Prolog
Raw Normal View History

2011-04-11 10:24:07 +00:00
TEMPLATE = app
CONFIG -= app_bundle
TARGET = jasmine-webkit-specrunner
2011-08-01 17:09:08 +00:00
SOURCES = HeadlessSpecRunner/Page.cpp HeadlessSpecRunner/Runner.cpp specrunner.cpp
HEADERS = HeadlessSpecRunner/Page.h HeadlessSpecRunner/Runner.h
2011-04-11 10:24:07 +00:00
QT += network webkit
QMAKE_INFO_PLIST = Info.plist
2011-04-11 14:19:41 +00:00
QMAKESPEC = macx-gcc