summaryrefslogtreecommitdiffstats
path: root/WebKitTools/WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro')
-rw-r--r--WebKitTools/WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro77
1 files changed, 0 insertions, 77 deletions
diff --git a/WebKitTools/WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro b/WebKitTools/WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro
deleted file mode 100644
index 2b3cbaf..0000000
--- a/WebKitTools/WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro
+++ /dev/null
@@ -1,77 +0,0 @@
-TEMPLATE = lib
-
-isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../../../..
-
-CONFIG(standalone_package) {
- isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$PWD/../../../../WebCore/generated
-} else {
- isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = ../../../../WebCore/generated
-}
-
-GENERATED_SOURCES_DIR = ../../generated
-
-SOURCES += \
- ../InjectedBundle.cpp \
- ../InjectedBundle.h \
- ../InjectedBundleMain.cpp \
- ../InjectedBundlePage.cpp \
- ../InjectedBundlePage.h \
- ../EventSendingController.cpp \
- ../EventSendingController.h \
- ../GCController.cpp \
- ../GCController.h \
- ../LayoutTestController.cpp \
- ../LayoutTestController.h \
- ../Bindings/JSWrapper.cpp \
- ActivateFontsQt.cpp \
- LayoutTestControllerQt.cpp \
- $$GENERATED_SOURCES_DIR/JSEventSendingController.cpp \
- $$GENERATED_SOURCES_DIR/JSGCController.cpp \
- $$GENERATED_SOURCES_DIR/JSLayoutTestController.cpp \
-
-HEADERS += \
- ../ActivateFonts.h \
- ../EventSendingController.h \
- ../GCController.h \
- ../InjectedBundle.h \
- ../InjectedBundlePage.h \
- ../LayoutTestController.h \
-
-!CONFIG(release, debug|release) {
- OBJECTS_DIR = obj/debug
-} else { # Release
- OBJECTS_DIR = obj/release
-}
-
-include(../../../../WebKit.pri)
-include(../../../../JavaScriptCore/JavaScriptCore.pri)
-addJavaScriptCoreLib(../../../../JavaScriptCore)
-include(../../../../WebKit2/WebKit2.pri)
-addWebKit2Lib(../../../../WebKit2)
-
-INCLUDEPATH += \
- $$PWD \
- $$PWD/.. \
- $$PWD/../.. \
- $$PWD/../Bindings \
- $$PWD/../../../../JavaScriptCore \
- $$PWD/../../../../JavaScriptCore/wtf \
- $$PWD/../../../../WebKit2 \
- $$PWD/../../../../WebKit2/Shared \
- $$GENERATED_SOURCES_DIR
-
-INCLUDEPATH += \
- $$OUTPUT_DIR/include \
- $$WC_GENERATED_SOURCES_DIR
-
-PREFIX_HEADER = $$PWD/../../WebKitTestRunnerPrefix.h
-QMAKE_CXXFLAGS += "-include $$PREFIX_HEADER"
-
-unix:!mac {
- CONFIG += link_pkgconfig
- PKGCONFIG += fontconfig
-}
-
-TARGET = WTRInjectedBundle
-DESTDIR = $$OUTPUT_DIR/lib
-!CONFIG(standalone_package): CONFIG -= app_bundle