jasmine-headless-webkit/ext/jasmine-webkit-specrunner/specrunner_test.pro
2011-08-02 10:20:18 -04:00

19 lines
470 B
Prolog

TEMPLATE = app
CONFIG -= app_bundle
TARGET = jasmine-webkit-specrunner-test
SOURCES = HeadlessSpecRunner/Page.cpp \
HeadlessSpecRunner/Runner.cpp \
Test/Page_test.cpp
HEADERS = HeadlessSpecRunner/Page.h \
HeadlessSpecRunner/Runner.h \
Test/Page_test.h
QT += network webkit
QMAKE_INFO_PLIST = Info.plist
QMAKESPEC = macx-gcc
LIBS += -L/Users/john/Projects/unit++/lib -lunit++
INCLUDEPATH += /Users/john/Projects/unit++/include