From 230644faec7b3e6f7f74965455201929d1a71dd7 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 6 Apr 2020 19:30:48 +0200 Subject: Revert "CMake: Exclude building apps when cross-compiling" A slightly modified commit will-be relanded once a dependent change in qtbase is merged and propagated to qtdeclarative. This reverts commit e4f1c1068bccea38889ba1d66dfcecacbb9f6634. Change-Id: Ia7ca2f5f3b7d2ad2d07e380b3853aca87d779d18 Reviewed-by: Joerg Bornemann --- tests/auto/qml/.prev_CMakeLists.txt | 5 ----- tests/auto/qml/CMakeLists.txt | 5 ----- 2 files changed, 10 deletions(-) (limited to 'tests/auto') 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 -) - -- cgit v1.2.3