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

17 lines
407 B
Prolog
Raw Normal View History

2011-08-02 14:20:18 +00:00
TEMPLATE = app
CONFIG -= app_bundle
TARGET = jasmine-webkit-specrunner-test
SOURCES = HeadlessSpecRunner/Page.cpp \
HeadlessSpecRunner/Runner.cpp \
2011-08-02 19:47:14 +00:00
Test/Page_test.cpp \
specrunner_test.cpp
2011-08-02 14:20:18 +00:00
HEADERS = HeadlessSpecRunner/Page.h \
HeadlessSpecRunner/Runner.h \
Test/Page_test.h
2011-08-02 19:47:14 +00:00
QT += network webkit testlib
2011-08-02 14:20:18 +00:00
QMAKE_INFO_PLIST = Info.plist
QMAKESPEC = macx-gcc