diff options
author | Kai Köhne <[email protected]> | 2024-07-18 15:56:28 +0200 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2024-07-22 15:00:36 +0200 |
commit | 7b9232255c185377e4ef22178c37571347d33537 (patch) | |
tree | d35a71f2f5a1756a05df09f99c0843338005b3ce /CMakeLists.txt | |
parent | c44ade292e3a5ec7c279b5d63db0673f8013f2b4 (diff) |
Fix detection of CMake target ExamplesAssetDownloaderPrivate
Amends 8acfff5220016830a
Pick-to: 6.8
Change-Id: I5c47654c03a5695a12b4588370c5a8c44260d4af
Reviewed-by: Ali Kianian <[email protected]>
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a23c7f20a..947391b161 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ project(QtDeclarative # special case ) find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) # special case -find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Network Widgets OpenGL OpenGLWidgets Sql Concurrent Test LanguageServerPrivate LinguistTools Svg) +find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Network Widgets OpenGL OpenGLWidgets Sql Concurrent Test LanguageServerPrivate LinguistTools Svg ExamplesAssetDownloaderPrivate) qt_internal_project_setup() # Set up QT_HOST_PATH as an extra root path to look for the ShaderToolsTools package |