aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 11:39:42 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-15 12:24:38 +0000
commit91e32f86b53bb930405a58e19c84746ee85cdf89 (patch)
tree3419986b62355e718551b83a514c1169480a8ed0 /tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/.prev_CMakeLists.txt
parent387f360b3b2634094889478f2b258e65a70b9aa6 (diff)
Regenerate remaining tests to be in sync
Change-Id: I200c8f58ad13bc1bc78409a3ce49348584ba5b51 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/.prev_CMakeLists.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/.prev_CMakeLists.txt b/tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/.prev_CMakeLists.txt
index 442ce7f080..b56eac2165 100644
--- a/tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/.prev_CMakeLists.txt
+++ b/tests/auto/qml/qmlplugindump/data/dumper/ExtendedType/.prev_CMakeLists.txt
@@ -1,10 +1,11 @@
# Generated from extendedtype.pro.
#####################################################################
-## ExtendedType Plugin:
+## ExtendedType Generic Library:
#####################################################################
-add_qt_plugin(ExtendedType
+add_cmake_library(ExtendedType
+ MODULE
SOURCES
plugin.cpp plugin.h
types.h
@@ -15,16 +16,14 @@ add_qt_plugin(ExtendedType
)
#### Keys ignored in scope 1:.:.:extendedtype.pro:<TRUE>:
-# CONFIG = "qt" "plugin" "-debug_and_release_target"
# TEMPLATE = "lib"
## Scopes:
#####################################################################
-#### Keys ignored in scope 2:.:.:extendedtype.pro:NOT build_pass AND QT_FEATURE_debug_and_release:
-# CONFIG = "release"
-
#### Keys ignored in scope 3:.:.:extendedtype.pro:NOT _PRO_FILE_PWD____equals____ss_OUT_PWD:
# COPIES = "cp"
# cp.files = "qmldir" "plugins.qmltypes"
# cp.path = "$$OUT_PWD"
+
+qt_autogen_tools_initial_setup(ExtendedType)