summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-08-05 13:00:27 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-08-10 12:10:25 +0200
commit00c295786711829ef2dcd821e22e17c9a731a670 (patch)
tree633a0a5bfc3ef6874893c0d244bac84d4e0f468e /tests/auto
parent4a9812230941f1795550a1678a4e29e922811626 (diff)
CMake: Use renamed qt6_add_plugin PLUGIN_TYPE option
Task-number: QTBUG-95170 Pick-to: 6.2 Change-Id: Ic988e041d899c3c50c72404c5511a0cb19932dfd Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qsensorgestures/plugins/test1/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsensorgestures/plugins/test1/CMakeLists.txt b/tests/auto/qsensorgestures/plugins/test1/CMakeLists.txt
index 8a9bc73c..264b8ead 100644
--- a/tests/auto/qsensorgestures/plugins/test1/CMakeLists.txt
+++ b/tests/auto/qsensorgestures/plugins/test1/CMakeLists.txt
@@ -4,7 +4,7 @@
qt_internal_add_plugin(QTestSensorGestureDupPlugin
OUTPUT_NAME qtsensorgestures_testplugin1
- TYPE sensorgestures
+ PLUGIN_TYPE sensorgestures
DEFAULT_IF FALSE
SOURCES
qtest2recognizerduo.cpp