Compile Errors migrating from qt5.7 to qt6.7.2
-
This post is deleted!
-
Hi and welcome to devnet,
Where in you code does the error trigger ?
-
Hi, thanks for responding! All my application code compiles (after making edits for qt6.7.2) & then the 3 errors shown in my post follow, pointing to xutility & std algorithm. I haven't been able to determine what in my code triggers this as I use numerous QModelIndex & QSets .
-
@SGaist Hi, thanks for responding! All my application code compiles (after making edits for qt6.7.2) & then the 3 errors shown in my post follow, pointing to xutility & std algorithm. I haven't been able to determine what in my code triggers this as I use numerous QModelIndex & QSets .
-
You should see which part of your code leads to these errors in the compiler output. Post the whole error messages, so others can check.