FindLibRaw: fix include dir, should not contain prefix libraw/

See also the examples at https://www.libraw.org/docs/API-CXX.html

BUG: 460105
This commit is contained in:
Friedrich W. H. Kossebau
2022-10-08 01:59:18 +02:00
parent 54129819d5
commit 20f74ce5e6
2 changed files with 4 additions and 9 deletions

View File

@ -19,11 +19,7 @@
#define NOMINMAX
#endif
#if defined(Q_OS_WINDOWS)
#include <libraw.h>
#else
#include <libraw/libraw.h>
#endif
#ifdef QT_DEBUG
// This should be used to exclude the local QIODevice wrapper of the LibRaw_abstract_datastream interface.