File: KDb.pc.cmake

package info (click to toggle)
kdb 3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,116 kB
  • sloc: cpp: 38,360; yacc: 940; python: 779; sh: 711; ansic: 440; lex: 367; xml: 182; sql: 51; makefile: 9
file content (12 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: @PROJECT_NAME@@PROJECT_STABLE_VERSION_MAJOR@
Description: A database connectivity and creation framework
Version: @PROJECT_VERSION@
URL: https://community.kde.org/KDb
Requires: Qt5Core Qt5Gui Qt5Widgets Qt5Xml icu-lo KF5CoreAddons
Libs: -L${libdir}
Cflags: -I${includedir}