diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2017-10-14 00:59:13 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2017-10-13 22:23:05 +0000 |
commit | 778e0c7c940f8a22f9a43290aef378fb707ca088 (patch) | |
tree | 6c5d94b52c655e1bee56720005236e917603b63b /Tools/DumpRenderTree | |
parent | 30af5bd74a1c035f0b3efc73767c0d2bef21333a (diff) | |
download | qtwebkit-778e0c7c940f8a22f9a43290aef378fb707ca088.tar.gz |
Import WebKit commit 85c24b4e854b971f0705bb3411cfd4c0b821f491
Change-Id: I3f9320f43d5d1fc5169a6c1b9dcea454974d6578
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Tools/DumpRenderTree')
-rw-r--r-- | Tools/DumpRenderTree/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/CMakeLists.txt b/Tools/DumpRenderTree/CMakeLists.txt index db6ef4304..4a726ccaf 100644 --- a/Tools/DumpRenderTree/CMakeLists.txt +++ b/Tools/DumpRenderTree/CMakeLists.txt @@ -1,3 +1,5 @@ +QTWEBKIT_SKIP_AUTOMOC(DumpRenderTree) + set(DumpRenderTree_SOURCES AccessibilityController.cpp AccessibilityTextMarker.cpp @@ -130,4 +132,7 @@ endif () if (${PORT} STREQUAL "Qt") set_target_properties(DumpRenderTree PROPERTIES AUTOMOC ON) + if (ENABLE_NETSCAPE_PLUGIN_API) + target_compile_definitions(TestNetscapePlugin PRIVATE QT_NO_VERSION_TAGGING) + endif () endif () |