aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpysideqml/PySide6QmlConfig-spec.cmake.in
blob: 36eb4123aecee0afffca083237c705d39d145851 (plain)
1
2
3
4
5
6
7
@PACKAGE_INIT@

# Import targets only when using an installed PySide6 config file (so not during a regular
# PySide6 build, or during a super project build).
if (NOT TARGET PySide6::pyside6qml)
    include("${CMAKE_CURRENT_LIST_DIR}/PySide6QmlTargets.cmake")
endif()