1TEMPLATE = lib 2TARGET = TestNetscapePlugin 3VPATH = ../../gtk/TestNetscapePlugin ../../TestNetscapePlugIn.subproj 4include(../../../../WebKit.pri) 5DESTDIR = $$OUTPUT_DIR/lib/plugins 6INCLUDEPATH += ../../../../JavaScriptCore \ 7 ../../gtk/TestNetscapePlugin/ForwardingHeaders \ 8 ../../gtk/TestNetscapePlugin/ForwardingHeaders/WebKit \ 9 ../../../../WebCore \ 10 ../../../../WebCore/bridge \ 11 ../../TestNetscapePlugIn.subproj 12SOURCES = TestNetscapePlugin.cpp \ 13 PluginObject.cpp \ 14 TestObject.cpp \ 15