davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

Desktop: Use QSqlDriver for notifications rather than ECPG in Qt 5.0+ #132

Closed davidrg closed 2 years ago

davidrg commented 2 years ago

Currently we use ECPG and libpq everywhere for notifications. This has always been a bit of a pain but now its a problem for porting to Qt6 - our bundled copies of the libraries aren't compatible with the Qt 6.1 SDK.

Time to put ecpg aside as a Qt 4.8-only compatibility thing.

davidrg commented 2 years ago

Done in 8d9e54a72a192d3d3dfdb7f8c436840b4d1ce33e