From 350a2f48c15d7766a58f13c9625e32e766ecdf80 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 28 May 2020 16:42:25 +0200 Subject: CMake: Regenerate qtdeclarative/tests Includes: - new api calls - some new dependencies - some TARGET_DESCRIPTION - some additional tool directory exclusion when cross-compiling (qmlplugindump) - some missing add_subdirectory calls Change-Id: Iea43e45b94f37367ffc1d8dd6ce0ff1021a31b1a Reviewed-by: Joerg Bornemann --- tests/auto/qml/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/auto/qml/CMakeLists.txt') diff --git a/tests/auto/qml/CMakeLists.txt b/tests/auto/qml/CMakeLists.txt index dec41a2219..af8859f4d9 100644 --- a/tests/auto/qml/CMakeLists.txt +++ b/tests/auto/qml/CMakeLists.txt @@ -1,5 +1,10 @@ # Generated from qml.pro. + +qt_exclude_tool_directories_from_default_target( + qmlplugindump +) + add_subdirectory(parserstress) add_subdirectory(qjsvalueiterator) add_subdirectory(qjsonbinding) @@ -90,3 +95,6 @@ if(QT_FEATURE_private_tests) add_subdirectory(bindingdependencyapi) add_subdirectory(v4misc) endif() +if(NOT CMAKE_CROSSCOMPILING) + # add_subdirectory(qmltyperegistrar) # special case need to port +endif() -- cgit v1.2.3