SQL/IBASE: also search in firebird subdir
Firebird has it's include files in <include>/firebird so we should also search there. Change-Id: Ief57abbfd6973ab9077abc1a1a2791a62ce4102a Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 813b4cc2eadaded6b1d4552637640bc181bcde97) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
b8f140b70e
commit
ba4a4a2d7c
@ -24,6 +24,7 @@
|
||||
find_path(Interbase_INCLUDE_DIR
|
||||
NAMES ibase.h
|
||||
HINTS ${Interbase_INCLUDEDIR}
|
||||
PATH_SUFFIXES firebird
|
||||
)
|
||||
|
||||
find_library(Interbase_LIBRARY
|
||||
|
Loading…
x
Reference in New Issue
Block a user