Qt 6.11 is out! See what's new in the release
blog
issue resolved with Resource not working
-
make the right changes to the cmake directory with adding
qt6_add_resources(RESOURCES resource.qrc)
and then add
qt_add_executable(sqlbrowser
${RESOURCES} # Use the generated source file here)
this will pickup your resource file as it should be .
-
make the right changes to the cmake directory with adding
qt6_add_resources(RESOURCES resource.qrc)
and then add
qt_add_executable(sqlbrowser
${RESOURCES} # Use the generated source file here)
this will pickup your resource file as it should be .
@Gareth-Witshire Why did you post this in "Announcement" forum?! And to what thread do you actually want to reply?