aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.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/qqmlmoduleplugin/pluginWrongCase/.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/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt
index 08b5371ff9..0a8844b169 100644
--- a/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt
+++ b/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt
@@ -1,10 +1,11 @@
# Generated from pluginWrongCase.pro.
#####################################################################
-## Plugin Plugin:
+## Plugin Generic Library:
#####################################################################
-add_qt_plugin(Plugin
+add_cmake_library(Plugin
+ MODULE
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/WrongCase"
SOURCES
plugin.cpp
@@ -19,6 +20,7 @@ add_qt_plugin(Plugin
)
#### Keys ignored in scope 1:.:.:pluginWrongCase.pro:<TRUE>:
-# CONFIG = "plugin"
# IMPORT_FILES = "qmldir"
# TEMPLATE = "lib"
+
+qt_autogen_tools_initial_setup(Plugin)