aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-05-28 16:42:25 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-05-29 10:01:25 +0200
commit350a2f48c15d7766a58f13c9625e32e766ecdf80 (patch)
treeb6e05e3ae5d8e0db8e06d56df71e877124a00afd /tests/auto/qml/qqmltypeloader
parent965984771d1c146a01fbaab3f6dae2461eabf78e (diff)
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 <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmltypeloader')
-rw-r--r--tests/auto/qml/qqmltypeloader/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qml/qqmltypeloader/CMakeLists.txt b/tests/auto/qml/qqmltypeloader/CMakeLists.txt
index bad19361a5..961e8efe61 100644
--- a/tests/auto/qml/qqmltypeloader/CMakeLists.txt
+++ b/tests/auto/qml/qqmltypeloader/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Generated from tst_qqmltypeloader.pro.
+# Generated from qqmltypeloader.pro.
#####################################################################
## tst_qqmltypeloader Test:
@@ -19,14 +19,13 @@ qt_add_test(tst_qqmltypeloader
INCLUDE_DIRECTORIES
../../shared
PUBLIC_LIBRARIES
- Qt::Gui
Qt::Qml
Qt::QmlPrivate
Qt::Quick
TESTDATA ${test_data}
)
-#### Keys ignored in scope 1:.:.:tst_qqmltypeloader.pro:<TRUE>:
+#### Keys ignored in scope 2:.:.:tst_qqmltypeloader.pro:<TRUE>:
# QML_IMPORT_NAME = "declarative.import.for.typeloader.test"
# QML_IMPORT_VERSION = "3.2"
@@ -50,3 +49,4 @@ set_target_properties(tst_qqmltypeloader PROPERTIES
)
qt6_qml_type_registration(tst_qqmltypeloader)
+add_subdirectory(SlowImport)