Skip to content

fix to find Qt5.9 RC

Martin Schultz requested to merge featureCMakeFindQt59 into master

made the Qt finder look for the newer Qt5Core_VERSION variable and set Qt5Core_V…ERSION_STRING to Qt5Core_VERSION if it is found. This is needed since qt59 does not set the Qt5Core_VERSION_STRING variable properly, which is fine, as this variable is deprecated anyways.

Merge request reports