Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions misc/dfm-burn/dfm-burn.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ URL: @CMAKE_PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Requires: libisoburn-1, Qt@QT_VERSION_MAJOR@Core
Cflags: -I"@CMAKE_INSTALL_FULL_INCLUDEDIR@/@BIN_NAME@"
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l:lib@BIN_NAME@.so.@PROJECT_VERSION_MAJOR@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l:lib@BIN_NAME@.so.@PROJECT_VERSION_MAJOR@
4 changes: 2 additions & 2 deletions misc/dfm-io/dfm-io.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Description: @CMAKE_PROJECT_DESCRIPTION@
URL: @CMAKE_PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Cflags: -I"@CMAKE_INSTALL_FULL_INCLUDEDIR@/@BIN_NAME@"
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l:lib@BIN_NAME@.so.@PROJECT_VERSION_MAJOR@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l:lib@BIN_NAME@.so.@PROJECT_VERSION_MAJOR@
4 changes: 2 additions & 2 deletions misc/dfm-mount/dfm-mount.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ URL: @CMAKE_PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Requires: udisks2 gio-2.0 libsecret-1
Cflags: -I"@CMAKE_INSTALL_FULL_INCLUDEDIR@/@BIN_NAME@"
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l:lib@BIN_NAME@.so.@PROJECT_VERSION_MAJOR@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l:lib@BIN_NAME@.so.@PROJECT_VERSION_MAJOR@
6 changes: 3 additions & 3 deletions misc/dfm-search/dfm-search.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Name: @BIN_NAME@
Description: @CMAKE_PROJECT_DESCRIPTION@
URL: @CMAKE_PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Requires: Qt@QT_VERSION_MAJOR@Core dtk@QT_VERSION_MAJOR@core liblucene++ liblucene++-contrib Boostsystem Threads
Requires: Qt@QT_VERSION_MAJOR@Core dtk@DFM_VERSION_MAJOR@core liblucene++ liblucene++-contrib Boostsystem Threads
Cflags: -I"@CMAKE_INSTALL_FULL_INCLUDEDIR@/@BIN_NAME@"
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l:lib@BIN_NAME@.so.@PROJECT_VERSION_MAJOR@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l:lib@BIN_NAME@.so.@PROJECT_VERSION_MAJOR@
4 changes: 2 additions & 2 deletions misc/dfm-search/dfm-searchConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(CMakeFindDependencyMacro)

# 添加必要的依赖
find_dependency(Qt@QT_VERSION_MAJOR@ COMPONENTS Core)
find_dependency(Dtk@QT_VERSION_MAJOR@ COMPONENTS Core)
find_dependency(Dtk@DFM_VERSION_MAJOR@ COMPONENTS Core)
find_dependency(Threads)
find_dependency(Boost COMPONENTS system)

Expand All @@ -17,4 +17,4 @@ set(@BIN_NAME@_LIBRARIES @BIN_NAME@)

if(NOT TARGET @BIN_NAME@)
include("${CMAKE_CURRENT_LIST_DIR}/@BIN_NAME@Targets.cmake")
endif()
endif()
Loading