diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro')
-rw-r--r-- | WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro b/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro new file mode 100644 index 0000000..51fdd65 --- /dev/null +++ b/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro @@ -0,0 +1,19 @@ +TEMPLATE = app +SOURCES += DumpRenderTree.cpp \ + ../LayoutTestController.cpp \ + ../GCController.cpp \ + ../WorkQueue.cpp \ + GCControllerGtk.cpp \ + LayoutTestControllerGtk.cpp \ + WorkQueueItemGtk.cpp + +CONFIG -= app_bundle + +BASE_DIR = $$PWD/../../.. + +include(../../../WebKit.pri) + +INCLUDEPATH += \ + $$BASE_DIR/WebKitTools/DumpRenderTree + +QMAKE_RPATHDIR += $$OUTPUT_DIR/lib |