aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qml/.prev_CMakeLists.txt5
-rw-r--r--tests/auto/qml/CMakeLists.txt5
-rw-r--r--tools/CMakeLists.txt7
3 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/qml/.prev_CMakeLists.txt b/tests/auto/qml/.prev_CMakeLists.txt
index 82178244c1..7bcdb68e09 100644
--- a/tests/auto/qml/.prev_CMakeLists.txt
+++ b/tests/auto/qml/.prev_CMakeLists.txt
@@ -84,8 +84,3 @@ if(QT_FEATURE_private_tests)
add_subdirectory(bindingdependencyapi)
add_subdirectory(v4misc)
endif()
-
-qt_exclude_tool_directories_from_default_target(
- qmlplugindump
-)
-
diff --git a/tests/auto/qml/CMakeLists.txt b/tests/auto/qml/CMakeLists.txt
index 827a88b724..dec41a2219 100644
--- a/tests/auto/qml/CMakeLists.txt
+++ b/tests/auto/qml/CMakeLists.txt
@@ -90,8 +90,3 @@ if(QT_FEATURE_private_tests)
add_subdirectory(bindingdependencyapi)
add_subdirectory(v4misc)
endif()
-
-qt_exclude_tool_directories_from_default_target(
- qmlplugindump
-)
-
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 35b5876598..b1c05782b3 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -51,10 +51,3 @@ endif()
if(QT_FEATURE_qml_devtools)
endif()
-# special case begin
-qt_exclude_tool_directories_from_default_target(
- qmlprofiler
- qmlplugindump
- qmleasing
-)
-# special case end