Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Using Qt5Charts.dll in a Qt4 Application
-
Hello everyone,
I would need to use the Qt5Charts.dll in a Qt4 application.
I "think" there should be no many problems in doing this.
What do you think about it?
Thank you
-
@Jimmy-Loyola said in Using Qt5Charts.dll in a Qt4 Application:
What do you think about it?
Qt4 & Qt5 are binary incompatible.
I'm not even sure if its feasible to rewrite/adjust the source code of QtCharts to be compiled within a Qt4 project