[Release] Webkit2-efl-123997_0.11.86
[framework/web/webkit-efl.git] / Tools / WebKitTestRunner / Target.pri
1 # -------------------------------------------------------------------
2 # Project file for WebKitTestRunner binary (WTR)
3 #
4 # See 'Tools/qmake/README' for an overview of the build system
5 # -------------------------------------------------------------------
6
7 TEMPLATE = app
8 TARGET = WebKitTestRunner
9
10 HEADERS += \
11     EventSenderProxy.h \
12     PlatformWebView.h \
13     StringFunctions.h \
14     TestController.h \
15     TestInvocation.h
16
17 SOURCES += \
18     qt/main.cpp \
19     qt/EventSenderProxyQt.cpp \
20     qt/PlatformWebViewQt.cpp \
21     qt/TestControllerQt.cpp \
22     qt/TestInvocationQt.cpp \
23     TestController.cpp \
24     TestInvocation.cpp
25
26 DESTDIR = $${ROOT_BUILD_DIR}/bin
27
28 QT = core gui widgets network testlib quick quick-private webkit
29
30 WEBKIT += wtf javascriptcore webkit2
31
32 DEFINES += USE_SYSTEM_MALLOC=1
33
34 PREFIX_HEADER = WebKitTestRunnerPrefix.h
35 *-g++*:QMAKE_CXXFLAGS += "-include $$PREFIX_HEADER"
36 *-clang*:QMAKE_CXXFLAGS += "-include $$PREFIX_HEADER"
37
38 RESOURCES = qt/WebKitTestRunner.qrc