File: Fcitx5Qt5WidgetsAddonsConfig.cmake.in

package info (click to toggle)
fcitx5-qt 5.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,340 kB
  • sloc: cpp: 11,697; xml: 243; ansic: 46; makefile: 14; sh: 9
file content (16 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)

find_dependency(Fcitx5Utils)
find_dependency(Qt5Core @REQUIRED_QT5_VERSION@)
find_dependency(Qt5Gui @REQUIRED_QT5_VERSION@)
find_dependency(Qt5Widgets @REQUIRED_QT5_VERSION@)

include("${CMAKE_CURRENT_LIST_DIR}/Fcitx5Qt5WidgetsAddonsTargets.cmake")

if(NOT TARGET Fcitx5Qt5::gui-wrapper)
    add_executable(Fcitx5Qt5::gui-wrapper IMPORTED)
    set_target_properties(Fcitx5Qt5::gui-wrapper PROPERTIES
        IMPORTED_LOCATION "@CMAKE_INSTALL_FULL_LIBEXECDIR@/fcitx5-qt5-gui-wrapper")
endif()