mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-26 06:07:04 +08:00
6 lines
339 B
CMake
6 lines
339 B
CMake
# TODO: Ideally this should look for each Qt module separately, with each module's specific version,
|
|
# bypassing the Qt6 Config file, aka find_package(Qt6SpecificFoo) repated x times. But it's not
|
|
# critical.
|
|
find_package(@INSTALL_CMAKE_NAMESPACE@ @main_qt_package_version@
|
|
REQUIRED COMPONENTS @QT_REPO_KNOWN_MODULES_STRING@)
|