Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 268 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 268 Bytes

goqdebug

Small go module for qt bindings to redirect qt logs (qDebug, QWarning, qInfo) to go logging system.

Use

Just add files to your project. Can remove rcc, but be sure you have own moc or rcc to bypass qt compiler options to cpp. Also just remove main().