File: drumstick-file.pc.in

package info (click to toggle)
libdrumstick 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,800 kB
  • ctags: 3,696
  • sloc: cpp: 22,600; sh: 121; xml: 25; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 370 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=${prefix}/@LIB@
includedir=${prefix}/include/drumstick

Name: drumstick-file
Version: @VERSION@
Description: MIDI Sequencer C++ Library Bindings for Qt4
URL: http://sourceforge.net/projects/drumstick
Requires: QtCore >= 4.4.0, QtGui >= 4.4.0 
Libs: -L${libdir} -ldrumstick-file -lQtCore
Cflags: -I${includedir}