summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 15:00:38 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 09:05:48 +0000
commite9a58ba9e55467f8c69e19dd52c2afa7cbb39529 (patch)
tree0d9d92641192c7bc7ca7c6d451d7d123d80ea6bb /src/plugins/platforms/vnc
parent38354d7d6132344a322751c91202109d847771b9 (diff)
Regenerate src/*
Change-Id: I0314b4faa1e4860e86198eea4189987e527dfec2 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/plugins/platforms/vnc')
-rw-r--r--src/plugins/platforms/vnc/.prev_CMakeLists.txt4
-rw-r--r--src/plugins/platforms/vnc/CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/platforms/vnc/.prev_CMakeLists.txt b/src/plugins/platforms/vnc/.prev_CMakeLists.txt
index 246847b4fc..276730755a 100644
--- a/src/plugins/platforms/vnc/.prev_CMakeLists.txt
+++ b/src/plugins/platforms/vnc/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## qvnc Plugin:
#####################################################################
-add_qt_plugin(qvnc
+qt_add_plugin(qvnc
TYPE platforms
CLASS_NAME QVncIntegrationPlugin
SOURCES
@@ -40,7 +40,7 @@ add_qt_plugin(qvnc
## Scopes:
#####################################################################
-extend_target(qvnc CONDITION TARGET Qt::InputSupportPrivate
+qt_extend_target(qvnc CONDITION TARGET Qt::InputSupportPrivate
LIBRARIES
Qt::InputSupportPrivate
PUBLIC_LIBRARIES
diff --git a/src/plugins/platforms/vnc/CMakeLists.txt b/src/plugins/platforms/vnc/CMakeLists.txt
index c141eb3107..0b5295287b 100644
--- a/src/plugins/platforms/vnc/CMakeLists.txt
+++ b/src/plugins/platforms/vnc/CMakeLists.txt
@@ -4,7 +4,7 @@
## qvnc Plugin:
#####################################################################
-add_qt_plugin(qvnc
+qt_add_plugin(qvnc
TYPE platforms
CLASS_NAME QVncIntegrationPlugin
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES vnc # special case
@@ -41,7 +41,7 @@ add_qt_plugin(qvnc
## Scopes:
#####################################################################
-extend_target(qvnc CONDITION TARGET Qt::InputSupportPrivate
+qt_extend_target(qvnc CONDITION TARGET Qt::InputSupportPrivate
LIBRARIES
Qt::InputSupportPrivate
PUBLIC_LIBRARIES