10 lines
240 B
Plaintext
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
|
|
|