Warning, /libraries/kquickimageeditor/KQuickImageEditorConfig.cmake.in is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2020 Carl Schwan <carl@carlschwan.eu> 0002 # 0003 # SPDX-License-Identifier: BSD-2-Clause 0004 @PACKAGE_INIT@ 0005 0006 include(CMakeFindDependencyMacro) 0007 find_dependency(Qt${QT_MAJOR_VERSION}Core @REQUIRED_QT_VERSION@) 0008 0009 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file. 0010 0011 set(KQuickImageEditor2_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@") 0012 0013 @PACKAGE_INCLUDE_QCHTARGETS@