File: netmdcli.pro

package info (click to toggle)
linux-minidisc 0.9.16-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,640 kB
  • sloc: ansic: 6,389; cpp: 2,731; python: 2,537; perl: 866; sh: 207; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
CONFIG -= qt app_bundle
CONFIG += console link_pkgconfig link_prl
SOURCES += netmdcli.c

include(../libnetmd/use_libnetmd.prl)
include(../build/libusb.pri)
include(../build/installunix.pri)
include(../build/common.pri)