↧
Answer by mugiseyebrows for Why QtCreator (qmake) links to different...
qmake generates Makefile according to mkspecs, gcc does linking according to instruction in Makefile, inspect Makefile to verify that linking instructions are correct.As far as I know binaries does not...
View ArticleWhy QtCreator (qmake) links to different libraries than the ones listed on...
I am trying to compile my Qt application and package it for distribution on QtCreator using qmake.I have a single Kit, configured (whole config details on the table below) to link to the Qt libraries...
View Article