mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
11 lines
370 B
CMake
11 lines
370 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@LIB_INSTALL_DIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
|
|
|
Name: Akonadi
|
|
Description: Akonadi server and infrastructure needed to build client libraries and applications
|
|
Version: @AKONADI_VERSION@
|
|
Requires: QtCore QtSql QtDBus
|
|
Libs: -L${libdir} -lakonadiprotocolinternals
|
|
Cflags: -I${includedir}
|