QT won't link standard libraries to CMake project
Unsolved
General and Desktop
-
After upgrading QT to 5.11.2, my CMake projects, once reconfigured to use QT 5.11.2 GCC Kit, stopped linking standard libraries. When builded, they report "undefined reference to stg from std lib. When using CMake alone or the old 5.7.0. kit, everything works fine. Any suggestions?
-
@cyberklezmer Did you try to delete the build directory and then rebuild after calling cmake?