1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: @PROJECT_NAME@@PROJECT_STABLE_VERSION_MAJOR@
7Description: A database connectivity and creation framework
8Version: @PROJECT_VERSION@
9URL: https://community.kde.org/KDb
10Requires: Qt5Core Qt5Gui Qt5Widgets Qt5Xml icu-lo KF5CoreAddons
11Libs: -L${libdir}
12Cflags: -I${includedir}
13