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