[cmake] Let's try PKG_Qt5PlatformSupport_INCLUDEDIR instead of PKG_Qt5PlatformSupport_INCLUDE_DIRS
The one contains a set of paths which might be the reason why e.g on the CI the include dir cannot be constructed. Let's see what will happen.... CCBUG: 351776
This commit is contained in:
parent
3c96b23c17
commit
f280d36f8d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ find_path(Qt5PlatformSupport_INCLUDE_DIR
|
|||
NAMES
|
||||
QtPlatformSupport/private/qfontconfigdatabase_p.h
|
||||
HINTS
|
||||
${PKG_Qt5PlatformSupport_INCLUDE_DIRS}/QtPlatformSupport/${PKG_Qt5PlatformSupport_VERSION}/
|
||||
${PKG_Qt5PlatformSupport_INCLUDEDIR}/QtPlatformSupport/${PKG_Qt5PlatformSupport_VERSION}/
|
||||
)
|
||||
find_library(Qt5PlatformSupport_LIBRARY
|
||||
NAMES
|
||||
|
|
Loading…
Reference in a new issue