11 lines
200 B
Prolog
11 lines
200 B
Prolog
include (libraw-common.pro)
|
|
win32:LIBS+=libraw.lib
|
|
unix:LIBS+=-lraw
|
|
CONFIG-=qt
|
|
CONFIG+=debug_and_release
|
|
win32 {
|
|
SOURCES=../samples/half_mt_win32.c
|
|
} else {
|
|
SOURCES=../samples/half_mt.c
|
|
}
|