summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/PlatformQt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/PlatformQt.cmake')
-rw-r--r--Source/WebKit/PlatformQt.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebKit/PlatformQt.cmake b/Source/WebKit/PlatformQt.cmake
index 4675a3abb..81f7e95f6 100644
--- a/Source/WebKit/PlatformQt.cmake
+++ b/Source/WebKit/PlatformQt.cmake
@@ -188,6 +188,7 @@ list(APPEND WebKit_SOURCES
qt/WebCoreSupport/PopupMenuQt.cpp
qt/WebCoreSupport/ProgressTrackerClientQt.cpp
qt/WebCoreSupport/QWebFrameAdapter.cpp
+ qt/WebCoreSupport/QWebFrameData.cpp
qt/WebCoreSupport/QWebPageAdapter.cpp
qt/WebCoreSupport/QtPlatformPlugin.cpp
qt/WebCoreSupport/QtPluginWidgetAdapter.cpp
@@ -253,8 +254,6 @@ if (ENABLE_TEST_SUPPORT)
)
if (SHARED_CORE)
list(APPEND WebKit_LIBRARIES PUBLIC WebCoreTestSupport)
- install(TARGETS WebCoreTestSupport EXPORT WebKitTargets
- DESTINATION "${LIB_INSTALL_DIR}")
else ()
list(APPEND WebKit_LIBRARIES PRIVATE WebCoreTestSupport)
endif ()