summaryrefslogtreecommitdiffstats
path: root/examples/demos/clocks
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-01-20 12:20:57 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-01-20 12:59:29 +0100
commit02524fb04f83ad1cef2c8903564258efc85b38b0 (patch)
tree1f1c99428ba7fb6babf77af3e81dd73116be2da6 /examples/demos/clocks
parent103cd25cba6699edee6961df71db236192a044cd (diff)
Remove CMAKE_AUTORCC from demos
All demos are using qt6_add_resources. Pick-to: 6.2 6.3 Task-number: QTBUG-87643 Change-Id: I14c7d876b2ac3b1a24cec78fbd4463a46c71e564 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/demos/clocks')
-rw-r--r--examples/demos/clocks/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/demos/clocks/CMakeLists.txt b/examples/demos/clocks/CMakeLists.txt
index c8ebc1b90..8fc75d1a0 100644
--- a/examples/demos/clocks/CMakeLists.txt
+++ b/examples/demos/clocks/CMakeLists.txt
@@ -6,7 +6,6 @@ project(clocks 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)