summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-03 16:29:42 +0100
committerKai Köhne <kai.koehne@qt.io>2021-12-06 14:42:45 +0100
commit5bacfbd77ec5e4a7c62cf5951f68b0026fd22869 (patch)
treea88a269a02f8c3bceaedad979c36c61e8b285bb9 /examples
parent4c31a7851604a1edb846d1bec8ddddb21457150b (diff)
Rasterwindow: Remove unneeded find_package
Change-Id: Ia526f7603af98a6d450ff2465fd666d955772646 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/gui/rasterwindow/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/gui/rasterwindow/CMakeLists.txt b/examples/gui/rasterwindow/CMakeLists.txt
index 56ee7c8245..3581eb3631 100644
--- a/examples/gui/rasterwindow/CMakeLists.txt
+++ b/examples/gui/rasterwindow/CMakeLists.txt
@@ -3,8 +3,6 @@
cmake_minimum_required(VERSION 3.16)
project(rasterwindow LANGUAGES CXX)
-find_package(Qt6 COMPONENTS Widgets) # special case: add
-
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)