summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2023-02-21 09:39:09 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-21 09:28:30 +0000
commit0bceb6fe5aa75bf4509764b8aae9b79d0e6bf8d2 (patch)
tree3f203469f2a4eb38f57278f481929e8124731c4f
parentbe815f9c6aac4d899edffd6156de9de5e379676c (diff)
Fix the compilation of manual tests
Change-Id: Ia5e29acec4e51e09210f5bcfd0cbfd054cf58b1b Reviewed-by: Dilek Akcay <dilek.akcay@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit 283f14682002bef302f64eb9ac93ce9573107826) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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