Guest User

Untitled

a guest
Oct 22nd, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. TEMPLATE=lib
  2. TARGET =netmd
  3. CONFIG -= qt
  4. CONFIG += staticlib link_pkgconfig create_prl console debug_and_release_target
  5. DEFINES += G_DISABLE_DEPRECATED=1
  6.  
  7. PKGCONFIG +=
  8. HEADERS += common.h const.h error.h libnetmd.h log.h netmd_dev.h playercontrol.h secure.h trackinformation.h utils.h
  9. SOURCES += common.c error.c libnetmd.c log.c playercontrol.c secure.c trackinformation.c utils.c
  10. LIBS += -lusb -lgcrypt
Add Comment
Please, Sign In to add comment