Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.12.3
-
Qt Creator 4.12.3
Based on Qt 5.14.2 (MSVC 2017, 32 bit)
Built on Jun 16 2020 01:19:17
From revision 48e46132e3
Description
Install Qt6 snapshot binaries.
Launch QtCreator and create new project with the wizard (Application (Qt) - Qt Widgets Application used in test), select CMake for build type and Qt6 MSVC as kit.
AFAIK also the CMAKE_PREFIX_PATH needs to be set manually in build settings.
See the CMakeLists.txt, it has:
find_package(Qt5 COMPONENTS Widgets REQUIRED) ... target_link_libraries(test PRIVATE Qt5::Widgets)
And the configure (? ) will fail, but when editing the 'Qt5'->'Qt6' build works and app can be launched.