summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2023-02-21 09:39:09 +0200
committerTomi Korpipaa <tomi.korpipaa@qt.io>2023-02-21 11:00:31 +0200
commit283f14682002bef302f64eb9ac93ce9573107826 (patch)
treedfdd3b5be3d4bb0e9b1f507e9ea1afe6f7df95b2
parent0f2d0d7ac09687cb77cb497c715eb864ccb45dd6 (diff)
Fix the compilation of manual tests
Pick-to: 6.5 Change-Id: Ia5e29acec4e51e09210f5bcfd0cbfd054cf58b1b Reviewed-by: Dilek Akcay <dilek.akcay@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
-rw-r--r--tests/manual/qmlbarsrowcolors/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/manual/qmlbarsrowcolors/CMakeLists.txt b/tests/manual/qmlbarsrowcolors/CMakeLists.txt
index 8a89909f..70ade099 100644
--- a/tests/manual/qmlbarsrowcolors/CMakeLists.txt
+++ b/tests/manual/qmlbarsrowcolors/CMakeLists.txt
@@ -9,12 +9,6 @@ qt_internal_add_manual_test(qmlbarsrowcolors
main.cpp
)
-find_package(Qt6 COMPONENTS Core)
-find_package(Qt6 COMPONENTS Gui)
-find_package(Qt6 COMPONENTS Qml)
-find_package(Qt6 COMPONENTS Quick)
-find_package(Qt6 COMPONENTS DataVisualization)
-
set_target_properties(qmlbarsrowcolors PROPERTIES
WIN32_EXECUTABLE TRUE
MACOSX_BUNDLE TRUE