summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2021-05-28 11:16:14 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2021-05-31 17:14:13 +0200
commit8756e6501735463ebaf700d8b216a7f481ed9605 (patch)
treed75237978d7f6d2d87abee642c65b2fd0f67c87e /examples
parentd71f499682e21b6b99b3d4ed9c13d819aa4cca05 (diff)
Make qt6_add_repc_{replica, source} plural
Since these functions can take multiple *.rep files, it makes sense to make them plural. Change-Id: I99894e9ee1f6f0035eb8c3e5cdd1292316324577 Reviewed-by: Michael Brasser <michael.brasser@live.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/remoteobjects/cppclient/CMakeLists.txt2
-rw-r--r--examples/remoteobjects/plugins/CMakeLists.txt2
-rw-r--r--examples/remoteobjects/server/CMakeLists.txt2
-rw-r--r--examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt2
-rw-r--r--examples/remoteobjects/simpleswitch/directconnectserver/CMakeLists.txt2
-rw-r--r--examples/remoteobjects/simpleswitch/registryconnectedserver/CMakeLists.txt2
-rw-r--r--examples/remoteobjects/ssl/sslcppclient/CMakeLists.txt2
-rw-r--r--examples/remoteobjects/ssl/sslserver/CMakeLists.txt2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/remoteobjects/cppclient/CMakeLists.txt b/examples/remoteobjects/cppclient/CMakeLists.txt
index d12fe7e..184d5aa 100644
--- a/examples/remoteobjects/cppclient/CMakeLists.txt
+++ b/examples/remoteobjects/cppclient/CMakeLists.txt
@@ -30,7 +30,7 @@ target_link_libraries(CppClient PUBLIC
Qt::RemoteObjects
)
-qt6_add_repc_replica(CppClient
+qt6_add_repc_replicas(CppClient
timemodel.rep
)
diff --git a/examples/remoteobjects/plugins/CMakeLists.txt b/examples/remoteobjects/plugins/CMakeLists.txt
index 35a8fdc..abcefee 100644
--- a/examples/remoteobjects/plugins/CMakeLists.txt
+++ b/examples/remoteobjects/plugins/CMakeLists.txt
@@ -41,7 +41,7 @@ target_link_libraries(qmlqrotimeexampleplugin PUBLIC
Qt::RemoteObjects
)
-qt6_add_repc_replica(qmlqrotimeexampleplugin
+qt6_add_repc_replicas(qmlqrotimeexampleplugin
../timemodel.rep
)
diff --git a/examples/remoteobjects/server/CMakeLists.txt b/examples/remoteobjects/server/CMakeLists.txt
index dad4381..8962973 100644
--- a/examples/remoteobjects/server/CMakeLists.txt
+++ b/examples/remoteobjects/server/CMakeLists.txt
@@ -31,7 +31,7 @@ target_link_libraries(server PUBLIC
Qt::RemoteObjects
)
-qt6_add_repc_source(server
+qt6_add_repc_sources(server
../timemodel.rep
)
diff --git a/examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt b/examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt
index d99d5fc..da2efd2 100644
--- a/examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt
+++ b/examples/remoteobjects/simpleswitch/directconnectclient/CMakeLists.txt
@@ -31,7 +31,7 @@ target_link_libraries(directconnectclient PUBLIC
Qt::RemoteObjects
)
-qt6_add_repc_replica(directconnectclient
+qt6_add_repc_replicas(directconnectclient
simpleswitch.rep
)
diff --git a/examples/remoteobjects/simpleswitch/directconnectserver/CMakeLists.txt b/examples/remoteobjects/simpleswitch/directconnectserver/CMakeLists.txt
index f64b03c..f90cb1e 100644
--- a/examples/remoteobjects/simpleswitch/directconnectserver/CMakeLists.txt
+++ b/examples/remoteobjects/simpleswitch/directconnectserver/CMakeLists.txt
@@ -31,7 +31,7 @@ target_link_libraries(directconnectserver PUBLIC
Qt::RemoteObjects
)
-qt6_add_repc_source(directconnectserver
+qt6_add_repc_sources(directconnectserver
simpleswitch.rep
)
diff --git a/examples/remoteobjects/simpleswitch/registryconnectedserver/CMakeLists.txt b/examples/remoteobjects/simpleswitch/registryconnectedserver/CMakeLists.txt
index 0746cd6..327ed9b 100644
--- a/examples/remoteobjects/simpleswitch/registryconnectedserver/CMakeLists.txt
+++ b/examples/remoteobjects/simpleswitch/registryconnectedserver/CMakeLists.txt
@@ -31,7 +31,7 @@ target_link_libraries(registryconnectedserver PUBLIC
Qt::RemoteObjects
)
-qt6_add_repc_source(registryconnectedserver
+qt6_add_repc_sources(registryconnectedserver
simpleswitch.rep
)
diff --git a/examples/remoteobjects/ssl/sslcppclient/CMakeLists.txt b/examples/remoteobjects/ssl/sslcppclient/CMakeLists.txt
index 3750003..d2e9bc4 100644
--- a/examples/remoteobjects/ssl/sslcppclient/CMakeLists.txt
+++ b/examples/remoteobjects/ssl/sslcppclient/CMakeLists.txt
@@ -53,7 +53,7 @@ qt6_add_resources(SslCppClient "cert"
${cert_resource_files}
)
-qt6_add_repc_replica(SslCppClient
+qt6_add_repc_replicas(SslCppClient
timemodel.rep
)
diff --git a/examples/remoteobjects/ssl/sslserver/CMakeLists.txt b/examples/remoteobjects/ssl/sslserver/CMakeLists.txt
index aabefc7..dc17d68 100644
--- a/examples/remoteobjects/ssl/sslserver/CMakeLists.txt
+++ b/examples/remoteobjects/ssl/sslserver/CMakeLists.txt
@@ -54,7 +54,7 @@ qt6_add_resources(sslserver "cert"
${cert_resource_files}
)
-qt6_add_repc_source(sslserver
+qt6_add_repc_sources(sslserver
../../timemodel.rep
)