[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
master
Martin Gräßlin 9 years ago
parent 3c96b23c17
commit f280d36f8d

@ -76,7 +76,7 @@ find_path(Qt5PlatformSupport_INCLUDE_DIR
NAMES NAMES
QtPlatformSupport/private/qfontconfigdatabase_p.h QtPlatformSupport/private/qfontconfigdatabase_p.h
HINTS HINTS
${PKG_Qt5PlatformSupport_INCLUDE_DIRS}/QtPlatformSupport/${PKG_Qt5PlatformSupport_VERSION}/ ${PKG_Qt5PlatformSupport_INCLUDEDIR}/QtPlatformSupport/${PKG_Qt5PlatformSupport_VERSION}/
) )
find_library(Qt5PlatformSupport_LIBRARY find_library(Qt5PlatformSupport_LIBRARY
NAMES NAMES

Loading…
Cancel
Save