mirror of
https://github.com/JasonYANG170/IOTConnect-PC.git
synced 2024-11-23 20:26:44 +00:00
9 lines
344 B
CMake
9 lines
344 B
CMake
# Copyright (C) 2024 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# 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(Qt6 6.8.0
|
|
COMPONENTS Mqtt)
|