summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/car
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-08-23 11:39:30 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-08-23 10:04:30 +0000
commitbf298499a058394cff1041580c29d30fc78568ef (patch)
treef1aa5806628c734b3fe09e85ca2cf74ba797d555 /examples/dbus/remotecontrolledcar/car
parentacdc5dfaee8502f12486204fd2f01ba7eb0bbbfd (diff)
Update public CMake macros' version
Update all public Qt macros to use qt6/QT6 instead of qt5/QT6. Change-Id: Ib178f4fa21f37dfb8da7d4d8c097aa0e96c9d9f9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/dbus/remotecontrolledcar/car')
-rw-r--r--examples/dbus/remotecontrolledcar/car/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dbus/remotecontrolledcar/car/CMakeLists.txt b/examples/dbus/remotecontrolledcar/car/CMakeLists.txt
index 1265f7cebd..10abdd8f70 100644
--- a/examples/dbus/remotecontrolledcar/car/CMakeLists.txt
+++ b/examples/dbus/remotecontrolledcar/car/CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(Qt6 COMPONENTS Widgets)
# special case begin
set(car_SRCS)
-qt5_add_dbus_adaptor(car_SRCS
+qt6_add_dbus_adaptor(car_SRCS
car.xml
car.h
Car