2011-02-18 22:53:06 -05:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = webkit_server
|
|
|
|
DESTDIR = .
|
2011-09-24 16:50:06 -04:00
|
|
|
HEADERS = \
|
2012-06-29 12:14:22 -04:00
|
|
|
EnableLogging.h \
|
2012-05-25 10:13:17 -04:00
|
|
|
Authenticate.h \
|
2012-07-10 09:47:17 -04:00
|
|
|
SetConfirmAction.h \
|
|
|
|
SetPromptAction.h \
|
|
|
|
SetPromptText.h \
|
|
|
|
ClearPromptText.h \
|
|
|
|
JavascriptAlertMessages.h \
|
|
|
|
JavascriptConfirmMessages.h \
|
|
|
|
JavascriptPromptMessages.h \
|
2012-05-04 13:56:21 -04:00
|
|
|
IgnoreSslErrors.h \
|
2012-03-29 12:59:43 -04:00
|
|
|
ResizeWindow.h \
|
2012-02-05 11:43:48 -05:00
|
|
|
CurrentUrl.h \
|
2011-11-15 21:11:37 -05:00
|
|
|
RequestedUrl.h \
|
2011-10-31 13:53:57 -04:00
|
|
|
ConsoleMessages.h \
|
2011-09-24 16:50:06 -04:00
|
|
|
WebPage.h \
|
|
|
|
Server.h \
|
|
|
|
Connection.h \
|
|
|
|
Command.h \
|
2012-07-08 15:04:30 -04:00
|
|
|
SocketCommand.h \
|
2011-09-24 16:50:06 -04:00
|
|
|
Visit.h \
|
|
|
|
Find.h \
|
|
|
|
Reset.h \
|
|
|
|
Node.h \
|
|
|
|
JavascriptInvocation.h \
|
|
|
|
Url.h \
|
|
|
|
Source.h \
|
|
|
|
Evaluate.h \
|
|
|
|
Execute.h \
|
|
|
|
FrameFocus.h \
|
|
|
|
Response.h \
|
|
|
|
NetworkAccessManager.h \
|
2011-09-24 17:25:15 -04:00
|
|
|
NetworkCookieJar.h \
|
2011-09-24 16:50:06 -04:00
|
|
|
Header.h \
|
|
|
|
Render.h \
|
|
|
|
body.h \
|
|
|
|
Status.h \
|
|
|
|
Headers.h \
|
|
|
|
UnsupportedContentHandler.h \
|
2011-09-24 17:25:15 -04:00
|
|
|
SetCookie.h \
|
|
|
|
ClearCookies.h \
|
|
|
|
GetCookies.h \
|
2011-10-14 11:22:24 -04:00
|
|
|
CommandParser.h \
|
|
|
|
CommandFactory.h \
|
2011-09-24 17:55:18 -04:00
|
|
|
SetProxy.h \
|
2012-03-21 18:50:55 -04:00
|
|
|
NullCommand.h \
|
2012-03-23 16:34:39 -04:00
|
|
|
PageLoadingCommand.h \
|
2012-03-29 21:38:34 -04:00
|
|
|
SetSkipImageLoading.h \
|
2012-03-26 18:41:33 -04:00
|
|
|
WebPageManager.h \
|
|
|
|
WindowFocus.h \
|
2012-03-27 18:49:57 -04:00
|
|
|
GetWindowHandles.h \
|
|
|
|
GetWindowHandle.h \
|
2012-10-24 07:55:29 -04:00
|
|
|
GetTimeout.h \
|
|
|
|
SetTimeout.h \
|
|
|
|
TimeoutCommand.h \
|
2011-09-24 16:50:06 -04:00
|
|
|
|
|
|
|
SOURCES = \
|
2012-06-29 12:14:22 -04:00
|
|
|
EnableLogging.cpp \
|
2012-05-25 10:13:17 -04:00
|
|
|
Authenticate.cpp \
|
2012-07-10 09:47:17 -04:00
|
|
|
SetConfirmAction.cpp \
|
|
|
|
SetPromptAction.cpp \
|
|
|
|
SetPromptText.cpp \
|
|
|
|
ClearPromptText.cpp \
|
|
|
|
JavascriptAlertMessages.cpp \
|
|
|
|
JavascriptConfirmMessages.cpp \
|
|
|
|
JavascriptPromptMessages.cpp \
|
2012-05-04 13:56:21 -04:00
|
|
|
IgnoreSslErrors.cpp \
|
2012-03-29 12:59:43 -04:00
|
|
|
ResizeWindow.cpp \
|
2012-02-05 11:43:48 -05:00
|
|
|
CurrentUrl.cpp \
|
2011-11-15 21:11:37 -05:00
|
|
|
RequestedUrl.cpp \
|
2011-10-31 13:53:57 -04:00
|
|
|
ConsoleMessages.cpp \
|
2011-09-24 16:50:06 -04:00
|
|
|
main.cpp \
|
|
|
|
WebPage.cpp \
|
|
|
|
Server.cpp \
|
|
|
|
Connection.cpp \
|
|
|
|
Command.cpp \
|
2012-07-08 15:04:30 -04:00
|
|
|
SocketCommand.cpp \
|
2011-09-24 16:50:06 -04:00
|
|
|
Visit.cpp \
|
|
|
|
Find.cpp \
|
|
|
|
Reset.cpp \
|
|
|
|
Node.cpp \
|
|
|
|
JavascriptInvocation.cpp \
|
|
|
|
Url.cpp \
|
|
|
|
Source.cpp \
|
|
|
|
Evaluate.cpp \
|
|
|
|
Execute.cpp \
|
|
|
|
FrameFocus.cpp \
|
|
|
|
Response.cpp \
|
|
|
|
NetworkAccessManager.cpp \
|
2011-09-24 17:25:15 -04:00
|
|
|
NetworkCookieJar.cpp \
|
2011-09-24 16:50:06 -04:00
|
|
|
Header.cpp \
|
|
|
|
Render.cpp \
|
|
|
|
body.cpp \
|
|
|
|
Status.cpp \
|
|
|
|
Headers.cpp \
|
|
|
|
UnsupportedContentHandler.cpp \
|
2011-09-24 17:25:15 -04:00
|
|
|
SetCookie.cpp \
|
|
|
|
ClearCookies.cpp \
|
|
|
|
GetCookies.cpp \
|
2011-10-14 11:22:24 -04:00
|
|
|
CommandParser.cpp \
|
|
|
|
CommandFactory.cpp \
|
2011-09-24 17:55:18 -04:00
|
|
|
SetProxy.cpp \
|
2012-03-21 18:50:55 -04:00
|
|
|
NullCommand.cpp \
|
2012-03-23 16:34:39 -04:00
|
|
|
PageLoadingCommand.cpp \
|
2012-10-24 07:55:29 -04:00
|
|
|
SetTimeout.cpp \
|
|
|
|
GetTimeout.cpp \
|
2012-03-29 21:38:34 -04:00
|
|
|
SetSkipImageLoading.cpp \
|
2012-03-26 18:41:33 -04:00
|
|
|
WebPageManager.cpp \
|
|
|
|
WindowFocus.cpp \
|
2012-03-27 18:49:57 -04:00
|
|
|
GetWindowHandles.cpp \
|
|
|
|
GetWindowHandle.cpp \
|
2012-10-24 07:55:29 -04:00
|
|
|
TimeoutCommand.cpp \
|
2011-09-24 16:50:06 -04:00
|
|
|
|
2011-02-25 22:32:22 -05:00
|
|
|
RESOURCES = webkit_server.qrc
|
2011-02-18 22:53:06 -05:00
|
|
|
QT += network webkit
|
2011-02-25 22:32:22 -05:00
|
|
|
CONFIG += console
|
2011-05-11 09:04:31 -04:00
|
|
|
CONFIG -= app_bundle
|
2011-02-18 22:53:06 -05:00
|
|
|
|