aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <[email protected]>2024-08-08 11:42:01 +0800
committerMitch Curtis <[email protected]>2024-08-12 10:25:21 +0800
commit199185ff53a9fa997ba062a3f73adfe44ec84d50 (patch)
tree81bd34a9ead7b7c754d08c5a72b246a84611bb68 /tests
parent48aedc5c9e7de043a8d81aa31331211c8ad473ca (diff)
Fix assertion failure in screenshots manual test
SNIPPETS_DIR needs to be updated after the merge of qtquickcontrols2 into qtdeclarative. Pick-to: 6.5 6.7 6.8 Change-Id: Ic2ceabd34b35a64868e6b7e261dca19b46c7f195 Reviewed-by: Doris Verria <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/quickcontrols/screenshots/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/quickcontrols/screenshots/CMakeLists.txt b/tests/manual/quickcontrols/screenshots/CMakeLists.txt
index 27a8ac882c..32d465b9d4 100644
--- a/tests/manual/quickcontrols/screenshots/CMakeLists.txt
+++ b/tests/manual/quickcontrols/screenshots/CMakeLists.txt
@@ -18,7 +18,7 @@ qt_internal_add_manual_test(screenshots
SOURCES
screenshots.cpp
DEFINES
- SNIPPETS_DIR="${CMAKE_CURRENT_SOURCE_DIR}/../../../src/imports/controls/doc/snippets"
+ SNIPPETS_DIR="${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/quickcontrols/doc/snippets"
LIBRARIES
Qt::Gui
Qt::Quick