How Qt Achieves the cross platform in Architecture Level?
Unsolved
General and Desktop
-
How Qt Achieves the cross platform in Architecture Level?.
Internally how Qt is handling the S/w architecture difference?
-
@inforathinam
Qt 5 introduced the platform abstraction layer.
In pre-Qt5 ages the platform specific code was surrounded by IFDEFs for example.