Add and install .pc file for QtJolie.
svn path=/branches/work/~ervin/qtjolie/; revision=978884
This commit is contained in:
parent
d99e623ae9
commit
da489685b0
@ -41,3 +41,8 @@ install(FILES
|
|||||||
pendingreply.h
|
pendingreply.h
|
||||||
server.h
|
server.h
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/qtjolie)
|
DESTINATION ${INCLUDE_INSTALL_DIR}/qtjolie)
|
||||||
|
|
||||||
|
if(NOT WIN32) # pkgconfig file
|
||||||
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/QtJolie.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/QtJolie.pc @ONLY)
|
||||||
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/QtJolie.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
|
||||||
|
endif(NOT WIN32)
|
||||||
|
11
private/qtjolie-branch/qtjolie/QtJolie.pc.cmake
Normal file
11
private/qtjolie-branch/qtjolie/QtJolie.pc.cmake
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
|
exec_prefix=@EXEC_INSTALL_PREFIX@
|
||||||
|
libdir=@LIB_INSTALL_DIR@
|
||||||
|
includedir=@INCLUDE_INSTALL_DIR@
|
||||||
|
|
||||||
|
Name: QtJolie
|
||||||
|
Description: A QtDbus like API for JOLIE
|
||||||
|
Version: 1.0.0
|
||||||
|
Requires: QtCore
|
||||||
|
Libs: -L${libdir} -llibQtJolie
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in New Issue
Block a user