summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/testsupport/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginequick/testsupport/CMakeLists.txt')
-rw-r--r--src/webenginequick/testsupport/CMakeLists.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/webenginequick/testsupport/CMakeLists.txt b/src/webenginequick/testsupport/CMakeLists.txt
deleted file mode 100644
index 7058a6029..000000000
--- a/src/webenginequick/testsupport/CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-qt_internal_add_qml_module(WebEngineTestSupport
- ${configureMode}
- URI "QtWebEngine.testsupport"
- VERSION "${PROJECT_VERSION}"
- CLASS_NAME QtWebEngineTestSupportPlugin
- PLUGIN_TARGET qtwebenginetestsupportplugin
- NO_PLUGIN_OPTIONAL
- SOURCES
- qquickwebenginetestsupport.cpp qquickwebenginetestsupport_p.h
- DEFINES
- QT_BUILD_WEBENGINEQUICK_TESTSUPPORT_LIB
- LIBRARIES
- Qt::GuiPrivate
- Qt::Qml
- Qt::TestPrivate
- Qt::WebEngineCore
-)
-make_install_only(WebEngineTestSupport)
-make_install_only(qtwebenginetestsupportplugin)