summaryrefslogtreecommitdiffstats
path: root/Tools/WebKitTestRunner/InjectedBundle/Target.pri
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitTestRunner/InjectedBundle/Target.pri')
-rw-r--r--Tools/WebKitTestRunner/InjectedBundle/Target.pri72
1 files changed, 0 insertions, 72 deletions
diff --git a/Tools/WebKitTestRunner/InjectedBundle/Target.pri b/Tools/WebKitTestRunner/InjectedBundle/Target.pri
deleted file mode 100644
index b0091194a..000000000
--- a/Tools/WebKitTestRunner/InjectedBundle/Target.pri
+++ /dev/null
@@ -1,72 +0,0 @@
-# -------------------------------------------------------------------
-# Project file for WebKitTestRunner's InjectedBundle
-#
-# See 'Tools/qmake/README' for an overview of the build system
-# -------------------------------------------------------------------
-
-TEMPLATE = lib
-TARGET = WTRInjectedBundle
-
-SOURCES += \
- AccessibilityController.cpp \
- AccessibilityTextMarker.cpp \
- AccessibilityTextMarkerRange.cpp \
- AccessibilityUIElement.cpp \
- InjectedBundle.cpp \
- InjectedBundle.h \
- InjectedBundleMain.cpp \
- InjectedBundlePage.cpp \
- InjectedBundlePage.h \
- EventSendingController.cpp \
- EventSendingController.h \
- GCController.cpp \
- GCController.h \
- TestRunner.cpp \
- TestRunner.h \
- TextInputController.cpp \
- TextInputController.h \
- Bindings/JSWrapper.cpp \
- qt/ActivateFontsQt.cpp \
- qt/InjectedBundleQt.cpp \
- qt/TestRunnerQt.cpp
-
-# Adds the generated sources to SOURCES
-include(DerivedSources.pri)
-
-HEADERS += \
- AccessibilityController.h \
- AccessibilityTextMarker.h \
- AccessibilityTextMarkerRange.h \
- AccessibilityUIElement.h \
- ActivateFonts.h \
- EventSendingController.h \
- GCController.h \
- InjectedBundle.h \
- InjectedBundlePage.h \
- TestRunner.h \
- TextInputController.h \
-
-DESTDIR = $${ROOT_BUILD_DIR}/lib
-
-QT += widgets webkit
-
-WEBKIT += wtf javascriptcore webcore
-
-CONFIG += plugin rpath
-
-have?(FONTCONFIG): PKGCONFIG += fontconfig
-
-INCLUDEPATH += \
- $$PWD \
- $$PWD/.. \
- $$PWD/Bindings \
- $${ROOT_WEBKIT_DIR}/Source/WebCore/platform/qt \
- $${ROOT_WEBKIT_DIR}/Source/WebCore/testing/js \
- $${ROOT_WEBKIT_DIR}/Source/WebKit/qt/WebCoreSupport
-
-PREFIX_HEADER = $$PWD/../WebKitTestRunnerPrefix.h
-*-g++*:QMAKE_CXXFLAGS += "-include $$PREFIX_HEADER"
-
-linux-* {
- QMAKE_LFLAGS += -Wl,--no-undefined
-}