aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2020-02-05 16:13:08 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2020-02-05 15:19:17 +0000
commit8ee679b50f20dc9f74af6ecec5492880c5b8b92e (patch)
tree83ed7e9c24e6f91649de91ce740da49a79ae15e0 /tests/auto/qml/qmlplugindump
parentd15665b69323dd25ac075d60007d47dff3bc824b (diff)
Fix qmlplugindump test
Change-Id: I11a315cae0a89f17d42e8000cd4ef4a21296737e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlplugindump')
-rw-r--r--tests/auto/qml/qmlplugindump/data/dumper/Imports/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlplugindump/data/dumper/Imports/CMakeLists.txt b/tests/auto/qml/qmlplugindump/data/dumper/Imports/CMakeLists.txt
index 68d0ec977c..cf9871b42e 100644
--- a/tests/auto/qml/qmlplugindump/data/dumper/Imports/CMakeLists.txt
+++ b/tests/auto/qml/qmlplugindump/data/dumper/Imports/CMakeLists.txt
@@ -30,7 +30,7 @@ qt_add_cmake_library(Imports
qt_autogen_tools_initial_setup(Imports)
# special case begin
get_target_property(binary_dir Imports BINARY_DIR)
-file(COPY qmldir plugins.qmltypes CompositeImports.qml
+file(COPY qmldir plugins.qmltypes CompositeImports.qml Derived.qml
DESTINATION ${binary_dir}
)
# special case end