File: KQuickImageEditorConfig.cmake.in

package info (click to toggle)
kquickimageeditor 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,180 kB
  • sloc: cpp: 5,601; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: 2020 Carl Schwan <carl@carlschwan.eu>
#
# SPDX-License-Identifier: BSD-2-Clause
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(Qt6Core @REQUIRED_QT_VERSION@)
find_dependency(Qt6Qml @REQUIRED_QT_VERSION@)
find_dependency(Qt6Quick @REQUIRED_QT_VERSION@)

# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.

set(KQuickImageEditor_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
include("${CMAKE_CURRENT_LIST_DIR}/KQuickImageEditorTargets.cmake")
@PACKAGE_INCLUDE_QCHTARGETS@