aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/cmake/PySideToolsSetup.cmake
blob: cdccef2fdea36ee775e6ee0df106b1b171826a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

include(PySideToolsHelpers)

pyside_tools_internal_detect_if_cross_building()
pyside_tools_internal_set_up_extra_dependency_paths()

find_package(Qt6 REQUIRED COMPONENTS Core HostInfo)

# Don't display "up-to-date / install" messages when installing, to reduce visual clutter.
if (QUIET_BUILD)
    set(CMAKE_INSTALL_MESSAGE NEVER)
endif()