Does Wt support Qt6.x?
Added by George McFie 4 months ago
Hi all - any suggestions would be most welcome.
When I run ‘cmake ../’ from within the ‘$HOME/wt-4.1.1/build’ folder I get a message …
`+++
-- Found unsuitable Qt version "6.6.3" from /home/bardfast/Qt/6.6.3/gcc_64/bin/qmake
CMake Warning at CMakeLists.txt:300 (FIND_PACKAGE):
By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5Core", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5Core" with any
of the following names:
Qt5CoreConfig.cmake
qt5core-config.cmake
Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
"Qt5Core_DIR" to a directory containing one of the above files. If
"Qt5Core" provides a separate development package or SDK, be sure it has
been installed.
+++`
Is there a later version of Wt that does support Qt6.x - or should I revert to Qt 5.x?
Replies (1)
RE: Does Wt support Qt6.x? - Added by Matthias Van Ceulebroeck 4 months ago
Hello George,
Wt does support Qt 6, from version 4.8.0 (see #9861). You'll have to upgrade to a more recent version to start using it.
Best regards,
Matthias