summaryrefslogtreecommitdiffstats
path: root/cmake/QtPluginConfig.cmake.in
blob: b212d087644f118991b8f1a9275925fd8cd28474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

get_filename_component(_import_prefix "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_filename_component(_import_prefix "${_import_prefix}" REALPATH)

# Find required dependencies, if any.
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/@target@Dependencies.cmake")
    include("${CMAKE_CURRENT_LIST_DIR}/@target@Dependencies.cmake")
endif()

include("${CMAKE_CURRENT_LIST_DIR}/@target@Targets.cmake")