Add QuickDialogs2 to CMake component list

This commit is contained in:
Aaron Miller 2023-04-25 10:12:04 -07:00 committed by AT
parent eac866ee90
commit cd03c5b7d5

View File

@ -32,7 +32,7 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(Qt6 6.2 COMPONENTS Core Quick Svg REQUIRED)
find_package(Qt6 6.2 COMPONENTS Core Quick QuickDialogs2 Svg REQUIRED)
# Get the Qt6Core target properties
get_target_property(Qt6Core_INCLUDE_DIRS Qt6::Core INTERFACE_INCLUDE_DIRECTORIES)