diff options
Diffstat (limited to 'kfile-plugins/dependencies/poppler-tqt/CMakeLists.txt')
-rw-r--r-- | kfile-plugins/dependencies/poppler-tqt/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kfile-plugins/dependencies/poppler-tqt/CMakeLists.txt b/kfile-plugins/dependencies/poppler-tqt/CMakeLists.txt index d07e8134..42d50a80 100644 --- a/kfile-plugins/dependencies/poppler-tqt/CMakeLists.txt +++ b/kfile-plugins/dependencies/poppler-tqt/CMakeLists.txt @@ -28,6 +28,12 @@ link_directories( ${TQT_LIBRARY_DIRS} ) +##### pc files ################################## + +configure_file( poppler-tqt.pc.cmake poppler-tqt.pc @ONLY ) + +install( FILES ${CMAKE_CURRENT_BINARY_DIR}/poppler-tqt.pc DESTINATION ${PKGCONFIG_INSTALL_DIR} ) + ##### headers ################################### install( FILES |