aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qmltypememory
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/manual/qmltypememory
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/manual/qmltypememory')
-rw-r--r--tests/manual/qmltypememory/CMakeLists.txt2
-rw-r--r--tests/manual/qmltypememory/TestPlugin/CMakeLists.txt8
2 files changed, 6 insertions, 4 deletions
diff --git a/tests/manual/qmltypememory/CMakeLists.txt b/tests/manual/qmltypememory/CMakeLists.txt
index 4409e4e0e5..faf21c7b13 100644
--- a/tests/manual/qmltypememory/CMakeLists.txt
+++ b/tests/manual/qmltypememory/CMakeLists.txt
@@ -4,7 +4,7 @@
## qmltypememory Binary:
#####################################################################
-add_qt_executable(qmltypememory
+add_qt_manual_test(qmltypememory
GUI
SOURCES
main.cpp
diff --git a/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt b/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt
index f890e46c4e..3c24c3eed8 100644
--- a/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt
+++ b/tests/manual/qmltypememory/TestPlugin/CMakeLists.txt
@@ -1,10 +1,11 @@
# Generated from plugin.pro.
#####################################################################
-## testplugin Plugin:
+## testplugin Generic Library:
#####################################################################
-add_qt_plugin(testplugin
+add_cmake_library(testplugin
+ MODULE
SOURCES
plugin.cpp
PUBLIC_LIBRARIES
@@ -14,5 +15,6 @@ add_qt_plugin(testplugin
)
#### Keys ignored in scope 1:.:.:plugin.pro:<TRUE>:
-# CONFIG = "plugin"
# TEMPLATE = "lib"
+
+qt_autogen_tools_initial_setup(testplugin)