summaryrefslogtreecommitdiffstats
path: root/tests/manual/qmlvolume
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-08-01 13:14:57 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-08-03 08:02:12 +0200
commit42c0c2776906c4cae371be644504f6dd943c8866 (patch)
tree3036fbcc3e3a90eaedee5c9e65d05250bcf1ecae /tests/manual/qmlvolume
parent03c93b489bd90233c29c98e2dc7dc9f113dfc6a2 (diff)
Fix manual tests for the top-level build
Don't set CMAKE_AUTO* to ON, because in a top-level build AUTOMOC would complain about a missing moc executable. Same for uic and rcc. Change-Id: Iaa7c8013f11cebb3dc02f2de681c608ee5ba01e0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/manual/qmlvolume')
-rw-r--r--tests/manual/qmlvolume/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/manual/qmlvolume/CMakeLists.txt b/tests/manual/qmlvolume/CMakeLists.txt
index eeaa572a..e9e0225a 100644
--- a/tests/manual/qmlvolume/CMakeLists.txt
+++ b/tests/manual/qmlvolume/CMakeLists.txt
@@ -1,7 +1,4 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)
-set(CMAKE_AUTOMOC ON)
-set(CMAKE_AUTORCC ON)
-set(CMAKE_AUTOUIC ON)
qt_internal_add_manual_test(qmlvolume
GUI