duplicate method warning, generating unknown symbol
-
wrote on 3 May 2019, 07:31 last edited by
Hello,
qt for webassembly : I hace compiled a custom lib using webassembly, and now i have linked it with my desired c++ project on webassembly, the problem is there is only one method that is not getting linked: Can any expert help me out with this please. -
wrote on 3 May 2019, 07:47 last edited by
Q_INIT_RESOURCE(QcStyle);
This macro from QT is creating this unknown Symbol -
wrote on 3 May 2019, 08:23 last edited by
resolved
-
-
wrote on 7 May 2019, 08:00 last edited by
QcStyle.qrc was missing , i needed to generate the resources file and pass that to Q_INIT_RESOURCES
1/5