armdevvel / mxe-SHARED

MXE (M cross environment) for ARM32 Windows development (shared libraries)
Other
7 stars 4 forks source link

make qtbase consume libprefix #55

Open treeswift opened 10 months ago

treeswift commented 10 months ago

Currently, QStandardPaths consumes paths.h and needs to link with -lprefix. (being addressed in #54)

TODO: review actual functionality being expected from paths.h and provide extra defines if it turns out useful. Further reading: https://doc.qt.io/qt-5/qstandardpaths.html https://doc.qt.io/qt-6/qstandardpaths.html