summaryrefslogtreecommitdiffstats
path: root/examples/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus')
-rw-r--r--examples/dbus/chat/CMakeLists.txt4
-rw-r--r--examples/dbus/remotecontrolledcar/controller/CMakeLists.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/examples/dbus/chat/CMakeLists.txt b/examples/dbus/chat/CMakeLists.txt
index 68abe95da6..9f321bbce3 100644
--- a/examples/dbus/chat/CMakeLists.txt
+++ b/examples/dbus/chat/CMakeLists.txt
@@ -16,7 +16,9 @@ add_qt_executable(chat
org.example.chat.xml
DBUS_INTERFACE_SOURCES
org.example.chat.xml
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::DBus
Qt::Widgets
+ ENABLE_AUTOGEN_TOOLS
+ uic
)
diff --git a/examples/dbus/remotecontrolledcar/controller/CMakeLists.txt b/examples/dbus/remotecontrolledcar/controller/CMakeLists.txt
index c9902e2519..3f360fa51b 100644
--- a/examples/dbus/remotecontrolledcar/controller/CMakeLists.txt
+++ b/examples/dbus/remotecontrolledcar/controller/CMakeLists.txt
@@ -13,7 +13,9 @@ add_qt_executable(controller
main.cpp
DBUS_INTERFACE_SOURCES
car.xml
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::DBus
Qt::Widgets
+ ENABLE_AUTOGEN_TOOLS
+ uic
)