qwertycoin-org / qwertycoin-zero

Qwertycoin Lite GUI wallet source code repository.
https://releases.qwertycoin.org
MIT License
6 stars 5 forks source link

Modernized cmake scripts #1

Closed speqtr closed 5 years ago

speqtr commented 5 years ago

Please, merge this PR once you see that CI builds are "green" 🙂

cc @qwertycoin-org

speqtr commented 5 years ago

In addition to modernizing cmake script this branch contains following changes:

speqtr commented 5 years ago

Additionally fixed QStyle header imports due to the fact that in the latest versions of Qt framework QStyle type is no longer included in qwidget.h header.

In latest versions of Qt framework qwidget.h has only "forward declaration" of QStyle type. This is why some builds failed.

speqtr commented 5 years ago

Fixed similar issues with QAction import.

speqtr commented 5 years ago

All CI builds are "green". @qwertycoin-org, this PR can be merged 🙂