[App] find Pyside and Shiboken versions whether it be Qt5 or Qt6

This commit is contained in:
Syres916
2025-05-08 14:16:11 +01:00
committed by Kacper Donat
parent 4a78446e84
commit 340cfc6feb

View File

@@ -40,13 +40,13 @@ constexpr const char * fcPclVersion = "${PCL_VERSION}";
constexpr const char * fcPycxxVersion = "${PYCXX_VERSION}";
// PySide
constexpr const char * fcPysideVersion = "${PySide2_VERSION}";
constexpr const char * fcPysideVersion = "${PySide_VERSION}";
// PyBind
constexpr const char * fcPybind11Version = "${pybind11_VERSION}";
// Shiboken
constexpr const char * fcShibokenVersion = "${Shiboken2_VERSION}";
constexpr const char * fcShibokenVersion = "${Shiboken_VERSION}";
// vtk
constexpr const char * fcVtkVersion = "${VTK_VERSION}";