summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro')
-rw-r--r--Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro b/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
index de3cf6a..6f96d0a 100644
--- a/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
+++ b/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
@@ -18,11 +18,11 @@ mac {
debug_and_release:TARGET = $$qtLibraryTarget($$TARGET)
}
-INCLUDEPATH += ../../../../JavaScriptCore \
+INCLUDEPATH += ../../../../Source/JavaScriptCore \
../../unix/TestNetscapePlugin/ForwardingHeaders \
../../unix/TestNetscapePlugin/ForwardingHeaders/WebKit \
- ../../../../WebCore \
- ../../../../WebCore/bridge \
+ ../../../../Source/WebCore \
+ ../../../../Source/WebCore/bridge \
../../TestNetscapePlugIn
SOURCES = PluginObject.cpp \
@@ -44,3 +44,7 @@ mac {
} else {
SOURCES += ../../unix/TestNetscapePlugin/TestNetscapePlugin.cpp
}
+
+!win32:!embedded:!mac:!symbian {
+ LIBS += -lX11
+}