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.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro b/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
index 96f0fc5..6741668 100644
--- a/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
+++ b/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
@@ -32,6 +32,7 @@ SOURCES = PluginObject.cpp \
Tests/EvaluateJSAfterRemovingPluginElement.cpp \
Tests/GetURLWithJavaScriptURLDestroyingPlugin.cpp \
Tests/GetUserAgentWithNullNPPFromNPPNew.cpp \
+ Tests/NPDeallocateCalledBeforeNPShutdown.cpp \
Tests/NPRuntimeObjectFromDestroyedPlugin.cpp \
Tests/NPRuntimeRemoveProperty.cpp \
Tests/NullNPPGetValuePointer.cpp \
@@ -46,6 +47,8 @@ mac {
SOURCES += ../../unix/TestNetscapePlugin/TestNetscapePlugin.cpp
}
+DEFINES -= QT_ASCII_CAST_WARNINGS
+
!win32:!embedded:!mac:!symbian {
LIBS += -lX11
}