File: libhimd.pro

package info (click to toggle)
linux-minidisc 0.9.16-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,640 kB
  • sloc: ansic: 6,389; cpp: 2,731; python: 2,537; perl: 866; sh: 207; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = lib
TARGET = himd
CONFIG -= qt
CONFIG += staticlib link_pkgconfig create_prl console debug_and_release_target

HEADERS += codecinfo.h himd.h himd_private.h sony_oma.h
SOURCES += codecinfo.c encryption.c himd.c mdstream.c trackindex.c sony_oma.c frag.c mp3tools.c mp3download.c

include(../build/libmad.pri)
include(../build/libgcrypt.pri)
include(../build/libglib.pri)
include(../build/common.pri)