File: KPropertyCore.pc.cmake

package info (click to toggle)
kproperty 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,660 kB
  • sloc: cpp: 9,998; xml: 182; sh: 110; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (3)
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: KPropertyCore@PROJECT_STABLE_VERSION_MAJOR@
Description: A property editing framework (core library)
Version: @PROJECT_VERSION@
URL: https://community.kde.org/KProperty
Requires: Qt5Core
Libs: -L${libdir}
Cflags: -I${includedir}