From bc64ccbf00ba09e54240015bc476914b9f4f893d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 16 Mar 2020 18:49:44 +0100 Subject: Re-generate various CMake projects and configure after merge Change-Id: I02f5926c6664aab518c5c81e0c33dca0818a1871 Reviewed-by: Alexandru Croitor --- examples/widgets/tutorials/notepad/.prev_CMakeLists.txt | 2 ++ examples/widgets/tutorials/notepad/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/widgets/tutorials/notepad/.prev_CMakeLists.txt b/examples/widgets/tutorials/notepad/.prev_CMakeLists.txt index 32df7ad615..3d874dec97 100644 --- a/examples/widgets/tutorials/notepad/.prev_CMakeLists.txt +++ b/examples/widgets/tutorials/notepad/.prev_CMakeLists.txt @@ -13,6 +13,7 @@ set(INSTALL_EXAMPLEDIR "examples/widgets/tutorials/notepad") find_package(Qt6 COMPONENTS Core) find_package(Qt6 COMPONENTS Gui) +find_package(Qt6 COMPONENTS Widgets) add_qt_gui_executable(notepad main.cpp @@ -21,6 +22,7 @@ add_qt_gui_executable(notepad target_link_libraries(notepad PUBLIC Qt::Core Qt::Gui + Qt::Widgets ) diff --git a/examples/widgets/tutorials/notepad/CMakeLists.txt b/examples/widgets/tutorials/notepad/CMakeLists.txt index 2a277efb26..aab7e536b3 100644 --- a/examples/widgets/tutorials/notepad/CMakeLists.txt +++ b/examples/widgets/tutorials/notepad/CMakeLists.txt @@ -13,6 +13,7 @@ set(INSTALL_EXAMPLEDIR "examples/widgets/tutorials/notepad") find_package(Qt6 COMPONENTS Core) find_package(Qt6 COMPONENTS Gui) +find_package(Qt6 COMPONENTS Widgets) find_package(Qt6 COMPONENTS PrintSupport) # special case: add add_qt_gui_executable(notepad @@ -22,6 +23,7 @@ add_qt_gui_executable(notepad target_link_libraries(notepad PUBLIC Qt::Core Qt::Gui + Qt::Widgets ) -- cgit v1.2.3