summaryrefslogtreecommitdiffstats
path: root/examples/dbus/chat/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/chat/CMakeLists.txt')
-rw-r--r--examples/dbus/chat/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/dbus/chat/CMakeLists.txt b/examples/dbus/chat/CMakeLists.txt
index b72138b87c..de58094758 100644
--- a/examples/dbus/chat/CMakeLists.txt
+++ b/examples/dbus/chat/CMakeLists.txt
@@ -4,7 +4,6 @@ project(chat LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
-set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
if(NOT DEFINED INSTALL_EXAMPLESDIR)