File: libraw-common.pro

package info (click to toggle)
libraw 0.22.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,648 kB
  • sloc: cpp: 55,742; ansic: 2,812; makefile: 135; sh: 78; perl: 58
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
win32:CONFIG+=console
win32:LIBS+=libraw.lib
unix:LIBS+=-lraw
win32-g++:
{
    LIBS += -lws2_32
}
include (libraw-common-lib.pro)