Files
rawTherapee/buildfiles/half_mt.pro
Lawrence Lee 638ecc4cde Squashed 'rtengine/libraw/' content from commit cccb97647
git-subtree-dir: rtengine/libraw
git-subtree-split: cccb97647fcee56801fa68231fa8a38aa8b52ef7
2023-11-12 11:49:00 -08:00

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
}